Tiny refactoring in fts to eliminate a warning.
[platform/upstream/glibc.git] / ChangeLog
1 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2
3         * io/fts.c (dirent_not_directory): New function.
4         (fts_build): Call it.
5
6 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7
8         * nptl/version.c (__nptl_main): Use normal __write rather than
9         INTERNAL_SYSCALL.
10         (banner): Update copyright years.
11
12         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
13         gettimeofday.
14         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
15         * nptl/pthread_cond_timedwait.c: Likewise.
16         * nptl/pthread_mutex_timedlock.c: Likewise.
17         * nptl/sem_timedwait.c: Likewise.
18
19         * sysdeps/nptl/bits/libc-lock.h
20         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
21         (__libc_lock_init_recursive): Return void, not 0.
22         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
23         (__libc_rwlock_init): Likewise.
24         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
25
26 2014-10-20  Torvald Riegel  <triegel@redhat.com>
27
28         [BZ #15215]
29         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
30         (__pthread_once_slow): ... here.
31         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
32         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
33
34 2014-10-20  Torvald Riegel  <triegel@redhat.com>
35
36         [BZ #15215]
37         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
38         __PTHREAD_ONCE_FORK_GEN_INCR): New.
39         * sysdeps/nptl/fork.c (__libc_fork): Use them.
40         * nptl/pthread_once.c (__pthread_once): Likewise.
41         Update comments.
42
43 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
44
45         [BZ #14138]
46         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
47         name.
48         (writev): Use __libc_writev as strong name.
49         * sysdeps/unix/sysv/linux/readv.c: Remove file.
50         * sysdeps/unix/sysv/linux/writev.c: Likewise.
51
52 2014-10-17  Roland McGrath  <roland@hack.frob.com>
53
54         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
55
56         * sysdeps/i386/nptl/tls.h
57         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
58         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
59         New macros.
60         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
61         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
62         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
63         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
64         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
65         Call CHECK_THREAD_SYSINFO instead of doing an assert.
66
67         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
68         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
69         on [__NR_futex].
70         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
71         broken out of ...
72         (__pthread_mutex_init): ... here.  Call it.
73         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
74         Conditionalize PI cases on [__NR_futex].
75         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
76         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
77         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
78
79         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
80         conditional on [SIGSETXID].
81         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
82         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
83         is defined.  Likewise for SIGSETXID.
84         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
85         Conditionalize definitions on [SIGSETXID].
86         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
87         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
88         unblocking on [SIGCANCEL].
89
90         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
91         [__NR_set_robust_list].
92
93 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
94
95         * string/strcoll_l.c (get_next_seq): Fix up formatting.
96         (do_compare): Likewise.
97
98 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
99
100         [BZ #15884]
101         * string/strcoll_l.c: Don't include stdio.h.
102         (coll_seq): Remove members idxarr and rulearr.
103         (get_next_seq_cached): Remove function.
104         (get_next_seq): Likewise.
105         (get_next_seq_nocache): Rename to get_next_seq.
106         (do_compare): Remove function.
107         (do_compare_nocache): Rename to do_compare.
108         (STRCOLL): Remove weight and rules cache.
109
110 2014-10-16  Roland McGrath  <roland@hack.frob.com>
111
112         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
113         * sysdeps/arm/sfp-machine.h: ... to here.
114         * sysdeps/arm/Implies: Remove arm/soft-fp.
115
116 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
117
118         * conform/data/sys/utsname.h-data (*_t): Allow.
119         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
120         [POSIX] (WEXITED): Do not expect constant.
121         [POSIX] (WSTOPPED): Likewise.
122         [POSIX] (WNOHANG): Likewise.
123         [POSIX] (WNOWAIT): Likewise.
124         [POSIX] (siginfo_t): Do not expect type or elements.
125         [POSIX] (pid_t): Do not expect type.
126         [POSIX] (signal.h): Do not allow header.
127         [POSIX] (sys/resource.h): Likewise.
128         [POSIX] (si_*): Do not allow pattern.
129         [POSIX] (W*): Likewise.
130         [POSIX] (P_*): Likewise.
131         [POSIX] (BUS_*): Likewise.
132         [POSIX] (CLD_*): Likewise.
133         [POSIX] (FPE_*): Likewise.
134         [POSIX] (ILL_*): Likewise.
135         [POSIX] (POLL_*): Likewise.
136         [POSIX] (SEGV_*): Likewise.
137         [POSIX] (SI_*): Likewise.
138         [POSIX] (TRAP_*): Likewise.
139         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
140         variable.
141
142 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
143
144         [BZ #12926]
145         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
146         infinite loop when __recvmsg returns 0.
147
148 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
149
150         * CANCEL-FCT-WAIVE: Remove file.
151         * CANCEL-FILE-WAIVE: Likewise.
152
153         [BZ #14132]
154         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
155         instead of INTVARDEF.
156         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
157         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
158         rtld_hidden_data_def instead of INTVARDEF.
159         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
160         * elf/dl-deps.c (expand_dst): Likewise.
161         * elf/dl-load.c (_dl_dst_count): Likewise.
162         (_dl_dst_substitute): Likewise.
163         (decompose_rpath): Likewise.
164         (_dl_init_paths): Likewise.
165         (open_path): Likewise.
166         (_dl_map_object): Likewise.
167         * elf/rtld.c (dl_main): Likewise.
168         (process_dl_audit): Likewise.
169         (process_envvars): Likewise.
170         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
171         Remove declaration.
172         (__libc_enable_secure): Use rtld_hidden_proto.
173
174 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
175
176         * elf/dl-load.c
177         (add_path): New function broken out of _dl_rtld_di_serinfo.
178         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
179
180 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
181
182         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
183         parentheses around macro arguments.
184         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
185         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
186         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
187         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
188         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
189         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
190         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
191         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
192         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
193         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
194         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
195         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
196         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
197         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
198         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
199         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
200         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
201         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
202         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
203         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
204         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
205         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
206         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
207         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
208         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
209         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
210         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
211         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
212         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
213         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
214         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
215         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
216         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
217         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
218         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
219         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
220         Likewise.
221         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
222         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
223         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
224         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
225         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
226         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
227         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
228         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
229         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
230         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
231         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
232         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
233         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
234         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
235         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
236         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
237         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
238         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
239         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
240         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
241         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
242         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
243         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
244         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
245         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
246         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
247         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
248         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
249         (_FP_FRAC_SRS_1): Likewise.
250         (_FP_FRAC_CLZ_1): Likewise.
251         (_FP_MUL_MEAT_1_imm): Likewise.
252         (_FP_MUL_MEAT_1_wide): Likewise.
253         (_FP_MUL_MEAT_1_hard): Likewise.
254         (_FP_SQRT_MEAT_1): Likewise.
255         (_FP_FRAC_ASSEMBLE_1): Likewise.
256         (_FP_FRAC_DISASSEMBLE_1): Likewise.
257         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
258         (__FP_CLZ_2): Likewise.
259         (_FP_MUL_MEAT_2_wide): Likewise.
260         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
261         (_FP_MUL_MEAT_2_gmp): Likewise.
262         (_FP_MUL_MEAT_2_120_240_double): Likewise.
263         (_FP_SQRT_MEAT_2): Likewise.
264         (_FP_FRAC_ASSEMBLE_2): Likewise.
265         (_FP_FRAC_DISASSEMBLE_2): Likewise.
266         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
267         (_FP_FRAC_CLZ_4): Likewise.
268         (_FP_MUL_MEAT_4_wide): Likewise.
269         (_FP_MUL_MEAT_4_gmp): Likewise.
270         (_FP_SQRT_MEAT_4): Likewise.
271         (_FP_FRAC_ASSEMBLE_4): Likewise.
272         (_FP_FRAC_DISASSEMBLE_4): Likewise.
273         * soft-fp/op-common.h (_FP_CMP): Likewise.
274         (_FP_CMP_EQ): Likewise.
275         (_FP_CMP_UNORD): Likewise.
276         (_FP_TO_INT): Likewise.
277         (_FP_FROM_INT): Likewise.
278         [!__FP_CLZ] (__FP_CLZ): Likewise.
279         (_FP_DIV_HELP_imm): Likewise.
280         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
281         Likewise.
282         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
283         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
284         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
285         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
286         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
287         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
288         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
289         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
290         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
291         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
292         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
293         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
294         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
295         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
296         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
297         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
298         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
299         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
300         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
301         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
302         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
303         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
304         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
305         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
306         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
307         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
308         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
309         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
310         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
311         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
312         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
313         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
314         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
315         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
316         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
317         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
318         (FP_UNPACK_RAW_SP): Likewise.
319         (FP_PACK_RAW_S): Likewise.
320         (FP_PACK_RAW_SP): Likewise.
321         (FP_UNPACK_S): Likewise.
322         (FP_UNPACK_SP): Likewise.
323         (FP_UNPACK_SEMIRAW_S): Likewise.
324         (FP_UNPACK_SEMIRAW_SP): Likewise.
325         (FP_PACK_S): Likewise.
326         (FP_PACK_SP): Likewise.
327         (FP_PACK_SEMIRAW_S): Likewise.
328         (FP_PACK_SEMIRAW_SP): Likewise.
329         (_FP_SQRT_MEAT_S): Likewise.
330         (FP_CMP_S): Likewise.
331         (FP_CMP_EQ_S): Likewise.
332         (FP_CMP_UNORD_S): Likewise.
333         (FP_TO_INT_S): Likewise.
334         (FP_FROM_INT_S): Likewise.
335
336         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
337
338         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
339         (FP_EX_INVALID_IMZ): Likewise.
340         (FP_EX_INVALID_IMZ_FMA): Likewise.
341         (FP_EX_INVALID_ISI): Likewise.
342         (FP_EX_INVALID_ZDZ): Likewise.
343         (FP_EX_INVALID_IDI): Likewise.
344         (FP_EX_INVALID_SQRT): Likewise.
345         (FP_EX_INVALID_CVI): Likewise.
346         (FP_EX_INVALID_VC): Likewise.
347         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
348         "invalid" exceptions.
349         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
350         (_FP_ADD_INTERNAL): Likewise.
351         (_FP_MUL): Likewise.
352         (_FP_FMA): Likewise.
353         (_FP_DIV): Likewise.
354         (_FP_CMP_CHECK_NAN): Likewise.
355         (_FP_SQRT): Likewise.
356         (_FP_TO_INT): Likewise.
357         (FP_EXTEND): Likewise.
358
359 2014-10-09  Allan McRae  <allan@archlinux.org>
360
361         * po/fr.po: Update French translation from translation project.
362
363 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
364
365         [BZ #14132]
366         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
367         of INTDEF.
368         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
369         (__cxa_atexit): Use libc_hidden_proto.
370         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
371
372         [BZ #14132]
373         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
374         declaration.
375         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
376         [!_ISOMAC] (__iswspace_l_internal): Likewise.
377         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
378         [!_ISOMAC] (__iswctype_internal): Likewise.
379         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
380         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
381         alias.
382         (fcntl): Remove __fcntl_internal alias.
383         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
384         __connect_internal alias.
385         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
386         Likewise.
387
388         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
389         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
390         FP_DENORM_ZERO.
391         (_FP_CHECK_FLUSH_ZERO): New macro.
392         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
393         (_FP_CMP): Likewise.
394         (_FP_CMP_EQ): Likewise.
395         (_FP_TO_INT): Do not set inexact for subnormal arguments if
396         FP_DENORM_ZERO.
397         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
398         (FP_TRUNC): Likewise.
399
400         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
401         treated as invalid conversion, not as normal exponent.
402
403         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
404         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
405         (_FP_CMP_EQ): Likewise.
406         (_FP_CMP_UNORD): Likewise.
407         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
408         (FP_CMP_EQ_D): Likewise.
409         (FP_CMP_UNORD_D): Likewise.
410         * soft-fp/extended.h (FP_CMP_E): Likewise.
411         (FP_CMP_EQ_E): Likewise.
412         (FP_CMP_UNORD_E): Likewise.
413         * soft-fp/quad.h (FP_CMP_Q): Likewise.
414         (FP_CMP_EQ_Q): Likewise.
415         (FP_CMP_UNORD_Q): Likewise.
416         * soft-fp/single.h (FP_CMP_S): Likewise.
417         (FP_CMP_EQ_S): Likewise.
418         (FP_CMP_UNORD_S): Likewise.
419         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
420         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
421         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
422         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
423         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
424         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
425         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
426         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
427         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
428         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
429         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
430         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
431         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
432         to FP_CMP_Q.
433         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
434         FP_CMP_Q.
435         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
436         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
437         FP_CMP_EQ_Q.
438         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
439         FP_CMP_Q.
440         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
441         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
442         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
443         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
444         FP_CMP_EQ_Q.
445         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
446         FP_CMP_Q.
447         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
448         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
449         FP_CMP_EQ_Q.
450         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
451         FP_CMP_Q.
452         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
453         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
454         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
455         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
456         FP_CMP_EQ_Q.
457
458         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
459         a subnormal result, set the underflow exception if trapping on
460         underflow is enabled.
461         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
462         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
463         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
464         redefine to 0.
465         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
466         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
467         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
468         * soft-fp/extendxftf2.c (__extendxftf2): Use
469         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
470
471         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
472         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
473         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
474         FP_HANDLE_EXCEPTIONS.
475         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
476         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
477         FP_HANDLE_EXCEPTIONS.
478         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
479         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
480         FP_HANDLE_EXCEPTIONS.
481         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
482         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
483         FP_HANDLE_EXCEPTIONS.
484
485 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
486
487         [BZ #14132]
488         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
489         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
490         use INTUSE.
491         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
492         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
493         Remove alias.
494         (__adjtimex): Define using libc_hidden_ver.
495         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
496         Remove declaration.
497         (ntp_gettime): Call __adjtimex directly.
498         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
499         Remove declaration.
500         (ntp_gettimex): Call __adjtimex directly.
501         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
502         __adjtimex_internal alias.
503
504 2014-10-08  Roland McGrath  <roland@hack.frob.com>
505
506         [BZ #17460]
507         * nscd/nscd.c (more_help): Rewrite list of tables collection
508         using xstrdup and asprintf.
509
510         * nscd/nscd_conf.c: Remove local xstrdup declaration.
511
512 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
513             Roland McGrath  <roland@hack.frob.com>
514
515         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
516         (do_lookup_unique): ... local function 'enter' here; update callers.
517
518 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
519
520         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
521         compat_symbol calls on [SHARED].
522         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
523         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
524         Remove.
525         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
526         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
527         (oldsetrlimit): Remove.
528         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
530         (lchown): New syscall entry.
531         (oldsetrlimit): Remove.
532         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
533         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
534         (oldsetrlimit): Remove.
535         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
536
537         [BZ #14138]
538         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
539         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
540         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
541         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
542         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
543         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
544         (fchown): Likewise.
545         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
546         (fchown): Likewise.
547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
548         Likewise.
549
550 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
551
552         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
553         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
554         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
555         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
556         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
557         Likewise.
558         (__old_sem_post): Likewise.
559
560 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
561
562         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
563         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
564         HAVE_CLOCK_GETTIME_VSYSCALL macros.
565         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
566         Use INLINE_VSYSCALL macro.
567         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
568         __vdso_clock_gettime.
569         * sysdeps/unix/sysv/linux/tile/init-first.c
570         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
571         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
572         __vdso_clock_gettime.
573
574         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
575         to set up frame more cleanly.
576
577         * sysdeps/tile/memcmp.c: New file.
578
579         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
580
581         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
582         * sysdeps/tile/tilegx/strcasestr.c: New file.
583         * sysdeps/tile/tilegx/strnlen.c: New file.
584         * sysdeps/tile/tilegx/strstr.c: New file.
585
586         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
587
588 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
589
590         * nptl/tst-setuid3.c: Write errors to stdout.
591
592 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
593
594         * elf/dl-deps.c
595         (preload): New functions broken out of _dl_map_object_deps.
596         (_dl_map_object_deps):  Remove a nested function. Update call sites.
597
598 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
599
600         [BZ #14138]
601         * sysdeps/unix/sysv/linux/execve.c: Remove file.
602         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
603
604 2014-10-01  Steve Ellcey  <sellcey@mips.com>
605
606         * sysdeps/mips/strcmp.S: New.
607
608 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
609
610         [BZ #14138]
611         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
612         (linkat): Likewise.
613         (mkdirat): Likewise.
614         (readlinkat): Likewise.
615         (renameat): Likewise.
616         (symlinkat): Likewise.
617         (unlinkat): Likewise.
618         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
619         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
620         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
621         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
622         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
623         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
624         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
625
626 2014-09-30  Will Newton  <will.newton@linaro.org>
627
628         * math/math.h: Define long double math functions if
629         _LIBC_TEST is defined.
630         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
631
632         * localedata/Makefile: Move assignment to tests-special
633         into an ifdef testing run-built-tests.
634         * timezone/Makefile: Likewise.
635
636 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
637
638         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
639         with $(BASH) not $(SHELL).
640
641 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
642             Matthew LeGendre  <legendre1@llnl.gov>
643
644         [BZ #17411]
645         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
646         l_reloc_result.
647
648 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
649
650         * stdio-common/printf_fp.c
651         (hack_digit): New function, broken out of ...
652         (__printf_fp): ... local function here.  Update call sites.
653         hack_digit now takes an additional parameter that is a pointer
654         to a struct of the referenced locals.  Those locals moved inside
655         the struct and references updated.
656
657 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
658
659         * aclocal.m4: Require autoconf 2.69.
660         * configure: Regenerated.
661         * sysdeps/aarch64/configure: Likewise.
662         * sysdeps/alpha/configure: Likewise.
663         * sysdeps/arm/armv7/configure: Likewise.
664         * sysdeps/arm/configure: Likewise.
665         * sysdeps/ia64/configure: Likewise.
666         * sysdeps/mach/configure: Likewise.
667         * sysdeps/mips/configure: Likewise.
668         * sysdeps/s390/configure: Likewise.
669         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
671
672         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
673         file.
674         * sysdeps/ia64/configure.ac: Likewise.
675
676 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
677
678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
679         specify symbol version for ld.so.  Do not include entry for
680         libpthread.
681         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
682         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
683         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
684
685         [BZ #14171]
686         * Makeconfig [$(build-shared) = yes]
687         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
688         makefiles.
689         [$(build-shared) = yes && $(soversions.mk-done) = t]
690         ($(common-objpfx)gnu/lib-names.h): Remove rule.
691         [$(build-shared) = yes && $(soversions.mk-done) = t]
692         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
693         to Makerules.
694         [$(build-shared) = yes && $(soversions.mk-done) = t]
695         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
696         here.
697         [$(build-shared) = yes && $(soversions.mk-done) = t]
698         (common-generated): Don't append gnu/lib-names.h and
699         gnu/lib-names.stmp here.
700         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
701         (lib-names-h-abi): New variable.
702         [$(build-shared) = yes && $(soversions.mk-done) = t]
703         (lib-names-stmp-abi): Likewise.
704         [$(build-shared) = yes && $(soversions.mk-done) = t &&
705         abi-variants] (before-compile): Append
706         $(common-objpfx)$(lib-names-h-abi).
707         [$(build-shared) = yes && $(soversions.mk-done) = t &&
708         abi-variants] (common-generated): Append gnu/lib-names.h.
709         [$(build-shared) = yes && $(soversions.mk-done) = t &&
710         abi-variants] (install-others-nosubdir): Depend on
711         $(inst_includedir)/$(lib-names-h-abi).
712         [$(build-shared) = yes && $(soversions.mk-done) = t &&
713         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
714         [$(build-shared) = yes && $(soversions.mk-done) = t]
715         ($(common-objpfx)$(lib-names-h-abi)): New rule.
716         [$(build-shared) = yes && $(soversions.mk-done) = t]
717         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
718         [$(build-shared) = yes && $(soversions.mk-done) = t]
719         (common-generated): Append $(lib-names-h-abi) and
720         $(lib-names-stmp-abi).
721         * scripts/lib-names.awk: Do not handle multi being set.
722         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
723         Remove variable.
724         (abi-lp64_be-ld-soname): Likewise.
725         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
726         Likewise.
727         (abi-hard-ld-soname): Likewise.
728         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
729         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
730         Remove variable.
731         (abi-o32_hard-ld-soname): Likewise.
732         (abi-o32_soft_2008-ld-soname): Likewise.
733         (abi-o32_hard_2008-ld-soname): Likewise.
734         (abi-n32_soft-ld-soname): Likewise.
735         (abi-n32_hard-ld-soname): Likewise.
736         (abi-n32_soft_2008-ld-soname): Likewise.
737         (abi-n32_hard_2008-ld-soname): Likewise.
738         (abi-n64_soft-ld-soname): Likewise.
739         (abi-n64_hard-ld-soname): Likewise.
740         (abi-n64_soft_2008-ld-soname): Likewise.
741         (abi-n64_hard_2008-ld-soname): Likewise.
742         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
743         Likewise.
744         (abi-64-v2-ld-soname): Likewise.
745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
746         ld.so entries.
747         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
748         variable.
749         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
750         entry.
751         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
752         variable.
753         (abi-64-ld-soname): Likewise.
754         (abi-x32-ld-soname): Likewise.
755         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
756         entry.
757         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
758
759 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
760
761         [BZ #14138]
762         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
763         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
764         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
765         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
766         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
767         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
768         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
769         syscall entry for GLIBC_2.2 symbol version.
770         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
771         Likewise.
772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
773         (setrlimit): Likewise.
774         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
775         Likewise.
776
777 2014-09-23  Will Newton  <will.newton@linaro.org>
778
779         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
780         _LINUX_ARM_SYSDEP_H include guard too.
781         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
782         define.
783
784 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
785
786         * sysdeps/unix/sysv/linux/eventfd.c:
787         Make first argument unsigned.
788         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
789         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
790
791 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
792
793         * socket/recvmmsg.c (recvmmsg): Drop const argument.
794         * socket/sys/socket.h: Likewise
795         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
796
797 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
798
799         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
800
801 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
802
803         * time/tst-ftime.c: New test.
804         * time/Makefile (tests): Add tst-ftime.
805
806 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
807
808         * soft-fp/extended.h: Fix comment formatting.
809         * soft-fp/op-1.h: Likewise.
810         * soft-fp/op-2.h: Likewise.
811         * soft-fp/op-4.h: Likewise.
812         * soft-fp/op-8.h: Likewise.
813         * soft-fp/op-common.h: Likewise.
814         * soft-fp/soft-fp.h: Likewise.
815
816         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
817
818 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
819
820         [BZ #6652]
821         * Makeconfig (soversions-default-setname): Remove variable.
822         ($(common-objpfx)soversions.i): Don't pass default_setname to
823         soversions.awk.
824         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
825         oldest_abi to abi-versions.awk.
826         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
827         * config.make.in (oldest-abi): Remove variable.
828         * configure.ac (--enable-oldest-abi): Remove configure option.
829         * configure: Regenerated.
830         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
831         text.
832         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
833         * scripts/soversions.awk: Do not handle default_setname variable.
834         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
835         variable.
836         * sysdeps/mach/hurd/configure: Regenerated.
837         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
838         variable.
839         * sysdeps/unix/sysv/linux/configure: Regenerated.
840
841 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
842
843         * elf/Makefile (CFLAGS-interp.c): Remove.
844         ($(elf-objpfx)runtime-linker.h): Generate header with linker
845         path string.
846         * elf/interp.c: Include generated runtime-linker.h
847
848         * Makerules (lib%.so): Don't include $(+interp) in
849         prerequisites.
850         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
851         * dlfcn/eval.c: Remove file.
852
853         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
854         macros.
855
856         [BZ #17266]
857         * misc/sys/cdefs.h: Define __extern_always_inline for clang
858         4.2 and newer.
859
860         [BZ #17370]
861         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
862
863 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
864             Jakub Jelinek  <jakub@redhat.com>
865
866         [BZ #17266]
867         * libio/stdio.h: Check definition of __fortify_function
868         instead of __extern_always_inline to include bits/stdio2.h.
869         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
870         check if __extern_always_inline is defined.
871         [__USE_MISC || __USE_XOPEN]: Likewise.
872         [__USE_ISOC99] Likewise.
873         * misc/sys/cdefs.h (__fortify_function): Define only if
874         __extern_always_inline is defined.
875         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
876         __extern_always_inline and __extern_inline only for g++-4.3
877         and newer or a compatible gcc.
878
879 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
880
881         [BZ #17371]
882         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
883         last change to handle zero prefix length.
884
885 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
886
887         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
888         _SC_REGEX_VERSION.
889
890         * posix/getconf.c (vars): Add _POSIX_IPV6 and
891         _POSIX_RAW_SOCKETS.
892
893 2014-09-13  Allan McRae  <allan@archlinux.org>
894
895         * po/ru.po: Update Russian translation from translation project.
896
897 2014-09-12  Roland McGrath  <roland@hack.frob.com>
898
899         * locale/programs/locale.c (show_locale_vars): Inline local function
900         into its sole call site.  Clean up some style nits.
901         (print_item): New function, broken out of ...
902         (show_info): ... local function here.  Clean up style nits.
903
904         * locale/programs/ld-ctype.c (set_one_default): New function, broken
905         out of ...
906         (set_class_defaults): ... local function set_default here.
907         Define set_default as a macro locally to pass constant parameters.
908         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
909         rather than a shared local.
910
911         * stdlib/rpmatch.c (try): New function, broken out of ...
912         (rpmatch): ... local function here.  Also, prototypify definition.
913
914 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
915
916         * scripts/soversions.awk: Do not handle configuration names.
917         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
918         vendor and os variables to soversions.awk.
919         * configure.ac: Do not modify gnu-* host_os.
920         * configure: Regenerated
921         * shlib-versions: Remove first column with configuration names.
922         * nptl/shlib-versions: Likewise.
923         * nptl_db/shlib-versions: Likewise.
924         * sysdeps/hppa/shlib-versions: Likewise.
925         * sysdeps/m68k/shlib-versions: Likewise.
926         * sysdeps/mach/hurd/shlib-versions: Likewise.
927         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
928         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
929         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
930         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
931         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
932         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
933         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
934         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
936         Likewise.
937         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
938         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
939         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
940         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
941         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
942         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
943         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
944         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
945
946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
947         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
949         Regenerated.
950         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
952         Condition symbol version definitions on [HAVE_ELFV2_ABI].
953
954         * shlib-versions: Remove OS-specific entries.  Moved to files in
955         sysdeps.
956         * sysdeps/mach/hurd/shlib-versions: New file.
957         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
958
959         * nptl/shlib-versions: Remove architecture-specific entries.
960         Moved to files in sysdeps.
961         * shlib-versions: Likewise.
962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
963         file.
964         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
965         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
966         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
967         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
968
969         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
970         (UDP_NO_CHECK6_RX): Likewise.
971
972 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
973
974         * sysdeps/posix/sysconf.c (__sysconf): Spell
975         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
976
977 2014-08-12  Florian Weimer  <fweimer@redhat.com>
978
979         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
980         loading.
981         * iconv/Versions (__gconv_transliterate): Export for use from
982         gconv modules.
983         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
984         (struct __gconv_trans_data, __gconv_trans_fct,
985         __gconv_trans_context_fct, __gconv_trans_query_fct,
986         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
987         definitions.
988         (struct __gconv_step_data): Remove __trans member.
989         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
990         longer hidden.  Remove unused trans_data argument.
991         * iconv/gconv_int.h (struct trans_struct): Remove definition.
992         (__gconv_translit_find): Remove declaration.
993         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
994         prototype.
995         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
996         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
997         trans_data argument.  Add hidden definition.
998         (__gconv_translit_find): Remove.
999         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
1000         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
1001         * iconv/skeleton.c: Remove transliteration initialization.
1002         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
1003         __gconv_step_data initialization.
1004         * libio/iofwide.c (__libio_translit_): Remove.
1005         (_IO_fwide): Adjust struct __gconv_step_data initialization.
1006         * wcsmbs/btowc.c (__btowc): Likewise.
1007         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
1008         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1009         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1010         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
1011         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1012         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1013         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1014         * wcsmbs/wctob.c (wctob): Likewise.
1015
1016 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1017
1018         [BZ #16194]
1019         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
1020         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
1021         register usage.
1022         * sysdeps/x86/Makefile: Adjust.
1023
1024 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1025             Roland McGrath  <roland@hack.frob.com>
1026
1027         * locale/weight.h: Add include guard.
1028         (findidx): Make static rather than auto; take new parameters
1029         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
1030         * locale/weightwc.h: Likewise.
1031         * posix/fnmatch_loop.c
1032         (FCT): Change type of EXTRA from int32_t to wint_t.
1033         Don't include either header inside the function.
1034         Call FINDIDX rather than findidx, and pass new arguments.
1035         #undef FINDIDX at the end of the file.
1036         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
1037         FINDIDX before including fnmatch_loop.c for the non-wide version.
1038         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
1039         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
1040         for the wide version.
1041         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
1042         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
1043         Pass new arguments to findidx.
1044         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
1045         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
1046         Don't #include it inside the function.  Pass new arguments to findidx.
1047         * posix/regex_internal.h
1048         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
1049         (re_string_elem_size_at): Don't #include it inside the function.
1050         Pass new arguments to findidx.
1051         * string/strcoll_l.c: #include WEIGHT_H at top level.
1052         (get_next_seq): Don't #include it inside the function.
1053         Pass new arguments to findidx.
1054         (get_next_seq_nocache): Likewise.
1055         * string/strxfrm_l.c: #include WEIGHT_H at top level.
1056         (STRXFRM): Don't #include it inside the function.
1057         Pass new arguments to findidx.
1058
1059 2014-09-11  Florian Weimer  <fweimer@redhat.com>
1060
1061         [BZ #17344]
1062         * malloc/malloc.c (unlink): Turn asserts into a call to
1063         malloc_printerr.
1064
1065 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
1066
1067         [BZ #17370]
1068         * libio/wfileops (do_ftell_wide): Free OUT.
1069
1070 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
1071
1072         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
1073
1074 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1075
1076         [BZ #17363]
1077         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
1078         group if the current group is empty.
1079
1080 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1081
1082         * benchtests/bench-memset.c (test_main): Add more test from size
1083         from 32 to 512 bytes.
1084         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1085         Add POWER8 memset object.
1086         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1087         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
1088         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
1089         implementation.
1090         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
1091         Likewise.
1092         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
1093         multiarch POWER8 memset optimization.
1094         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
1095         POWER8 memset optimization.
1096
1097         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1098         Remove bzero multiarch objects.
1099         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
1100         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
1101         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
1102         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
1103         Remove define.
1104         [__bzero]: Redefine to specific name.
1105         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1106         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1107         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
1108         define.
1109         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1110         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1111
1112 2014-09-10  Florian Weimer  <fweimer@redhat.com>
1113
1114         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1115         warnings into errors.
1116
1117         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1118         __cxa_thread_atexit_impl prototype.
1119
1120 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1121
1122         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1123         Fix capitalization of error message.
1124
1125 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1126
1127         * sysdeps/mips/preconfigure: Modify ABI tests.
1128
1129 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
1130
1131         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1132
1133 2014-09-07  Roland McGrath  <roland@hack.frob.com>
1134             Carlos O'Donell  <carlos@systemhalted.org>
1135
1136         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
1137         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
1138         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
1139         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
1140         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1141         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1142         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1143         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1144         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1145         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1146         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1147         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1148         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1149         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1150         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1151         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1152         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1153         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1154         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1155         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1156         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1157         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1158         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1159         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1160         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1161         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1162         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1163         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1164         Deconditionalize the code that was previously under [RESET_PID].
1165         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1166         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1167         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1168         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1169         include sysdep.h.
1170
1171 2014-09-08  Allan McRae  <allan@archlinux.org>
1172
1173         * version.h (RELEASE): Set to "development".
1174         (VERSION): Set to "2.20.90"
1175
1176 2014-09-07  Allan McRae  <allan@archlinux.org
1177
1178         * version.h (RELEASE): Set to "stable".
1179         (VERSION): Set to "2.20"
1180         * include/features.h (__GLIBC_MINOR__): Set to 20.
1181
1182         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1183         Liebler.
1184
1185         * po/ko.po: Update Korean translation from translation project.
1186
1187 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
1188
1189         [BZ #17354]
1190         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1191         macro for handling signed relocations.
1192
1193 2014-09-03  Florian Weimer  <fweimer@redhat.com>
1194
1195         [BZ #17325]
1196         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1197         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1198         assert.
1199         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1200         * iconvdata/ibm935.c (BODY): Likewise.
1201         * iconvdata/ibm937.c (BODY): Likewise.
1202         * iconvdata/ibm939.c (BODY): Likewise.
1203         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1204         assert.
1205         * iconvdata/Makefile (iconv-test.out): Pass module list to test
1206         script.
1207         * iconvdata/run-iconv-test.sh: New test loop for checking for
1208         decoder crashers.
1209
1210 2014-09-02  Khem Raj  <raj.khem@gmail.com>
1211
1212         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1213         libm_hidden_ver.
1214
1215 2014-09-01  Allan McRae  <allan@archlinux.org>
1216
1217         * po/eo.po: Update Esperanto translation from translation project.
1218
1219         * po/ca.po: Update Catalan translation from translation project.
1220
1221 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1222
1223         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1224         __proc_dostop call.
1225
1226 2014-08-27  Mark Wielaard  <mjw@redhat.com>
1227
1228         [BZ #17319]
1229         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1230         to call set_thread_area instead of hand written asm.
1231         (__NR_set_thread_area): Removed define.
1232         (TLS_FLAG_WRITABLE): Likewise.
1233         (__ASSUME_SET_THREAD_AREA): Remove check.
1234         (TLS_EBX_ARG): Remove define.
1235         (TLS_LOAD_EBX): Likewise.
1236
1237 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1238
1239         Simplify atomicity of socket creation in bind.
1240
1241         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1242         looking up the name after linking the file.
1243
1244 2014-08-27  Allan McRae  <allan@archlinux.org>
1245
1246         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1247
1248 2014-08-26  Florian Weimer  <fweimer@redhat.com>
1249
1250         [BZ #17187]
1251         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1252         trans_compare, open_translit, __gconv_translit_find):
1253         Remove module loading code.
1254
1255 2014-08-26  Allan McRae  <allan@archlinux.org>
1256
1257         * po/vi.po: Update Vietnamese translation from translation project.
1258
1259         * po/uk.po: Update Ukrainian translation from translation project.
1260
1261         * po/fr.po: Update French translation from translation project.
1262
1263         * po/ru.po: Update Russian translation from translation project.
1264
1265         * po/pl.po: Update Polish translation from translation project.
1266
1267         * po/cs.po: Update Czech translation from translation project.
1268
1269         * po/de.po: Update German translation from translation project.
1270
1271         * po/bg.po: Update Bulgarian translation from translation project.
1272
1273         * po/sv.po: Update Sweedish translation from translation project.
1274
1275         * po/nl.po: Update Dutch translation from translation project.
1276
1277         * po/es.po: Update Spanish translation from translation project.
1278
1279 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1280
1281         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1282
1283         * catgets/Makefile (CPPFLAGS-gencat): Remove.
1284         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1285         (CPPFLAGS-iconvconfig): Likewise.
1286         * timezone/Makefile (CPPFLAGS-zic): Likewise.
1287
1288         * include/libc-symbols.h: Remove unnecessary check for
1289         NOT_IN_libc.
1290         * nptl/pthreadP.h: Likewise.
1291         * sysdeps/aarch64/setjmp.S: Likewise.
1292         * sysdeps/alpha/setjmp.S: Likewise.
1293         * sysdeps/arm/sysdep.h: Likewise.
1294         * sysdeps/i386/setjmp.S: Likewise.
1295         * sysdeps/m68k/setjmp.c: Likewise.
1296         * sysdeps/posix/getcwd.c: Likewise.
1297         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1298         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1299         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1300         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1301         * sysdeps/sh/sh3/setjmp.S: Likewise.
1302         * sysdeps/sh/sh4/setjmp.S: Likewise.
1303         * sysdeps/unix/alpha/sysdep.h: Likewise.
1304         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1305         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1306         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1307         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1310         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1311         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1312         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1313         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1314         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1315         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1316         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1317         * sysdeps/x86_64/setjmp.S: Likewise.
1318
1319 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
1320
1321         [BZ #17263]
1322         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1323         <stdint.h>.
1324         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1325         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1326
1327 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
1328
1329         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1330
1331         [BZ #17262]
1332         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1333         and __x86_64__ when disabling x87 inline functions.
1334
1335 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
1336
1337         [BZ #17259]
1338         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1339         asm statement with __cpuid_count.
1340
1341 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
1342
1343         * configure.ac: Change __ehdr_start code to dereference the struct.
1344         Run readelf on the output to look for relocations.
1345         * configure: Regenerated.
1346
1347 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
1348
1349         [BZ #17261]
1350         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1351         value to 0.
1352         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1353
1354 2014-08-12  Roland McGrath  <roland@hack.frob.com>
1355
1356         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1357
1358 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
1359
1360         [BZ #16892]
1361         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1362         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1363
1364 2014-08-12  Sean Anderson  <seanga2@gmail.com>
1365
1366         * malloc/malloc.c: Fix typo in comment.
1367
1368 2014-08-09  Allan McRae  <allan@archlinux.org>
1369
1370         * Regenerate libc.po.
1371
1372 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
1373
1374         * intl/tst-gettext2.sh: Check every lang file for creation.
1375
1376 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1377
1378         * sysdeps/aarch64/fpu/math_private.h
1379         (libc_feholdsetround_noex_aarch64_ctx): New function.
1380
1381 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1382
1383         * sysdeps/arm/armv6/strcpy.S (strcpy):
1384         Fix performance issue in misaligned cases.
1385
1386 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1387
1388         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1389         Move definition from termios.h.
1390         (struct termio): Likewise.
1391         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1392         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1393         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1394         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1395         Likewise.
1396         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1397         Move definition to ioctl-types.h
1398         (struct termio): Likewise.
1399         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1400         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1401         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1402         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1403         Likewise.
1404
1405 2014-08-05  Richard Henderson  <rth@redhat.com>
1406
1407         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1408         exceptions.
1409         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1410         Add fraiseexcpt.
1411         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1412         Use __feraiseexcept.
1413         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1414         Protect libm symbols with IS_IN_libm.
1415
1416         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1417
1418 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
1419
1420         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1421
1422 2014-08-04  Will Newton  <will.newton@linaro.org>
1423
1424         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1425         file.
1426
1427 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
1428
1429         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1430         variants for each function.
1431
1432 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1433
1434         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1435         appended ...
1436         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1437         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1438         appended ...
1439         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1440         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1441         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1442         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1443         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1444         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1445         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1446         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1447         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1448         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1449         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1450         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1451         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1452         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1453         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1454         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1455         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1456         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1457         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1458         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1459         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1460         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1461         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1462         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1463         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1464         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1465         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1466         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1467         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1468         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1469         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1470         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1471         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1472         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1473         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1474         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1475         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1476         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1477         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1478         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1479         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1480         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1481         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1482         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1483         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1484         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1485         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1486         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1487         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1488         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1489         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1490         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1491         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1492         Update #include.
1493         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1494         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1495
1496 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1497
1498         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1499         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1500         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1501         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1502         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1503         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1504
1505 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1506
1507         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1508         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1509         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1510         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1511
1512 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1513
1514         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1515         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1516         (__libc_vfork): Define function under this name.
1517         (__vfork): Define as an alias.
1518         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1519         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1520
1521 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1522
1523         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1524         that was previously under [RESET_PID].
1525         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1526
1527 2014-08-04  Andreas Schwab  <schwab@suse.de>
1528
1529         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1530
1531 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
1532
1533         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1534         (main): Likewise.
1535
1536 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1537
1538         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
1539
1540 2014-08-01  Richard Henderon  <rth@redhat.com>
1541
1542         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
1543         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
1544         typo in exact zero test.
1545         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1546         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1547         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1548
1549 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1550
1551         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
1552         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
1553         * sysdeps/arm/sysdep.h: ... here.
1554         [!__ASSEMBLER__]: Include <stdint.h>.
1555
1556 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1557
1558         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
1559         (HAVE_WCTYPE_H): Likewise.
1560         (HAVE_ISWCTYPE): Likewise.
1561         (ENABLE_NLS): Likewise.
1562         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
1563         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
1564
1565         * posix/regex_internal.c: Check if DEBUG is defined and is
1566         set.
1567
1568         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
1569         (HAVE_MBSRTOWCS): Likewise.
1570         * posix/fnmatch.c: Include string.h unconditionally.
1571
1572 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1573
1574         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
1575         reversal.
1576
1577 2014-07-31  Roland McGrath  <roland@hack.frob.com>
1578
1579         * sysdeps/generic/safe-fatal.h: New file.
1580         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
1581         * nptl/forward.c: Include it.
1582         (__pthread_unwind): Use __safe_fatal as default action, rather
1583         than a bogus use of INTERNAL_SYSCALL that could never work.
1584
1585         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
1586         * configure.ac (libc_cv_builtin_trap): New test.
1587         * configure: Regenerated.
1588         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
1589         (ABORT_INSTRUCTION): Define using __builtin_trap.
1590
1591         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
1592         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
1593         * sysdeps/nptl/nptl-signals.h: New file.
1594         * nptl/pthreadP.h: Include <nptl-signals.h>.
1595
1596 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1597
1598         * sysdeps/s390/s390-64/utf16-utf32-z9.c
1599         (ONE_DIRECTION): Define.
1600         * sysdeps/s390/s390-64/utf8-utf16-z9.c
1601         (ONE_DIRECTION): Define.
1602         * sysdeps/s390/s390-64/utf8-utf32-z9.c
1603         (ONE_DIRECTION): Define.
1604
1605 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1606
1607         * sysdeps/s390/Makefile: Delete file.
1608         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
1609         * sysdeps/s390/__longjmp.c: Delete file.
1610         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
1611         Remove fields __flags and __reserved.
1612         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
1613         and add versioning.
1614         * sysdeps/s390/rtld-__longjmp.c: Delete file.
1615         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
1616         * sysdeps/s390/rtld-setjmp.S: Likewise.
1617         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
1618         * sysdeps/s390/s390-32/__longjmp.c: ... here.
1619         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
1620         * sysdeps/s390/s390-32/setjmp.S: ... here.
1621         Add versioning.
1622         (__sigsetjmp): Remove setting __flags field.
1623         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
1624         * sysdeps/s390/s390-64/__longjmp.c: ... here.
1625         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
1626         * sysdeps/s390/s390-64/setjmp.S: ... here.
1627         Add versioning.
1628         (__sigsetjmp): Remove setting __flags field.
1629         * sysdeps/s390/setjmp.S: Delete file.
1630         * sysdeps/s390/sigjmp.c: Likewise.
1631         * sysdeps/s390/v1-longjmp.c: Likewise.
1632         * sysdeps/s390/v1-setjmp.h: Likewise.
1633         * sysdeps/s390/v1-sigjmp.c: Likewise.
1634         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
1635         Remove v1-longjmp_chk.
1636         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
1637         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
1638         Include debug/longjmp_chk.c and add versioning.
1639         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
1640         Include nptl/pt-longjmp.c and add versioning.
1641         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
1642         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
1643         Include __longjmp.c.
1644         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
1645         Move to ...
1646         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
1647         (__getcontext): Remove setting __flags field.
1648         Add versioning.
1649         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1650         Don't restore upper high grps.
1651         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
1652         Likewise.
1653         (__swapcontext): Remove setting uc_flags field.
1654         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
1655         Delete file.
1656         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
1657         Include __longjmp.c.
1658         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
1659         Move to ...
1660         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
1661         (__getcontext): Remove setting __flags field.
1662         Add versioning.
1663         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
1664         (__swapcontext): Remove setting uc_flags field.
1665         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
1666         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
1667         Remove fields uc_high_gprs and __reserved.
1668         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
1669         New file with reverted content.
1670         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
1671         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
1672         Regenerated.
1673         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
1674         Regenerated.
1675
1676 2014-07-31  Andreas Schwab  <schwab@suse.de>
1677
1678         * config.h.in (HAVE_IFUNC): Define to 0.
1679         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
1680         definedness.
1681
1682 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
1683
1684         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1685         memmove-avx-unaligned, memcpy-avx-unaligned and
1686         mempcpy-avx-unaligned.
1687         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1688         Add tests for AVX memcpy functions.
1689         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
1690         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
1691         memcpy_chk.
1692         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
1693         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
1694         memmove_chk.
1695         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
1696         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
1697         mempcpy_chk.
1698         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
1699         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
1700         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
1701
1702 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1703
1704         [BZ #17213]
1705         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
1706         powerpc64le.
1707
1708 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
1709
1710         [BZ #16839]
1711         * manual/llio.texi: Add section about open file description locks.
1712         * manual/examples/ofdlocks.c: Example of open file description
1713         lock usage.
1714         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
1715         F_OFD_SETLK, and F_OFD_SETLKW.
1716
1717 2014-07-23  Allan McRae  <allan@archlinux.org>
1718
1719         * po/es.po: Update Spanish translation from translation project.
1720
1721 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
1722
1723         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
1724
1725 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
1726
1727         [BZ #17078]
1728         * sysdeps/arm/dl-machine.h (elf_machine_rela)
1729         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
1730         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
1731
1732 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
1733
1734         [BZ #17088]
1735         * math/fesetenv.c (__fesetenv)
1736         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
1737         * math/feupdateenv.c (__feupdateenv)
1738         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
1739
1740         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
1741         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1742         (__ASSUME_SOCKETCALL): Do not define.
1743
1744         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
1745         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
1746         (__ASSUME_SOCKETCALL): Do not define.
1747         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
1748         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1749         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1750         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1751         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1752         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
1753         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1754         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1755
1756         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
1757         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
1758         (__ASSUME_SOCKETCALL): Do not define.
1759         (__ASSUME_IPC64): Define unconditionally.
1760         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1761         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1762         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1763         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1764         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
1765         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1766         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
1767         Likewise.
1768
1769         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
1770         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
1771         (__ASSUME_SOCKETCALL): Do not define.
1772         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
1773         (__ASSUME_FUTEX_LOCK_PI): Likewise.
1774         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1775         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1776         (__ASSUME_REQUEUE_PI): Define unconditionally.
1777         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1778         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1779         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1780         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1781         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1782         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1783
1784         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1785         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1786         (__ASSUME_SOCKETCALL): Do not define.
1787         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
1788         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1789         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1790         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
1791         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1792         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1793
1794         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
1795         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
1796         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1797         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
1798         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1799         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
1800         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1801         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
1802         (__ASSUME_GETCPU_SYSCALL): Likewise.
1803
1804         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
1805         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
1806         cases for individual architectures.
1807         * sysdeps/gnu/configure: Regenerated.
1808         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
1809         LIBC_SLIBDIR_RTLDDIR.
1810         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
1811         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
1812         LIBC_SLIBDIR_RTLDDIR.
1813         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
1815         LIBC_SLIBDIR_RTLDDIR.
1816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1817         Regenerated.
1818         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
1819         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
1820         file.
1821         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
1822         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
1823         file.
1824         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
1825         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
1826         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1827         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1828
1829         * sysdeps/aarch64/shlib-versions: Move to ...
1830         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1831         * sysdeps/alpha/shlib-versions: Move to ...
1832         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1833         * sysdeps/arm/shlib-versions: Move to ...
1834         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1835         * sysdeps/hppa/shlib-versions: Move all contents except for
1836         libgcc_s entry to ...
1837         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
1838         entry from ...
1839         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
1840         * sysdeps/ia64/shlib-versions: Move to ...
1841         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
1842         entry from ...
1843         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
1844         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1845         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1846         * sysdeps/microblaze/shlib-versions: Move to ...
1847         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1848         * sysdeps/mips/shlib-versions: Move to ...
1849         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
1850         entry from ...
1851         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
1852         * sysdeps/tile/shlib-versions: Move to ...
1853         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1854         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1855         from ...
1856         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
1857         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1858         entry from ...
1859         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
1860
1861 2014-07-17  Will Newton  <will.newton@linaro.org>
1862
1863         * sysdeps/arm/bits/atomic.h
1864         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1865         (__arch_compare_and_exchange_bool_16_int): Likewise.
1866         (__arch_compare_and_exchange_bool_64_int): Likewise.
1867
1868         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1869         into an #else block.
1870
1871 2014-07-16  Roland McGrath  <roland@hack.frob.com>
1872
1873         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1874         just Linux configurations.  Test empirically that the compiler sets
1875         __ARM_EABI__, rather than using the tuple to decide.
1876         * sysdeps/arm/preconfigure: Regenerated.
1877         * sysdeps/unix/sysv/linux/arm/configure: File removed.
1878         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1879         contents appended ...
1880         * sysdeps/arm/configure.ac: ... here.
1881         * sysdeps/arm/configure: Regenerated.
1882
1883 2014-07-15  Roland McGrath  <roland@hack.frob.com>
1884
1885         * nptl/pthread_kill.c: New file.
1886         * nptl/pthread_sigmask.c: New file.
1887         * nptl/pthread_sigqueue.c: New file.
1888
1889         * sysdeps/nptl/lowlevellock.h: New file.
1890         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1891         * sysdeps/nptl/lowlevellock-futex.h: New file.
1892
1893         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1894         Remove dead declarations.
1895
1896 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1897
1898         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1899         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1900         config-cflags-avx2.
1901         * sysdeps/x86_64/configure.ac: Likewise.
1902         * sysdeps/i386/configure: Regenerated.
1903         * sysdeps/x86_64/configure: Likewise.
1904         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1905         memset-avx2 only if config-cflags-avx2 is yes.
1906         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1907         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1908         defined.
1909         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1910         only if HAVE_AVX2_SUPPORT is defined.
1911         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1912
1913 2014-07-14  Alan Modra  <amodra@gmail.com>
1914
1915         [BZ #17153]
1916         * elf/elf.h (DT_PPC64_NUM): Correct value.
1917         * NEWS: Add to fixed bug list.
1918
1919 2014-07-13  Jim Meyering  <meyering@fb.com>
1920
1921         [BZ 17150]
1922         regex: don't deref NULL upon heap allocation failure
1923         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1924         failure in one more place.
1925         To trigger the segfault, configure grep -with-included-regex,
1926         build it, and run these commands:
1927         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1928
1929 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1930
1931         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1932
1933 2014-07-11  Richard Henderson  <rth@redhat.com>
1934
1935         * sysdeps/aarch64/libm-test-ulps: Update.
1936
1937 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1938
1939         [BZ #17135]
1940         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1941         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1942         (__nptl_setxid): Initialize error member.  Call
1943         __nptl_setxid_error.
1944         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1945         * nptl/descr.h (struct xid_command): Add error member.
1946         * nptl/tst-setuid3.c: New file.
1947         * nptl/Makefile (tests): Add it.
1948
1949 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1950
1951         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1952         New define.
1953         (__lll_trylock): Use __lll_base_trylock.
1954         (__lll_cond_trylock): Likewise.
1955
1956 2014-07-10  Roland McGrath  <roland@hack.frob.com>
1957
1958         * nptl/pthread_create.c (start_thread): Use atomic_or and
1959         lll_futex_wake directly rather than lll_robust_dead.
1960         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1961         (lll_robust_dead): Macro removed.
1962         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
1963         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1964         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1965         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1966         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1967         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1968         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1969         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1970         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1971         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1972         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1973         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1974         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1975         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1976         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1977
1978         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1979         Use atomic_compare_and_exchange_val_acq directly rather than
1980         lll_robust_trylock.
1981         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1982         (__lll_robust_trylock, lll_robust_trylock): Removed.
1983         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1984         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1985         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1986         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1987         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1988         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1989         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1990         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1991         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1992         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1993         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1994         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1995         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1996         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1997
1998 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1999
2000         * manual/locale.texi (Locale Names): New section documenting
2001         locale name syntax.  Adjust menu and node chaining accordingly.
2002         (Choosing Locale): Reference Locale Names, Locale Categories.
2003         Mention setting LC_ALL=C.  Reflect that name syntax is now
2004         documented.
2005         (Locale Categories): New section title.  Reference Locale Names.
2006         LC_ALL is an environment variable, but not a category.
2007         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
2008         description, now in Locale Name.  Reference that section.  Locale
2009         name syntax is now documented.
2010
2011 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2012
2013         [BZ #17137]
2014         * locale/findlocale.c (name_present, valid_locale_name): New
2015         functions.
2016         (_nl_find_locale): Use the loc_name variable to store name
2017         candidates.  Call name_present and valid_locale_name to check and
2018         validate locale names.  Return an error if the locale is invalid.
2019
2020 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2021
2022         * locale/setlocale.c (setlocale): Use strdup for allocating
2023         composite name copy.
2024
2025 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2026
2027         Sync up with gnulib.
2028         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
2029         [!_LIBC && ENABLE_NLS]: Include gettext.h.
2030         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
2031         and _GL_ARG_NONNULL.
2032         [USE_UNLOCKED_IO]: Include unlocked-io.h.
2033         [!_LIBC]: Include code for Windows and Cygwin.
2034         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
2035         Include prototype for int strerror_r.
2036         [!_LIBC] (is_open): New function.
2037         (flush_stdout): New function.
2038         (print_errno_message): Use it.
2039         (error): Likewise.
2040         (error_at_line): Likewise.
2041         (error_tail) Add function attribute macros.  Use
2042         __builtin_expect.
2043
2044         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
2045
2046         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
2047
2048         * io/ftw.c: Include sys/param.h unconditionally.
2049
2050         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
2051
2052         [BZ #17125]
2053         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
2054         libc_freeres_ptr.
2055         (freecache): New function to free CACHE on exit.
2056
2057         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
2058         initialization.
2059
2060 2014-07-09  David S. Miller  <davem@davemloft.net>
2061
2062         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2063
2064         * sysdeps/sparc/nptl/internaltypes.h: Delete.
2065         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
2066         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
2067         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
2068         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
2069         * sysdeps/sparc/nptl/sem_init.c: Likewise.
2070         * sysdeps/sparc/nptl/sem_post.c: Likewise.
2071         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
2072         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
2073         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
2074         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
2075         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
2076         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
2077
2078 2014-07-09  Andreas Schwab  <schwab@suse.de>
2079
2080         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
2081         output.
2082         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
2083         (do_test): Likewise.
2084
2085         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
2086
2087 2014-07-09  Will Newton  <will.newton@linaro.org>
2088
2089         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
2090         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
2091         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
2092         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
2093         * sysdeps/hppa/start.S (_start): Likewise.
2094
2095 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
2096
2097         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
2098
2099         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
2100         defined.
2101
2102 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2103
2104         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
2105         after checking that it is non-NULL.
2106
2107         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
2108
2109 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2110
2111         * sysdeps/powerpc/memmove.c: Remove file.
2112         * sysdeps/powerpc/powerpc32/power4/memcopy.h
2113         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2114         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2115         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2116         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2117         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2118         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2119         string memmove instead of removed powerpc one.
2120
2121         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2122         [weak_alias]: Fix compiler warning due trailing data.
2123         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2124         [weak_alias]: Likewise.
2125         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2126         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2127
2128         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2129         (__libc_ifunc_impl_list): Add memmove functions.
2130
2131 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2132
2133         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2134         Remove code.
2135         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
2136         Likewise
2137         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
2138         Likewise
2139         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
2140         Likewise
2141         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2142         Likewise
2143         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2144         Likewise
2145         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2146         Likewise
2147         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2148         Likewise
2149         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2150         Likewise
2151         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2152         Likewise
2153         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2154         Likewise
2155         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2156         Likewise
2157         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2158         Likewise
2159         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2160         Likewise
2161         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2162         Likewise
2163         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2164         Likewise
2165         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2166         Likewise
2167
2168 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2169
2170         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2171         to avoid alignment traps in non-cacheable memory.
2172         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2173
2174         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2175         multiarch objects.
2176         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2177         file: multiarch power7 memmove.
2178         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2179         multiarch default memmove.
2180         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2181         multiarch memove for powerpc32/power4.
2182
2183         * string/bcopy.c: Use full path to include memmove.c.
2184         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2185         multiarch objects.
2186         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2187         bcopy for powerpc64.
2188         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2189         bcopy for powerpc64.
2190         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2191         and memmove implementations.
2192         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2193         optimized multiarch memmove for POWER7/powerpc64.
2194         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2195         default multiarch memmove for powerpc64.
2196         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2197         multiarch for powerpc64.
2198         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2199         for POWER7/powerpc64.
2200         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2201         memmove for POWER7/powerpc64.
2202
2203         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2204         glibc default one.
2205
2206         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2207         __ELF_NATIVE_CLASS equal to 64.
2208
2209 2014-07-07  Roland McGrath  <roland@hack.frob.com>
2210
2211         * sysdeps/nptl/lowlevellock.h: File removed.
2212
2213         * NEWS: NPTL is no longer an add-on!
2214         * nptl/internaltypes.h: Moved ...
2215         * sysdeps/nptl/internaltypes.h: ... here.
2216         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2217         * sysdeps/nptl/fork.c: Likewise.
2218         * sysdeps/nptl/gai_misc.h: Likewise.
2219         * sysdeps/nptl/librt-cancellation.c: Likewise.
2220         * sysdeps/nptl/jmp-unwind.c: Likewise.
2221         * sysdeps/nptl/setxid.h: Likewise.
2222         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2223         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2224         * sysdeps/unix/sysv/linux/arm/Implies: New file.
2225         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2226         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2227         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2228         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2229         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2230         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2231         * sysdeps/unix/sysv/linux/mips/Implies: New file.
2232         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2233         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2234         * sysdeps/unix/sysv/linux/sh/Implies: New file.
2235         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2236         * sysdeps/unix/sysv/linux/tile/Implies: New file.
2237         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2238         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2239         * nptl/Makeconfig: Moved ...
2240         * sysdeps/nptl/Makeconfig: ... here.
2241         * nptl/configure: File removed.
2242         * nptl/ANNOUNCE: File removed.
2243         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2244         * sysdeps/unix/sysv/linux/configure: Regenerated.
2245
2246         * nptl/Makefile (routines): Add libc_pthread_init,
2247         libc_multiple_threads, register-atfork and unregister-atfork.
2248         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2249         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2250         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2251         pthread-pi-defines.sym, structsem.sym.
2252         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2253         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2254         [$(subdir) = nptl] (tests): Add tst-setgetname.
2255         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2256         * sysdeps/unix/sysv/linux/sigaction.c: Just include
2257         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2258         [!LIBC_SIGACTION]: Remove aliases.
2259         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2260         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2261         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2262         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2263         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2264         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2265         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2266         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2267         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2268         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2269         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2270         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2271         __libc_allocate_rtsig_private.
2272         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2273         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2274         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2275         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2276         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2277         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2278         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2279         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2280         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2281         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2282         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2283         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2284         * nptl/internaltypes.h: ... here.
2285         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2286         * sysdeps/nptl/jmp-unwind.c: ... here.
2287         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2288         * nptl/libc-lowlevellock.c: ... here.
2289         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2290         * nptl/libc_multiple_threads.c: ... here.
2291         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2292         * nptl/libc_pthread_init.c: ... here.
2293         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2294         * nptl/lowlevelbarrier.sym: ... here.
2295         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2296         * nptl/lowlevelcond.sym: ... here.
2297         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2298         * nptl/lowlevellock.c: ... here.
2299         * nptl/lowlevellock.h: Moved ...
2300         * sysdeps/nptl/lowlevellock.h: ... here.
2301         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2302         * nptl/lowlevelrobustlock.c: ... here.
2303         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2304         * nptl/lowlevelrobustlock.sym: ... here.
2305         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2306         * nptl/lowlevelrwlock.sym: ... here.
2307         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2308         * nptl/pt-fork.c: ... here.
2309         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2310         * nptl/pthread-pi-defines.sym: ... here.
2311         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2312         * nptl/pthread_attr_getaffinity.c: ... here.
2313         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2314         * nptl/pthread_attr_setaffinity.c: ... here.
2315         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2316         * nptl/pthread_mutex_cond_lock.c: ... here.
2317         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2318         Update #include.
2319         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2320         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2321         * nptl/pthread_once.c: ... here, replacing old file.
2322         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2323         * nptl/pthread_yield.c: ... here.
2324         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2325         * nptl/register-atfork.c: ... here.
2326         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2327         * nptl/sem_post.c: ... here.
2328         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2329         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2330         * nptl/sem_timedwait.c: ... here.
2331         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2332         * nptl/sem_trywait.c: ... here.
2333         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2334         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2335         * nptl/sem_wait.c: ... here.
2336         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2337         * nptl/structsem.sym: ... here.
2338         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2339         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2340         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2341         * nptl/unregister-atfork.c: ... here.
2342         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2343         * nptl/unwindbuf.sym: ... here.
2344         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2345         * sysdeps/nptl/fork.c: ... here.
2346         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2347         * sysdeps/nptl/fork.h: ... here.
2348         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2349         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2350         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2351         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2352         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2353         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2354         * sysdeps/unix/sysv/linux/getpid.c: ... here.
2355         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2356         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2357         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2358         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2359         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2360         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2361         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2362         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2363         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2364         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2365         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2366         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2367         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2368         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2369         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2370         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2371         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2372         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2373         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2374         * sysdeps/unix/sysv/linux/raise.c: ... here.
2375         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2376         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2377         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2378         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2379         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2380         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2381         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2382         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2383         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2384         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2385         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2386         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2387         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2388         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2389         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2390
2391 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2392
2393         * sysdeps/generic/memcopy.h: Add comment for
2394         MEMCPY_OK_FOR_FWD_MEMMOVE.
2395
2396 2014-07-04  Will Newton  <will.newton@linaro.org>
2397
2398         * string/memchr.c: Merge from gnulib.
2399         [_LIBC]: Remove conditionals.
2400         (__ptr_t): Remove define.
2401         (LONG_MAX_32_BITS): Likewise.
2402         (LONG_MAX): Likewise.
2403         (MEMCHR): Use ANSI prototype and optimize algorithm.
2404
2405         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2406
2407 2014-07-03  Roland McGrath  <roland@hack.frob.com>
2408
2409         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2410         (lll_futex_timed_wait_bitset): Fix syscall argument count.
2411
2412         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2413         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2414         in a bare environment with no <stdlib.h> installed.
2415         * sysdeps/nptl/configure: Regenerated.
2416
2417         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2418
2419         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2420         AC_EGREP_CPP for kernel header checks, so they only succeed if
2421         including <linux/version.h> actually works right.
2422         * sysdeps/unix/sysv/linux/configure: Regenerated.
2423
2424         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2425         value so it's not diagnosed as unused.
2426
2427         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2428         thing) with "ifeq ($(subdir),rt)".
2429
2430 2014-07-03  Richard Henderson  <rth@redhat.com>
2431
2432         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2433         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2434         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2435
2436         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2437         (math_force_eval): New.
2438
2439         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2440         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2441
2442         * sysdeps/alpha/fpu/s_round.c: Remove file.
2443         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2444
2445         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2446         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2447         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2448         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2449         (_dl_start, print_statistics): Likewise.
2450         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2451         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2452
2453         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2454         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2455         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2456         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2457         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2458         (HP_SMALL_TIMING_AVAIL): Define.
2459         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2460         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2461         (HP_SMALL_TIMING_AVAIL): Define.
2462         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2463         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2464
2465         * sysdeps/aarch64/hp-timing.h: New file.
2466
2467         * sysdeps/generic/hp-timing.h: Remove dead comment.
2468         * sysdeps/generic/hp-timing-common.h: New file.
2469         * sysdeps/alpha/hp-timing.h: Include it.
2470         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2471         * sysdeps/i386/i686/hp-timing.h: Likewise.
2472         * sysdeps/ia64/hp-timing.h: Likewise.
2473         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2474         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2475         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2476         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2477         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2478         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2479         (hp_timing_t): New.
2480
2481         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2482         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2483         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2484         * elf/rtld.c (_dl_start_final): Likewise.
2485         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2486         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2487         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2488         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2489         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2490         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2491         (HP_TIMING_DIFF_INIT): Remove.
2492         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2493         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2494         (HP_TIMING_DIFF_INIT): Remove.
2495         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2496         * sysdeps/i386/i686/hp-timing.c: Remove file.
2497         * sysdeps/x86_64/hp-timing.c: Remove file.
2498         * sysdeps/ia64/hp-timing.c: Remove file.
2499         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2500         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2501         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2502         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2503
2504         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2505         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2506         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2507         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2508         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2509         (HP_TIMING_ACCUM): Remove.
2510         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2511         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2512         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2513
2514         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2515         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2516         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2517         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2518         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2519         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2520         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2521         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2522
2523         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2524
2525 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
2526
2527         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2528
2529 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2530
2531         Sync up with gettext.
2532         * intl/loadmsgcat.c: Define O_BINARY if not defined.
2533         [_MSC_VER]: Include malloc.h
2534         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
2535         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
2536         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
2537         TEMP_FAILURE_RETRY.  Cast return of alloca.
2538         [!_LIBC] Call gl_rwlock_init.
2539         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
2540
2541 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2542
2543         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
2544         before checking its value.
2545
2546 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2547
2548         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
2549
2550         * debug/memcpy_chk.c: Don't include pagecopy.h.
2551         * debug/mempcpy_chk.c: Likewise.
2552         * string/memcpy.c: Likewise.
2553         * string/memmove.c: Likewise.
2554         * sysdeps/powerpc/memmove.c: Likewise.
2555         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
2556         definition of PAGE_COPY_FWD_MAYBE here...
2557         * sysdeps/generic/pagecopy.h: ... from here.
2558         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
2559
2560 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
2561             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2562
2563         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
2564         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
2565         optimizations.
2566         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2567         (__libc_ifunc_impl_list): Likewise.
2568         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
2569         multiarch strcat for PPC64.
2570         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
2571         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
2572
2573 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2574
2575         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
2576
2577 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2578
2579         * intl/loadmsgcat.c: Remove declaration of
2580         get_sysdep_segment_value.
2581         (get_sysdep_segment_value): Use ISO C style.
2582         (_nl_load_domain): Use ISO C style.  Get rid of redundant
2583         semicolon.  Fix typo and formatting in comment.
2584         (_nl_unload_domain): Use ISO C style.
2585
2586         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
2587
2588 2014-07-02  Will Newton  <will.newton@linaro.org>
2589
2590         * malloc/obstack.c: Merge from gnulib master.
2591         [HAVE_CONFIG_H]: Remove conditional code.
2592         [!_LIBC]: Include config.h.
2593         [!ELIDE_CODE]: Don't include inttypes.h, include
2594         stdint.h unconditionally.
2595         (print_and_abort): Mark as _Noreturn.
2596         (_obstack_allocated_p): Mark as __attribute_pure__.
2597         (obstack_free): Rename to __obstack_free.
2598         [!__attribute__]: Remove conditional code.
2599         * malloc/obstack.h: Merge from gnulib master.
2600         [__cplusplus]: Move conditional down.
2601         [!__attribute_pure__]: Define __attribute_pure__ here
2602         if it is not already defined.
2603         (_obstack_memory_used): Mark as __attribute_pure__.
2604         [!__obstack_free]: Define as obstack_free.
2605         [__GNUC__]: Remove check for ancient NeXT gcc.
2606
2607 2014-07-02  Will Newton  <will.newton@linaro.org>
2608             Paul Eggert  <eggert@cs.ucla.edu>
2609
2610         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
2611
2612 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2613
2614         * resolv/gethnamaddr.c: Add comment warning that the file is
2615         not maintained.
2616
2617 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
2618
2619         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
2620         entries.
2621
2622         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
2623         entry for aio_cancel and aio_cancel64.
2624         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
2625         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
2626         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
2627         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
2628         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
2629         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
2630         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
2631         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
2632         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
2633         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
2634         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
2635         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
2636         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
2637
2638 2014-07-01  Roland McGrath  <roland@hack.frob.com>
2639
2640         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
2641         * nptl/pthread_mutex_lock.c: Likewise.
2642         * nptl/pthread_mutex_timedlock.c: Likewise.
2643         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
2644
2645 2014-07-01  Richard henderson  <rth@redhat.com>
2646
2647         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
2648         (__isnan, __isnanl): Remove.
2649         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
2650
2651         * sysdeps/alpha/fpu/libm-test-ulps: Update.
2652
2653 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
2654
2655         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2656
2657 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2658
2659         * resolv/nss_dns/dns-host.c (getanswer_r)
2660         [MULTI_PTRS_ARE_ALIASES]: Remove code.
2661
2662 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
2663
2664         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2665         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
2666         undefine.
2667         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
2668         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
2669
2670 2014-07-01  Roland McGrath <roland@hack.frob.com>
2671
2672         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
2673         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
2674
2675         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
2676         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
2677
2678         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
2679         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
2680         ... here.
2681         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
2682         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
2683
2684         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
2685         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
2686         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
2687         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
2688
2689         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
2690         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
2691         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
2692         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
2693         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
2694         Moved ...
2695         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
2696         ... here.
2697         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
2698         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
2699         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
2700         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
2701         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
2702         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
2703         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
2704         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
2705         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
2706         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
2707         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
2708         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
2709         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
2710         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
2711         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
2712         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
2713         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
2714         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
2715         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
2716         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
2717         ... here.
2718         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
2719         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
2720         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
2721         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
2722         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
2723         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
2724         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
2725         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
2726
2727 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
2728
2729         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
2730         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
2731         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
2732         Add sysdep.
2733
2734 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2735
2736         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2737
2738 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2739
2740         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
2741         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2742
2743         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
2744
2745         * sysdeps/arm/libm-test-ulps: Regenerated.
2746
2747 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2748             Roland McGrath <roland@hack.frob.com>
2749
2750         * test-skeleton.c (signal_handler): Kill the whole process group
2751         before killing the child individually.
2752         (main): Report any failure on `setpgid'.
2753
2754 2014-06-30  Roland McGrath  <roland@hack.frob.com>
2755
2756         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
2757         from _TLS_H to _ARM_NPTL_TLS_H.
2758         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
2759         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
2760
2761 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2762
2763         [BZ #16539]
2764         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
2765         (__expm1l): Return argument unchanged when small but not
2766         subnormal.
2767
2768         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
2769         include macro name.
2770         (_FP_UNPACK_RAW_1_P): Likewise.
2771         (_FP_PACK_RAW_1): Likewise.
2772         (_FP_PACK_RAW_1_P): Likewise.
2773         (_FP_MUL_MEAT_1_wide): Likewise.
2774         (_FP_MUL_MEAT_DW_1_hard): Likewise.
2775         (_FP_MUL_MEAT_1_hard): Likewise.
2776         (_FP_DIV_MEAT_1_imm): Likewise.
2777         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2778         (_FP_DIV_MEAT_1_udiv): Likewise.
2779         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2780         (_FP_UNPACK_RAW_2): Likewise.
2781         (_FP_UNPACK_RAW_2_P): Likewise.
2782         (_FP_PACK_RAW_2): Likewise.
2783         (_FP_PACK_RAW_2_P): Likewise.
2784         (_FP_MUL_MEAT_DW_2_wide): Likewise.
2785         (_FP_MUL_MEAT_2_wide): Likewise.
2786         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2787         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2788         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
2789         (_FP_MUL_MEAT_2_gmp): Likewise.
2790         (_FP_DIV_MEAT_2_udiv): Likewise.
2791         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
2792         (_FP_FRAC_SRL_4): Likewise.
2793         (_FP_FRAC_SRST_4): Likewise.
2794         (_FP_FRAC_SRS_4): Likewise.
2795         (_FP_UNPACK_RAW_4): Likewise.
2796         (_FP_UNPACK_RAW_4_P): Likewise.
2797         (_FP_PACK_RAW_4): Likewise.
2798         (_FP_PACK_RAW_4_P): Likewise.
2799         (_FP_MUL_MEAT_DW_4_wide): Likewise.
2800         (_FP_MUL_MEAT_4_wide): Likewise.
2801         (_FP_MUL_MEAT_4_gmp): Likewise.
2802         (umul_ppppmnnn): Likewise.
2803         (_FP_DIV_MEAT_4_udiv): Likewise.
2804         (__FP_FRAC_ADD_4): Likewise.
2805         (__FP_FRAC_SUB_3): Likewise.
2806         (__FP_FRAC_SUB_4): Likewise.
2807         (__FP_FRAC_DEC_3): Likewise.
2808         (__FP_FRAC_DEC_4): Likewise.
2809         (__FP_FRAC_ADDI_4): Likewise.
2810         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
2811         (_FP_FRAC_SRL_8): Likewise.
2812         (_FP_FRAC_SRS_8): Likewise.
2813
2814         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
2815         include macro name.
2816         (FP_UNPACK_RAW_EP): Likewise.
2817         (FP_PACK_RAW_E): Likewise.
2818         (FP_PACK_RAW_EP): Likewise.
2819         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
2820         (_FP_ISSIGNAN): Likewise.
2821         (_FP_ADD_INTERNAL): Likewise.
2822         (_FP_FMA): Likewise.
2823         (_FP_CMP): Likewise.
2824         (_FP_SQRT): Likewise.
2825         (_FP_TO_INT): Likewise.
2826         (_FP_FROM_INT): Likewise.
2827         (FP_EXTEND): Likewise.
2828         (_FP_DIV_MEAT_N_loop): Likewise.
2829
2830 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2831
2832         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2833         throughout.
2834
2835 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
2836
2837         [BZ #17097]
2838         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2839         result with correct sign in case of exponents that produce
2840         overflow except for X very close to 1.
2841
2842 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
2843
2844         mktime: merge #if/#ifdef usage from glibc
2845         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2846         as that works with both Glibc's and Gnulib's style.
2847         See thread starting at Siddhesh Poyarekar's bug report at:
2848         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2849
2850 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2851
2852         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2853         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2854         * sysdeps/tile/tilegx/memmove.c: Remove file.
2855
2856 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2857
2858         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2859         abi-name definition.
2860         * scripts/soversions.awk: Do not handle or generate ABI lines.
2861         * shlib-versions: Remove ABI entries.
2862         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2863         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2864
2865 2014-06-27  Roland McGrath  <roland@hack.frob.com>
2866
2867         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2868         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2869         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2870         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2871         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2872         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2873         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2874         Moved ...
2875         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2876         ... here.
2877         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2878         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2879         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2880         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2881         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2882         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2883         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2884         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2885         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2886         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2887         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2888         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2889         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2890         Moved ...
2891         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2892         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2893         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2894         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2895         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2896         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2897         Moved ...
2898         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2899         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2900         Moved ...
2901         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2902         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2903         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2904         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2905         Moved ...
2906         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2907         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2908         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2909         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2910         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2911         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2912         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2913         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2914         Moved ...
2915         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2916         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2917         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2918         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2919         Moved ...
2920         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2921         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2922         Moved ...
2923         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2924         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2925         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2926         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2927         Moved ...
2928         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2929         ... here.
2930         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2931         Identical file removed.
2932         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2933         Moved ...
2934         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2935         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2936         Identical file removed.
2937         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2938         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2939         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2940         Moved ...
2941         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2942         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2943         Identical file removed.
2944         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2945         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2946         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2947         Identical file removed.
2948         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2949         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2950         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2951         Identical file removed.
2952         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2953         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2954         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2955         Identical file removed.
2956         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2957         Moved ...
2958         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2959         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2960         Identical file removed.
2961         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2962         Moved ...
2963         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2964         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2965         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2966         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2967         Identical file removed.
2968         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2969         Moved ...
2970         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2971         ... here.
2972         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2973         Identical file removed.
2974         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2975         Moved ...
2976         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2977         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2978         Identical file removed.
2979         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2980         Moved ...
2981         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2982         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2983         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2984         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2985         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2986         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2987         Moved ...
2988         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2989         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2990         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2991
2992         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2993         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2994         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2995         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2996         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2997
2998 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
2999
3000         [BZ #17092]
3001         * nscd/nscd.c (monitor_child): Return exit status of child
3002         instead of return value from wait syscall.
3003
3004 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
3005
3006         * configure.ac (libc_commonpagesize): Remove variable.
3007         (libc_relro_required): Likewise.
3008         (libc_cv_z_relro): Remove configure test.
3009         * configure: Regenerated.
3010         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
3011         variable.
3012         (libc_relro_required): Likewise.
3013         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
3014         (libc_relro_required): Likewise.
3015         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
3016         (libc_relro_required): Likewise.
3017         * sysdeps/arm/preconfigure: Regenerated.
3018         * sysdeps/ia64/preconfigure: Remove file.
3019         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
3020         variable.
3021         (libc_relro_required): Likewise.
3022
3023         [BZ #16561]
3024         [BZ #16562]
3025         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
3026         (__ieee754_yn): Set FE_TONEAREST mode internally and then
3027         recompute overflowing results in original rounding mode.
3028         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
3029         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
3030         recompute overflowing results in original rounding mode.
3031         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
3032         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3033         recompute overflowing results in original rounding mode.
3034         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
3035         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3036         recompute overflowing results in original rounding mode.
3037         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
3038         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3039         recompute overflowing results in original rounding mode.
3040         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
3041         (libc_feholdsetround_ctx): New macro.
3042         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
3043         * sysdeps/i386/fpu/libm-test-ulps: Update.
3044         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
3045
3046 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3047
3048         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
3049         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
3050         corresponding .cpsetup call.
3051
3052 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3053
3054         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
3055         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
3056         * sysdeps/arm/Makefile [$(subdir) = csu]
3057         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
3058         (static-only-routines): Add aeabi_read_tp here.
3059         (shared-only-routines): Add libc-aeabi_read_tp here.
3060         (CFLAGS-libc-start.c): Add -fexceptions here.
3061         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
3062         (sysdep_routines, static-only-routines, shared-only-routines):
3063         Don't add to these here.
3064         (CFLAGS-libc-start.c): Likewise.
3065
3066         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
3067         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
3068         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
3069         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
3070         * sysdeps/arm/Makefile [$(subdir) = rt]
3071         (librt-sysdep_routines, librt-shared-only-routines):
3072         Append rt-aeabi_unwind_cpp_pr1 here.
3073         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
3074         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
3075         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
3076         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3077         Append nptl-aeabi_unwind_cpp_pr1 here.
3078         (tests): Filter out tst-cleanupx4 here.
3079         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
3080         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
3081         Don't do those here.
3082
3083 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3084
3085         * scripts/list-sources.sh: Do not handle ports specially.
3086
3087 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3088
3089         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
3090         * sysdeps/arm/feupdateenv.c: Likewise.
3091
3092         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
3093
3094 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3095
3096         * manual/texinfo.tex: Update to version 2014-05-05.10 with
3097         trailing whitespace removed.
3098         * scripts/config.guess: Update to version 2014-03-23.
3099         * scripts/config.sub: Update to version 2014-05-01
3100         * scripts/install-sh: Update to version 2013-12-25.23.
3101         * scripts/move-if-change: Update from gnulib.
3102
3103 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3104
3105         * debug/memmove_chk.c: Remove pagecopy.h include.
3106
3107 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
3108
3109         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
3110         identical to gnulib mktime.
3111
3112 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3113
3114         * configure.ac: Do not test for machine being rs6000.  Do not test
3115         for powerpc*-*soft.
3116         * configure: Regenerated.
3117
3118         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3119         test.
3120         * configure: Regenerated.
3121         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3122         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3123         Remove configure test.
3124         * sysdeps/arm/configure: Regenerated.
3125         * sysdeps/nptl/configure.ac: Do not check
3126         libc_cv_asm_cfi_directives.
3127         * sysdeps/nptl/configure: Regenerated.
3128         * sysdeps/x86_64/nptl/configure.ac: Remove file.
3129         * sysdeps/x86_64/nptl/configure: Remove generated file.
3130         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3131         unconditional.
3132         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3133
3134 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3135
3136         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
3137         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
3138         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
3139         it is defined.
3140
3141         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3142         instead of whether it is defined.
3143         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3144         * sysdeps/hppa/dl-machine.h: Likewise.
3145         * sysdeps/ia64/dl-machine.h: Likewise.
3146         * sysdeps/m68k/dl-machine.h: Likewise.
3147         * sysdeps/microblaze/dl-machine.h: Likewise.
3148         * sysdeps/mips/dl-machine.: Likewise.
3149         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3150         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3151         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3152         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3153         * sysdeps/sh/dl-machine.h: Likewise.
3154         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3155         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3156         * sysdeps/tile/dl-machine.h: Likewise.
3157         * sysdeps/x86_64/dl-machine.h: Likewise.
3158
3159         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3160         code.
3161         (verify_persistent_db): Likewise.
3162
3163 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3164
3165         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3166         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3167         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3168         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3169         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3170         Moved ...
3171         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3172         ... here.
3173         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3174         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3175         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3176         Identical file removed.
3177         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3178         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3179         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3180         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3181         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3182         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3183         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3184         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3185         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3186         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3187         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3188         Moved ...
3189         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3190         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3191         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3192         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3193         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3194         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3195         Moved ...
3196         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3197         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3198         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3199         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3200         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3201         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3202         Identical file removed.
3203         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3204         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3205         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3206         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3207         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3208         Moved ...
3209         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3210         ... here.
3211         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3212         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3213         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3214         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3215         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3216         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3217         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3218         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3219         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3220         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3221         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3222         Moved ...
3223         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3224         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3225         Moved ...
3226         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3227         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3228         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3229         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3230         Moved ...
3231         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3232         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3233         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3234
3235         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3236         folded into ...
3237         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3238         * sysdeps/unix/sysv/linux/s390/Versions
3239         (libpthread: GLIBC_2.19): New version set.
3240         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3241         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3242         (librt: GLIBC_2.3.3): New version set.
3243         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3244         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3245         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3246         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3247         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3248         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3249         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3250         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3251         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3252         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3253         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3254         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3255         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3256         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3257         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3258         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3259         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3260         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3261         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3262         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3263         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3264         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3265         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3266         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3267         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3268         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3269         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3270         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3271         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3272         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3273         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3274         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3275         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3276         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3277         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3278         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3279         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3280         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3281         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3282         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3283         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3284         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3285         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3286         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3287         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3288
3289         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3290         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3291         (__libc_vfork): Define the function under this name.
3292         [!NOT_IN_libc] (__vfork): Make this an alias.
3293         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3294         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3295         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3296         (__libc_vfork): Define the function under this name.
3297         [!NOT_IN_libc] (__vfork): Make this an alias.
3298         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3299         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3300         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3301         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3302         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3303         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3304
3305         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3306         code that was previously under [RESET_PID].
3307         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3308         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3309         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3310
3311         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3312         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3313         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3314         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3315         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3316         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3317         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3318         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3319         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3320         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3321         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3322         Moved ...
3323         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3324         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3325         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3326         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3327         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3328         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3329         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3330         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3331         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3332         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3333         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3334         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3335         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3336         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3337         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3338         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3339         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3340         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3341         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3342         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3343         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3344         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3345         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3346         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3347         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3348         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3349         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3350         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3351         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3352
3353 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3354
3355         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3356         that was previously under [RESET_PID].
3357         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3358
3359 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3360
3361         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3362         not undefine and redefine.
3363         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3364         [O_CLOEXEC]: Make code unconditional.
3365         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3366         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3367         <kernel-features.h>.
3368         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3369         conditional variable definition.
3370         (shm_open) [O_CLOEXEC]: Make code unconditional.
3371         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3372         code.
3373
3374         * configure.ac (USE_REGPARMS): Don't define here.
3375         * configure: Regenerated.
3376         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3377         * sysdeps/i386/configure: Regenerated.
3378
3379         * nptl/createthread.c: Don't include kernel-features.h.
3380         * nptl/pthread_cancel.c: Likewise.
3381         * nptl/pthread_condattr_setclock.c: Likewise.
3382         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3383         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3384         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3385         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3386         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3387         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3388         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3389         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3390         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3391         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3392         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3393         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3394         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3395         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3396         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3397         * nscd/gai.c: Likewise.
3398         * nss/nss_db/db-open.c: Likewise.
3399         * sysdeps/generic/ldsodefs.h: Likewise.
3400         * sysdeps/sh/nptl/tls.h: Likewise.
3401         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3402         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3403         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3404         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3405         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3406         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3407         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3408         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3409         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3410         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3411         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3412         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3413         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3414         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3415         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3416         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3417         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3418         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3419         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3420         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3421         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3422         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3423         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3424         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3425         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3426         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3427         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3428         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3429         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3430         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3431         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3432         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3433         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3434         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3435         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3436         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3437         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3438         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3439         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3440         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3441         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3442         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3443         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3444         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3445         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3446         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3447         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3448         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3449         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3450         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3451         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3452         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3453         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3454         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3455         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3456         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3457         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3458         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3481         * sysdeps/unix/sysv/linux/pread.c: Likewise.
3482         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3483         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3484         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3485         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3486         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3487         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3488         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3489         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3490         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3491         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3492         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3493         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3494         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3495         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3496         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3497         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3498         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3499         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3500         * sysdeps/unix/sysv/linux/system.c: Likewise.
3501         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3502         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3503         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3504         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3505         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3506         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3507         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3508
3509         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3510         * configure: Regenerated.
3511         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3512
3513         * configure.ac (base_machine): Do not set specially for particular
3514         machines here.
3515         * configure: Regenerated.
3516         * sysdeps/powerpc/preconfigure: Move machine and base_machine
3517         settings from configure.ac.
3518         * sysdeps/i386/preconfigure: New file.
3519         * sysdeps/s390/preconfigure: Likewise.
3520         * sysdeps/sh/preconfigure: Likewise.
3521         * sysdeps/sparc/preconfigure: Likewise.
3522
3523 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3524
3525         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3526         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3527         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3528         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3529         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3530         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3531         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3532         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3533         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3534         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
3535         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
3536         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
3537         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
3538         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
3539         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
3540         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
3541         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
3542         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
3543         * sysdeps/sparc/sparc64/Makefile: ... appended here.
3544
3545         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
3546         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
3547         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
3548         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
3549         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
3550         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
3551         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
3552         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
3553         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
3554         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
3555         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
3556         * sysdeps/sparc/sparc32/sem_post.c: ... here.
3557         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
3558         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
3559         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
3560         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
3561         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
3562         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
3563         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
3564         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
3565         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
3566         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
3567         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
3568         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
3569         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
3570         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
3571         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
3572         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
3573         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
3574         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
3575         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
3576         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
3577         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
3578         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
3579         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
3580         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
3581         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
3582         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
3583
3584         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
3585         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
3586         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
3587         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
3588         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
3589         Moved ...
3590         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
3591         ... here.
3592         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
3593         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
3594         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
3595         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
3596         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
3597         Moved ...
3598         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
3599         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
3600         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
3601         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
3602         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
3603         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
3604         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
3605         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3606         Moved ...
3607         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
3608         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
3609         Moved ...
3610         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
3611         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
3612         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
3613         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
3614         Moved ...
3615         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
3616         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
3617         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
3618         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
3619         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
3620         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
3621         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
3622         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
3623         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
3624         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
3625         Moved ...
3626         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
3627         ... here.
3628         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
3629         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
3630         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
3631         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
3632         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
3633         Moved ...
3634         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
3635         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
3636         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
3637         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
3638         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
3639         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
3640         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
3641         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
3642         Moved ...
3643         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
3644         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
3645         Moved ...
3646         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
3647         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
3648         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
3649         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
3650         Moved ...
3651         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
3652         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
3653         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
3654         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
3655         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
3656
3657 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3658
3659         * timezone/checktab.awk: Update from tzcode 2014e.
3660         * timezone/private.h: Likewise.
3661         * timezone/tzfile.h: Likewise.
3662         * timezone/zdump.c: Likewise.
3663         * timezone/zic.c: Likewise.
3664
3665         * sysdeps/unix/sysv/linux/kernel-features.h
3666         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
3667         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
3668         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
3669         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
3670         Remove conditional code.
3671
3672 2014-06-25  Will Newton  <will.newton@linaro.org>
3673
3674         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
3675         (_dl_arm_cap_flags): Add HWCAP2 values.
3676         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
3677         (_DL_HWCAP_COUNT): Increase to 37.
3678         (_DL_HWCAP_LAST): New define.
3679         (_DL_HWCAP2_LAST): New define.
3680         (_dl_procinfo): Add support for printing
3681         AT_HWCAP2 entries.
3682         (_dl_string_hwcap): Use _dl_hwcap_string.
3683
3684 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3685
3686         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3687
3688 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3689
3690         * README: Do not mention ports directory.
3691
3692         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
3693         Remove macro.
3694         * sysdeps/unix/sysv/linux/futimes.c: Do not include
3695         <kernel-features.h>.
3696         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
3697         conditional variable definition.
3698         (__futimes): Update comment.
3699         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
3700         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
3701
3702         [BZ #16560]
3703         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
3704         arguments close to 0.
3705         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
3706         Likewise.
3707         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
3708         Likewise.
3709         * math/auto-libm-test-in: Add more tests of exp10.
3710         * math/auto-libm-test-out: Regenerated.
3711         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3712
3713         * sysdeps/unix/sysv/linux/kernel-features.h
3714         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
3715         * sysdeps/unix/sysv/linux/readv.c: Do not include
3716         <kernel-features.h>.
3717         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3718         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3719         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3720         unconditional.
3721         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3722         conditional code.
3723         * sysdeps/unix/sysv/linux/writev.c: Do not include
3724         <kernel-features.h>.
3725         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3726         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3727         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3728         unconditional.
3729         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3730         conditional code.
3731
3732 2014-06-25  Will Newton  <will.newton@linaro.org>
3733
3734         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
3735         comment changes throughout the file.  Remove checks
3736         for HAVE_*_H definitions that are not required.
3737         (__gen_tempname): Call abort if an unknown kind value is
3738         passed.
3739
3740 2014-06-25  Andreas Schwab  <schwab@suse.de>
3741
3742         [BZ #17086]
3743         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
3744         scalbln, scalblnf, scalblnl in libc.
3745
3746 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
3747
3748         [BZ #17086]
3749         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
3750         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3751         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3752
3753 2014-06-24  Roland McGrath  <roland@hack.frob.com>
3754
3755         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
3756         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
3757         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
3758         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
3759         Update #include.
3760         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
3761         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
3762         Update #include.
3763         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
3764         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
3765         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
3766         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
3767         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
3768         * sysdeps/x86/bits/pthreadtypes.h: ... here.
3769         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
3770         * sysdeps/x86/bits/semaphore.h: ... here.
3771         * sysdeps/x86/nptl/elide.h: Moved ...
3772         * sysdeps/x86/elide.h: ... here.
3773         * sysdeps/x86_64/nptl/Implies: File removed.
3774         * sysdeps/i386/nptl/Implies: File removed.
3775
3776 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
3777
3778         [BZ #16539]
3779         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3780         return the argument for normal arguments with exponent below -64.
3781         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3782         Likewise.
3783         * math/auto-libm-test-in: Add another test of expm1.
3784         * math/auto-libm-test-out: Regenerated.
3785
3786         [BZ #16287]
3787         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
3788         calling __erfcl for arguments at least 16.
3789         * math/auto-libm-test-in: Add more tests of erf.
3790         * math/auto-libm-test-out: Regenerated.
3791
3792         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
3793         individual architectures.
3794         * sysdeps/unix/sysv/linux/configure: Regenerated.
3795         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
3796         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
3797         * sysdeps/unix/sysv/linux/powerpc/configure.ac
3798         (ldd_rewrite_script): Define variable.
3799         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
3800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
3801         file.
3802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
3803         generated file.
3804         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
3805         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
3806         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
3807         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
3808         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
3809         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
3810         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
3811         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
3812
3813 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3814
3815         [BZ #17084]
3816         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
3817         Rename member __data.d to __data.__elision_data.
3818
3819 2014-06-24  Wilco  <wdijkstr@arm.com>
3820
3821         * NEWS: Add 16918 to fixed bug list.
3822
3823 2014-06-24  Wilco  <wdijkstr@arm.com>
3824
3825         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3826
3827 2014-06-24  Wilco  <wdijkstr@arm.com>
3828
3829         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3830         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3831         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3832         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3833         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3834         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3835         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3836         Use _FPU_MASK_RM.
3837
3838 2014-06-24  Wilco  <wdijkstr@arm.com>
3839
3840         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3841
3842 2014-06-24  Wilco  <wdijkstr@arm.com>
3843
3844         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3845         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3846         * sysdeps/arm/fesetround.c (fesetround): Remove space.
3847         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3848
3849 2014-06-24  Wilco  <wdijkstr@arm.com>
3850
3851         [BZ #16918]
3852         * sysdeps/arm/feupdateenv.c (feupdateenv):
3853         Rewrite to reduce FPSCR accesses and fix return value.
3854
3855 2014-06-24  Wilco  <wdijkstr@arm.com>
3856
3857         * sysdeps/arm/fclrexcpt.c (feclearexcept):
3858         Optimize to avoid unnecessary FPSCR writes.
3859         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3860         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3861         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3862         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3863
3864 2014-06-24  Wilco  <wdijkstr@arm.com>
3865
3866         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3867         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3868         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3869         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3870         Call libc_fetestexcept_vfp.
3871         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3872         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3873         __SOFTFP__ ifdef so that they can be built for softfp.
3874
3875 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3876
3877         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3878         argument type signed char.
3879
3880         * Makerules (check-abi): Dump diff of symlist if the test
3881         fails.
3882
3883 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3884
3885         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3886         using abort.
3887
3888         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3889         Remove unused variable ST.
3890
3891 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3892
3893         [BZ #16354]
3894         [BZ #17061]
3895         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3896         small arguments before calling __expm1.
3897         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3898         small arguments before calling __expm1f.
3899         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3900         small arguments before calling __expm1l.
3901         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3902         Likewise.
3903         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3904         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3905         spurious underflow for some cosh tests.
3906         * math/auto-libm-test-out: Regenerated.
3907         * sysdeps/i386/fpu/libm-test-ulps: Update.
3908
3909         [BZ #17050]
3910         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3911         (__ieee754_y1): Set errno if return value overflows.
3912         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3913         (__ieee754_y1f): Set errno if return value overflows.
3914         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3915         (__ieee754_y1l): Set errno if return value overflows.
3916         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3917         (__ieee754_y1l): Set errno if return value overflows.
3918         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3919         * math/auto-libm-test-out: Regenerated.
3920
3921         * math/gen-auto-libm-tests.c: Document use of
3922         ignore-zero-inf-sign.
3923         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3924         (input_flags): Add ignore-zero-inf-sign.
3925         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3926         * math/gen-libm-test.pl (generate_testfile): Handle
3927         ignore-zero-inf-sign.
3928         * math/auto-libm-test-in: Mark some cpow tests with
3929         ignore-zero-inf-sign and some with xfail-rounding.
3930         * math/auto-libm-test-out: Regenerated.
3931         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3932         * sysdeps/i386/fpu/libm-test-ulps: Update.
3933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3934
3935         [BZ #16315]
3936         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3937         overflowing or underflowing operations take place with sign of
3938         result.
3939         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3940         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3941         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3942         (__ieee754_pow): Recompute overflowing and underflowing results in
3943         original rounding mode.
3944         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3945         (__powl_helper): Allow negative argument X and scale negated value
3946         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
3947         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3948         overflowing or underflowing operations take place with sign of
3949         result.
3950         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3951         Include <math.h>.
3952         * math/auto-libm-test-in: Add more tests of pow.
3953         * math/auto-libm-test-out: Regenerated.
3954         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3955         (pow_tonearest_test_data): Remove.
3956         (pow_test_tonearest): Likewise.
3957         (pow_towardzero_test_data): Likewise.
3958         (pow_test_towardzero): Likewise.
3959         (pow_downward_test_data): Likewise.
3960         (pow_test_downward): Likewise.
3961         (pow_upward_test_data): Likewise.
3962         (pow_test_upward): Likewise.
3963         (main): Don't call removed functions.
3964         * sysdeps/i386/fpu/libm-test-ulps: Update.
3965         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3966
3967 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3968
3969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3970         Moved ...
3971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3973         Moved ...
3974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3976         Moved ...
3977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3979         Moved ...
3980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3982         File removed.
3983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3984         File removed.
3985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3986         File removed.
3987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3988         File removed.
3989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3990         File removed.
3991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3992         File removed.
3993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3994         File removed.
3995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3996         File removed.
3997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3998         File removed.
3999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
4000         File removed.
4001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
4002         File removed.
4003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
4004         File removed.
4005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
4006         Moved ...
4007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
4008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
4009         Moved ...
4010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
4011         ... here.
4012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
4013         Moved ...
4014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
4015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
4016         Moved ...
4017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
4018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
4019         Moved ...
4020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
4021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
4022         Moved ...
4023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
4024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
4025         Moved ...
4026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
4027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
4028         Moved ...
4029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
4030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
4031         Moved ...
4032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
4033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
4034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
4035         ... here.
4036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
4037         Moved ...
4038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
4039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
4040         Moved ...
4041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4042         ... here.
4043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
4044         Moved ...
4045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
4046         ... here.
4047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4048         Moved ...
4049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4050         ... here.
4051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
4052         Moved ...
4053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
4054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
4055         Moved ...
4056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
4057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
4058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
4059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
4060         Moved ...
4061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
4062         ... here.
4063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4064         Moved ...
4065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
4066         ... here.
4067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
4068         Moved ...
4069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
4070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4071         Moved ...
4072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
4073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
4074         Moved ...
4075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
4076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4077         Moved ...
4078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
4079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
4080         Moved ...
4081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
4082         ... here.
4083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4084         Moved ...
4085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
4086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
4087         Moved ...
4088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
4089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4090         Moved ...
4091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
4092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
4093         Moved ...
4094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
4095         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
4096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
4097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
4098         Moved ...
4099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
4100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4101         Moved ...
4102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
4103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
4104         Moved ...
4105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
4106         ... here.
4107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4108         Moved ...
4109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4110         ... here.
4111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4112         Moved ...
4113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4114         ... here.
4115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4116         Moved ...
4117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4119         Moved ...
4120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4122         Moved ...
4123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4125         Moved ...
4126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4127         ... here.
4128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4129         Moved ...
4130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4131         ... here.
4132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4133         Moved ...
4134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
4135         ... here.
4136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4137         Moved ...
4138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
4139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
4140         Moved ...
4141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4142
4143 2014-06-23  Will Newton  <will.newton@linaro.org>
4144             Wilco  <wdijkstr@arm.com>
4145
4146         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4147         implementation.  Include get-rounding-mode.h.
4148         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4149         [!libc_feholdsetround_noex_ctx]: Define
4150         libc_feholdsetround_noex_ctx.
4151         [!libc_feholdsetround_noexf_ctx]: Define
4152         libc_feholdsetround_noexf_ctx.
4153         [!libc_feholdsetround_noexl_ctx]: Define
4154         libc_feholdsetround_noexl_ctx.
4155         (libc_feholdsetround_ctx): New function.
4156         (libc_feresetround_ctx): New function.
4157         (libc_feholdsetround_noex_ctx): New function.
4158         (libc_feresetround_noex_ctx): New function.
4159
4160 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4161
4162         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4163         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4164         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4165         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4166         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4167         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4168
4169         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4170         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4171         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4172         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4173         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4174         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4175         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4176         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4177         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4178         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4179         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4180         Moved ...
4181         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4182         ... here.
4183         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4184         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4185         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4186         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4187         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4188         Moved ...
4189         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4190         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4191         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4192         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4193         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4194         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4195         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4196         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4197         Moved ...
4198         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4199         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4200         Moved ...
4201         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4202         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4203         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4204         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4205         Moved ...
4206         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4207         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4208         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4209         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4210         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4211         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4212         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4213         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4214         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4215         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4216         Moved ...
4217         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4218         ... here.
4219         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4220         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4221         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4222         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4223         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4224         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4225         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4226         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4227         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4228         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4229         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4230         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4231         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4232         Moved ...
4233         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4234         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4235         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4236         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4237         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4238         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4239         Moved ...
4240         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4241         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4242         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4243         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4244         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4245
4246         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4247         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4248         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4249         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4250         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4251         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4252         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4253         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4254         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4255         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4256         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4257         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4258         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4259         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4260         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4261         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4262         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4263         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4264         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4265         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4266         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4267         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4268         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4269         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4270         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4271         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4272         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4273         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4274
4275 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4276
4277         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4278         (FALLOC_FL_COLLAPSE_RANGE): New macro.
4279         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4280         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4281         (IPV6_PMTUDISC_INTERFACE): Likewise.
4282         (IPV6_PMTUDISC_OMIT): Likewise.
4283
4284 2014-06-23  Andreas Schwab  <schwab@suse.de>
4285
4286         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4287         Remove unused errout label.
4288
4289 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4290
4291         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4292         macro: hardware supports Vector Crypto instructions.
4293
4294 2014-06-23  Will Newton  <will.newton@linaro.org>
4295
4296         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4297         rather than __builtin_expect.
4298
4299         * elf/dl-lookup.c (undefined_msg): Remove variable.
4300         (_dl_lookup_symbol_x): Replace undefined_msg with string
4301         literal.
4302
4303         * elf/dl-lookup.c (do_lookup_unique): New function.
4304         (do_lookup_x): Move STB_GNU_UNIQUE handling code
4305         to a separate function.
4306
4307 2014-06-23  Andreas Schwab  <schwab@suse.de>
4308
4309         [BZ #17079]
4310         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4311         before reading the next line.
4312
4313 2014-06-23  Will Newton  <will.newton@linaro.org>
4314
4315         * test-skeleton.c (signal_handler): Use printf and %m
4316         rather than perror.  Use printf rather than fprintf to
4317         stderr.  Use puts rather than fputs to stderr.
4318         (main): Likewise.
4319
4320 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
4321
4322         * nscd/nscd.c (thread_info_t): Remove typedef.
4323         (thread_info): Remove variable.
4324
4325 2014-06-21  Allan McRae  <allan@archlinux.org>
4326
4327         * NEWS: Mention CVE-2014-4043.
4328
4329 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4330
4331         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4332         * nptl/smp.h: ... here.
4333
4334         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4335
4336         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4337         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4338         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4339         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4340
4341         * nptl/allocatestack.c: Include <stack-aliasing.h>.
4342         * nptl/stack-aliasing.h: New file.
4343         * sysdeps/i386/i686/stack-aliasing.h: New file.
4344         * sysdeps/i386/i686/nptl/Makefile: File removed.
4345         * sysdeps/x86_64/stack-aliasing.h: New file.
4346         * sysdeps/x86_64/nptl/Makefile
4347         (CFLAGS-pthread_create.c): Variable removed.
4348
4349         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4350         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4351         old file.
4352         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4353         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4354         old file.
4355
4356 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
4357
4358         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4359         (__ASSUME_SIGFRAME_V2): Remove macro.
4360         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4361         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4362         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4363         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4364         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4365         Declare as function.  Remove conditional macro definitions.
4366         (__default_rt_sa_restorer): Likewise.
4367         (__default_sa_restorer_v1): Remove declaration.
4368         (__default_sa_restorer_v2): Likewise.
4369         (__default_rt_sa_restorer_v1): Likewise.
4370         (__default_rt_sa_restorer_v2): Likewise.
4371         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4372         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4373         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4374
4375 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4376
4377         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4378         (libpthread-routines): Add sysdep.
4379         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4380         * sysdeps/unix/sysv/linux/sparc/Versions
4381         (libpthread: GLIBC_2.3.3): New version set.
4382         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4383         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4384         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4385         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4386         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
4387         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4388         Moved ...
4389         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4390         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4391         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4392         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4393         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4394         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4395         * sysdeps/sparc/nptl/sem_init.c: ... here.
4396         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4397         * sysdeps/sparc/nptl/sem_post.c: ... here.
4398         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4399         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4400         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4401         * sysdeps/sparc/nptl/sem_wait.c: ... here.
4402         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4403         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4404         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4405         (libpthread-routines): Add cpu_relax.
4406         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4407         File removed.
4408         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4409         (librt: GLIBC_2.3.3): New version set.
4410         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4411         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4412         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4413         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4414         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4415         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4416         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4417         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4418         Moved ...
4419         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4420         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4421         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4422         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4423         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4424         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4425         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4426         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4427         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4428         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4429         Moved ...
4430         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4431         Update #include.
4432         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4433         Moved ...
4434         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4435         Update #include.
4436         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4437         Moved ...
4438         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4439         Update #include.
4440         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4441         Moved ...
4442         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4443         Update #include.
4444         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4445         Moved ...
4446         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4447         Update #include.
4448         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4449         Moved ...
4450         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4451         Update #include.
4452         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4453         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4454         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4455         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4456         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4457         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4458         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4459         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4460         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4461         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4462         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4463         Moved ...
4464         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4465         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4466         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4467         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4468         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4469
4470 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4471
4472         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4473         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4474         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4475         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4476         * nscd/nscd.c: Likewise.
4477         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4478         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4479         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4480         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4481
4482         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4483         <kernel-features.h>.
4484         (init_mq_netlink): Remove conditional have_sock_cloexec
4485         definitions.  Remove code conditional on have_sock_cloexec < 0.
4486         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4487         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4488         * sysdeps/unix/sysv/linux/opensock.c: Do not include
4489         <kernel-features.h>.
4490         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4491         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4492
4493 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4494
4495         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4496         Add tests for memset_chk and memset.
4497
4498         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4499         with AVX2_Usable.
4500
4501 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4502
4503         [BZ #16046]
4504         * elf/tst-dl-iter-static.c: New file.
4505         * elf/Makefile (tests-static): Add tst-dl-iter-static.
4506
4507         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4508         error.
4509
4510 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4511
4512         * sysdeps/unix/sysv/linux/kernel-features.h
4513         (__ASSUME_F_GETOWN_EX): Remove macro.
4514         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4515         <kernel-features.h>.
4516         (miss_F_GETOWN_EX): Remove variable or macro.
4517         (do_fcntl): Do not check miss_F_GETOWN_EX.
4518         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4519
4520         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4521         Remove macro.
4522         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4523         [!__ASSUME_AT_RANDOM]: Remove conditional code.
4524         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4525
4526         * sysdeps/unix/sysv/linux/kernel-features.h
4527         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4528         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4529         [ADJ_OFFSET_SS_READ]: Make code unconditional.
4530         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4531
4532 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4533
4534         [BZ #17075]
4535         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
4536         Fix calculation of the symbol's value.
4537         * sysdeps/arm/tst-armtlsdescloc.c: New file.
4538         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
4539         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
4540         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
4541         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
4542         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
4543         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
4544         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
4545         (modules-names): Add `tst-armtlsdescmod',
4546         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
4547         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
4548         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4549         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
4550         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
4551         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4552         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
4553         ($(objpfx)tst-armtlsdescloc): New dependency.
4554         ($(objpfx)tst-armtlsdescextnow): Likewise.
4555         ($(objpfx)tst-armtlsdescextlazy): Likewise.
4556         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
4557         TLS scheme support.
4558         * sysdeps/arm/configure: Regenerate.
4559
4560 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4561
4562         * include/fcntl.h (__atfct_seterrno): Remove prototype.
4563         (__atfct_seterrno_2): Likewise.
4564         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
4565         <kernel-features.h>.
4566         (__ASSUME_ATFCTS): Do not undefine and redefine.
4567         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
4568         (__have_atfcts): Remove conditional definition.
4569         (__fxstatat([__NR_fstatat64]: Make code unconditional.
4570         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
4571         unreachable if [__ASSUME_ATFCTS].
4572         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
4573         not undefine and redefine.
4574         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
4575         <kernel-features.h>.
4576         (faccessat) [__NR_faccessat]: Make code unconditional.
4577         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
4578         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
4579         <kernel-features.h>.
4580         (fchmodat) [__NR_fchmodat]: Make code unconditional.
4581         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4582         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
4583         <kernel-features.h>.
4584         (fchownat) [__NR_fchownat]: Make code unconditional.
4585         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
4586         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
4587         <kernel-features.h>.
4588         (futimesat) [__NR_futimesat]: Make code unconditional.
4589         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
4590         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4591         <kernel-features.h>.
4592         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4593         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4594         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4595         <kernel-features.h>.
4596         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
4597         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4598         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
4599         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4600         <kernel-features.h>.
4601         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
4602         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4603         * sysdeps/unix/sysv/linux/linkat.c: Do not include
4604         <kernel-features.h>.
4605         (linkat) [__NR_linkat]: Make code unconditional.
4606         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4607         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
4608         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
4609         <kernel-features.h>.
4610         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
4611         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4612         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
4613         <kernel-features.h>.
4614         (mkdirat) [__NR_mkdirat]: Make code unconditional.
4615         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
4616         * sysdeps/unix/sysv/linux/openat.c: Do not include
4617         <kernel-features.h>.
4618         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
4619         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
4620         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
4621         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
4622         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
4623         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
4624         <kernel-features.h>.
4625         (readlinkat) [__NR_readlinkat]: Make code unconditional.
4626         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
4627         result of INLINE_SYSCALL directly, not via int variable.
4628         * sysdeps/unix/sysv/linux/renameat.c: Do not include
4629         <kernel-features.h>.
4630         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
4631         (renameat) [__NR_renameat]: Make code unconditional.
4632         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
4633         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
4634         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
4635         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
4636         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
4637         (__ASSUME_ATFCTS): Do not undefine and redefine.
4638         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
4639         <kernel-features.h>.
4640         (symlinkat) [__NR_symlinkat]: Make code unconditional.
4641         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4642         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
4643         <kernel-features.h>.
4644         (unlinkat) [__NR_unlinkat]: Make code unconditional.
4645         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4646         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
4647         (__ASSUME_ATFCTS): Do not undefine and redefine.
4648         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4649         <kernel-features.h>.
4650         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4651         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4652         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4653         <kernel-features.h>.
4654         (__xmknodat) [__NR_mknodat]: Make code unconditional.
4655         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4656
4657 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4658
4659         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
4660
4661 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
4662
4663         [BZ #17069]
4664         * posix/regcomp.c (parse_reg_exp): Deallocate partially
4665         constructed tree before returning error.
4666         * posix/bug-regexp36.c: Expand test case.
4667
4668 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
4669
4670         [BZ #6803]
4671         * math/libm-test.inc (scalbln_test_date):
4672         Add errno expectations.
4673         * math/w_scalblnf.c: New File.
4674         Add wrapper which checks for setting errno to ERANGE.
4675         Add weak_alias for corresponding scalbln function.
4676         * math/w_scalbln.c: Likewise.
4677         * math/w_scalblnl.c: Likewise.
4678         * math/Makefile (libm-calls): Add w_scalbln.
4679         * sysdeps/ieee754/flt-32/s_scalblnf.c:
4680         Remove weak_alias for corresponding scalbln function.
4681         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4682         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
4683         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4684         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4685         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
4686         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4687         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
4688         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4689         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
4690         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
4691         Remove long_double_symbol for scalblnl function in libm, libc.
4692         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
4693         Add wrapper which checks for setting errno to ERANGE.
4694         Add long_double_symbol for scalblnl function in libm, libc.
4695         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
4696         Remove long_double_symbol for scalblnl in libm.
4697         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
4698         Add wrapper which checks for setting errno to ERANGE.
4699         Add long_double_symbol for scalblnl function in libm.
4700         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
4701         Do not use wrapper because of own implementation.
4702
4703 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
4704
4705         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
4706         3 bytes for __pad1 for x32.
4707         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
4708
4709 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
4710             H.J. Lu  <hongjiu.lu@intel.com>
4711
4712         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
4713         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
4714         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4715         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4716         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
4717
4718 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
4719
4720         [BZ #17069]
4721         * posix/regcomp.c (parse_expression): Deallocate partially
4722         constructed tree before returning error.
4723         * posix/Makefile.c (tests): Add bug-regex36.
4724         (generated): Add bug-regex36.mtrace.
4725         (tests-special): Add $(objpfx)bug-regex36-mem.out
4726         (bug-regex36-ENV): New variable.
4727         ($(objpfx)bug-regex36-mem.out): New rule.
4728         * posix/bug-regex36.c: New file.
4729
4730 2014-06-19  Will Newton  <will.newton@linaro.org>
4731
4732         * malloc/malloc.c (systrim): If extra is zero then return
4733         early.
4734
4735 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4736
4737         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
4738
4739 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
4740
4741         * sysdeps/aarch64/strchr.S: New file.
4742
4743 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4744
4745         [BZ #17022]
4746         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
4747         from arguments -2 or below.
4748         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4749         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4750
4751 2014-06-18  Andreas Schwab  <schwab@suse.de>
4752
4753         [BZ #17062]
4754         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
4755         of a bracket expr not to run off the end of the string.
4756         * posix/Makefile (tests): Add tst-fnmatch3.
4757         * posix/tst-fnmatch3.c: New file.
4758
4759 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4760
4761         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
4762         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4763         [$(cross-compiling) = no]: Likewise.
4764         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4765         [$(cross-compiling) = no]: Likewise.
4766
4767 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4768
4769         [BZ #17031]
4770         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
4771         double, adjusted for any remainder from the high double.
4772         * math/libm-test.inc (nearbyint): Add tests.
4773         (rint): Likewise.
4774
4775 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4776
4777         * nptl/sysdeps/powerpc/Makefile: Moved ...
4778         * sysdeps/powerpc/nptl/Makefile: ... here.
4779         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4780         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4781         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4782         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4783         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4784         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4785         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4786         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4787         * nptl/sysdeps/powerpc/tls.h: Moved ...
4788         * sysdeps/powerpc/nptl/tls.h: ... here.
4789
4790 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
4791
4792         [BZ #16681]
4793         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
4794         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
4795         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
4796         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
4797         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
4798         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
4799         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
4800         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
4801         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
4802
4803 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
4804
4805         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4806
4807 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
4808
4809         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
4810         defined operator.
4811
4812         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
4813         $TIMEOUTFACTOR.
4814
4815 2014-06-16  Florian Weimer  <fweimer@redhat.com>
4816
4817         [BZ #17058]
4818         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
4819         non-executed part of the test.
4820
4821 2014-06-16  Andreas Schwab  <schwab@suse.de>
4822
4823         * string/bits/string2.h (strdup, strndup): Update feature guard.
4824
4825 2014-06-14  David S. Miller  <davem@davemloft.net>
4826
4827         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4828
4829 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
4830
4831         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4832         that was previously under [RESET_PID].
4833         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4834
4835         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4836         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4837         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4838         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4839         (__libc_vfork): New strong alias.
4840         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4841
4842 2014-06-14 Andi Kleen  <ak@linux.intel.com>
4843
4844         * sysdeps/generic/elide.h: New file.
4845
4846 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4847
4848         * Makefile (installed-headers): Adjust path of pthread.h header.
4849
4850 2014-06-13  Roland McGrath  <roland@hack.frob.com>
4851
4852         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4853         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4854         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4855         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4856
4857         * nptl/sysdeps/s390/Makefile: Moved ...
4858         * sysdeps/s390/nptl/Makefile: ... here.
4859         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4860         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4861         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4862         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4863         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4864         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4865         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4866         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4867         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4868         * sysdeps/s390/nptl/pthreaddef.h: ... here.
4869         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4870         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4871         * nptl/sysdeps/s390/tls.h: Moved ...
4872         * sysdeps/s390/nptl/tls.h: ... here.
4873
4874         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4875         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4876
4877 2014-06-13  David S. Miller  <davem@davemloft.net>
4878
4879         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4880         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4881         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4882         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4883         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4884         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4885         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4886         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4887         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4888         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4889         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4890         Remove RESET_PID cpp guards.
4891         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4892         Remove RESET_PID cpp guards.
4893         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4894
4895 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4896
4897         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4898         __sp to uintptr_t.
4899
4900 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4901
4902         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4903         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4904         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4905         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4906         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4907         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4908         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4909         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4910         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4911         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4912         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4913         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4914         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4915         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4916         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4917         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4918         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4919         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4920         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4921         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4922
4923         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4924         (pthread_rwlock_rdlock): Add elision.
4925         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4926         (pthread_rwlock_wrlock): Add elision.
4927         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4928         (pthread_rwlock_trywrlock): Add elision.
4929         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4930         (pthread_rwlock_tryrdlock): Add elision.
4931         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4932         (pthread_rwlock_tryrdlock): Add elision unlock.
4933         * nptl/sysdeps/pthread/pthread.h:
4934         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4935         (PTHREAD_RWLOCK_INITIALIZER,
4936         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4937         Handle new elision field.
4938         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4939         * sysdeps/arm/nptl/bits/pthreadtypes.h
4940         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4941         * sysdeps/sh/nptl/bits/pthreadtypes.h
4942         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4943         * sysdeps/tile/nptl/bits/pthreadtypes.h
4944         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4945         * sysdeps/a/nptl/bits/pthreadtypes.h
4946         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4947         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4948         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4949         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4950         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4951         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4952         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4953         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4954         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4955         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4956         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4957         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4958         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4959         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4960         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4961         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4962         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4963         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4964         (elision_init): Set try_xbegin to zero when no RTM.
4965         * sysdeps/x86/nptl/bits/pthreadtypes.h
4966         (pthread_rwlock_t): Change __pad1 to __rwelision.
4967         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4968
4969 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4970
4971         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4972         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4973         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4974         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4975
4976 2014-06-13  Meador Inge  <meadori@codesourcery.com>
4977
4978         [BZ #16996]
4979         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
4980         that the cached result has been set before returning it.
4981
4982 2014-06-12  Roland McGrath  <roland@hack.frob.com>
4983
4984         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4985         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4986         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4987         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4988         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4989         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4990
4991         * nptl/sysdeps/sparc/Makefile: Moved ...
4992         * sysdeps/sparc/nptl/Makefile: ... here.
4993         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4994         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4995         * nptl/sysdeps/sparc/tls.h: Moved ...
4996         * sysdeps/sparc/nptl/tls.h: ... here.
4997         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4998         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4999         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
5000         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
5001         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
5002         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
5003         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
5004         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
5005         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
5006         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
5007         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
5008         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
5009         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
5010         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
5011         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
5012         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
5013         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
5014         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
5015         Update #include.
5016         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
5017         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
5018         Update #include.
5019         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
5020         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
5021         Update #include.
5022         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
5023         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
5024         Update #include.
5025
5026         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5027
5028         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
5029         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
5030
5031         * sysdeps/pthread/posix-timer.h: Include <list.h>.
5032         (struct list_links): Type removed.
5033         (struct thread_node, struct timer_node): Replace struct list_links
5034         with struct list_head.
5035         (list_unlink_ip): Likewise.
5036         * sysdeps/pthread/timer_routines.c
5037         (timer_free_list, thread_free_list, thread_active_list): Likewise.
5038         (list_append, list_insbefore): Likewise.
5039         (list_init): Function removed.
5040         (thread_init, init_module): Use INIT_LIST_HEAD instead.
5041         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
5042         * sysdeps/pthread/Makefile: ... here, new file.
5043
5044         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
5045         * sysdeps/nptl/Implies: ... here.
5046         * sysdeps/unix/sysv/linux/Implies: Add nptl.
5047         * nptl/sysdeps/pthread/list.h: Moved ...
5048         * include/list.h: ... here.
5049         * nptl/sysdeps/pthread/createthread.c: Moved ...
5050         * nptl/createthread.c: ... here.
5051         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
5052         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
5053         * nptl/pt-longjmp.c: ... here.
5054         * nptl/sysdeps/pthread/Makefile: Moved ...
5055         * sysdeps/nptl/Makefile: ... here.
5056         * nptl/sysdeps/pthread/Subdirs: Moved ...
5057         * sysdeps/nptl/Subdirs: ... here.
5058         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
5059         * sysdeps/nptl/aio_misc.h: ... here.
5060         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
5061         * sysdeps/nptl/bits/libc-lock.h: ... here.
5062         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
5063         * sysdeps/nptl/bits/libc-lockP.h: ... here.
5064         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
5065         * sysdeps/nptl/bits/stdio-lock.h: ... here.
5066         * nptl/sysdeps/pthread/configure: Moved ...
5067         * sysdeps/nptl/configure: ... here.
5068         * nptl/sysdeps/pthread/configure.ac: Moved ...
5069         * sysdeps/nptl/configure.ac: ... here.
5070         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
5071         * sysdeps/nptl/gai_misc.h: ... here.
5072         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
5073         * sysdeps/nptl/librt-cancellation.c: ... here.
5074         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
5075         * sysdeps/nptl/malloc-machine.h: ... here.
5076         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
5077         * sysdeps/nptl/pthread-functions.h: ... here.
5078         * nptl/sysdeps/pthread/pthread.h: Moved ...
5079         * sysdeps/nptl/pthread.h: ... here.
5080         * nptl/sysdeps/pthread/setxid.h: Moved ...
5081         * sysdeps/nptl/setxid.h: ... here.
5082         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
5083         * sysdeps/nptl/sigfillset.c: ... here.
5084         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
5085         * sysdeps/nptl/tcb-offsets.h: ... here.
5086         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
5087         * sysdeps/nptl/tst-mqueue8x.c: ... here.
5088         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
5089         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
5090         * nptl/sysdeps/pthread/allocalim.h: Moved ...
5091         * sysdeps/pthread/allocalim.h: ... here.
5092         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
5093         * sysdeps/pthread/bits/sigthread.h: ... here.
5094         * nptl/sysdeps/pthread/flockfile.c: Moved ...
5095         * sysdeps/pthread/flockfile.c: ... here.
5096         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
5097         * sysdeps/pthread/ftrylockfile.c: ... here.
5098         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
5099         * sysdeps/pthread/funlockfile.c: ... here.
5100         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
5101         * sysdeps/pthread/posix-timer.h: ... here.
5102         * nptl/sysdeps/pthread/timer_create.c: Moved ...
5103         * sysdeps/pthread/timer_create.c: ... here.
5104         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
5105         * sysdeps/pthread/timer_delete.c: ... here.
5106         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
5107         * sysdeps/pthread/timer_getoverr.c: ... here.
5108         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5109         * sysdeps/pthread/timer_gettime.c: ... here.
5110         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5111         * sysdeps/pthread/timer_routines.c: ... here.
5112         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5113         * sysdeps/pthread/timer_settime.c: ... here.
5114         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5115         * sysdeps/pthread/tst-timer.c: ... here.
5116         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5117         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5118
5119         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5120         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5121
5122         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5123         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5124         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5125         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5126         Update #include target.
5127         * nptl/sysdeps/i386/i686/Makefile: Moved ...
5128         * sysdeps/i386/i686/nptl/Makefile: ... here.
5129         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5130         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5131         Update #include target.
5132         * nptl/sysdeps/i386/i686/tls.h: Moved ...
5133         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
5134         * nptl/sysdeps/i386/Makefile: Moved ...
5135         * sysdeps/i386/nptl/Makefile: ... here.
5136         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
5137         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
5138         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
5139         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
5140         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5141         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5142         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5143         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5144         * sysdeps/i386/nptl/pthreaddef.h: ... here.
5145         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5146         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5147         * nptl/sysdeps/i386/tls.h: Moved ...
5148         * sysdeps/i386/nptl/tls.h: ... here.
5149
5150         * sysdeps/sh/Makefile [$(subdir) = csu]
5151         (gen-as-const-headers): Add tcb-offsets.sym.
5152         * nptl/sysdeps/sh/Makefile: File removed.
5153         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5154         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5155         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5156         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5157         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5158         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5159         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5160         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5161         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5162         * sysdeps/sh/nptl/pthreaddef.h: ... here.
5163         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5164         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5165         * nptl/sysdeps/sh/tls.h: Moved ...
5166         * sysdeps/sh/nptl/tls.h: ... here.
5167         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5168         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5169         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5170         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5171         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5172         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5173         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5174         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5175         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5176         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5177         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5178         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5179         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5180         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5181         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5182         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5183         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5184         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5185         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5186         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5187         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5188         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5189         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5190         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5191         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5192         Moved ...
5193         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5194         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5195         Moved ...
5196         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5197         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5198         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5199         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5200         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5201         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5202         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5203         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5204         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5205         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5206         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5207         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5208         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5209         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5210         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5211         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5212         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5213         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5214         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5215
5216 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5217
5218         * posix/spawn_faction_addopen.c: Include string.h.
5219
5220 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5221
5222         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5223         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5224         * nptl/sysdeps/x86_64/Makefile: Moved ...
5225         * sysdeps/x86_64/nptl/Makefile: ... here.
5226         * nptl/sysdeps/x86_64/configure: Moved ...
5227         * sysdeps/x86_64/nptl/configure: ... here.
5228         * nptl/sysdeps/x86_64/configure.ac: Moved ...
5229         * sysdeps/x86_64/nptl/configure.ac: ... here.
5230         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5231         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5232         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5233         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5234         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5235         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5236         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5237         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5238         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5239         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5240         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5241         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5242         * nptl/sysdeps/x86_64/tls.h: Moved ...
5243         * sysdeps/x86_64/nptl/tls.h: ... here.
5244         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5245         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5246         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5247         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5248
5249         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5250
5251 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5252
5253         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5254
5255 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
5256
5257         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5258         type.
5259         [POSIX] (off_t): Likewise.
5260         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5261         [POSIX] (S_ISBLK): Require macro.
5262         [POSIX] (S_ISCHR): Likewise.
5263         [POSIX] (S_ISDIR): Likewise.
5264         [POSIX] (S_ISFIFO): Likewise.
5265         [POSIX] (S_ISREG): Likewise.
5266         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5267         optional-macro.
5268         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5269         type.
5270         [POSIX] (time_t): Likewise.
5271         [POSIX] (timer_t): Likewise.
5272
5273 2014-06-11  Florian Weimer  <fweimer@redhat.com>
5274
5275         [BZ #17048]
5276         * posix/spawn_int.h (struct __spawn_action): Make the path string
5277         non-const to support deallocation.
5278         * posix/spawn_faction_addopen.c
5279         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5280         * posix/spawn_faction_destroy.c
5281         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
5282         path in all spawn_do_open actions.
5283         * posix/tst-spawn.c (do_test): Exercise the copy operation in
5284         posix_spawn_file_actions_addopen.
5285
5286 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
5287
5288         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5289         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5290         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5291         conditional code always true.
5292         (__libc_vfork): New alias.
5293
5294 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5295
5296         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5297         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5298
5299         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5300
5301         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5302         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5303
5304         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5305         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5306
5307         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5308         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5309
5310 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5311
5312         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5313         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5314         multiarch strcmp for PPC64.
5315         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5316         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5317         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5318         multiarch optimizations.
5319         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5320         (__libc_ifunc_impl_list): Likewise.
5321
5322 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
5323
5324         * benchtests/scripts/validate_benchout.py: New script.
5325         * benchtests/Makefile (bench-func): Call it.
5326         * benchtests/scripts/benchout.schema.json: New file.
5327
5328 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
5329
5330         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5331         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5332         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5333         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5334         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5335         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5336         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5337         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5338         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5339         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5340         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5341         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5342         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5343         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5344         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5345         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5346         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
5347         Moved ...
5348         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
5349         ... here.
5350         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
5351         Moved ...
5352         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5353         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
5354         Moved ...
5355         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
5356         ... here.
5357         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
5358         Moved ...
5359         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
5360         ... here.
5361         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
5362         Moved ...
5363         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5364         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
5365         Moved ...
5366         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
5367         ... here.
5368         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
5369         Moved ...
5370         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
5371         ... here.
5372         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
5373         Moved ...
5374         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5375         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
5376         Moved ...
5377         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
5378         ... here.
5379         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
5380         Moved ...
5381         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
5382         ... here.
5383         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
5384         Moved ...
5385         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
5386         ... here.
5387         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
5388         Moved ...
5389         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5390         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
5391         Moved ...
5392         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
5393         ... here.
5394         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
5395         Moved ...
5396         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
5397         ... here.
5398         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
5399         Moved ...
5400         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
5401         ... here.
5402         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
5403         Moved ...
5404         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5405         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
5406         Moved ...
5407         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
5408         ... here.
5409         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
5410         Moved ...
5411         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
5412         ... here.
5413         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
5414         Moved ...
5415         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5416         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
5417         Moved ...
5418         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
5419         ... here.
5420         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
5421         Moved ...
5422         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5423         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
5424         Moved ...
5425         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5426         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
5427         Moved ...
5428         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
5429         ... here.
5430         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
5431         Moved ...
5432         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
5433         ... here.
5434         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
5435         Moved ...
5436         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
5437         ... here.
5438         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
5439         Moved ...
5440         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5441         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
5442         Moved ...
5443         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
5444         ... here.
5445         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
5446         Moved ...
5447         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
5448         ... here.
5449         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5450         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5451         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5452         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5453         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
5454         Moved ...
5455         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
5456         ... here.
5457         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5458         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5459         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5460         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5461         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5462         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5463         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5464         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5465         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5466         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5467         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5468         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5469         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
5470         Moved ...
5471         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5472         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
5473         Moved ...
5474         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5475         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5476         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5477         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
5478         Moved ...
5479         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5480         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5481         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5482         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5483         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5484         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5485         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
5486
5487 2014-06-10  Wilco  <wdijkstr@arm.com>
5488
5489         * math/test-fenv-return.c: New file.
5490         * math/Makefile: Add new test test-fenv-return.
5491
5492 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
5493
5494         [BZ #17042]
5495         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5496         when x - 1 is zero.
5497         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5498         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5499         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5500         0.0L for an argument of 1.0L.
5501         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5502         Likewise.
5503         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5504         value when x - 1 is zero.
5505         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5506         * sysdeps/i386/fpu/libm-test-ulps: Update.
5507         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5508
5509 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
5510
5511         [BZ #15119]
5512         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5513
5514 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5515
5516         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5517         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5518
5519 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5520
5521         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5522         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5523
5524         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5525         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5526
5527         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5528         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5529
5530         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5531         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5532
5533         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5534         if not already defined.
5535         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
5536         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
5537         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
5538         (TLS_INIT_TP): Use it.
5539         (TLS_DEFINE_INIT_TP): New macro.
5540         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
5541
5542 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
5543
5544         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
5545         constant.
5546         [POSIX] (IXANY): Likewise.
5547         [POSIX] (OLCUC): Likewise.
5548         [POSIX || POSIX2008] (CBAUD): Do not allow.
5549         [POSIX || POSIX2008] (DEFECHO): Likewise.
5550         [POSIX || POSIX2008] (ECHOCTL): Likewise.
5551         [POSIX || POSIX2008] (ECHOKE): Likewise.
5552         [POSIX || POSIX2008] (ECHOPRT): Likewise.
5553         [POSIX || POSIX2008] (EXTA): Likewise.
5554         [POSIX || POSIX2008] (EXTB): Likewise.
5555         [POSIX || POSIX2008] (FLUSHO): Likewise.
5556         [POSIX || POSIX2008] (LOBLK): Likewise.
5557         [POSIX || POSIX2008] (PENDIN): Likewise.
5558         [POSIX || POSIX2008] (SWTCH): Likewise.
5559         [POSIX || POSIX2008] (VDISCARD): Likewise.
5560         [POSIX || POSIX2008] (VDSUSP): Likewise.
5561         [POSIX || POSIX2008] (VLNEXT): Likewise.
5562         [POSIX || POSIX2008] (VREPRINT): Likewise.
5563         [POSIX || POSIX2008] (VSTATUS): Likewise.
5564         [POSIX || POSIX2008] (VWERASE): Likewise.
5565         (B*): Change to B[0123456789]*.
5566         * conform/data/time.h-data [POSIX || UNIX98]
5567         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
5568         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5569         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
5570         [POSIX] (tm_*): Do not allow.
5571
5572 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
5573
5574         * Makefile (install): Don't set LANGUAGE.
5575         * Makefile.in (install): Likewise.
5576         * assert/Makefile (test-assert-ENV): Remove variable.
5577         (test-assert-perr-ENV): Likewise.
5578         * elf/Makefile (neededtest4-ENV): Likewise.
5579         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5580         [$(cross-compiling) = no]: Don't set LANGUAGE.
5581         * io/ftwtest-sh (LANG): Remove variable.
5582         * libio/Makefile (tst-widetext-ENV): Likewise.
5583         * manual/install.texi (Running make install): Don't refer to
5584         environment settings for make install.
5585         * INSTALL: Regenerated.
5586         * nptl/tst-tls6.sh: Don't set LANG.
5587         * posix/globtest.sh (LANG): Remove variable.
5588         * string/Makefile (tester-ENV): Likewise.
5589         (inl-tester-ENV): Likewise.
5590         (noinl-tester-ENV): Likewise.
5591         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5592         [$(cross-compiling) = no]: Don't set LANGUAGE.
5593         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
5594         without explicit environment settings.
5595
5596 2014-06-06  Roland McGrath  <roland@hack.frob.com>
5597
5598         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
5599         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
5600         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
5601         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
5602
5603 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
5604
5605         * crypt/crypt-private.h [DOS]: Add some includes taken from the
5606         other files in the crypt directory.
5607         * crypt/crypt.c: Remove duplicate includes.
5608         * crypt/crypt-entry.c: Likewise.
5609         * crypt/crypt_util.c: Likewise.
5610
5611 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
5612
5613         * Makeconfig (run-program-env): New variable.
5614         (run-program-prefix-before-env): Likewise.
5615         (run-program-prefix-after-env): Likewise.
5616         (run-program-prefix): Define in terms of new variables.
5617         (built-program-cmd-before-env): New variable.
5618         (built-program-cmd-after-env): Likewise.
5619         (built-program-cmd): Define in terms of new variables.
5620         (test-program-prefix-before-env): New variable.
5621         (test-program-prefix-after-env): Likewise.
5622         (test-program-prefix): Define in terms of new variables.
5623         (test-program-cmd-before-env): New variable.
5624         (test-program-cmd-after-env): Likewise.
5625         (test-program-cmd): Define in terms of new variables.
5626         * Rules (make-test-out): Use $(run-program-env).
5627         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
5628         (help): Do not mention environment variables.  Mention
5629         --timeoutfactor option.
5630         (timeoutfactor): New variable.
5631         (blacklist_exports): Remove function.
5632         (exports): Remove variable.
5633         (command): Do not include ${exports}.
5634         * manual/install.texi (Configuring and compiling): Do not mention
5635         test wrappers preserving environment variables.  Mention that last
5636         assignment to a variable must take precedence.
5637         * INSTALL: Regenerated.
5638         * benchtests/Makefile (run-bench): Use $(run-program-env).
5639         * catgets/Makefile ($(objpfx)test1.cat): Use
5640         $(built-program-cmd-before-env), $(run-program-env) and
5641         $(built-program-cmd-after-env).
5642         ($(objpfx)test2.cat): Do not specify environment variables
5643         explicitly.
5644         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
5645         $(run-program-env) and $(built-program-cmd-after-env).
5646         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
5647         $(run-program-env) and $(test-program-cmd-after-env).
5648         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
5649         explicitly.
5650         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
5651         run_program_env and test_program_cmd_after_env arguments.
5652         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
5653         * elf/tst-pathopt.sh: Use run_program_env argument.
5654         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
5655         $(test-wrapper-env) and $(run-program-env).
5656         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
5657         run_program_env arguments.
5658         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
5659         * intl/Makefile ($(objpfx)tst-gettext.out): Use
5660         $(test-program-prefix-before-env), $(run-program-env) and
5661         $(test-program-prefix-after-env).
5662         ($(objpfx)tst-gettext2.out): Likewise.
5663         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
5664         run_program_env and test_program_prefix_after_env arguments.
5665         * intl/tst-gettext2.sh: Likewise.
5666         * intl/tst-gettext4.sh: Do not set environment variables
5667         explicitly.
5668         * intl/tst-gettext6.sh: Likewise.
5669         * intl/tst-translit.sh: Likewise.
5670         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
5671         $(test-program-prefix-before-env), $(run-program-env) and
5672         $(test-program-prefix-after-env).
5673         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
5674         run_program_env and test_program_prefix_after_env arguments.
5675         * math/Makefile (run-regen-ulps): Use $(run-program-env).
5676         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
5677         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
5678         explicitly with each use of ${test_wrapper_env}.
5679         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
5680         $(test-program-prefix-before-env), $(run-program-env) and
5681         $(test-program-prefix-after-env).
5682         * posix/tst-getconf.sh: Do not set environment variables
5683         explicitly.
5684         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
5685         run_program_env and test_program_prefix_after_env arguments.
5686         * stdio-common/tst-printf.sh: Do not set environment variables
5687         explicitly.
5688         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
5689         $(test-program-prefix-before-env), $(run-program-env) and
5690         $(test-program-prefix-after-env).
5691         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
5692         run_program_env and test_program_prefix_after_env arguments.
5693         Split $test calls into $test_pre and $test.
5694         * timezone/Makefile (build-testdata): Use
5695         $(built-program-cmd-before-env), $(run-program-env) and
5696         $(built-program-cmd-after-env).
5697
5698 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5699
5700         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
5701         strlen for non SHARED builds.
5702
5703 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5704
5705         * nptl/allocatestack.c (check_list): Inlined function...
5706         (__reclaim_stacks): ... here.
5707
5708 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5709
5710         [BZ #15698]
5711         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5712         memory overrun.
5713
5714 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
5715
5716         * Rules (make-test-out): Include
5717         LOCPATH=$(common-objpfx)localedata in default environment.
5718         * debug/Makefile (tst-chk1-ENV): Remove variable.
5719         (tst-chk2-ENV): Likewise.
5720         (tst-chk3-ENV): Likewise.
5721         (tst-chk4-ENV): Likewise.
5722         (tst-chk5-ENV): Likewise.
5723         (tst-chk6-ENV): Likewise.
5724         (tst-lfschk1-ENV): Likewise.
5725         (tst-lfschk2-ENV): Likewise.
5726         (tst-lfschk3-ENV): Likewise.
5727         (tst-lfschk4-ENV): Likewise.
5728         (tst-lfschk5-ENV): Likewise.
5729         (tst-lfschk6-ENV): Likewise.
5730         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
5731         (tst-iconv7-ENV): Likewise.
5732         * intl/Makefile (LOCPATH-ENV): Likewise.
5733         (tst-codeset-ENV): Likewise.
5734         (tst-gettext3-ENV): Likewise.
5735         (tst-gettext5-ENV): Likewise.
5736         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
5737         (tst-fopenloc-ENV): Likewise.
5738         (tst-fgetws-ENV): Remove variable.
5739         (tst-ungetwc1-ENV): Likewise.
5740         (tst-ungetwc2-ENV): Likewise.
5741         (bug-ungetwc2-ENV): Likewise.
5742         (tst-swscanf-ENV): Likewise.
5743         (bug-ftell-ENV): Likewise.
5744         (tst-fgetwc-ENV): Likewise.
5745         (tst-fseek-ENV): Likewise.
5746         (tst-ftell-partial-wide-ENV): Likewise.
5747         (tst-ftell-active-handler-ENV): Likewise.
5748         (tst-ftell-append-ENV): Likewise.
5749         * posix/Makefile (tst-fnmatch-ENV): Likewise.
5750         (tst-regexloc-ENV): Likewise.
5751         (bug-regex1-ENV): Likewise.
5752         (tst-regex-ENV): Likewise.
5753         (tst-regex2-ENV): Likewise.
5754         (bug-regex5-ENV): Likewise.
5755         (bug-regex6-ENV): Likewise.
5756         (bug-regex17-ENV): Likewise.
5757         (bug-regex18-ENV): Likewise.
5758         (bug-regex19-ENV): Likewise.
5759         (bug-regex20-ENV): Likewise.
5760         (bug-regex22-ENV): Likewise.
5761         (bug-regex23-ENV): Likewise.
5762         (bug-regex25-ENV): Likewise.
5763         (bug-regex26-ENV): Likewise.
5764         (bug-regex30-ENV): Likewise.
5765         (bug-regex32-ENV): Likewise.
5766         (bug-regex33-ENV): Likewise.
5767         (bug-regex34-ENV): Likewise.
5768         (bug-regex35-ENV): Likewise.
5769         (tst-rxspencer-ENV): Likewise.
5770         (tst-rxspencer-no-utf8-ENV): Likewise.
5771         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
5772         (tst-sscanf-ENV): Likewise.
5773         (tst-swprintf-ENV): Likewise.
5774         (tst-swscanf-ENV): Likewise.
5775         (test-vfprintf-ENV): Likewise.
5776         (scanf13-ENV): Likewise.
5777         (bug14-ENV): Likewise.
5778         (tst-grouping-ENV): Likewise.
5779         * stdlib/Makefile (tst-strtod-ENV): Likewise.
5780         (tst-strtod3-ENV): Likewise.
5781         (tst-strtod4-ENV): Likewise.
5782         (tst-strtod5-ENV): Likewise.
5783         (testmb2-ENV): Likewise./
5784         * string/Makefile (tst-strxfrm-ENV): Likewise.
5785         (tst-strxfrm2-ENV): Likewise.
5786         (bug-strcoll1-ENV): Likewise.
5787         (test-strcasecmp-ENV): Likewise.
5788         (test-strncasecmp-ENV): Likewise.
5789         * time/Makefile (tst-strptime-ENV): Likewise.
5790         (tst-ftime_l-ENV): Likewise.
5791         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
5792         (tst-mbrtowc-ENV): Likewise.
5793         (tst-wcrtomb-ENV): Likewise.
5794         (tst-mbrtowc2-ENV): Likewise.
5795         (tst-c16c32-1-ENV): Likewise.
5796         (tst-mbsnrtowcs-ENV): Likewise.
5797
5798 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5799
5800         * manual/resource.texi (How to get information about the memory
5801         subsystem?): Fix typo.
5802         Reported by Peon de la Parra Ivan <peon@keba.com>
5803
5804 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
5805
5806         [BZ #16882]
5807         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
5808         (pthread_spin_lock): Branch out of spin loop to proper location.
5809         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
5810         (pthread_spin_lock): Likewise.
5811
5812         * nptl/tst-spin4.c: New test.
5813         * nptl/Makefile (tests): Add tst-spin4.
5814
5815 2014-06-03  Andreas Schwab  <schwab@suse.de>
5816
5817         [BZ #15946]
5818         * resolv/res_send.c (send_dg): Reload file descriptor after
5819         calling reopen.
5820
5821 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
5822
5823         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5824
5825 2014-06-03  Richard Henderson  <rth@redhat.com>
5826
5827         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5828         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5829         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5830         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
5831         in the SAVE_PID block.
5832         (__libc_vfork): New alias.
5833         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
5834
5835         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5836         child in registers, not on the stack.  Remove RESET_PID conditionals.
5837         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5838
5839 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5840
5841         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5842
5843 2014-06-03  Wilco  <wdijkstr@arm.com>
5844
5845         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5846         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5847         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5848         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5849         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5850         Likewise.
5851
5852 2014-06-03  Wilco  <wdijkstr@arm.com>
5853
5854         * sysdeps/aarch64/fpu/math_private.h
5855         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5856         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5857         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5858         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5859         Fix declarations.
5860
5861 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5862
5863         * crypt/crypt-private.h: Include ufc-crypt.h.
5864         (__b64_from_24bit): Declare extern.
5865         * crypt/crypt_util.c(__b64_from_24bit): New function.
5866         (b64t): New static const variable.
5867         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5868         (b64t): Remove variable.
5869         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5870         * crypt/sha256-crypt.c: Include crypt-private.h.
5871         (b64t): Remove variable.
5872         (__sha256_crypt_r): Remove b64_from_24bit and replace
5873         with __b64_from_24bit.
5874         * crypt/sha512-crypt.c: Likewise.
5875
5876 2014-06-02  Roland McGrath  <roland@hack.frob.com>
5877
5878         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5879         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5880         Label the code __libc_vfork rather than __vfork.
5881         [!NOT_IN_libc] (vfork): Define as weak alias.
5882         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5883         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5884         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5885
5886 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5887
5888         * malloc/malloc.c (malloc_info): Fix format specifier for
5889         n_mmaps.
5890
5891 2014-06-02  Wilco  <wdijkstr@arm.com>
5892
5893         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5894         FPCR write.
5895
5896 2014-06-02  Wilco  <wdijkstr@arm.com>
5897
5898         [BZ #17009]
5899         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5900         Rewrite to reduce FPCR/FPSR accesses.
5901
5902 2014-06-01  David S. Miller  <davem@davemloft.net>
5903
5904         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5905
5906 2014-05-31  David S. Miller  <davem@davemloft.net>
5907
5908         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5909         to occur in round to nearest mode when |x| >= 2.0
5910
5911 2014-05-30  Richard Henderson  <rth@twiddle.net>
5912
5913         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5914         (PSEUDO_RET_NOERRNO): Remove.
5915         (ret): Don't redefine.
5916         (ret_NOERRNO): Define in terms of ret.
5917         (ret_ERRVAL): Likewise.
5918
5919         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5920         use of PSEUDO_RET; perform the error check directly.
5921
5922 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5923
5924         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5925         with __int128_t.
5926
5927 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5928
5929         * malloc/malloc (malloc_info): Fix formatting.
5930
5931 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5932             Roland McGrath  <roland@hack.frob.com>
5933
5934         * malloc/malloc (malloc_info): Also print mmapped statistics.
5935
5936 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5937
5938         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5939         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5940
5941 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5942
5943         * malloc/malloc.c (malloc_info): Inline mi_arena.
5944
5945 2014-05-29  Richard Henderson  <rth@twiddle.net>
5946
5947         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5948         Remove comma before expanding ASM_ARGS_##nr.
5949         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5950         Make _x0 a strict output; make _x8 a strict input; adjust expansion
5951         of ASM_ARGS_##nr.
5952         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5953         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5954         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5955         (ASM_ARGS_1): Add leading comma.
5956
5957         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5958         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5959         to __errno_location.
5960         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5961         Remove the expected plt for __errno_location.
5962
5963         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5964         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
5965         call to __read_tp.
5966
5967         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5968         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
5969         it and break it down.
5970         (DOCARGS_0, DOCARGS_1): Do nothing.
5971         (DOCARGS_2): Update to store into the new stack frame.
5972         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5973         (UNDOCARGS_1): Update to restore from the new stack frame.
5974         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5975         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5976
5977         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5978         (SINGLE_THREAD_P): New parameter for result regno.
5979         (PSEUDO): Update to match; use cbz instead of beq.
5980
5981         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5982         Use ENTRY to define the _nocancel entry point.  Share the syscall
5983         and syscall error check paths with the cancel path.
5984         (PSEUDO_END): New.
5985
5986         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5987         whitespace; tabs before and after asm mnemonics.
5988
5989 2014-05-29  Eric Wong  <normalperson@yhbt.net>
5990
5991         [BZ #15132]
5992         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5993         Call fstat64 or stat64 internally, depending on arguments passed.
5994         Replace stat buffer argument with file descriptor argument.
5995         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5996         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5997         Pass fd to __internal_statvfs instead of calling fstat64.
5998         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5999         Pass fd to __internal_statvfs64 instead of calling fstat64.
6000         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
6001         Pass -1 to __internal_statvfs instead of calling stat64.
6002         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
6003         Pass -1 to __internal_statvfs64 instead of calling stat64.
6004
6005 2014-05-28  Roland McGrath  <roland@hack.frob.com>
6006
6007         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
6008         that was previously under [RESET_PID].
6009         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
6010
6011         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
6012         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
6013
6014 2014-05-27  Roland McGrath  <roland@hack.frob.com>
6015
6016         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
6017
6018         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
6019         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
6020
6021 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
6022
6023         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
6024
6025 2014-05-27  Andreas Schwab  <schwab@suse.de>
6026
6027         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
6028         TLS_INIT_TP macro.
6029         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
6030         * elf/rtld.c (init_tls, dl_main): Likewise.
6031         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
6032         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
6033         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
6034         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
6035         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
6036         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
6037         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
6038         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
6039         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
6040         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
6041         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
6042         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
6043         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
6044         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
6045         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
6046         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
6047         * sysdeps/generic/tls.h: Update description.
6048
6049 2014-05-27  Will Newton  <will.newton@linaro.org>
6050
6051         [BZ #16990]
6052         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
6053         and restore r2 rather than just restoring.
6054
6055 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6056
6057         [BZ #16724]
6058         * libio/tst-ftell-append.c: New test case.
6059         * libio/Makefile (tests): Add test case.
6060         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
6061         append mode.
6062         * libio/wfileops.c (do_ftell_wide): Likewise.
6063
6064 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6065
6066         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6067
6068         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
6069         ...
6070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
6071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6072         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
6073         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
6074         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
6075         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
6076         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
6077         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
6078         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6079         Moved ...
6080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
6081         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6082         Moved ...
6083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
6084         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
6085         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
6086         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
6087         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
6088         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
6089         ...
6090         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
6091         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
6092         Moved ...
6093         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
6094         here.
6095         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
6096         ...
6097         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
6098         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
6099         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
6100
6101         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
6102         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
6103         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
6104         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
6105
6106         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
6107         merge into ...
6108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6109         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6110         ...
6111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6112         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6113         ...
6114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6115         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6116         Moved ...
6117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6118         here.
6119         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6120         Moved ...
6121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6122         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6123         Moved ...
6124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6125
6126         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6127         conditional [RESET_PID].
6128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6129         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6130         removed.
6131         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6132         removed.
6133
6134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
6135         <tcb-offsets.h>.
6136         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6137         (__libc_vfork): New strong alias.
6138         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
6139         removed.
6140         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6141         Removed.
6142
6143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6144         <tcb-offsets.h>.
6145         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6146         (__libc_vfork): New strong alias.
6147         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6148         removed.
6149         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6150         removed.
6151
6152 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
6153
6154         * malloc/malloc.c (mi_arena): New function.
6155         (malloc_info): Remove nested function mi_arena. Call non-nosted
6156         function mi_arena.
6157
6158 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6159
6160         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6161         by insrwi.
6162         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6163         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6164         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6165         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6166         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6167         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6168         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6169
6170 2014-05-26  Andreas Schwab  <schwab@suse.de>
6171
6172         [BZ #16984]
6173         * locale/programs/repertoire.c (repertoire_read): Add slash
6174         between I18NPATH element and file name.
6175         * locale/programs/locfile.c (locfile_read): Likewise.
6176
6177 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6178
6179         * nptl/pthread_mutexattr_settype.c
6180         (__pthread_mutexattr_settype):
6181         Disable lock elision for PTHREAD_MUTEX_NORMAL.
6182
6183 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6184
6185         * nptl/tst-mutex5 (do_test):
6186         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6187
6188 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6189
6190         * benchtests/README: Document 'init' directive.
6191         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6192         BENCH_INIT.
6193         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6194         (parse_file): Recognize 'init' directive.
6195
6196 2014-05-26  Kyle McMartin  <kyle@redhat.com>
6197
6198         [BZ #16796]
6199         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6200         alignment of struct pthread.
6201
6202 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6203
6204         [BZ #16878]
6205         * nscd/netgroupcache.c (addgetnetgrentX): Look for
6206         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6207         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6208         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6209
6210 2014-05-25  Richard Henderson  <rth@twiddle.net>
6211
6212         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6213         (SINGLE_THREAD_P_PIC): Remove.
6214         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6215         (SINGLE_THREAD_P_PIC): Remove.
6216
6217         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6218         branch to syscall error ...
6219         (PSEUDO): ... here.
6220         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6221         from __local_syscall_error to .Lsyscall_error.
6222         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6223         (SYSCALL_ERROR): Update label name.
6224
6225         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6226         Do not use DOARGS/UNDOARGS.
6227         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6228         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6229         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6230         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6231         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6232
6233         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6234         block comment.
6235
6236         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6237         define if !NOT_IN_libc.
6238         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6239         define with non-default symbol versions.
6240
6241 2014-05-23  Richard Henderson  <rth@twiddle.net>
6242
6243         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6244         (vfork, __vfork): Define via compat_symbol.
6245
6246         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6247         [!HAVE_IFUNC] (vfork_compat): Remove.
6248         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6249
6250 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6251
6252         [BZ #16978]
6253         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6254         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6255         variable.
6256
6257 2014-05-23  Richard Henderson  <rth@twiddle.net>
6258
6259         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6260         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6261         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6262         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6263
6264         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6265         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6266         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6267         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6268         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6269         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6270         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6271         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6272         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6273         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6274         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6275         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6276         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6277         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6278         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6279         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6280         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6281         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6282         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6283         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6284         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6285         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6286         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6287         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6288         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6289         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6290         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6291         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6292         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6293         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6294         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6295         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6296         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6297         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6298         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6299         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6300         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6301         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6302         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6303         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6304         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6305         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6306         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6307         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6308         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6309         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6310         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6311         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6312         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6313         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6314         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6315         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6316         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6317         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6318         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6319         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6320
6321         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6322         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6323         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
6324         before exiting on error.
6325         (__libc_vfork): New strong alias.
6326         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6327         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6328
6329         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6330         that was previously under [RESET_PID].
6331         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6332
6333         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6334
6335 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6336
6337         [BZ #16977]
6338         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6339         value when x - 1 is zero.
6340         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6341         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6342         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6343         0.0L for an argument of 1.0L.
6344         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6345         Likewise.
6346         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6347         value when x - 1 is zero.
6348         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6349         * sysdeps/i386/fpu/libm-test-ulps: Update.
6350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6351
6352 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6353
6354         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6355         alphasort and versionsort.
6356
6357 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6358
6359         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6360         macro.
6361         [copysignf]: Likewise.
6362
6363 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6364
6365         * crypt/md5-crypt.c: Fix formatting.
6366
6367 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6368
6369         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6370         (b64_from_24bit): New function.
6371
6372 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6373
6374         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6375         libc_hidden_builtin_def to ifunc.
6376         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6377         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6378
6379 2014-05-21  Roland McGrath  <roland@hack.frob.com>
6380
6381         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6382         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6383
6384 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
6385
6386         * nscd/Depend (linuxthreads): Remove.
6387         (nptl): Add.
6388         * resolv/Depend (linuxthreads): Remove.
6389         * rt/Depend (linuxthreads): Remove.
6390
6391         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6392         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6393         $(common-objpfx)elf/.
6394         (link-libc-before-gnulib): Likewise.
6395         (elfobjdir): Remove variable.
6396         * Makefile (install): Use $(elf-objpfx) instead of
6397         $(common-objpfx)elf/.
6398         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6399         $(elfobjdir)/.
6400         (link-libc-deps): Likewise.
6401         ($(common-objpfx)libc.so): Likewise.
6402         ($(common-objpfx)linkobj/libc.so): Likewise.
6403         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6404         instead of $(common-objpfx)elf/.
6405         (symbolic-link-list): Likewise.
6406         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6407         [$(cross-compiling) = no]: Likewise.
6408         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6409         $(elfobjdir)/.
6410         (static-gnulib-arch): Likewise.
6411         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6412         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6413         $(common-objpfx)elf/.
6414
6415 2014-05-21  Richard Henderson  <rth@redhat.com>
6416
6417         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6418         (SINGLE_THREAD_P): Use the correct width load.  Fold
6419         into the ldr offset.
6420
6421         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6422         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6423
6424 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
6425
6426         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6427         (libgcc_s_resume): Use __attribute_used__.
6428         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6429         Likewise.
6430
6431 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6432
6433         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6434         optimization when used with float constants.
6435
6436         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6437
6438 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
6439
6440         [BZ #16915]
6441         * locale/nl_langinfo_l.c: Make direct reference to every
6442         _nl_current_CATEGORY symbol.
6443         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6444         (tests-static): Add tst-langinfo-static.
6445         (tests-special): Add tst-langinfo-static.out.
6446         ($(objpfx)tst-langinfo.out): Redirect output.
6447         ($(objpfx)tst-langinfo-static.out): New.
6448         * localedata/tst-langinfo.sh: Send output to stdout.
6449         * localedata/tst-langinfo-static.c: New file.
6450
6451         [BZ #16965]
6452         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6453         when the shift amount is modulo the limb size.
6454
6455 2014-05-20  Richard Henderson  <rth@redhat.com>
6456
6457         [BZ #16967]
6458         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6459         Change type of sa_flags from unsigned int to int.
6460
6461         [BZ #16966]
6462         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
6463
6464         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6465
6466 2014-05-20  Will Newton  <will.newton@linaro.org>
6467
6468         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6469         Test the return value of the system call in the nocancel case.
6470
6471 2014-05-20  Will Newton  <will.newton@linaro.org>
6472             Yvan Roux  <yvan.roux@linaro.org>
6473
6474         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6475         #include of asm/ptrace.h.
6476         (PTRACE_GET_THREAD_AREA): Remove #undef.
6477         (PTRACE_GETHBPREGS): Likewise.
6478         (PTRACE_SETHBPREGS): Likewise.
6479         (struct user_regs_struct): New structure.
6480         (struct user_fpsimd_struct): New structure.
6481         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6482         #include of asm/ptrace.h and second #include of sys/user.h.
6483         (PTRACE_GET_THREAD_AREA): Remove #undef.
6484         (PTRACE_GETHBPREGS): Likewise.
6485         (PTRACE_SETHBPREGS): Likewise.
6486         (ELF_NGREG): Use new struct user_regs_struct.
6487         (elf_fpregset_t): Use new struct user_fpsimd_struct.
6488
6489 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6490
6491         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6492         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6493
6494 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
6495
6496         [BZ #16958]
6497         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6498         membar to avoid block loads/stores to overlap previous stores.
6499
6500 2014-05-17  Richard Henderson  <rth@redhat.com>
6501
6502         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6503         Create the __##syscall_name##_nocancel entry point.
6504         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6505         Remove; let the sysdep-cancel.h code create it.
6506
6507 2014-05-17  David S. Miller  <davem@davemloft.net>
6508
6509         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6510         Protect with __USE_GNU.
6511         (TIOCSET_TEMPT): Likewise.
6512         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6513         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6514         these are already provided in bits/ioctl-types.h
6515
6516 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6517
6518         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6519         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6520
6521         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6522         Use wait4 regardless of [__NR_waitpid].
6523
6524 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6525
6526         PR libgcc/60166
6527         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6528         (_FP_NANSIGN_Q): Set the quiet bit.
6529
6530 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
6531
6532         * benchtests/Makefile
6533         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6534         not $(common-objpfx)math/libm.so.
6535         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
6536         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
6537         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
6538         $(common-objpfx)dlfcn/libdl.so.
6539         ($(objpfx)tst-audit8): Depend on $(libm), not
6540         $(common-objpfx)math/libm.so.
6541         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
6542         not $(common-objpfx)dlfcn/libdl.so.
6543         * math/Makefile
6544         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
6545         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
6546         [$(build-shared) = yes].
6547         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
6548         $(common-objpfx)nptl/libpthread.so.
6549         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
6550         $(common-objpfx)math/libm.so$(libm.so-version) or
6551         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
6552         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
6553         $(common-objpfx)dlfcn/libdl.so.
6554         * setjmp/Makefile (link-libm): Remove variable.
6555         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
6556         * stdio-common/Makefile (link-libm): Remove variable.
6557         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
6558         * stdlib/Makefile (link-libm): Remove variable.
6559         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
6560         ($(objpfx)tst-strtod-round): Likewise.
6561         ($(objpfx)tst-tininess): Likewise.
6562         ($(objpfx)tst-strtod-underflow): Likewise.
6563         ($(objpfx)tst-strtod6): Likewise.
6564         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
6565         $(libdl), not $(common-objpfx)nptl/libpthread.so and
6566         $(common-objpfx)dlfcn/libdl.so.
6567
6568 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6569
6570         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
6571         BSD terminal modes definitions.
6572
6573 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6574
6575         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
6576         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
6577
6578         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
6579         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
6580         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
6581         Don't do #include_next.
6582         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
6583         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
6584         Don't do #include_next.
6585         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
6586         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
6587         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
6588         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
6589
6590 2014-05-16  Allan McRae  <allan@archlinux.org>
6591
6592         * po/sv.po: Update Swedish translation from translation project.
6593
6594         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
6595         in sed expression.
6596
6597 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
6598
6599         [BZ #16917]
6600         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
6601         errno if the TIOCGPTN ioctl fails with an error different than
6602         EINVAL.
6603         * login/tst-ptsname.c: New file.
6604         * login/Makefile (tests): Add tst-ptsname.
6605
6606         [BZ #16943]
6607         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
6608         and prlimit64.
6609
6610 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6611
6612         [BZ #16849]
6613         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
6614         herrno to return EAI_AGAIN.
6615
6616 2014-05-14  Roland McGrath  <roland@hack.frob.com>
6617
6618         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
6619         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
6620         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
6621         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
6622         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
6623         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
6624         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
6625         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
6626         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
6627         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
6628         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
6629         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
6630         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
6631         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
6632         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
6633         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
6634         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
6635         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
6636         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
6637         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
6638         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
6639         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
6640         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
6641         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
6642         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
6643         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
6644         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
6645         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
6646         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
6647         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
6648         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
6649         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
6650         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
6651         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
6652         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6653         Moved ...
6654         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
6655         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
6656         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
6657         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
6658         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
6659         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
6660         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
6661         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
6662         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
6663         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
6664         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
6665         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
6666         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
6667         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
6668         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
6669         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
6670         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
6671         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
6672         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
6673         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
6674         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
6675         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
6676         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
6677         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
6678         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
6679         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
6680         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
6681         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
6682         Moved ...
6683         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
6684         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
6685         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
6686         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
6687         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
6688         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
6689         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
6690         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
6691         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
6692         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
6693         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
6694         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
6695         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
6696         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
6697         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
6698         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
6699         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
6700         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
6701         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
6702         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
6703         Moved ...
6704         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
6705         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
6706         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
6707
6708         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
6709         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
6710         (libpthread-sysdep_routines): Add elision-related stuff here instead.
6711         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
6712         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
6713         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
6714         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
6715         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
6716         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
6717         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
6718         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
6719         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
6720         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
6721         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
6722         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
6723         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
6724         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
6725         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
6726         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
6727         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
6728         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
6729         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
6730         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
6731         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
6732         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
6733         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
6734         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
6735         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
6736         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
6737         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
6738         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
6739
6740         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
6741         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
6742
6743         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
6744         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
6745         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
6746         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
6747         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
6748         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
6749         Moved ...
6750         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
6751         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
6752         Moved ...
6753         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
6754         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
6755         Moved ...
6756         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
6757         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
6758         Moved ...
6759         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
6760         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
6761         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
6762         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
6763         Moved ...
6764         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
6765         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
6766         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
6767         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
6768         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
6769         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
6770         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
6771         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
6772         Moved ...
6773         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
6774         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6775         Moved ...
6776         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6777         ... here.
6778         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6779         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6780         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6781         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6782         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6783         Moved ...
6784         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6785         ... here.
6786         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6787         Moved ...
6788         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
6789         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
6790         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
6791         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
6792         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
6793         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
6794         Moved ...
6795         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
6796         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
6797         Moved ...
6798         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
6799         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
6800         Moved ...
6801         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
6802         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
6803         Moved ...
6804         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
6805         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
6806         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
6807         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
6808         Moved ...
6809         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
6810         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
6811         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
6812         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
6813         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
6814         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
6815         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
6816         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
6817         Moved ...
6818         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
6819         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6820         Moved ...
6821         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6822         ... here.
6823         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
6824         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
6825         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
6826         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6827         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6828         Moved ...
6829         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6830         ... here.
6831         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6832         Moved ...
6833         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6834         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6835         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6836         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6837         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6838         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6839         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6840         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6841         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6842         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6843         Moved ...
6844         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6845         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6846         Moved ...
6847         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6848         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6849         Moved ...
6850         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6851         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6852         Moved ...
6853         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6854         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6855         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6856         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6857         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6858         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6859         Moved ...
6860         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6861         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6862         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6863         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6864         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6865         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6866         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6867         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6868         Moved ...
6869         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6870         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6871         Moved ...
6872         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6873         ... here.
6874         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6875         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6876         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6877         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6878         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6879         Moved ...
6880         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6881         ... here.
6882         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6883         Moved ...
6884         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6885         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6886         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6887         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6888         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6889         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6890         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6891         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6892         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6893         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6894         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6895
6896         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6897         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6898
6899         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6900         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6901
6902         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6903         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6904         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6905         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6906         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6907         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6908         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6909         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6910         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6911         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6912         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6913         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6914         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6915         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6916         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6917         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6918         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6919         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6920         Moved ...
6921         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6922         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6923         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6924         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6925         Moved ...
6926         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6927         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6928         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6929         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6930         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6931         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6932         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6933         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6934         Moved ...
6935         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6936         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6937         Moved ...
6938         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6939         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6940         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6941         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6942         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6943         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6944         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6945         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6946         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6947         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6948         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6949         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6950         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6951         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6952         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6953         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6954         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6955
6956         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6957         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6958         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6959         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6960         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6961
6962         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6963         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6964         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6965         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6966         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6967         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6968         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6969         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6970         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6971         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6972
6973         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6974         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6975
6976         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6977         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
6978         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6979         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6980         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6981         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6982         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6983         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6984         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6985         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6986         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6987         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6988         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6989         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6990         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6991         Update #include.
6992         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6993         Likewise.
6994         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6995         Likewise.
6996         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6997         Likewise.
6998         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6999         Likewise.
7000         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
7001         Likewise.
7002         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
7003         Likewise.
7004         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7005         Likewise.
7006         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
7007         Likewise.
7008         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
7009         Likewise.
7010         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
7011         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
7012         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
7013         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
7014         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
7015         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
7016         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
7017         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
7018         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
7019         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
7020         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
7021         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
7022         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
7023         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
7024         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
7025
7026         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
7027         that was previously under [RESET_PID].
7028         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
7029         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
7030         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
7031
7032         * sysdeps/i386/nptl/Implies: New file.
7033         * sysdeps/x86_64/nptl/Implies: New file.
7034         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
7035         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
7036         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
7037         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
7038
7039         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
7040         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7041         (__libc_vfork): New strong alias.
7042         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
7043         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
7044
7045         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
7046         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7047         (__libc_vfork): New strong alias.
7048         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
7049         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
7050
7051         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
7052         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7053         (__libc_vfork): New strong alias.
7054         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
7055         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
7056         * nptl/pt-vfork.c: New file.
7057         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
7058         (libpthread: GLIBC_2.20): New version set (empty).
7059
7060 2014-05-14  Will Newton  <will.newton@linaro.org>
7061
7062         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
7063         rather than #if.
7064
7065 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7066
7067         [BZ #16564]
7068         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
7069         arguments with exponent 65 or above.
7070         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
7071         arguments 0x1p113L or above.
7072         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
7073         to arguments 0x1p107L or above.
7074         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
7075         positive arguments with exponent 65 or above.
7076         * math/auto-libm-test-in: Add more tests of log1p.
7077         * math/auto-libm-test-out: Regenerated.
7078
7079         [BZ #16928]
7080         * math/s_cacos.c (__cacos): Ensure zero real part of result from
7081         non-finite arguments is +0.
7082         * math/s_cacosf.c (__cacosf): Likewise.
7083         * math/s_cacosl.c (__cacosl): Likewise.
7084         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
7085         * sysdeps/i386/fpu/libm-test-ulps: Update.
7086         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7087
7088         [BZ #16927]
7089         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
7090         value.
7091         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
7092         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
7093         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
7094         for explicit high bit of mantissa when testing for argument equal
7095         to 1.
7096         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
7097         * sysdeps/i386/fpu/libm-test-ulps: Update.
7098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7099
7100         [BZ #16516]
7101         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
7102         (__erf): Scale by 16 instead of 8 in potentially underflowing
7103         case.  Ensure exception if result actually underflows.
7104         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
7105         (__erff): Scale by 16 instead of 8 in potentially underflowing
7106         case.  Ensure exception if result actually underflows.
7107         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
7108         (efx8): Remove variable.
7109         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7110         case.  Ensure exception if result actually underflows.
7111         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
7112         (efx8): Remove variable.
7113         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7114         case.  Ensure exception if result actually underflows.
7115         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7116         (efx8): Remove variable.
7117         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7118         case.  Ensure exception if result actually underflows.
7119         * math/auto-libm-test-in: Add more tests of erf.
7120         * math/auto-libm-test-out: Regenerated.
7121
7122 2014-05-14  Andreas Schwab  <schwab@suse.de>
7123
7124         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7125         Remove code conditionalized on USE___THREAD.
7126
7127         * config.h.in (HAVE_PT_CHOWN): Define as 0.
7128         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7129         not definedness.
7130
7131 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7132
7133         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7134         Define unconditionally.
7135         (__ASSUME_O_CLOEXEC): Likewise.
7136         (__ASSUME_SOCK_CLOEXEC): Likewise.
7137         (__ASSUME_IN_NONBLOCK): Likewise.
7138         (__ASSUME_PIPE2): Likewise.
7139         (__ASSUME_EVENTFD2): Likewise.
7140         (__ASSUME_SIGNALFD4): Likewise.
7141         (__ASSUME_DUP3): Likewise.
7142         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7143         (__ASSUME_DUP3): Do not define.
7144         (__ASSUME_EVENTFD2): Likewise.
7145         (__ASSUME_IN_NONBLOCK): Likewise.
7146         (__ASSUME_O_CLOEXEC): Likewise.
7147         (__ASSUME_PIPE2): Likewise.
7148         (__ASSUME_SIGNALFD4): Likewise.
7149         (__ASSUME_SOCK_CLOEXEC): Likewise.
7150         (__ASSUME_UTIMES): Undefine.
7151         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7152         (__ASSUME_UTIMES): Do not define.
7153         (__ASSUME_O_CLOEXEC): Likewise.
7154         (__ASSUME_SOCK_CLOEXEC): Likewise.
7155         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7156         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7157         0x020621].
7158         (__ASSUME_PIPE2): Likewise.
7159         (__ASSUME_EVENTFD2): Likewise.
7160         (__ASSUME_SIGNALFD4): Likewise.
7161         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7162         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7163         Do not define.
7164         (__ASSUME_EVENTFD2): Likewise.
7165         (__ASSUME_SIGNALFD4): Likewise.
7166         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7167         (__ASSUME_32BITUIDS): Likewise.
7168         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7169         (__ASSUME_IPC64): Likewise.
7170         (__ASSUME_ST_INO_64_BIT): Likewise.
7171         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7172         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7173         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7174         (__ASSUME_UTIMES): Do not define.
7175         (__ASSUME_PSELECT): Likewise.
7176         (__ASSUME_PPOLL): Likewise.
7177         (__ASSUME_O_CLOEXEC): Likewise.
7178         (__ASSUME_SOCK_CLOEXEC): Likewise.
7179         (__ASSUME_IN_NONBLOCK): Likewise.
7180         (__ASSUME_PIPE2): Likewise.
7181         (__ASSUME_EVENTFD2): Likewise.
7182         (__ASSUME_SIGNALFD4): Likewise.
7183         (__ASSUME_DUP3): Likewise.
7184         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7185         (__ASSUME_UTIMES): Likewise.
7186         (__ASSUME_O_CLOEXEC): Likewise.
7187         (__ASSUME_SOCK_CLOEXEC): Likewise.
7188         (__ASSUME_IN_NONBLOCK): Likewise.
7189         (__ASSUME_PIPE2): Likewise.
7190         (__ASSUME_EVENTFD2): Likewise.
7191         (__ASSUME_SIGNALFD4): Likewise.
7192         (__ASSUME_DUP3): Likewise.
7193         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7194         (__ASSUME_UTIMES): Likewise.
7195         (__ASSUME_O_CLOEXEC): Likewise.
7196         (__ASSUME_SOCK_CLOEXEC): Likewise.
7197         (__ASSUME_IN_NONBLOCK): Likewise.
7198         (__ASSUME_PIPE2): Likewise.
7199         (__ASSUME_EVENTFD2): Likewise.
7200         (__ASSUME_SIGNALFD4): Likewise.
7201         (__ASSUME_DUP3): Likewise.
7202         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
7203         Likewise.
7204         (__ASSUME_UTIMES): Likewise.
7205         (__ASSUME_EVENTFD2): Likewise.
7206         (__ASSUME_SIGNALFD4): Likewise.
7207         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7208         (__ASSUME_O_CLOEXEC): Likewise.
7209         (__ASSUME_SOCK_CLOEXEC): Likewise.
7210         (__ASSUME_IN_NONBLOCK): Likewise.
7211         (__ASSUME_PIPE2): Likewise.
7212         (__ASSUME_EVENTFD2): Likewise.
7213         (__ASSUME_SIGNALFD4): Likewise.
7214         (__ASSUME_DUP3): Likewise.
7215         (__ASSUME_UTIMES): Undefine.
7216
7217         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7218         feclearexcept.  Remove symbol versioning code.
7219         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
7220         symbol versioning code.
7221         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
7222         symbol versioning code.
7223         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7224         feupdateenv.  Remove symbol versioning code.
7225         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7226         fegetexceptflag.  Remove symbol versioning code.
7227         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7228         fesetexceptflag.  Remove symbol versioning code.
7229         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7230         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
7231         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7232         (__posix_fadvise64_l32): Remove prototype.
7233         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7234         code.
7235
7236 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7237
7238         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7239         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7240         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7241         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7242
7243 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
7244
7245         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7246         current working directory
7247
7248 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7249
7250         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7251         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7252         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7253         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7254         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7255         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7256         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7257         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7258         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7259         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7260         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7261         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7262         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7263         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7264         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7265         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7266         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7267         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7268         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7269         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7270         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7271         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7272         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7273         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7274         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7275         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7276         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7277         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7278         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7279         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7280         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7281         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7282         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7283         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7284         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7285         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7286         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7287         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7288         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7289         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7290         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7291         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7292
7293         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7294         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7295
7296         * sysdeps/unix/sysv/linux/arm/Makefile
7297         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7298         Add rt-aeabi_unwind_cpp_pr1.
7299         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7300         Add nptl-aeabi_unwind_cpp_pr1.
7301         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7302         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7303         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7304         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7305         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7306         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7307
7308         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7309         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7310         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7311         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7312
7313         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7314         Deconditionalize the code that was previously under [RESET_PID].
7315         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7316
7317         * sysdeps/generic/exit-thread.h: New file.
7318         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7319         * include/unistd.h (__exit_thread): Remove declaration.
7320         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7321         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7322         * csu/libc-start.c: Include <exit-thread.h>.
7323         (LIBC_START_MAIN): Pass no argument to __exit_thread.
7324         * nptl/pthread_create.c: Include <exit-thread.h>.
7325         (start_thread): Call __exit_thread in place of __exit_thread_inline.
7326         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7327         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7328         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7329         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7330         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7331         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7332         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7333         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7334         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7335         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7336         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7337         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7338         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7339         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7340         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7341         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7342
7343 2014-05-13  Andreas Schwab  <schwab@suse.de>
7344
7345         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7346
7347 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
7348
7349         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7350         (__ASSUME_UTIMES): Do not condition on kernel version.
7351         (__ASSUME_PSELECT): Define unconditionally.
7352         (__ASSUME_PPOLL): Likewise.
7353         (__ASSUME_ATFCTS): Likewise.
7354         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7355         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7356         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7357         (__ASSUME_UTIMENSAT): Define unconditionally.
7358         (__ASSUME_PRIVATE_FUTEX): Likewise.
7359         (__ASSUME_FALLOCATE): Likewise.
7360         (__ASSUME_O_CLOEXEC): Likewise.
7361         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7362         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7363         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7364         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7365         (__ASSUME_IN_NONBLOCK): Likewise.
7366         (__ASSUME_PIPE2): Likewise.
7367         (__ASSUME_EVENTFD2): Likewise.
7368         (__ASSUME_SIGNALFD4): Likewise.
7369         (__ASSUME_DUP3): Likewise.
7370         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7371         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7372         (__ASSUME_AT_RANDOM): Likewise.
7373         (__ASSUME_PREADV): Likewise.
7374         (__ASSUME_PWRITEV): Likewise.
7375         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7376         (__ASSUME_F_GETOWN_EX): Define unconditionally.
7377         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7378         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7379         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7380         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7381         (__ASSUME_O_CLOEXEC): Define unconditionally.
7382         (__ASSUME_PSELECT): Do not undefine conditionally.
7383         (__ASSUME_PPOLL): Likewise.
7384         (__ASSUME_ATFCTS): Likewise.
7385         (__ASSUME_SET_ROBUST_LIST): Likewise.
7386         (__ASSUME_UTIMENSAT): Likewise.
7387         (__ASSUME_FDATASYNC): Define unconditionally.
7388         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7389         (__ASSUME_SIGFRAME_V2): Likewise.
7390         )__ASSUME_EVENTFD2): Likewise.
7391         (__ASSUME_SIGNALFD4): Likewise.
7392         (__ASSUME_PSELECT): Do not undefine conditionally.
7393         (__ASSUME_PPOLL): Likewise.
7394         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7395         (__ASSUME_PSELECT): Define unconditionally.
7396         (__ASSUME_PPOLL): Likewise.
7397         (__ASSUME_O_CLOEXEC): Likewise.
7398         (__ASSUME_SOCK_CLOEXEC): Likewise.
7399         (__ASSUME_IN_NONBLOCK): Likewise.
7400         (__ASSUME_PIPE2): Likewise.
7401         (__ASSUME_EVENTFD2): Likewise.
7402         (__ASSUME_SIGNALFD4): Likewise.
7403         (__ASSUME_DUP3): Likewise.
7404         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7405         (__ASSUME_O_CLOEXEC): Likewise.
7406         (__ASSUME_SOCK_CLOEXEC): Likewise.
7407         (__ASSUME_IN_NONBLOCK): Likewise.
7408         (__ASSUME_PIPE2): Likewise.
7409         (__ASSUME_EVENTFD2): Likewise.
7410         (__ASSUME_SIGNALFD4): Likewise.
7411         (__ASSUME_DUP3): Likewise.
7412         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7413         (__ASSUME_EVENTFD2): Likewise.
7414         (__ASSUME_SIGNALFD4): Likewise.
7415         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7416
7417 2014-05-12  Andreas Schwab  <schwab@suse.de>
7418
7419         [BZ #16932]
7420         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7421         (_nss_nis_gethostbyname4_r): Return error if item length is larger
7422         than maximum RPC packet size.
7423         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7424         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7425         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7426         (_nss_nis_getservbyport_r): Likewise.
7427
7428 2014-05-12  Will Newton  <will.newton@linaro.org>
7429
7430         * malloc/Makefile (tests): Add tst-mallopt.
7431         * malloc/tst-mallopt.c: New file.
7432
7433 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7434
7435         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7436         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7437
7438 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7439
7440         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7441         (tst-tlsmod6.so): Likewise.
7442
7443 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7444
7445         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7446
7447 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
7448
7449         [BZ #16064]
7450         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7451         and <dl-procinfo.h>.
7452         (__fegetenv): Save SSE state in envp->__eip if supported.
7453         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7454         envp->__eip if supported.
7455         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7456         and <dl-procinfo.h>.
7457         (__fesetenv): Always set __eip, __cs_selector, __opcode,
7458         __data_offset and __data_selector in environment to 0.  Set SSE
7459         state if supported.
7460         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7461         test-fenv-sse.
7462         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7463         -mfpmath=sse.
7464         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7465
7466 2014-05-09  Will Newton  <will.newton@linaro.org>
7467
7468         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7469         and libc_relro_required for ARM.
7470         * sysdeps/arm/preconfigure: Regenerate.
7471
7472 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7473             Stefan Liebler  <stli@linux.vnet.ibm.com>
7474
7475         * config.make.in (enable-lock-elision): New Makefile variable.
7476         * configure.ac: Likewise.
7477         * configure: Regenerate.
7478         * sysdeps/s390/configure.ac:
7479         Add check for gcc transactions support.
7480         * sysdeps/s390/configure: Regenerate.
7481         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7482         Build elision files if enabled.
7483         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7484         Add lock elision support for s390.
7485         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7486         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7487         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7488         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7489         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7490         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7491         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7492         Likewise.
7493         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7494         Likewise.
7495         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7496         Likewise.
7497         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7498         Likewise.
7499         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7500         (__lll_timedlock_elision, __lll_lock_elision)
7501         (__lll_unlock_elision, __lll_trylock_elision)
7502         (lll_timedlock_elision, lll_lock_elision)
7503         (lll_unlock_elision, lll_trylock_elision): Add.
7504         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7505         (pthread_mutex_t): Add lock elision support for s390.
7506
7507 2014-05-14  Wilco  <wdijkstr@arm.com>
7508
7509         * sysdeps/arm/fclrexcpt.c: Cleanup.
7510         * sysdeps/arm/fedisblxcpt.c: Cleanup.
7511         * sysdeps/arm/feenablxcpt.c: Cleanup.
7512         * sysdeps/arm/fegetenv.c: Cleanup.
7513         * sysdeps/arm/fegetexcept.c: Cleanup.
7514         * sysdeps/arm/fegetround.c: Cleanup.
7515         * sysdeps/arm/feholdexcpt.c: Cleanup.
7516         * sysdeps/arm/fesetenv.c: Cleanup.
7517         * sysdeps/arm/fesetround.c: Cleanup.
7518         * sysdeps/arm/feupdateenv.c: Cleanup.
7519         * sysdeps/arm/fgetexcptflg.c: Cleanup.
7520         * sysdeps/arm/fraiseexcpt.c: Cleanup.
7521         * sysdeps/arm/fsetexcptflg.c: Cleanup.
7522         * sysdeps/arm/ftestexcept.c: Cleanup.
7523         * sysdeps/arm/get-rounding-mode.h: Cleanup.
7524         * sysdeps/arm/setfpucw.c: Cleanup.
7525
7526 2014-05-09  Will Newton  <will.newton@linaro.org>
7527
7528         * sysdeps/arm/armv7/strcmp.S: New file.
7529         * NEWS: Mention addition of ARMv7 optimized strcmp.
7530
7531 2014-05-08  Roland McGrath  <roland@hack.frob.com>
7532
7533         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7534         look for %.ac rather than %.in.
7535
7536         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
7537         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
7538         * sysdeps/mach/hurd/configure: Regenerated.
7539         * sysdeps/unix/sysv/linux/configure: Regenerated.
7540
7541         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
7542
7543 2014-05-07  Steve Ellcey  <sellcey@mips.com>
7544
7545         [BZ# 16922]
7546         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
7547         (LONG_SUB): Ditto.
7548         (PTR_SUB): Ditto.
7549
7550 2014-05-07  Andreas Schwab  <schwab@suse.de>
7551
7552         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
7553         when skipping over non-matching result from nscd.
7554
7555 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
7556
7557         [BZ #16876]
7558         * nptl/sockperf.c (client): Check socket return value.
7559
7560         [BZ #16877]
7561         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
7562         nscd security class.
7563
7564 2014-05-06  Roland McGrath  <roland@hack.frob.com>
7565
7566         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
7567         * sysdeps/arm/unwind.h: ... here.
7568
7569 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
7570
7571         [BZ# 16916]
7572         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
7573         Define.
7574
7575 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7576
7577         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
7578         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
7579         multiarch strncpy for PPC64.
7580         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
7581         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
7582         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
7583         multiarch optimizations.
7584         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7585         (__libc_ifunc_impl_list): Likewise.
7586         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
7587         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
7588         multiarch stpncpy for PPC64.
7589         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
7590         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
7591
7592 2014-05-06  Andreas Schwab  <schwab@suse.de>
7593
7594         [BZ #16912]
7595         * gmon/mcount.c (_MCOUNT_DECL): Use
7596         atomic_compare_and_exchange_bool_acq instead of
7597         catomic_compare_and_exchange_bool_acq.
7598
7599 2014-05-05  Roland McGrath  <roland@hack.frob.com>
7600
7601         * elf/Makefile (others, install-bin): Remove pldd.
7602         (pldd-modules): Variable removed.
7603         ($(objpfx)pldd): Target removed.
7604         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
7605         (others, install-bin): Append pldd here.
7606         ($(objpfx)pldd): New target.
7607
7608         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
7609         to 0, so the first #if test emitted later doesn't see it undefined.
7610         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
7611         * sysdeps/gnu/errlist.c: Regenerated.
7612
7613 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7614
7615         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
7616         [libc_hidden_builtin_def]: Define to empty value.
7617         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
7618         [libc_hidden_builtin_def]: Likewise.
7619         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
7620         [libc_hidden_builtin_def]: Likewise.
7621         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
7622         [libc_hidden_builtin_def]: Likewise.
7623         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
7624         __redirect_memcpy and define ifunc as default hidden symbol.
7625         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
7626         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
7627
7628 2014-05-04  Adam Conrad  <adconrad@0c3.net>
7629
7630         * locale/iso-4217.def: Reintroduce XDR currency.
7631
7632 2014-05-04  Allan McRae  <allan@archlinux.org>
7633
7634         * po/eo.po: Update Esperanto translation from translation project.
7635
7636 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
7637
7638         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
7639         and FEATURE_INDEX_MAX to 1.
7640         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
7641
7642 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7643
7644         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
7645         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
7646         * iconvdata/big5.c (ONE_DIRECTION): Define.
7647         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
7648         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
7649         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
7650         * iconvdata/cp932.c (ONE_DIRECTION): Define.
7651         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
7652         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
7653         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
7654         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
7655         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
7656         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
7657         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
7658         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
7659         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
7660         * iconvdata/gbk.c (ONE_DIRECTION): Define.
7661         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
7662         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
7663         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
7664         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
7665         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
7666         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
7667         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
7668         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
7669         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
7670         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
7671         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
7672         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
7673         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
7674         * iconvdata/iso646.c (ONE_DIRECTION): Define.
7675         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
7676         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
7677         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
7678         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
7679         * iconvdata/johab.c (ONE_DIRECTION): Define.
7680         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
7681         * iconvdata/sjis.c (ONE_DIRECTION): Define.
7682         * iconvdata/t.61.c (ONE_DIRECTION): Define.
7683         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
7684         * iconvdata/tscii.c (ONE_DIRECTION): Define.
7685         * iconvdata/uhc.c (ONE_DIRECTION): Define.
7686         * iconvdata/unicode.c (ONE_DIRECTION): Define.
7687         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
7688         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
7689         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
7690
7691 2014-05-01  Roland McGrath  <roland@hack.frob.com>
7692
7693         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
7694         (_IO_JUMPS_OFFSET): Define to 0.
7695
7696         * nptl/sysdeps/pthread/bits/libc-lock.h
7697         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7698         (__libc_lock_define_initialized_recursive): Always define using
7699         initializer.  Modern compilers treat uninitialized (implicit zero) and
7700         explicit zero initializers the same (i.e. put the datum in bss).
7701
7702 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7703
7704         * nscd/nscd-client.h: Include <string.h>.
7705
7706 2014-05-01  David S. Miller  <davem@davemloft.net>
7707
7708         [BZ #16885]
7709         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
7710         multiple zero bytes exist at the end of a string.
7711         Reported by Aurelien Jarno <aurelien@aurel32.net>
7712
7713         * string/test-strcmp.c (check): Add explicit test for situations where
7714         there are multiple zero bytes after the first.
7715
7716 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7717
7718         [BZ #16890]
7719         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
7720         when compiling wprintf.
7721         * stdio-common/tstdiomisc.c (t3): New function.
7722         (main): Call it.
7723
7724 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7725
7726         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
7727         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
7728         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
7729         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
7730
7731 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7732
7733         * stdlib/longlong.h: Updated from GCC.
7734
7735 2014-05-01  Will Newton  <will.newton@linaro.org>
7736             Bernard Ogden  <bernie.ogden@linaro.org>
7737
7738         * NEWS: Update fixed bug list.
7739
7740         [BZ #15119]
7741         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
7742
7743 2014-04-30  David S. Miller  <davem@davemloft.net>
7744
7745         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
7746         (libc_feholdexcept_setround_sparc_ctx): New function.
7747         (libc_fesetenv_sparc_ctx): Likewise.
7748         (libc_feupdateenv_sparc_ctx): Likewise.
7749         (libc_feholdsetround_sparc_ctx): Likewise.
7750         (libc_feholdexcept_setround_ctx): Define.
7751         (libc_feholdexcept_setroundf_ctx): Likewise.
7752         (libc_feholdexcept_setroundl_ctx): Likewise.
7753         (libc_fesetenv_ctx): Likewise.
7754         (libc_fesetenvf_ctx): Likewise.
7755         (libc_fesetenvl_ctx): Likewise.
7756         (libc_feupdateenv_ctx): Likewise.
7757         (libc_feupdateenvf_ctx): Likewise.
7758         (libc_feupdateenvl_ctx): Likewise.
7759         (libc_feresetround_ctx): Likewise.
7760         (libc_feresetroundf_ctx): Likewise.
7761         (libc_feresetroundl_ctx): Likewise.
7762         (libc_feholdsetround_ctx): Likewise.
7763         (libc_feholdsetroundf_ctx): Likewise.
7764         (libc_feholdsetroundl_ctx): Likewise.
7765
7766         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7767         with __USE_GNU instead of XOPEN cpp guards.
7768
7769         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
7770         0.
7771
7772         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7773         with XOPEN cpp guards.
7774
7775 2014-04-30  Julian Brown  <julian@codesourcery.com>
7776
7777         [BZ #16888]
7778         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7779         handling.
7780
7781 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
7782
7783         [BZ #9894]
7784         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7785         Change to 2.6.32.
7786         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7787         * sysdeps/unix/sysv/linux/configure: Regenerated.
7788         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
7789         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
7790         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
7791         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
7792         * README: Update reference to required Linux kernel version.
7793         * manual/install.texi (Linux): Update reference to required Linux
7794         kernel headers version.
7795         * INSTALL: Regenerated.
7796
7797         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
7798         header inclusion.
7799         [POSIX] (limits.h): Likewise.
7800         [POSIX] (math.h): Likewise.
7801         [POSIX] (sys/wait.h): Likewise.
7802         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
7803         function.
7804         [POSIX] (stddef.h): Do not allow header inclusion.
7805
7806 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7807
7808         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
7809
7810 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
7811
7812         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
7813         Return immediately after lll_futex_wake.
7814
7815 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7816
7817         [BZ #16791]
7818         * nscd/nscd-client.h (datahead_init_common): Initialize entire
7819         structure.
7820         (datahead_init_pos): Call datahead_init_common early.
7821         (datahead_init_neg): Likewise.
7822
7823         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
7824         datahead_init_neg): New functions.
7825         * nscd/aicache.c (addhstaiX): Use them.
7826         * nscd/grpcache.c (cache_addgr): Likewise.
7827         * nscd/hstcache.c (cache_addhst): Likewise.
7828         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7829         * nscd/netgroupcache.c (do_notfound): Likewise.
7830         (addgetnetgrentX): Likewise.
7831         (addinnetgrX): Likewise.
7832         * nscd/pwdcache.c (cache_addpw): Likewise.
7833         * nscd/servicescache.c (cache_addserv): Likewise.
7834
7835 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7836             Atsushi Onoe  <atsushi@onoe.org>
7837
7838         [BZ #14308]
7839         [BZ #12994]
7840         [BZ #13651]
7841         * resolv/res_query.c (__libc_res_nsearch): Return if at least
7842         one response is valid.
7843         * resolv/res_send.c (send_dg): Check for validity of other
7844         response if the current response is a referral.
7845
7846 2014-04-29  Steve Ellcey  <sellcey@mips.com>
7847
7848         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7849
7850 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
7851
7852         [BZ #16823]
7853         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7854         Always divide by positive zero when computing -Inf result.
7855         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7856         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7857
7858 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7859
7860         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7861         FPSCR if value do not change.
7862         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7863         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7864         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7865         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7866         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7867         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7868         function.
7869
7870 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
7871
7872         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7873         * sysdeps/unix/sysv/linux/hppa: Move directory from
7874         ports/systeps/unix/sysv/linux/hppa.
7875         * README: Update listing for hppa-*-linux-gnu.
7876
7877 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
7878
7879         [BZ #16754]
7880         * manual/stdio.texi (Hook functions): Fix types of stream hook
7881         functions.
7882         [BZ #16854]
7883         * socket/sys/socket.h: Fix typo in comment.
7884
7885 2014-04-28  Wilco  <wdijkstr@arm.com>
7886
7887         * sysdeps/arm/fenv_private.h: New file.
7888         * sysdeps/arm/math_private.h: New file.
7889         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7890
7891 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7892
7893         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7894         with __int128_t.
7895         (La_x86_64_retval): Likewise.
7896
7897 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7898
7899         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7900         fpsr if value didn't change.
7901         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7902         to fpcr if value didn't change.
7903         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7904         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7905         fpsr or fpcr if value didn't change.
7906         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7907         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7908         fpcr if value didn't change.
7909         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7910         to fpsr if value didn't change.
7911
7912 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7913
7914         * nptl/tst-sem3.c: Use test-skeleton.c
7915         (main): Rename to do_test.  Use return instead of
7916         exit.
7917         * nptl/tst-sem4.c: Use test-skeleton.c
7918         (main): Rename to do_test.
7919
7920 2014-04-22  David S. Miller  <davem@davemloft.net>
7921
7922         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7923         (struct sigaction): New struct member __glibc_reserved0, change
7924         type of sa_flags to int.
7925
7926 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7927
7928         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7929         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7930
7931 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7932
7933         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7934         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7935
7936 2014-04-22  Will Newton  <will.newton@linaro.org>
7937             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7938
7939         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7940         (__longjmp): Add longjmp and longjmp_target SystemTap
7941         probes.
7942         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7943         (__sigsetjmp): Add setjmp SystemTap probe.
7944
7945 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
7946
7947         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7948         match manual order.
7949
7950 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7951
7952         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7953
7954         * sysdeps/powerpc/fpu/fenv_private.h
7955         (libc_feholdexcept_setroundl_ctx): Define to
7956         libc_feholdexcept_setround_ppc_ctx.
7957         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7958         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7959         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7960         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7961
7962 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7963
7964         * sysdeps/aarch64/math-tests.h: New file.
7965
7966 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
7967
7968         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7969         New.
7970         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7971         Check and set bit_AVX2_Usable.
7972         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7973         macro.
7974         (bit_AVX2): Likewise.
7975         (index_AVX2_Usable): Likewise.
7976         (CPUID_AVX2): Likewise.
7977         (HAS_AVX2): Likewise.
7978
7979 2014-04-17  Will Newton  <will.newton@linaro.org>
7980
7981         * manual/setjmp.texi (System V contexts): Add note that
7982         calling setcontext on a context created by a call to a
7983         signal handler is undefined.  Update text to note that
7984         setcontext from a signal handler is possible but not
7985         recommended.
7986
7987         [BZ #16629]
7988         * stdlib/tst-setcontext.c: Include signal.h.
7989         (main): Check that the signal stack before and
7990         after swapcontext is the same.
7991
7992         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7993         Re-implement to restore registers in user code and avoid
7994         rt_sigreturn system call.
7995
7996 2014-04-17  Wilco  <wdijkstr@arm.com>
7997
7998         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7999         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
8000         * math/test-fenv.c: Skip exception trap tests on targets which only
8001         support non-stop mode.
8002
8003 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
8004             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8005
8006         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
8007         (libc_feholdsetround_aarch64_ctx)
8008         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
8009         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
8010         (libc_feresetround_ctx, libc_feresetroundf_ctx)
8011         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
8012         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
8013         (libc_feresetround_noexl_ctx): Define.
8014
8015 2014-04-16  Richard Henderson  <rth@redhat.com>
8016
8017         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
8018
8019         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
8020         unwind tables.
8021
8022         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
8023         const from the non-libc, non-ldso copy.
8024
8025         * sysdeps/alpha/libm-test-ulps: Regenerate.
8026
8027 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
8028             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8029
8030         * sysdeps/aarch64/fpu/math_private.h: New file.
8031
8032 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8033
8034         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8035
8036 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
8037
8038         [BZ #16275]
8039         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
8040         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
8041         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
8042         Intel MPX bound registers before _dl_profile_fixup.
8043         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
8044         registers after _dl_profile_fixup.  Save and restore bound
8045         registers bnd0/bnd1 when calling _dl_call_pltexit.
8046         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
8047         (LR_BND_OFFSET): Likewise.
8048         (LRV_BND0_OFFSET): Likewise.
8049         (LRV_BND1_OFFSET): Likewise.
8050
8051 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8052
8053         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
8054         to...
8055         * sysdeps/mach/hurd/i386/tls.h: ... here.
8056         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
8057         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
8058         fields.
8059
8060 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8061
8062         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
8063
8064 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8065
8066         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8067
8068 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8069
8070         [BZ #14770]
8071         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
8072         * sysdeps/s390/configure: Regenerate.
8073
8074         [BZ #16824]
8075         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
8076         Set round-to-nearest internally to reduce error accumulation.
8077
8078 2014-04-16  Alan Modra  <amodra@gmail.com>
8079
8080         [BZ #16740]
8081         [BZ #16619]
8082         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
8083         * math/libm-test.inc (frexp_test_data): Add tests.
8084         * NEWS: Update fixed bug list.
8085
8086 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8087
8088         * benchtests/Makefile: Depend on libraries in build directory.
8089         (bench-math): Separate out math tests.
8090         (bench-pthread): Separate out pthread tests.
8091         (bench): Include math and pthread tests.
8092
8093 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
8094
8095         [BZ #16831]
8096         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
8097         _dl_debug_initialize.
8098
8099         * configure.ac: Remove SELinux header check.
8100         * configure: Regenerate.
8101         * nscd/selinux.c (perms): Array of const char* to permission names.
8102         (nscd_request_avc_has_perm): Call security_deny_unknown to find
8103         default policy. Call string_to_security_class and string_to_av_perm to
8104         translate strings. Enforce default policy and call avs_has_perm with
8105         results of translated strings.
8106
8107 2014-04-13  David S. Miller  <davem@davemloft.net>
8108
8109         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8110
8111 2014-04-12  Allan McRae  <allan@archlinux.org>
8112
8113         [BZ #16838]
8114         * manual/string.texi (Collation Functions): Fix qsort argument
8115         order in example.
8116         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8117
8118 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
8119
8120         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8121         Make the test a no-op if there are no exceptions defined.
8122
8123 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8124
8125         * elf/Makefile (tests): make tst-dlopen-aout conditional on
8126         enable-hardcoded-path-in-tests
8127
8128 2014-04-11  Will Newton  <will.newton@linaro.org>
8129
8130         * benchtests/Makefile (extra-objs): Add json-lib.o.
8131         (bench-func): Tidy up JSON output.
8132         * benchtests/bench-skeleton.c: Include json-lib.h.
8133         (main): Use JSON library functions to do output of
8134         benchmark results.
8135         * benchtests/bench-timing-type.c (main): Output the
8136         timing type simply, leaving formatting to the user.
8137         * benchtests/json-lib.c: New file.
8138         * benchtests/json-lib.h: Likewise.
8139
8140 2014-04-11  Torvald Riegel  <triegel@redhat.com>
8141
8142         [BZ #15215]
8143         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8144         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
8145         memory barriers.  Add comments.
8146         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8147         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8148         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8149         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8150         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8151         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8152
8153 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
8154
8155         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8156         * sysdeps/s390/s390-64/configure.ac: ... this ...
8157         * sysdeps/s390/configure.ac: ... to here.
8158         * sysdeps/s390/s390-32/configure: Delete file.
8159         * sysdeps/s390/s390-64/configure: Delete file.
8160         * sysdeps/s390/configure: Regenerate.
8161
8162 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
8163
8164         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8165
8166 2014-04-11  Will Newton  <will.newton@linaro.org>
8167
8168         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8169         to zero if it is not defined elsewhere.  (mtrim): Test
8170         the value of MALLOC_DEBUG with #if rather than #ifdef.
8171
8172 2014-04-10 Torvald Riegel  <triegel@redhat.com>
8173
8174         * benchtests/pthread_once-inputs: New file.
8175         * benchtests/pthread_once-source.c: New file.
8176         * benchtests/README: Update documentation.
8177
8178 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
8179             H.J. Lu  <hongjiu.lu@intel.com>
8180
8181         [BZ #16275]
8182         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8183         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8184         * sysdeps/x86_64/configure: Regenerated.
8185         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8186         macro.
8187         (REGISTER_SAVE_RAX): Likewise.
8188         (REGISTER_SAVE_RCX): Likewise.
8189         (REGISTER_SAVE_RDX): Likewise.
8190         (REGISTER_SAVE_RSI): Likewise.
8191         (REGISTER_SAVE_RDI): Likewise.
8192         (REGISTER_SAVE_R8): Likewise.
8193         (REGISTER_SAVE_R9): Likewise.
8194         (REGISTER_SAVE_BND0): Likewise.
8195         (REGISTER_SAVE_BND1): Likewise.
8196         (REGISTER_SAVE_BND2): Likewise.
8197         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
8198         bound registers when calling _dl_fixup.
8199
8200 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8201
8202         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
8203         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8204         of its definition.
8205         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8206         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8207         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8208         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8209         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8210         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8211         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8212
8213 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
8214
8215         [BZ #15514]
8216         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8217         pathconf(_PC_NAME_MAX).
8218
8219 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8220
8221         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8222         Remove macro usage.
8223         (__PTHREAD_SPINS): Move definition to ...
8224         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8225         (__PTHREAD_SPINS): ... here.
8226         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8227         (__PTHREAD_SPIN): Likewise.
8228         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8229         (__PTHREAD_SPIN): Likewise.
8230         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8231         (__PTHREAD_SPIN): Likewise.
8232         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8233         (__PTHREAD_SPIN): Likewise.
8234         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8235         (__PTHREAD_SPIN): Likewise.
8236         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8237         (__PTHREAD_SPIN): Likewise.
8238         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8239         (__PTHREAD_SPIN): Likewise.
8240         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8241         (__PTHREAD_SPIN): Likewise.
8242         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8243         (__PTHREAD_SPIN): Likewise.
8244         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8245         (__PTHREAD_SPIN): Likewise.
8246         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8247         (__PTHREAD_SPIN): Likewise.
8248         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8249         (__PTHREAD_SPIN): Likewise.
8250
8251         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8252         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8253         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8254         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8255         imply folder.
8256         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8257         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8258         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8259         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8260         correct imply path.
8261         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8262         strlen symbol for non multi-arch builds.
8263         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8264         missing hidden_def and weak_alias.
8265
8266 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
8267
8268         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8269
8270 2014-04-07  Will Newton  <will.newton@linaro.org>
8271
8272         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8273         and contents.  [!_LIBC] Remove #ifndef and contents.
8274         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
8275         * string/memccpy.c (__memccpy): Use ANSI prototype.
8276         * string/memfrob.c (memfrob): Likewise.
8277         * string/strcoll.c (STRCOLL): Likewise.
8278         * string/strlen.c (strlen): Likewise.
8279         * string/strtok.c (STRTOK): Likewise.
8280         * string/strcat.c: Remove unused #include of memcopy.h.
8281         (strcat): Use ANSI prototype.
8282         * string/strchr.c: Remove unused #include of memcopy.h.
8283         (strchr): Use ANSI prototype.
8284         * string/strcmp.c: Remove unused #include of memcopy.h.
8285         (strcmp): Use ANSI prototype.
8286         * string/strcpy.c: Remove unused #include of memcopy.h.
8287         (strcpy): Use ANSI prototype.
8288
8289 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8290
8291         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8292         * config.make.in (config-extra-cppflags): Set it from
8293         libc_extra_cppflags.
8294         * configure.ac (libc_extra_cflags): Make it accumulate over
8295         configure fragments.
8296         (libc_extra_cppflags): New flag.
8297         * configure. Regenerate.
8298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8299         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8300         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
8301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8302
8303         [BZ #16815]
8304         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8305         result for FE_DOWNWARD rounding mode.
8306         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8307         Likewise.
8308         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8309
8310 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
8311
8312         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8313         in function argument name.
8314
8315 2014-04-03  David Svoboda  <svoboda@cert.org>
8316
8317         [BZ #5666]
8318         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8319         explicitly.
8320
8321 2014-04-03  Roland McGrath  <roland@hack.frob.com>
8322
8323         * elf/dl-unmap-segments.h: New file.
8324         * sysdeps/generic/ldsodefs.h
8325         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8326         * elf/dl-close.c: Include <dl-unmap-segments.h>.
8327         * elf/dl-fptr.c: Likewise.
8328         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8329         * sysdeps/aarch64/tlsdesc.c: Likewise.
8330         * sysdeps/arm/tlsdesc.c: Likewise.
8331         * sysdeps/i386/tlsdesc.c: Likewise.
8332         * sysdeps/tile/dl-runtime.c: Likewise.
8333         * sysdeps/x86_64/tlsdesc.c: Likewise.
8334         * elf/dl-load.h: New file.
8335         * elf/dl-load.c: Include it.
8336         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8337         Macros moved to dl-load.h.
8338         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8339         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8340         Use _dl_unmap_segments in place of __munmap.
8341         Break out segment-mapping loop into ...
8342         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8343
8344 2014-04-03  Will Newton  <will.newton@linaro.org>
8345
8346         * elf/dl-lookup.c (do_lookup_x): Remove comment
8347         referring to nested function and move variable
8348         declarations down to before first use.
8349
8350 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
8351
8352         [BZ #16799]
8353         [BZ #16800]
8354         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8355         with 0 numerator.
8356         * math/s_catanf.c (__catanf): Likewise.
8357         * math/s_catanh.c (__catanh): Likewise.
8358         * math/s_catanhf.c (__catanhf): Likewise.
8359         * math/s_catanhl.c (__catanhl): Likewise.
8360         * math/s_catanl.c (__catanl): Likewise.
8361         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8362         by positive zero when computing -Inf result.
8363         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8364         (catanh_test): Likewise.
8365         * sysdeps/i386/fpu/libm-test-ulps: Update.
8366         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8367
8368         [BZ #16789]
8369         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8370         instead of using underflowing value in computing result.
8371         * math/s_clog10.c (__clog10): Likewise.
8372         * math/s_clog10f.c (__clog10f): Likewise.
8373         * math/s_clog10l.c (__clog10l): Likewise.
8374         * math/s_clogf.c (__clogf): Likewise.
8375         * math/s_clogl.c (__clogl): Likewise.
8376         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8377         (clog10_test): Likewise.
8378         * sysdeps/i386/fpu/libm-test-ulps: Update.
8379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8380
8381 2014-04-02  Alan Modra  <amodra@gmail.com>
8382
8383         [BZ #16739]
8384         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8385         output when value is near a power of two.  Use int64_t for lx and
8386         remove casts.  Use decimal rather than hex exponent constants.
8387         Don't use long double multiplication when double will suffice.
8388         * math/libm-test.inc (nextafter_test_data): Add tests.
8389         * NEWS: Add 16739 and 16786 to bug list.
8390
8391         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8392
8393         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8394
8395 2014-04-01  Will Newton  <will.newton@linaro.org>
8396
8397         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8398         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
8399
8400 2014-04-01  Florian Weimer  <fweimer@redhat.com>
8401
8402         [BZ #13347]
8403         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8404         * nptl/tst-setuid2.c: New file.
8405         * nptl/Makefile (xtests): Add tst-setuid2.
8406
8407 2014-04-01  Alan Modra  <amodra@gmail.com>
8408
8409         [BZ #16786]
8410         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8411
8412 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8413
8414         [BZ #6803]
8415         [BZ #6804]
8416         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8417         set errno as appropriate.
8418         * math/w_scalbf.c (__scalbf): Likewise.
8419         * math/w_scalbl.c (__scalbl): Likewise.
8420         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8421         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8422         * math/libm-test.inc (scalb_test_data): Add errno expectations.
8423         Add more NaN tests.
8424
8425         [BZ #16349]
8426         * math/w_atan2.c: Include <errno.h>.
8427         (__atan2): Set errno for result underflowing to zero.
8428         * math/w_atan2f.c: Include <errno.h>.
8429         (__atan2f): Set errno for result underflowing to zero.
8430         * math/w_atan2l.c: Include <errno.h>.
8431         (__atan2l): Set errno for result underflowing to zero.
8432         * math/auto-libm-test-in: Don't allow missing errno for some atan2
8433         tests.
8434         * math/auto-libm-test-out: Regenerated.
8435
8436 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8437
8438         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8439         Encode instruction correctly in little endian.
8440         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8441         Likewise.
8442         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8443         Likewise.
8444         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8445         Likewise.
8446         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8447         Likewise.
8448
8449 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8450
8451         [BZ #9894]
8452         * sysdeps/unix/sysv/linux/kernel-features.h
8453         [__sparc__ && !__arch64__ && !__sparc_v9__]
8454         (__ASSUME_SET_ROBUST_LIST): Do not define.
8455         [__sparc__ && !__arch64__ && !__sparc_v9__]
8456         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8457         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8458         Likewise.
8459         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8460         (__ASSUME_FUTEX_LOCK_PI): Undefine.
8461         (__ASSUME_REQUEUE_PI): Likewise.
8462         (__ASSUME_SET_ROBUST_LIST): Likewise.
8463         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8464         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8465         Undefine.
8466         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8467         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8468         Likewise.
8469         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8470         Likewise.
8471         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8472         Likewise.
8473         * sysdeps/unix/sysv/linux/mips/kernel-features.h
8474         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8475         Undefine.
8476         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8477         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8478         Likewise.
8479
8480         [BZ #16648]
8481         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8482         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8483         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8484
8485 2014-03-31  Will Newton  <will.newton@linaro.org>
8486
8487         * benchtests/Makefile (bench): Add ffs and ffsll to list
8488         of tests.
8489         * benchtests/ffs-inputs: New file.
8490         * benchtests/ffsll-inputs: Likewise.
8491
8492 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
8493
8494         [BZ #16770]
8495         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8496         too large before casting to int.
8497         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8498         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8499         * math/libm-test.inc (scalb_test_data): Add more tests.
8500
8501 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8502
8503         * benchtests/Makefile (DETAILED_OPT): New make option.
8504         (bench-func): Run benchmark program with -d if DETAILED_OPT is
8505         set.
8506         * benchtests/bench-skeleton.c: Include stdbool.h.
8507         (main): Store and print timings per input.
8508         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8509         member to each argument value.
8510         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8511         (_print_arg_data): Initialize per-input timing to 0.
8512
8513         * benchtests/Makefile (timing-type): New binary.
8514         (bench-clean): Also remove bench-timing-type.
8515         (bench): New target for timing-type.
8516         (bench-func): Print output in JSON format.
8517         * benchtests/bench-skeleton.c (main): Print output in JSON
8518         format.
8519         * benchtests/bench-timing-type.c: New file.
8520         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8521         (TIMING_PRINT_STATS): Remove.
8522         * benchtests/scripts/bench.py (_print_arg_data): Store variant
8523         name separately.
8524
8525         * benchtests/bench-modf.c: Remove.
8526         * benchtests/modf-inputs: New inputs file.
8527
8528 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
8529
8530         [BZ #16362]
8531         * math/s_clog10.c (M_PI_LOG10E): New macro.
8532         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8533         imaginary parts are 0.
8534         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
8535         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
8536         imaginary parts are 0.
8537         * math/s_clog10l.c (M_PI_LOG10El): New macro.
8538         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
8539         imaginary parts are 0.
8540         * math/libm-test.inc (clog10_test_data): Update expected results
8541         for when real and imaginary parts are 0.
8542
8543 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
8544
8545         * elf/dl-load.c: Finish conversion of __builtin_expect into
8546         __glibc_{un}likely.
8547
8548 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
8549
8550         [BZ #16348]
8551         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
8552         1+x for argument with exponent below -67.
8553         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
8554         Likewise.
8555         * math/auto-libm-test-in: Add more tests of exp.
8556         * math/auto-libm-test-out: Regenerated.
8557
8558 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8559
8560         [BZ #16759]
8561         * inet/getnetgrent_r.c (get_nonempty_val): New function.
8562         (nscd_getnetgrent): Use it.
8563
8564         [BZ #16760]
8565         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
8566         of stpcpy.
8567
8568 2014-03-27  Andi Kleen  <ak@linux.intel.com>
8569
8570         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
8571         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8572         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8573         (lll_robust_unlock): Remove out of line section. Use cfi
8574         intrinsics.
8575         (LLL_STUB_UNWIND_INFO*): Remove.
8576         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
8577         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8578         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8579         (lll_robust_unlock): Remove out of line section. Use cfi
8580         intrinsics.
8581         (LLL_STUB_UNWIND_INFO*): Remove.
8582
8583 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8584
8585         [BZ #16758]
8586         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
8587         blank values.
8588
8589 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
8590
8591         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
8592
8593 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
8594
8595         [BZ #16198]
8596         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
8597         fnstenv.
8598         * math/test-fenv-preserve.c: New file.
8599         * math/Makefile (tests): Add test-fenv-preserve.
8600
8601 2014-03-26  Will Newton <will.newton@linaro.org>
8602
8603         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
8604
8605 2014-03-25  Roland McGrath  <roland@hack.frob.com>
8606
8607         * scripts/versionlist.awk: Partition the version sets and emit all
8608         GLIBC_* (sorted) before all others (sorted).
8609
8610 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8611
8612         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
8613         GLIBC_2.2.5 version.
8614
8615 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8616
8617         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
8618         calls.
8619
8620         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
8621         previous change.
8622
8623         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8624
8625 2014-03-25  Andreas Schwab  <schwab@suse.de>
8626
8627         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
8628         label to be used after in6ailist is initialized.
8629
8630 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8631
8632         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8633         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8634
8635 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8636
8637         [BZ #16357]
8638         [BZ #16599]
8639         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
8640         min_plus_half.
8641         (fp_formats): Update initializers.
8642         (init_fp_formats): Initialize new field.
8643         (output_for_one_input_case): Allow underflow for results up to
8644         min_plus_half.
8645         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
8646         * math/auto-libm-test-in: Don't mark some underflows from asin and
8647         atanh as spurious.
8648         * math/auto-libm-test-out: Regenerated.
8649         * sysdeps/i386/fpu/libm-test-ulps: Update.
8650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8651
8652 2014-03-25  Andreas Schwab  <schwab@suse.de>
8653
8654         * libio/Makefile (tst-ftell-partial-wide-ENV)
8655         (tst-ftell-active-handler-ENV): Define.
8656
8657 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
8658
8659         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
8660
8661 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8662
8663         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
8664
8665 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8666
8667         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
8668         * sysdeps/x86_64/fpu/multiarch/e_exp.c
8669         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
8670
8671 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8672
8673         [BZ #16634]
8674         * elf/dl-load.c (open_verify): Add mode parameter.
8675         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
8676         (open_path): Change from boolean 'secure' to complete flag 'mode'
8677         (_dl_map_object): Adjust.
8678         * elf/Makefile (tests): Add tst-dlopen-aout.
8679         * elf/tst-dlopen-aout.c: New test.
8680
8681 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
8682
8683         [BZ #16714]
8684         * sysdeps/unix/sysv/linux/s390/bits/stat.h
8685         (struct stat): Rename member pad0 to __glibc_reserved0.
8686
8687         [BZ #16712]
8688         * sysdeps/s390/s390-32/bits/wordsize.h
8689         (__WORDSIZE32_SIZE_ULONG): New define.
8690         * sysdeps/s390/s390-64/bits/wordsize.h
8691         (__WORDSIZE32_SIZE_ULONG): Likewise.
8692         * sysdeps/generic/stdint.h (SIZE_MAX):
8693         Define as UL if __WORDSIZE32_SIZE_ULONG.
8694
8695         [BZ #16713]
8696         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
8697         (__glibc_reserved0): New variable.
8698         (sa_flags): Change type to int.
8699
8700         * posix/Makefile (before-compile): Use += before-compile instead
8701         of a :=.
8702
8703         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8704         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8705
8706 2014-03-20  Andreas Schwab  <schwab@suse.de>
8707
8708         [BZ #16743]
8709         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
8710         non-matching result from nscd.
8711
8712 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8713
8714         * scripts/bench.py: Moved to ...
8715         * benchtests/scripts/bench.py: ... here.
8716         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
8717
8718 2014-03-24  Andreas Schwab  <schwab@suse.de>
8719
8720         [BZ #16002]
8721         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
8722         alloca_account and account alloca use for struct in6ailist.
8723
8724 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8725
8726         [BZ #16284]
8727         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
8728         rounding mode to recompute results that overflow to infinity or
8729         underflow to zero.
8730         * math/auto-libm-test-in: Don't mark tests as expected to fail for
8731         bug 16284.
8732         * math/auto-libm-test-out: Regenerated.
8733         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
8734         (ccosh_test): Likewise.
8735         (csin_test_data): Use plus_oflow.
8736         (csin_test): Use ALL_RM_TEST.
8737         (csinh_test_data): Use plus_oflow.
8738         (csinh_test): Use ALL_RM_TEST.
8739         * sysdeps/i386/fpu/libm-test-ulps: Update.
8740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8741
8742 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
8743
8744         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
8745         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
8746         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
8747
8748         [BZ #16731]
8749         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
8750         when x - 1 is zero.
8751         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8752         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8753         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8754         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
8755         argument is 1.
8756         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
8757         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
8758         zero.
8759         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
8760         * sysdeps/i386/fpu/libm-test-ulps: Update.
8761         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8762
8763 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8764
8765         * scripts/bench.pl: Remove file.
8766         * scripts/bench.py: New benchmark script.
8767         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
8768         * benchtests/README: Mention python dependency.
8769         * scripts/pylintrc: New file.
8770         * scripts/pylint: New file.
8771
8772         * bits/mathdef.h: Use #ifdef instead of #if.
8773         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
8774         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8775         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8776         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8777         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8778         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8779
8780 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8781             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8782
8783         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8784         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8785         and strpbrk-ppc64 objects.
8786         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8787         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
8788         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
8789         multiarch strpbrk for POWER7.
8790         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
8791         multiarch strpbrk for PPC64.
8792         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
8793         ifunc selector.
8794         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
8795         strpbrk for POWER7.
8796
8797 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8798
8799         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
8800         (atan_test): Likewise.
8801         (atanh_test_data): Use NO_TEST_INLINE for two tests.
8802         (atanh_test): Use ALL_RM_TEST.
8803         (atan2_test_data): Likewise.
8804         (cabs_test): Likewise.
8805         (cacosh_test): Likewise.
8806         (carg_test): Likewise.
8807         (casin_test): Likewise.
8808         (casinh_test): Likewise.
8809         (cbrt_test): Likewise.
8810         (csqrt_test): Likewise.
8811         (erf_test): Likewise.
8812         (erfc_test): Likewise.
8813         (pow10_test): Likewise.
8814         (exp2_test): Likewise.
8815         (hypot_test): Likewise.
8816         (j0_test): Likewise.
8817         (j1_test): Likewise.
8818         (lgamma_test): Likewise.
8819         (gamma_test): Likewise.
8820         (sincos_test): Likewise.
8821         (tanh_test): Likewise.
8822         (y0_test): Likewise.
8823         (y1_test): Likewise.
8824         * sysdeps/i386/fpu/libm-test-ulps: Update.
8825         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8826
8827 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8828
8829         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8830         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
8831         and strcspn-ppc64 objects.
8832         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8833         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8834         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8835         multiarch strcspn for POWER7.
8836         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8837         multiarch strcspn for PPC64.
8838         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8839         ifunc selector.
8840         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8841         strcspn for POWER7.
8842
8843 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8844
8845         * math/gen-libm-test.pl (generate_testfile): Expect only function
8846         name as argument to AUTO_TESTS_* and pass results for all rounding
8847         modes to parse_args.
8848         (parse_auto_input): Separate inputs of automatic tests from
8849         outputs before storing in %auto_tests.
8850         * math/libm-test.inc (acos_test_data): Update call to
8851         AUTO_TESTS_f_f.
8852         (acos_test): Use ALL_RM_TEST.
8853         (acos_tonearest_test_data): Remove.
8854         (acos_test_tonearest): Likewise.
8855         (acos_towardzero_test_data): Likewise.
8856         (acos_test_towardzero): Likewise.
8857         (acos_downward_test_data): Likewise.
8858         (acos_test_downward): Likewise.
8859         (acos_upward_test_data): Likewise.
8860         (acos_test_upward): Likewise.
8861         (acosh_test_data): Update call to AUTO_TESTS_f_f.
8862         (asin_test_data): Likewise.
8863         (asin_test): Use ALL_RM_TEST.
8864         (asin_tonearest_test_data): Remove.
8865         (asin_test_tonearest): Likewise.
8866         (asin_towardzero_test_data): Likewise.
8867         (asin_test_towardzero): Likewise.
8868         (asin_downward_test_data): Likewise.
8869         (asin_test_downward): Likewise.
8870         (asin_upward_test_data): Likewise.
8871         (asin_test_upward): Likewise.
8872         (asinh_test_data): Update call to AUTO_TESTS_f_f.
8873         (atan_test_data): Likewise.
8874         (atanh_test_data): Likewise.
8875         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8876         (cabs_test_data): Update call to AUTO_TESTS_c_f.
8877         (carg_test_data): Likewise.
8878         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8879         (ccos_test_data): Update call to AUTO_TESTS_c_c.
8880         (ccosh_test_data): Likewise.
8881         (cexp_test_data): Likewise.
8882         (clog_test_data): Likewise.
8883         (clog10_test_data): Likewise.
8884         (cos_test_data): Update call to AUTO_TESTS_f_f.
8885         (cos_test): Use ALL_RM_TEST.
8886         (cos_tonearest_test_data): Remove.
8887         (cos_test_tonearest): Likewise.
8888         (cos_towardzero_test_data): Likewise.
8889         (cos_test_towardzero): Likewise.
8890         (cos_downward_test_data): Likewise.
8891         (cos_test_downward): Likewise.
8892         (cos_upward_test_data): Likewise.
8893         (cos_test_upward): Likewise.
8894         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8895         (cosh_test): Use ALL_RM_TEST.
8896         (cosh_tonearest_test_data): Remove.
8897         (cosh_test_tonearest): Likewise.
8898         (cosh_towardzero_test_data): Likewise.
8899         (cosh_test_towardzero): Likewise.
8900         (cosh_downward_test_data): Likewise.
8901         (cosh_test_downward): Likewise.
8902         (cosh_upward_test_data): Likewise.
8903         (cosh_test_upward): Likewise.
8904         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8905         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8906         (ctan_test_data): Likewise.
8907         (ctan_test): Use ALL_RM_TEST.
8908         (ctan_tonearest_test_data): Remove.
8909         (ctan_test_tonearest): Likewise.
8910         (ctan_towardzero_test_data): Likewise.
8911         (ctan_test_towardzero): Likewise.
8912         (ctan_downward_test_data): Likewise.
8913         (ctan_test_downward): Likewise.
8914         (ctan_upward_test_data): Likewise.
8915         (ctan_test_upward): Likewise.
8916         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8917         (ctanh_test): Use ALL_RM_TEST.
8918         (ctanh_tonearest_test_data): Remove.
8919         (ctanh_test_tonearest): Likewise.
8920         (ctanh_towardzero_test_data): Likewise.
8921         (ctanh_test_towardzero): Likewise.
8922         (ctanh_downward_test_data): Likewise.
8923         (ctanh_test_downward): Likewise.
8924         (ctanh_upward_test_data): Likewise.
8925         (ctanh_test_upward): Likewise.
8926         (erf_test_data): Update call to AUTO_TESTS_f_f.
8927         (erfc_test_data): Likewise.
8928         (exp_test_data): Likewise.
8929         (exp_test): Use ALL_RM_TEST.
8930         (exp_tonearest_test_data): Remove.
8931         (exp_test_tonearest): Likewise.
8932         (exp_towardzero_test_data): Likewise.
8933         (exp_test_towardzero): Likewise.
8934         (exp_downward_test_data): Likewise.
8935         (exp_test_downward): Likewise.
8936         (exp_upward_test_data): Likewise.
8937         (exp_test_upward): Likewise.
8938         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8939         (exp10_test): Use ALL_RM_TEST.
8940         (exp10_tonearest_test_data): Remove.
8941         (exp10_test_tonearest): Likewise.
8942         (exp10_towardzero_test_data): Likewise.
8943         (exp10_test_towardzero): Likewise.
8944         (exp10_downward_test_data): Likewise.
8945         (exp10_test_downward): Likewise.
8946         (exp10_upward_test_data): Likewise.
8947         (exp10_test_upward): Likewise.
8948         (exp2_test_data): Update call to AUTO_TESTS_f_f.
8949         (expm1_test_data): Likewise.
8950         (expm1_test): Use ALL_RM_TEST.
8951         (expm1_tonearest_test_data): Remove.
8952         (expm1_test_tonearest): Likewise.
8953         (expm1_towardzero_test_data): Likewise.
8954         (expm1_test_towardzero): Likewise.
8955         (expm1_downward_test_data): Likewise.
8956         (expm1_test_downward): Likewise.
8957         (expm1_upward_test_data): Likewise.
8958         (expm1_test_upward): Likewise.
8959         (fma_test_data): Update call to AUTO_TESTS_fff_f.
8960         (fma_test): Use ALL_RM_TEST.
8961         (fma_towardzero_test_data): Remove.
8962         (fma_test_towardzero): Likewise.
8963         (fma_downward_test_data): Likewise.
8964         (fma_test_downward): Likewise.
8965         (fma_upward_test_data): Likewise.
8966         (fma_test_upward): Likewise.
8967         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8968         (j0_test_data): Update call to AUTO_TESTS_f_f.
8969         (j1_test_data): Likewise.
8970         (jn_test_data): Update call to AUTO_TESTS_if_f.
8971         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8972         (log_test_data): Update call to AUTO_TESTS_f_f.
8973         (log10_test_data): Likewise.
8974         (log1p_test_data): Likewise.
8975         (log2_test_data): Likewise.
8976         (pow_test_data): Update call to AUTO_TESTS_ff_f.
8977         (pow_tonearest_test_data): Likewise.
8978         (sin_test_data): Update call to AUTO_TESTS_f_f.
8979         (sin_test): Use ALL_RM_TEST.
8980         (sin_tonearest_test_data): Remove.
8981         (sin_test_tonearest): Likewise.
8982         (sin_towardzero_test_data): Likewise.
8983         (sin_test_towardzero): Likewise.
8984         (sin_downward_test_data): Likewise.
8985         (sin_test_downward): Likewise.
8986         (sin_upward_test_data): Likewise.
8987         (sin_test_upward): Likewise.
8988         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8989         (sinh_test_data): Update call to AUTO_TESTS_f_f.
8990         (sinh_test): Use ALL_RM_TEST.
8991         (sinh_tonearest_test_data): Remove.
8992         (sinh_test_tonearest): Likewise.
8993         (sinh_towardzero_test_data): Likewise.
8994         (sinh_test_towardzero): Likewise.
8995         (sinh_downward_test_data): Likewise.
8996         (sinh_test_downward): Likewise.
8997         (sinh_upward_test_data): Likewise.
8998         (sinh_test_upward): Likewise.
8999         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
9000         (sqrt_test): Use ALL_RM_TEST.
9001         (sqrt_tonearest_test_data): Remove.
9002         (sqrt_test_tonearest): Likewise.
9003         (sqrt_towardzero_test_data): Likewise.
9004         (sqrt_test_towardzero): Likewise.
9005         (sqrt_downward_test_data): Likewise.
9006         (sqrt_test_downward): Likewise.
9007         (sqrt_upward_test_data): Likewise.
9008         (sqrt_test_upward): Likewise.
9009         (tan_test_data): Update call to AUTO_TESTS_f_f.
9010         (tan_test): Use ALL_RM_TEST.
9011         (tan_tonearest_test_data): Remove.
9012         (tan_test_tonearest): Likewise.
9013         (tan_towardzero_test_data): Likewise.
9014         (tan_test_towardzero): Likewise.
9015         (tan_downward_test_data): Likewise.
9016         (tan_test_downward): Likewise.
9017         (tan_upward_test_data): Likewise.
9018         (tan_test_upward): Likewise.
9019         (tanh_test_data): Update call to AUTO_TESTS_f_f.
9020         (tgamma_test_data): Likewise.
9021         (y0_test_data): Likewise.
9022         (y1_test_data): Likewise.
9023         (yn_test_data): Update call to AUTO_TESTS_if_f.
9024         (main): Do not call removed functions.
9025
9026 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9027
9028         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
9029         (ldexp_test_data): Remove.
9030         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
9031         scalbn_test_data.
9032         (scalb_test): Use ALL_RM_TEST.
9033
9034 2014-03-19  Andreas Schwab  <schwab@suse.de>
9035
9036         * nscd/nscd.service: Also invalidate netgroup cache on reload.
9037
9038 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9039
9040         [BZ #16649]
9041         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9042         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
9043         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
9044         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9045         (__ASSUME_PREADV): Undefine.
9046         (__ASSUME_PWRITEV): Likewise.
9047
9048 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9049
9050         * bits/mman-linux.h: Add comment about non-Linux use.
9051         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
9052         bits/mman-linux.h resting place.
9053
9054         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
9055         * bits/mman-linux.h: ... here.
9056
9057 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9058
9059         * conform/conformtest.pl: Add standard definition when calling C
9060         preprocessor on data files.
9061         (checknamespace): Remove unused variable.
9062
9063 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9064
9065         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
9066         minus_oflow, plus_uflow and minus_uflow in expected results.
9067         * math/libm-test.inc (scalbn_test_data): Add more tests of
9068         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
9069         minus_uflow.
9070         (scalbn_test): Use ALL_RM_TEST.
9071         (scalbln_test_data): Add more tests of negative arguments.  Use
9072         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
9073         (scalbln_test): Use ALL_RM_TEST.
9074
9075 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9076
9077         * scripts/abilist.awk: Ignore symbols marked with .hidden.
9078
9079 2014-03-18  Will Newton  <will.newton@linaro.org>
9080
9081         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
9082         inaccurate comment.
9083
9084 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9085
9086         * Makerules [!subdir] (check-abi): Exit with error status if a
9087         test failed.
9088
9089 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9090
9091         * math/libm-test.inc (nearbyint_test_data): Include all tests used
9092         for rint.  Include results for all rounding modes.
9093         (nearbyint_test): Use ALL_RM_TEST.
9094         (rint_test_data): Include all tests used for nearbyint.
9095
9096 2014-03-17  Will Newton  <will.newton@linaro.org>
9097
9098         * nptl/sysdeps/pthread/pthread.h: Revert previous
9099         change.
9100
9101         * sysdeps/generic/ldsodefs.h: Revert previous
9102         change.
9103
9104         * libio/genops.c: Revert previous change.
9105         * libio/libioP.h: Likewise.
9106         * stdio-common/vfprintf.c: Likewise.
9107
9108         * sysdeps/generic/math_private.h: Revert previous
9109         change.
9110
9111         * sysdeps/generic/math_private.h: Check whether
9112         HAVE_RM_CTX is defined with #ifdef rather
9113         than #if.
9114
9115         * argp/argp-fmtstream.h: Check whether
9116         __STRICT_ANSI__ is defined with #ifdef rather
9117         than #if.
9118         * argp/argp.h: Likewise.
9119
9120         * libio/genops.c: Check whether
9121         _IO_JUMPS_OFFSET is defined with #ifdef rather
9122         than #if.
9123         * libio/libioP.h: Likewise.
9124         * stdio-common/vfprintf.c: Likewise.
9125
9126         * sysdeps/generic/ldsodefs.h: Check whether
9127         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9128         than #if.
9129
9130         * nptl/sysdeps/pthread/pthread.h: Check
9131         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9132         its value.
9133
9134 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
9135
9136         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
9137         setting O_APPEND.
9138         * libio/tst-ftell-active-handler.c (do_append_test): Add a
9139         test case.
9140
9141         [BZ #16680]
9142         * libio/fileops.c (_IO_file_open): Seek to end of file but
9143         don't cache the offset.
9144         (get_file_offset): Remove function.
9145         (do_ftell): Use cached offset when available.
9146         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9147         don't cache the offset.
9148         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9149         case.
9150         (do_one_test): Call it.
9151         (do_ftell_test): Fix up expected old offset for a+ mode.
9152         * libio/wfileops.c (do_ftell_wide): Used cached offset when
9153         available.
9154
9155         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9156         up test status with function return status.
9157         (do_write_test): Likewise.
9158         (do_append_test): Likewise.
9159
9160         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9161         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9162         Remove.
9163
9164 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9165
9166         * math/gen-libm-test.pl (parse_args): Handle results specified for
9167         each rounding mode separately.
9168         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9169         tests and results from lrint_tonearest_test_data,
9170         lrint_towardzero_test_data, lrint_downward_test_data and
9171         lrint_upward_test_data.
9172         (lrint_test): Use ALL_RM_TEST.
9173         (lrint_tonearest_test_data): Remove.
9174         (lrint_test_tonearest): Likewise.
9175         (lrint_towardzero_test_data): Likewise.
9176         (lrint_test_towardzero): Likewise.
9177         (lrint_downward_test_data): Likewise.
9178         (lrint_test_downward): Likewise.
9179         (lrint_upward_test_data): Likewise.
9180         (lrint_test_upward): Likewise.
9181         (llrint_test_data): Merge in per-rounding-mode tests and results
9182         from llrint_tonearest_test_data, llrint_towardzero_test_data,
9183         llrint_downward_test_data and llrint_upward_test_data.
9184         (llrint_test): Use ALL_RM_TEST.
9185         (llrint_tonearest_test_data): Remove.
9186         (llrint_test_tonearest): Likewise.
9187         (llrint_towardzero_test_data): Likewise.
9188         (llrint_test_towardzero): Likewise.
9189         (llrint_downward_test_data): Likewise.
9190         (llrint_test_downward): Likewise.
9191         (llrint_upward_test_data): Likewise.
9192         (llrint_test_upward): Likewise.
9193         (rint_test_data): Merge in per-rounding-mode tests and results
9194         from rint_tonearest_test_data, rint_towardzero_test_data,
9195         rint_downward_test_data and rint_upward_test_data.  Add
9196         per-rounding-mode results for tests not in those arrays.
9197         (rint_test): Use ALL_RM_TEST.
9198         (rint_tonearest_test_data): Remove.
9199         (rint_test_tonearest): Likewise.
9200         (rint_towardzero_test_data): Likewise.
9201         (rint_test_towardzero): Likewise.
9202         (rint_downward_test_data): Likewise.
9203         (rint_test_downward): Likewise.
9204         (rint_upward_test_data): Likewise.
9205         (rint_test_upward): Likewise.
9206         (main): Don't call removed functions.
9207
9208 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9209
9210         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9211         "Compiled on ..." crapola.  It is anti-useful.
9212
9213 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
9214
9215         * scripts/evaluate-test.sh: Handle fourth argument to determine
9216         whether test run should stop on failure.
9217         * Makeconfig (stop-on-test-failure): New variable.
9218         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9219         $(stop-on-test-failure).
9220         * Makefile (tests): Give a summary of results from testing and
9221         exit with failure status if they include an ERROR or FAIL.
9222         (xtests): Likewise.
9223         * manual/install.texi (Configuring and compiling): Mention
9224         stop-on-test-failure=y.
9225         * INSTALL: Regenerated.
9226
9227 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9228
9229         * scripts/versionlist.awk: New file.
9230         * Makerules [$(build-shared) = yes]
9231         (postclean-generated): Add Versions.def, not Versions.def.v and
9232         Versions.def.v.i.
9233         ($(common-objpfx)Versions.def.v.i): Target removed.
9234         ($(common-objpfx)Versions.def): New target.
9235         ($(common-objpfx)Versions.all): Depend on that rather that
9236         $(common-objpfx)Versions.def.v.
9237         * Versions.def: File removed.
9238
9239         * Makeconfig (+gccwarn): Add -Wundef.
9240         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9241         a dl-sysdep.h breaking its contract.
9242         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9243         * include/stackinfo.h: New file.
9244         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9245         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9246         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9247         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9248         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9249         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9250         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9251         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9252         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9253         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9254         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9255         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9256         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9257         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9258         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9259
9260 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9261
9262         [BZ #16707]
9263         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9264         implementation.
9265         * math/libm-test.inc (round_test_data): Add more tests.
9266
9267         [BZ #16706]
9268         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9269         implementation.
9270         * math/libm-test.inc (nearbyint_test_data): Add more tests.
9271
9272         [BZ #16701]
9273         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9274         implementation.
9275         * math/libm-test.inc (ceil_test_data): Add more tests.
9276
9277         * math/libm-test.inc (trunc_test_data): Add more tests related to
9278         BZ#16414.
9279
9280 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9281
9282         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9283         with #if rather than #ifdef.
9284         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9285
9286 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
9287
9288         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9289         first.  Disable AVX-512 GCC support if assembler doesn't support
9290         it.
9291         * sysdeps/x86_64/configure: Regenerated.
9292
9293 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
9294
9295         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9296         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9297         (__old_pthread_attr_setstack): Likewise.
9298         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9299         [!_STACK_GROWS_DOWN]: Likewise.
9300
9301 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
9302
9303         * config.make.in (have-bash2): Delete.
9304         * configure.ac (libc_cv_have_bash2): Delete.
9305         * configure: Regenerate.
9306         * elf/Makefile (common-ldd-rewrite): Rename to ...
9307         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
9308         (sh-ldd-rewrite): Delete.
9309         (bash-ldd-rewrite): Delete.
9310         (have-bash2): Delete checks.
9311         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9312         ldd-rewrite.
9313
9314         * config.make.in (have-ksh): Delete.
9315         (KSH): Delete.
9316         * configure.ac (libc_cv_have_ksh): Delete.
9317         * configure: Regenerate.
9318
9319         * elf/Makefile: Delete $(have-ksh) check.
9320         ($(objpfx)sotruss): Change KSH to BASH.
9321         * elf/sotruss.ksh: Rename to ...
9322         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
9323         function style to match POSIX.  Drop ksh vim mode setting.
9324
9325         * manual/time.texi (Specifying the Time Zone with TZ): Change
9326         Tuesday to Thursday.
9327
9328         * debug/tst-longjmp_chk2.c: Update header comment.
9329         (stackoverflow_handler): Add comment.  Call assert on pass value.
9330
9331 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
9332
9333         [BZ #16194]
9334         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9335         (HAVE_AVX512_ASM_SUPPORT): Likewise.
9336         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9337         (La_x86_64_vector): Add zmm.
9338         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9339         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9340         ($(objpfx)tst-audit10): New target.
9341         ($(objpfx)tst-audit10.out): Likewise.
9342         (tst-audit10-ENV): New.
9343         (AVX512-CFLAGS): Likewise.
9344         (CFLAGS-tst-audit10.c): Likewise.
9345         (CFLAGS-tst-auditmod10a.c): Likewise.
9346         (CFLAGS-tst-auditmod10b.c): Likewise.
9347         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9348         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9349         * sysdeps/x86_64/configure: Regenerated.
9350         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9351         AVX-512 zmm register support.
9352         (_dl_x86_64_save_sse): Likewise.
9353         (_dl_x86_64_restore_sse): Likewise.
9354         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9355         size vector registers.
9356         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9357         (ZMM_SIZE): Likewise.
9358         * sysdeps/x86_64/tst-audit10.c: New file.
9359         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9360         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9361
9362 2014-03-13  Roland McGrath  <roland@hack.frob.com>
9363
9364         * configure.ac (HAVE_EHDR_START): New check.
9365         * configure: Regenerated.
9366         * config.h.in (HAVE_EHDR_START): New #undef.
9367         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9368         assuming the lowest-addressed segment maps the start of the file.
9369
9370 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
9371
9372         * INSTALL: Regenerated.
9373
9374 2014-03-13  Will Newton  <will.newton@linaro.org>
9375
9376         * manual/setjmp.texi (System V contexts): Improve
9377         clarity and grammar of documentation.
9378
9379 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
9380
9381         [BZ #16381]
9382         * elf/Makefile (tests): Add tst-pie2.
9383         (tests-pie): Add tst-pie2.
9384         * elf/tst-pie2.c: New file.
9385         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9386         for ET_EXEC.
9387         * elf/rtld.c (map_doit): Load executable as lt_executable.
9388         (dl_main): Likewise.
9389
9390 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
9391
9392         [BZ #16642]
9393         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9394         (__ASSUME_PSELECT): Undefine.
9395
9396 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9397
9398         [BZ #16689]
9399         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9400         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9401         static build.
9402         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9403         selector for static builds.
9404
9405 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9406
9407         [BZ #16695]
9408         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9409         key in the buffer.
9410
9411 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9412
9413         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9414         IFUNC selector for static builds.
9415
9416 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
9417
9418         * sysdeps/mips/math_private.h [__mips_hard_float]
9419         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9420         libc_feresetround_mips_ctx.
9421         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9422         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9423         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9424
9425         [BZ #16677]
9426         * math/s_nextafter.c (__nextafter): Do not return value from
9427         overflowing computation.
9428         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9429         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9430         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9431         Likewise.
9432         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9433         Likewise.
9434         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9435         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9436
9437 2014-03-11  Roland McGrath  <roland@hack.frob.com>
9438
9439         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9440         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9441         Move sfi_sp use from the load-multiple (that no longer sets sp) to
9442         the new mov targetting sp.
9443
9444 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9445
9446         [BZ #16683]
9447         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9448         Define it for static builds as well.
9449         (NO_BZERO_IMPL): Likewise.
9450
9451 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9452
9453         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9454         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9455         multiarch strspn for PPC64.
9456         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9457         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9458         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9459         (__libc_ifunc_impl_list): Likewise.
9460         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9461         multiarch optimizations
9462         * string/strspn.c (strspn): Using macro to redefine symbol name.
9463
9464 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9465             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9466
9467         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9468         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9469         multiarch strncat for PPC64.
9470         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9471         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9472         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9473         (__libc_ifunc_impl_list): Likewise.
9474         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9475         multiarch optimizations
9476
9477 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9478
9479         [BZ #16639]
9480         * nscd/nscd.service: Make service type forking.
9481
9482 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9483
9484         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9485         sign in non default rounding modes.
9486         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9487
9488 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
9489
9490         * math/libm-test.inc (ALL_RM_TEST): New macro.
9491         (ceil_test): Use ALL_RM_TEST.
9492         (cimag_test): Likewise.
9493         (conj_test): Likewise.
9494         (copysign_test): Likewise.
9495         (cproj_test): Likewise.
9496         (creal_test): Likewise.
9497         (fabs_test): Likewise.
9498         (floor_test): Likewise.
9499         (fmax_test): Likewise.
9500         (fmin_test): Likewise.
9501         (fmod_test): Likewise.
9502         (fpclassify_test): Likewise.
9503         (frexp_test): Likewise.
9504         (ilogb_test): Likewise.
9505         (isfinite_test): Likewise.
9506         (finite_test): Likewise.
9507         (isgreater_test): Likewise.
9508         (isgreaterequal_test): Likewise.
9509         (isinf_test): Likewise.
9510         (isless_test): Likewise.
9511         (islessequal_test): Likewise.
9512         (islessgreater_test): Likewise.
9513         (isnan_test): Likewise.
9514         (isnormal_test): Likewise.
9515         (issignaling_test): Likewise.
9516         (isunordered_test): Likewise.
9517         (logb_test): Likewise.
9518         (logb_downward_test_data): Remove.
9519         (logb_test_downward): Likewise.
9520         (lround_test): Use ALL_RM_TEST.
9521         (llround_test): Likewise.
9522         (modf_test): Likewise.
9523         (nexttoward_test): Likewise.
9524         (remainder_test): Likewise.
9525         (drem_test): Likewise.
9526         (remainder_tonearest_test_data): Likewise.
9527         (remainder_test_tonearest): Likewise.
9528         (drem_test_tonearest): Likewise.
9529         (remainder_towardzero_test_data): Likewise.
9530         (remainder_test_towardzero): Likewise.
9531         (drem_test_towardzero): Likewise.
9532         (remainder_downward_test_data): Likewise.
9533         (remainder_test_downward): Likewise.
9534         (drem_test_downward): Likewise.
9535         (remainder_upward_test_data): Likewise.
9536         (remainder_test_upward): Likewise.
9537         (drem_test_upward): Likewise.
9538         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
9539         (round_test): Use ALL_RM_TEST.
9540         (signbit_test): Likewise.
9541         (trunc_test): Likewise.
9542         (significand_test): Likewise.
9543         (main): Don't call removed functions.
9544
9545 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9546
9547         [BZ #16674]
9548         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
9549         || __USE_XOPEN2K8].
9550         (ILL_ILLOPN): Likewise.
9551         (ILL_ILLADR): Likewise.
9552         (ILL_ILLTRP): Likewise.
9553         (ILL_PRVOPC): Likewise.
9554         (ILL_PRVREG): Likewise.
9555         (ILL_COPROC): Likewise.
9556         (ILL_BADSTK): Likewise.
9557         (FPE_INTDIV): Likewise.
9558         (FPE_INTOVF): Likewise.
9559         (FPE_FLTDIV): Likewise.
9560         (FPE_FLTOVF): Likewise.
9561         (FPE_FLTUND): Likewise.
9562         (FPE_FLTRES): Likewise.
9563         (FPE_FLTINV): Likewise.
9564         (FPE_FLTSUB): Likewise.
9565         (SEGV_MAPERR): Likewise.
9566         (SEGV_ACCERR): Likewise.
9567         (BUS_ADRALN): Likewise.
9568         (BUS_ADRERR): Likewise.
9569         (BUS_OBJERR): Likewise.
9570         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9571         (TRAP_TRACE): Likewise.
9572         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9573         __USE_XOPEN2K8].
9574         (CLD_KILLED): Likewise.
9575         (CLD_DUMPED): Likewise.
9576         (CLD_TRAPPED): Likewise.
9577         (CLD_STOPPED): Likewise.
9578         (CLD_CONTINUED): Likewise.
9579         (POLL_IN): Likewise.
9580         (POLL_OUT): Likewise.
9581         (POLL_MSG): Likewise.
9582         (POLL_ERR): Likewise.
9583         (POLL_PRI): Likewise.
9584         (POLL_HUP): Likewise.
9585         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
9586         Likewise.
9587         (ILL_ILLOPN): Likewise.
9588         (ILL_ILLADR): Likewise.
9589         (ILL_ILLTRP): Likewise.
9590         (ILL_PRVOPC): Likewise.
9591         (ILL_PRVREG): Likewise.
9592         (ILL_COPROC): Likewise.
9593         (ILL_BADSTK): Likewise.
9594         (FPE_INTDIV): Likewise.
9595         (FPE_INTOVF): Likewise.
9596         (FPE_FLTDIV): Likewise.
9597         (FPE_FLTOVF): Likewise.
9598         (FPE_FLTUND): Likewise.
9599         (FPE_FLTRES): Likewise.
9600         (FPE_FLTINV): Likewise.
9601         (FPE_FLTSUB): Likewise.
9602         (SEGV_MAPERR): Likewise.
9603         (SEGV_ACCERR): Likewise.
9604         (BUS_ADRALN): Likewise.
9605         (BUS_ADRERR): Likewise.
9606         (BUS_OBJERR): Likewise.
9607         (BUS_MCEERR_AR): Likewise.
9608         (BUS_MCEERR_AO): Likewise.
9609         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9610         (TRAP_TRACE): Likewise.
9611         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9612         __USE_XOPEN2K8].
9613         (CLD_KILLED): Likewise.
9614         (CLD_DUMPED): Likewise.
9615         (CLD_TRAPPED): Likewise.
9616         (CLD_STOPPED): Likewise.
9617         (CLD_CONTINUED): Likewise.
9618         (POLL_IN): Likewise.
9619         (POLL_OUT): Likewise.
9620         (POLL_MSG): Likewise.
9621         (POLL_ERR): Likewise.
9622         (POLL_PRI): Likewise.
9623         (POLL_HUP): Likewise.
9624         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
9625         (ILL_ILLOPN): Likewise.
9626         (ILL_ILLADR): Likewise.
9627         (ILL_ILLTRP): Likewise.
9628         (ILL_PRVOPC): Likewise.
9629         (ILL_PRVREG): Likewise.
9630         (ILL_COPROC): Likewise.
9631         (ILL_BADSTK): Likewise.
9632         (FPE_INTDIV): Likewise.
9633         (FPE_INTOVF): Likewise.
9634         (FPE_FLTDIV): Likewise.
9635         (FPE_FLTOVF): Likewise.
9636         (FPE_FLTUND): Likewise.
9637         (FPE_FLTRES): Likewise.
9638         (FPE_FLTINV): Likewise.
9639         (FPE_FLTSUB): Likewise.
9640         (SEGV_MAPERR): Likewise.
9641         (SEGV_ACCERR): Likewise.
9642         (BUS_ADRALN): Likewise.
9643         (BUS_ADRERR): Likewise.
9644         (BUS_OBJERR): Likewise.
9645         (BUS_MCEERR_AR): Likewise.
9646         (BUS_MCEERR_AO): Likewise.
9647         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9648         (TRAP_TRACE): Likewise.
9649         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9650         __USE_XOPEN2K8].
9651         (CLD_KILLED): Likewise.
9652         (CLD_DUMPED): Likewise.
9653         (CLD_TRAPPED): Likewise.
9654         (CLD_STOPPED): Likewise.
9655         (CLD_CONTINUED): Likewise.
9656         (POLL_IN): Likewise.
9657         (POLL_OUT): Likewise.
9658         (POLL_MSG): Likewise.
9659         (POLL_ERR): Likewise.
9660         (POLL_PRI): Likewise.
9661         (POLL_HUP): Likewise.
9662         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
9663         Likewise.
9664         (ILL_ILLOPN): Likewise.
9665         (ILL_ILLADR): Likewise.
9666         (ILL_ILLTRP): Likewise.
9667         (ILL_PRVOPC): Likewise.
9668         (ILL_PRVREG): Likewise.
9669         (ILL_COPROC): Likewise.
9670         (ILL_BADSTK): Likewise.
9671         (ILL_BADIADDR): Likewise.
9672         (ILL_BREAK): Likewise.
9673         (FPE_INTDIV): Likewise.
9674         (FPE_INTOVF): Likewise.
9675         (FPE_FLTDIV): Likewise.
9676         (FPE_FLTOVF): Likewise.
9677         (FPE_FLTUND): Likewise.
9678         (FPE_FLTRES): Likewise.
9679         (FPE_FLTINV): Likewise.
9680         (FPE_FLTSUB): Likewise.
9681         (FPE_DECOVF): Likewise.
9682         (FPE_DECDIV): Likewise.
9683         (FPE_DECERR): Likewise.
9684         (FPE_INVASC): Likewise.
9685         (FPE_INVDEC): Likewise.
9686         (SEGV_MAPERR): Likewise.
9687         (SEGV_ACCERR): Likewise.
9688         (SEGV_PSTKOVF): Likewise.
9689         (BUS_ADRALN): Likewise.
9690         (BUS_ADRERR): Likewise.
9691         (BUS_OBJERR): Likewise.
9692         (BUS_MCEERR_AR): Likewise.
9693         (BUS_MCEERR_AO): Likewise.
9694         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9695         (TRAP_TRACE): Likewise.
9696         (TRAP_BRANCH): Likewise.
9697         (TRAP_HWBKPT): Likewise.
9698         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9699         __USE_XOPEN2K8].
9700         (CLD_KILLED): Likewise.
9701         (CLD_DUMPED): Likewise.
9702         (CLD_TRAPPED): Likewise.
9703         (CLD_STOPPED): Likewise.
9704         (CLD_CONTINUED): Likewise.
9705         (POLL_IN): Likewise.
9706         (POLL_OUT): Likewise.
9707         (POLL_MSG): Likewise.
9708         (POLL_ERR): Likewise.
9709         (POLL_PRI): Likewise.
9710         (POLL_HUP): Likewise.
9711         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
9712         (ILL_ILLOPN): Likewise.
9713         (ILL_ILLADR): Likewise.
9714         (ILL_ILLTRP): Likewise.
9715         (ILL_PRVOPC): Likewise.
9716         (ILL_PRVREG): Likewise.
9717         (ILL_COPROC): Likewise.
9718         (ILL_BADSTK): Likewise.
9719         (FPE_INTDIV): Likewise.
9720         (FPE_INTOVF): Likewise.
9721         (FPE_FLTDIV): Likewise.
9722         (FPE_FLTOVF): Likewise.
9723         (FPE_FLTUND): Likewise.
9724         (FPE_FLTRES): Likewise.
9725         (FPE_FLTINV): Likewise.
9726         (FPE_FLTSUB): Likewise.
9727         (SEGV_MAPERR): Likewise.
9728         (SEGV_ACCERR): Likewise.
9729         (BUS_ADRALN): Likewise.
9730         (BUS_ADRERR): Likewise.
9731         (BUS_OBJERR): Likewise.
9732         (BUS_MCEERR_AR): Likewise.
9733         (BUS_MCEERR_AO): Likewise.
9734         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9735         (TRAP_TRACE): Likewise.
9736         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9737         __USE_XOPEN2K8].
9738         (CLD_KILLED): Likewise.
9739         (CLD_DUMPED): Likewise.
9740         (CLD_TRAPPED): Likewise.
9741         (CLD_STOPPED): Likewise.
9742         (CLD_CONTINUED): Likewise.
9743         (POLL_IN): Likewise.
9744         (POLL_OUT): Likewise.
9745         (POLL_MSG): Likewise.
9746         (POLL_ERR): Likewise.
9747         (POLL_PRI): Likewise.
9748         (POLL_HUP): Likewise.
9749         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
9750         (ILL_ILLOPN): Likewise.
9751         (ILL_ILLADR): Likewise.
9752         (ILL_ILLTRP): Likewise.
9753         (ILL_PRVOPC): Likewise.
9754         (ILL_PRVREG): Likewise.
9755         (ILL_COPROC): Likewise.
9756         (ILL_BADSTK): Likewise.
9757         (FPE_INTDIV): Likewise.
9758         (FPE_INTOVF): Likewise.
9759         (FPE_FLTDIV): Likewise.
9760         (FPE_FLTOVF): Likewise.
9761         (FPE_FLTUND): Likewise.
9762         (FPE_FLTRES): Likewise.
9763         (FPE_FLTINV): Likewise.
9764         (FPE_FLTSUB): Likewise.
9765         (SEGV_MAPERR): Likewise.
9766         (SEGV_ACCERR): Likewise.
9767         (BUS_ADRALN): Likewise.
9768         (BUS_ADRERR): Likewise.
9769         (BUS_OBJERR): Likewise.
9770         (BUS_MCEERR_AR): Likewise.
9771         (BUS_MCEERR_AO): Likewise.
9772         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9773         (TRAP_TRACE): Likewise.
9774         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9775         __USE_XOPEN2K8].
9776         (CLD_KILLED): Likewise.
9777         (CLD_DUMPED): Likewise.
9778         (CLD_TRAPPED): Likewise.
9779         (CLD_STOPPED): Likewise.
9780         (CLD_CONTINUED): Likewise.
9781         (POLL_IN): Likewise.
9782         (POLL_OUT): Likewise.
9783         (POLL_MSG): Likewise.
9784         (POLL_ERR): Likewise.
9785         (POLL_PRI): Likewise.
9786         (POLL_HUP): Likewise.
9787         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
9788         (ILL_ILLOPN): Likewise.
9789         (ILL_ILLADR): Likewise.
9790         (ILL_ILLTRP): Likewise.
9791         (ILL_PRVOPC): Likewise.
9792         (ILL_PRVREG): Likewise.
9793         (ILL_COPROC): Likewise.
9794         (ILL_BADSTK): Likewise.
9795         (FPE_INTDIV): Likewise.
9796         (FPE_INTOVF): Likewise.
9797         (FPE_FLTDIV): Likewise.
9798         (FPE_FLTOVF): Likewise.
9799         (FPE_FLTUND): Likewise.
9800         (FPE_FLTRES): Likewise.
9801         (FPE_FLTINV): Likewise.
9802         (FPE_FLTSUB): Likewise.
9803         (SEGV_MAPERR): Likewise.
9804         (SEGV_ACCERR): Likewise.
9805         (BUS_ADRALN): Likewise.
9806         (BUS_ADRERR): Likewise.
9807         (BUS_OBJERR): Likewise.
9808         (BUS_MCEERR_AR): Likewise.
9809         (BUS_MCEERR_AO): Likewise.
9810         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9811         (TRAP_TRACE): Likewise.
9812         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9813         __USE_XOPEN2K8].
9814         (CLD_KILLED): Likewise.
9815         (CLD_DUMPED): Likewise.
9816         (CLD_TRAPPED): Likewise.
9817         (CLD_STOPPED): Likewise.
9818         (CLD_CONTINUED): Likewise.
9819         (POLL_IN): Likewise.
9820         (POLL_OUT): Likewise.
9821         (POLL_MSG): Likewise.
9822         (POLL_ERR): Likewise.
9823         (POLL_PRI): Likewise.
9824         (POLL_HUP): Likewise.
9825         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
9826         (ILL_ILLOPN): Likewise.
9827         (ILL_ILLADR): Likewise.
9828         (ILL_ILLTRP): Likewise.
9829         (ILL_PRVOPC): Likewise.
9830         (ILL_PRVREG): Likewise.
9831         (ILL_COPROC): Likewise.
9832         (ILL_BADSTK): Likewise.
9833         (ILL_DBLFLT): Likewise.
9834         (ILL_HARDWALL): Likewise.
9835         (FPE_INTDIV): Likewise.
9836         (FPE_INTOVF): Likewise.
9837         (FPE_FLTDIV): Likewise.
9838         (FPE_FLTOVF): Likewise.
9839         (FPE_FLTUND): Likewise.
9840         (FPE_FLTRES): Likewise.
9841         (FPE_FLTINV): Likewise.
9842         (FPE_FLTSUB): Likewise.
9843         (SEGV_MAPERR): Likewise.
9844         (SEGV_ACCERR): Likewise.
9845         (BUS_ADRALN): Likewise.
9846         (BUS_ADRERR): Likewise.
9847         (BUS_OBJERR): Likewise.
9848         (BUS_MCEERR_AR): Likewise.
9849         (BUS_MCEERR_AO): Likewise.
9850         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9851         (TRAP_TRACE): Likewise.
9852         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9853         __USE_XOPEN2K8].
9854         (CLD_KILLED): Likewise.
9855         (CLD_DUMPED): Likewise.
9856         (CLD_TRAPPED): Likewise.
9857         (CLD_STOPPED): Likewise.
9858         (CLD_CONTINUED): Likewise.
9859         (POLL_IN): Likewise.
9860         (POLL_OUT): Likewise.
9861         (POLL_MSG): Likewise.
9862         (POLL_ERR): Likewise.
9863         (POLL_PRI): Likewise.
9864         (POLL_HUP): Likewise.
9865         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9866         (ILL_ILLOPN): Likewise.
9867         (ILL_ILLADR): Likewise.
9868         (ILL_ILLTRP): Likewise.
9869         (ILL_PRVOPC): Likewise.
9870         (ILL_PRVREG): Likewise.
9871         (ILL_COPROC): Likewise.
9872         (ILL_BADSTK): Likewise.
9873         (FPE_INTDIV): Likewise.
9874         (FPE_INTOVF): Likewise.
9875         (FPE_FLTDIV): Likewise.
9876         (FPE_FLTOVF): Likewise.
9877         (FPE_FLTUND): Likewise.
9878         (FPE_FLTRES): Likewise.
9879         (FPE_FLTINV): Likewise.
9880         (FPE_FLTSUB): Likewise.
9881         (SEGV_MAPERR): Likewise.
9882         (SEGV_ACCERR): Likewise.
9883         (BUS_ADRALN): Likewise.
9884         (BUS_ADRERR): Likewise.
9885         (BUS_OBJERR): Likewise.
9886         (BUS_MCEERR_AR): Likewise.
9887         (BUS_MCEERR_AO): Likewise.
9888         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9889         (TRAP_TRACE): Likewise.
9890         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9891         __USE_XOPEN2K8].
9892         (CLD_KILLED): Likewise.
9893         (CLD_DUMPED): Likewise.
9894         (CLD_TRAPPED): Likewise.
9895         (CLD_STOPPED): Likewise.
9896         (CLD_CONTINUED): Likewise.
9897         (POLL_IN): Likewise.
9898         (POLL_OUT): Likewise.
9899         (POLL_MSG): Likewise.
9900         (POLL_ERR): Likewise.
9901         (POLL_PRI): Likewise.
9902         (POLL_HUP): Likewise.
9903         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9904         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9905
9906         [BZ #16670]
9907         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9908         before #include of <time.h>.
9909         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9910         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9911         (test-xfail-UNIX98/sched.h/conform): Likewise.
9912
9913 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9914
9915         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9916         error absence of trapping exception support.
9917         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9918
9919 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9920
9921         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9922         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9923         * timezone/Makefile (testdata): Move definition above include of
9924         Rules.
9925         (test-zones): New variable.
9926         (tests-special): Add zone files.
9927         (build-testdata): Use $(evaluate-test).
9928
9929         * elf/Makefile (tests-special): Rename tests to end with .out.
9930         ($(objpfx)noload-mem): Likewise.
9931         ($(objpfx)tst-leaks1-mem): Likewise.
9932         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9933         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9934         $(objpfx)test-iconvconfig.out.
9935         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9936         set -e inside subshell and redirect output to file.
9937         * iconvdata/Makefile (generated): Rename tests to end with .out.
9938         Correct type.
9939         (tests-special): Rename tests to end with .out.
9940         ($(objpfx)mtrace-tst-loading): Likewise.
9941         * intl/Makefile (generated): Likewise.
9942         (tests-special): Likewise.
9943         ($(objpfx)mtrace-tst-gettext): Likewise.
9944         * misc/Makefile (generated): Likewise.
9945         (tests-special): Likewise.
9946         ($(objpfx)tst-error1-mem): Likewise.
9947         * nptl/Makefile (tests-special): Likewise.
9948         ($(objpfx)tst-stack3-mem): Likewise.
9949         (generated): Likewise.
9950         * posix/Makefile (generated): Likewise.
9951         (tests-special): Likewise.
9952         (xtests-special): Likewise.
9953         ($(objpfx)tst-fnmatch-mem): Likewise.
9954         ($(objpfx)bug-regex2-mem): Likewise.
9955         ($(objpfx)bug-regex14-mem): Likewise.
9956         ($(objpfx)bug-regex21-mem): Likewise.
9957         ($(objpfx)bug-regex31-mem): Likewise.
9958         ($(objpfx)tst-vfork3-mem): Likewise.
9959         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9960         ($(objpfx)tst-pcre-mem): Likewise.
9961         ($(objpfx)tst-boost-mem): Likewise.
9962         ($(objpfx)bug-ga2-mem): Likewise.
9963         ($(objpfx)bug-glob2-mem): Likewise.
9964         * resolv/Makefile (generate): Likewise.
9965         (tests-special): Likewise.
9966         (xtests-special): Likewise.
9967         (generated): Likewise.
9968         ($(objpfx)mtrace-tst-leaks): Likewise.
9969         ($(objpfx)mtrace-tst-leaks2): Likewise.
9970
9971         * scripts/merge-test-results.sh: New file.
9972         * Makefile (tests-special-notdir): New variable.
9973         (tests): Run merge-test-results.sh.
9974         (xtests): Likewise.
9975         * Rules (tests-special-notdir): New variable.
9976         (xtests-special-notdir): Likewise.
9977         (tests): Run merge-test-results.sh
9978         (xtests): Likewise.
9979
9980         * Makeconfig (test-xfail-name): New variable.
9981         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9982         compute variable name for expected failures.
9983         * conform/Makefile (conformtest-headers-data): New variable.
9984         (conformtest-standards): Likewise.
9985         (conformtest-headers-ISO): Likewise.
9986         (conformtest-headers-ISO99): Likewise.
9987         (conformtest-headers-ISO11): Likewise.
9988         (conformtest-headers-POSIX): Likewise.
9989         (conformtest-headers-XPG3): Likewise.
9990         (conformtest-headers-XPG4): Likewise.
9991         (conformtest-headers-UNIX98): Likewise.
9992         (conformtest-headers-XOPEN2K): Likewise.
9993         (conformtest-headers-POSIX2008): Likewise.
9994         (conformtest-headers-XOPEN2K8): Likewise.
9995         (conformtest-header-list-base): Likewise.
9996         (conformtest-header-list-tests): Likewise.
9997         (conformtest-header-base): Likewise.
9998         (conformtest-header-tests): Likewise.
9999         (tests-special): Add $(conformtest-header-list-tests).  If
10000         [$(fast-check) && !$(cross-compiling)], add
10001         $(conformtest-header-tests) instead of
10002         $(objpfx)run-conformtest.out.
10003         (generated): Add $(conformtest-header-list-base).  If
10004         [$(fast-check) && !$(cross-compiling)], add
10005         $(conformtest-header-base).  Remove previous setting.
10006         ($(conformtest-header-list-tests)): New target.
10007         (test-xfail-run-conformtest): Remove variable.
10008         ($(objpfx)run-conformtest.out): Remove target.
10009         (test-xfail-ISO11/complex.h/conform): New variable.
10010         (test-xfail-ISO11/stdalign.h/conform): Likewise.
10011         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
10012         (test-xfail-XPG3/varargs.h/conform): Likewise.
10013         (test-xfail-XPG4/varargs.h/conform): Likewise.
10014         (test-xfail-UNIX98/varargs.h/conform): Likewise.
10015         (test-xfail-XPG4/ndbm.h/conform): Likewise.
10016         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
10017         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
10018         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
10019         (test-xfail-XPG3/fcntl.h/conform): Likewise.
10020         (test-xfail-XPG3/ftw.h/conform): Likewise.
10021         (test-xfail-XPG3/grp.h/conform): Likewise.
10022         (test-xfail-XPG3/langinfo.h/conform): Likewise.
10023         (test-xfail-XPG3/limits.h/conform): Likewise.
10024         (test-xfail-XPG3/pwd.h/conform): Likewise.
10025         (test-xfail-XPG3/search.h/conform): Likewise.
10026         (test-xfail-XPG3/signal.h/conform): Likewise.
10027         (test-xfail-XPG3/stdio.h/conform): Likewise.
10028         (test-xfail-XPG3/stdlib.h/conform): Likewise.
10029         (test-xfail-XPG3/string.h/conform): Likewise.
10030         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
10031         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
10032         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
10033         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
10034         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
10035         (test-xfail-XPG3/sys/types.h/conform): Likewise.
10036         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
10037         (test-xfail-XPG3/termios.h/conform): Likewise.
10038         (test-xfail-XPG3/time.h/conform): Likewise.
10039         (test-xfail-XPG3/unistd.h/conform): Likewise.
10040         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
10041         (test-xfail-XPG4/fcntl.h/conform): Likewise.
10042         (test-xfail-XPG4/langinfo.h/conform): Likewise.
10043         (test-xfail-XPG4/netdb.h/conform): Likewise.
10044         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
10045         (test-xfail-XPG4/signal.h/conform): Likewise.
10046         (test-xfail-XPG4/stdio.h/conform): Likewise.
10047         (test-xfail-XPG4/stdlib.h/conform): Likewise.
10048         (test-xfail-XPG4/stropts.h/conform): Likewise.
10049         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
10050         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
10051         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
10052         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
10053         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10054         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
10055         (test-xfail-XPG4/sys/time.h/conform): Likewise.
10056         (test-xfail-XPG4/sys/types.h/conform): Likewise.
10057         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
10058         (test-xfail-XPG4/termios.h/conform): Likewise.
10059         (test-xfail-XPG4/ucontext.h/conform): Likewise.
10060         (test-xfail-XPG4/unistd.h/conform): Likewise.
10061         (test-xfail-XPG4/utmpx.h/conform): Likewise.
10062         (test-xfail-POSIX/sched.h/conform): Likewise.
10063         (test-xfail-POSIX/signal.h/conform): Likewise.
10064         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10065         (test-xfail-POSIX/tar.h/conform): Likewise.
10066         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
10067         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
10068         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
10069         (test-xfail-UNIX98/netdb.h/conform): Likewise.
10070         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
10071         (test-xfail-UNIX98/sched.h/conform): Likewise.
10072         (test-xfail-UNIX98/signal.h/conform): Likewise.
10073         (test-xfail-UNIX98/stdio.h/conform): Likewise.
10074         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
10075         (test-xfail-UNIX98/stropts.h/conform): Likewise.
10076         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10077         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
10078         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10079         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
10080         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10081         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
10082         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
10083         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
10084         (test-xfail-UNIX98/unistd.h/conform): Likewise.
10085         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
10086         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
10087         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
10088         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
10089         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
10090         (test-xfail-XOPEN2K/math.h/conform): Likewise.
10091         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
10092         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10093         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10094         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
10095         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
10096         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
10097         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
10098         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10099         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10100         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10101         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10102         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10103         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10104         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
10105         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
10106         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
10107         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
10108         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10109         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10110         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10111         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10112         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10113         (test-xfail-POSIX2008/signal.h/conform): Likewise.
10114         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10115         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10116         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10117         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10118         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10119         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10120         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10121         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10122         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10123         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10124         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10125         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10126         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10127         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10128         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10129         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10130         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10131         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10132         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10133         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10134         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
10135         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
10136         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
10137         (conformtest-cc-flags): Likewise.
10138         ($(conformtest-header-tests): New target.
10139         * conform/check-header-lists.sh: New file.
10140         * conform/run-conformtest.sh: Remove.
10141
10142         * conform/conformtest.pl: Allow ' and \ in values given for
10143         constants.
10144         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10145         inclusion.
10146         [POSIX] (sys/types.h): Likewise.
10147         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10148         inclusion.
10149         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10150         inclusion.
10151         * conform/data/signal.h-data (SIGIO): Remove expectation.
10152         [XPG3] (SIGBUS): Do not expect.
10153         [POSIX || XPG3] (SIGPOLL): Likewise.
10154         [POSIX || XPG3] (SIGPROF): Likewise.
10155         [POSIX || XPG3] (SIGSYS): Likewise.
10156         [XPG3] (SIGTRAP): Likewise.
10157         [POSIX || XPG3] (SIGURG): Likewise.
10158         [POSIX || XPG3] (SIGVTALRM): Likewise.
10159         [POSIX || XPG3] (SIGXCPU): Likewise.
10160         [POSIX || XPG3] (SIGXFSZ): Likewise.
10161         [POSIX] (SA_SIGINFO): Expect.
10162         [XPG3] (siginfo_t): Do not expect type or contents.
10163         [POSIX] (si_pid): Do not expect element.
10164         [POSIX] (si_uid): Likewise.
10165         [POSIX] (si_addr): Likewise.
10166         [POSIX] (si_status): Likewise.
10167         [POSIX] (si_band): Likewise.
10168         [XPG4] (si_value): Likewise.
10169         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10170         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10171         [POSIX || XPG3] (ILL_ILLADR): Likewise.
10172         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10173         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10174         [POSIX || XPG3] (ILL_PRVREG): Likewise.
10175         [POSIX || XPG3] (ILL_COPROC): Likewise.
10176         [POSIX || XPG3] (ILL_BADSTK): Likewise.
10177         [POSIX || XPG3] (FPE_INTDIV): Likewise.
10178         [POSIX || XPG3] (FPE_INTOVF): Likewise.
10179         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10180         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10181         [POSIX || XPG3] (FPE_FLTUND): Likewise.
10182         [POSIX || XPG3] (FPE_FLTRES): Likewise.
10183         [POSIX || XPG3] (FPE_FLTINV): Likewise.
10184         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10185         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10186         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10187         [POSIX || XPG3] (BUS_ADRALN): Likewise.
10188         [POSIX || XPG3] (BUS_ADRERR): Likewise.
10189         [POSIX || XPG3] (BUS_OBJERR): Likewise.
10190         [POSIX || XPG3] (CLD_EXITED): Likewise.
10191         [POSIX || XPG3] (CLD_KILLED): Likewise.
10192         [POSIX || XPG3] (CLD_DUMPED): Likewise.
10193         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10194         [POSIX || XPG3] (CLD_STOPPED): Likewise.
10195         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10196         [POSIX || XPG3] (POLL_IN): Likewise.
10197         [POSIX || XPG3] (POLL_OUT): Likewise.
10198         [POSIX || XPG3] (POLL_MSG): Likewise.
10199         [POSIX || XPG3] (POLL_ERR): Likewise.
10200         [POSIX || XPG3] (POLL_PRI): Likewise.
10201         [POSIX || XPG3] (POLL_HUP): Likewise.
10202         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10203         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10204         (SIG*): Do not allow.
10205         [XPG3] (si_*): Likewise.
10206         [XPG3] (SI_*): Likewise.
10207         [XPG3 || XPG4] (sigev_*): Likewise.
10208         [XPG3 || XPG4] (SIGEV_*): Likewise.
10209         [XPG3 || XPG4] (sival_*): Likewise.
10210         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10211         [POSIX || XPG3] (BUS_*): Likewise.
10212         [POSIX || XPG3] (CLD_*): Likewise.
10213         [POSIX || XPG3] (FPE_*): Likewise.
10214         [POSIX || XPG3] (ILL_*): Likewise.
10215         [POSIX || XPG3] (POLL_*): Likewise.
10216         [POSIX || XPG3] (SEGV_*): Likewise.
10217         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10218         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10219         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10220         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10221         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10222         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10223         Specify type and value.
10224         (TVERSLEN): Likewise.
10225         (REGTYPE): Likewise.
10226         (AREGTYPE): Likewise.
10227         (LNKTYPE): Likewise.
10228         (SYMTYPE): Likewise.
10229         (CHRTYPE): Likewise.
10230         (BLKTYPE): Likewise.
10231         (DIRTYPE): Likewise.
10232         (FIFOTYPE): Likewise.
10233         (CONTTYPE): Likewise.
10234         (TSUID): Likewise.
10235         (TSGID): Likewise.
10236         (TSVTX): Likewise.
10237         (TUREAD): Likewise.
10238         (TUWRITE): Likewise.
10239         (TUEXEC): Likewise.
10240         (TGREAD): Likewise.
10241         (TGWRITE): Likewise.
10242         (TGEXEC): Likewise.
10243         (TOREAD): Likewise.
10244         (TOWRITE): Likewise.
10245         (TOEXEC): Likewise.
10246         [POSIX] (TSVTX): Expect constant.
10247
10248 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
10249
10250         * Makefile (tests): Change dependencies to ....
10251         (tests-special): ... additions to this variable.
10252         (tests): Depend on $(tests-special).
10253         * Makerules (check-abi-list): New variable.
10254         (check-abi): Depend on $(check-abi-list).
10255         [$(subdir) = elf] (tests-special): Add
10256         $(objpfx)check-abi-libc.out.
10257         [$(build-shared) = yes && subdir] (tests-special): Add
10258         $(check-abi-list).
10259         [$(build-shared) = yes && subdir] (tests): Do not depend on
10260         check-abi.
10261         * Rules (tests): Depend on $(tests-special).
10262         (xtests): Depend on $(xtests-special).
10263         * catgets/Makefile (tests): Change dependencies to ....
10264         (tests-special): ... additions to this variable.
10265         * conform/Makefile (tests): Change dependencies to ....
10266         (tests-special): ... additions to this variable.
10267         * elf/Makefile (tests): Change dependencies to ....
10268         (tests-special): ... additions to this variable.
10269         * grp/Makefile (tests): Change dependencies to ....
10270         (tests-special): ... additions to this variable.
10271         * iconv/Makefile (xtests): Change dependencies to ....
10272         (xtests-special): ... additions to this variable.
10273         * iconvdata/Makefile (tests): Change dependencies to ....
10274         (tests-special): ... additions to this variable.
10275         * intl/Makefile (tests): Change dependencies to ....
10276         (tests-special): ... additions to this variable.  Also add
10277         $(objpfx)tst-gettext.out.
10278         * io/Makefile (tests): Change dependencies to ....
10279         (tests-special): ... additions to this variable.
10280         * libio/Makefile (tests): Change dependencies to ....
10281         (tests-special): ... additions to this variable.
10282         * malloc/Makefile (tests): Change dependencies to ....
10283         (tests-special): ... additions to this variable.
10284         * misc/Makefile (tests): Change dependencies to ....
10285         (tests-special): ... additions to this variable.
10286         * nptl/Makefile (tests): Change dependencies to ....
10287         (tests-special): ... additions to this variable.
10288         * nptl_db/Makefile (tests): Change dependencies to ....
10289         (tests-special): ... additions to this variable.
10290         * posix/Makefile (tests): Change dependencies to ....
10291         (tests-special): ... additions to this variable.
10292         (xtests): Change dependencies to ....
10293         (xtests-special): ... additions to this variable.
10294         * resolv/Makefile (tests): Change dependencies to ....
10295         (tests-special): ... additions to this variable.
10296         (xtests): Change dependencies to ....
10297         (xtests-special): ... additions to this variable.
10298         * stdio-common/Makefile (tests): Change dependencies to ....
10299         (tests-special): ... additions to this variable.
10300         (do-tst-unbputc): Remove target.
10301         (do-tst-printf): Likewise.
10302         * stdlib/Makefile (tests): Change dependencies to ....
10303         (tests-special): ... additions to this variable.
10304         * string/Makefile (tests): Change dependencies to ....
10305         (tests-special): ... additions to this variable.
10306         * sysdeps/x86/Makefile (tests): Change dependencies to ....
10307         (tests-special): ... additions to this variable.
10308
10309         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10310         whole file.
10311         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10312         whole file.
10313         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10314         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10315
10316         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10317         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10318         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10319         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10320         * conform/data/libgen.h-data [XPG3]: Likewise.
10321         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10322         * conform/data/ndbm.h-data [XPG3]: Likewise.
10323         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10324         * conform/data/netdb.h-data [XPG3]: Likewise.
10325         * conform/data/netinet/in.h-data [XPG3]: Likewise.
10326         * conform/data/poll.h-data [XPG3]: Likewise.
10327         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10328         * conform/data/strings.h-data [XPG3]: Likewise.
10329         * conform/data/stropts.h-data [XPG3]: Likewise.
10330         * conform/data/sys/mman.h-data [XPG3]: Likewise.
10331         * conform/data/sys/resource.h-data [XPG3]: Likewise.
10332         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10333         Likewise.
10334         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10335         * conform/data/sys/time.h-data [XPG3]: Likewise.
10336         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10337         * conform/data/sys/uio.h-data [XPG3]: Likewise.
10338         * conform/data/sys/un.h-data [XPG3]: Likewise.
10339         * conform/data/syslog.h-data [XPG3]: Likewise.
10340         * conform/data/ucontext.h-data [XPG3]: Likewise.
10341         * conform/data/utmpx.h-data [XPG3]: Likewise.
10342         * conform/data/varargs.h-data [UNIX98]: Enable file.
10343
10344         * manual/Makefile (INSTALL_INFO): Remove variable setting.
10345
10346         * math/libm-test.inc (struct test_f_f_data): Move expected results
10347         into structure for each rounding mode.
10348         (struct test_ff_f_data): Likewise.
10349         (struct test_ff_f_data_nexttoward): Likewise.
10350         (struct test_fi_f_data): Likewise.
10351         (struct test_fl_f_data): Likewise.
10352         (struct test_if_f_data): Likewise.
10353         (struct test_fff_f_data): Likewise.
10354         (struct test_c_f_data): Likewise.
10355         (struct test_f_f1_data): Likewise.
10356         (struct test_fF_f1_data): Likewise.
10357         (struct test_ffI_f1_data): Likewise.
10358         (struct test_c_c_data): Likewise.
10359         (struct test_cc_c_data): Likewise.
10360         (struct test_f_i_data): Likewise.
10361         (struct test_ff_i_data): Likewise.
10362         (struct test_f_l_data): Likewise.
10363         (struct test_f_L_data): Likewise.
10364         (struct test_fFF_11_data): Likewise.
10365         (RM_): New macro.
10366         (RM_FE_DOWNWARD): Likewise.
10367         (RM_FE_TONEAREST): Likewise.
10368         (RM_FE_TOWARDZERO): Likewise.
10369         (RM_FE_UPWARD): Likewise.
10370         (RUN_TEST_LOOP_f_f): Update references to expected results.
10371         (RUN_TEST_LOOP_2_f): Likewise.
10372         (RUN_TEST_LOOP_fff_f): Likewise.
10373         (RUN_TEST_LOOP_c_f): Likewise.
10374         (RUN_TEST_LOOP_f_f1): Likewise.
10375         (RUN_TEST_LOOP_fF_f1): Likewise.
10376         (RUN_TEST_LOOP_fI_f1): Likewise.
10377         (RUN_TEST_LOOP_ffI_f1): Likewise.
10378         (RUN_TEST_LOOP_c_c): Likewise.
10379         (RUN_TEST_LOOP_cc_c): Likewise.
10380         (RUN_TEST_LOOP_f_i): Likewise.
10381         (RUN_TEST_LOOP_f_i_tg): Likewise.
10382         (RUN_TEST_LOOP_ff_i_tg): Likewise.
10383         (RUN_TEST_LOOP_f_b): Likewise.
10384         (RUN_TEST_LOOP_f_b_tg): Likewise.
10385         (RUN_TEST_LOOP_f_l): Likewise.
10386         (RUN_TEST_LOOP_f_L): Likewise.
10387         (RUN_TEST_LOOP_fFF_11): Likewise.
10388         * math/gen-libm-test.pl (parse_args): Output four copies of
10389         expected results for each test.
10390
10391         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10392         (__ASSUME_UTIMES): Remove.
10393         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10394         (__ASSUME_UTIMES): Likewise.
10395
10396         * math/gen-auto-libm-tests.c: Update comment on output format.
10397         (output_for_one_input_case): Generate before-rounding and
10398         after-rounding information as conditions on output flags not
10399         floating-point format.
10400         * math/auto-libm-test-out: Regenerated.
10401         * math/gen-libm-test.pl (cond_value): New function.
10402         (or_cond_value): Use cond_value.
10403         (generate_testfile): Handle conditional exceptions.
10404
10405 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
10406
10407         * math/libm-test.inc (max_valid_error): New variable.
10408         (init_max_error): Take new argument specifying whether function
10409         results are exactly determined.  Set max_valid_error and bound
10410         other variables for errors based on this argument.
10411         (set_max_error): Do not record results above max_valid_error.
10412         (check_float_internal): Only accept errors of up to 0.5ulps if
10413         also at most max_valid_error.
10414         (START): Take new argument EXACT and pass it to init_max_error.
10415         (acos_test): Update call to START.
10416         (acos_test_tonearest): Likewise.
10417         (acos_test_towardzero): Likewise.
10418         (acos_test_downward): Likewise.
10419         (acos_test_upward): Likewise.
10420         (acosh_test): Likewise.
10421         (asin_test): Likewise.
10422         (asin_test_tonearest): Likewise.
10423         (asin_test_towardzero): Likewise.
10424         (asin_test_downward): Likewise.
10425         (asin_test_upward): Likewise.
10426         (asinh_test): Likewise.
10427         (atan_test): Likewise.
10428         (atanh_test): Likewise.
10429         (atan2_test): Likewise.
10430         (cabs_test): Likewise.
10431         (cacos_test): Likewise.
10432         (cacosh_test): Likewise.
10433         (carg_test): Likewise.
10434         (casin_test): Likewise.
10435         (casinh_test): Likewise.
10436         (catan_test): Likewise.
10437         (catanh_test): Likewise.
10438         (cbrt_test): Likewise.
10439         (ccos_test): Likewise.
10440         (ccosh_test): Likewise.
10441         (ceil_test): Likewise.
10442         (cexp_test): Likewise.
10443         (cimag_test): Likewise.
10444         (clog_test): Likewise.
10445         (clog10_test): Likewise.
10446         (conj_test): Likewise.
10447         (copysign_test): Likewise.
10448         (cos_test): Likewise.
10449         (cos_test_tonearest): Likewise.
10450         (cos_test_towardzero): Likewise.
10451         (cos_test_downward): Likewise.
10452         (cos_test_upward): Likewise.
10453         (cosh_test): Likewise.
10454         (cosh_test_tonearest): Likewise.
10455         (cosh_test_towardzero): Likewise.
10456         (cosh_test_downward): Likewise.
10457         (cosh_test_upward): Likewise.
10458         (cpow_test): Likewise.
10459         (cproj_test): Likewise.
10460         (creal_test): Likewise.
10461         (csin_test): Likewise.
10462         (csinh_test): Likewise.
10463         (csqrt_test): Likewise.
10464         (ctan_test): Likewise.
10465         (ctan_test_tonearest): Likewise.
10466         (ctan_test_towardzero): Likewise.
10467         (ctan_test_downward): Likewise.
10468         (ctan_test_upward): Likewise.
10469         (ctanh_test): Likewise.
10470         (ctanh_test_tonearest): Likewise.
10471         (ctanh_test_towardzero): Likewise.
10472         (ctanh_test_downward): Likewise.
10473         (ctanh_test_upward): Likewise.
10474         (erf_test): Likewise.
10475         (erfc_test): Likewise.
10476         (exp_test): Likewise.
10477         (exp_test_tonearest): Likewise.
10478         (exp_test_towardzero): Likewise.
10479         (exp_test_downward): Likewise.
10480         (exp_test_upward): Likewise.
10481         (exp10_test): Likewise.
10482         (exp10_test_tonearest): Likewise.
10483         (exp10_test_towardzero): Likewise.
10484         (exp10_test_downward): Likewise.
10485         (exp10_test_upward): Likewise.
10486         (pow10_test): Likewise.
10487         (exp2_test): Likewise.
10488         (expm1_test): Likewise.
10489         (expm1_test_tonearest): Likewise.
10490         (expm1_test_towardzero): Likewise.
10491         (expm1_test_downward): Likewise.
10492         (expm1_test_upward): Likewise.
10493         (fabs_test): Likewise.
10494         (fdim_test): Likewise.
10495         (floor_test): Likewise.
10496         (fma_test): Likewise.
10497         (fma_test_towardzero): Likewise.
10498         (fma_test_downward): Likewise.
10499         (fma_test_upward): Likewise.
10500         (fmax_test): Likewise.
10501         (fmin_test): Likewise.
10502         (fmod_test): Likewise.
10503         (fpclassify_test): Likewise.
10504         (frexp_test): Likewise.
10505         (hypot_test): Likewise.
10506         (ilogb_test): Likewise.
10507         (isfinite_test): Likewise.
10508         (finite_test): Likewise.
10509         (isgreater_test): Likewise.
10510         (isgreaterequal_test): Likewise.
10511         (isinf_test): Likewise.
10512         (isless_test): Likewise.
10513         (islessequal_test): Likewise.
10514         (islessgreater_test): Likewise.
10515         (isnan_test): Likewise.
10516         (isnormal_test): Likewise.
10517         (issignaling_test): Likewise.
10518         (isunordered_test): Likewise.
10519         (j0_test): Likewise.
10520         (j1_test): Likewise.
10521         (jn_test): Likewise.
10522         (ldexp_test): Likewise.
10523         (lgamma_test): Likewise.
10524         (gamma_test): Likewise.
10525         (lrint_test): Likewise.
10526         (lrint_test_tonearest): Likewise.
10527         (lrint_test_towardzero): Likewise.
10528         (lrint_test_downward): Likewise.
10529         (lrint_test_upward): Likewise.
10530         (llrint_test): Likewise.
10531         (llrint_test_tonearest): Likewise.
10532         (llrint_test_towardzero): Likewise.
10533         (llrint_test_downward): Likewise.
10534         (llrint_test_upward): Likewise.
10535         (log_test): Likewise.
10536         (log10_test): Likewise.
10537         (log1p_test): Likewise.
10538         (log2_test): Likewise.
10539         (logb_test): Likewise.
10540         (logb_test_downward): Likewise.
10541         (lround_test): Likewise.
10542         (llround_test): Likewise.
10543         (modf_test): Likewise.
10544         (nearbyint_test): Likewise.
10545         (nextafter_test): Likewise.
10546         (nexttoward_test): Likewise.
10547         (pow_test): Likewise.
10548         (pow_test_tonearest): Likewise.
10549         (pow_test_towardzero): Likewise.
10550         (pow_test_downward): Likewise.
10551         (pow_test_upward): Likewise.
10552         (remainder_test): Likewise.
10553         (drem_test): Likewise.
10554         (remainder_test_tonearest): Likewise.
10555         (drem_test_tonearest): Likewise.
10556         (remainder_test_towardzero): Likewise.
10557         (drem_test_towardzero): Likewise.
10558         (remainder_test_downward): Likewise.
10559         (drem_test_downward): Likewise.
10560         (remainder_test_upward): Likewise.
10561         (drem_test_upward): Likewise.
10562         (remquo_test): Likewise.
10563         (rint_test): Likewise.
10564         (rint_test_tonearest): Likewise.
10565         (rint_test_towardzero): Likewise.
10566         (rint_test_downward): Likewise.
10567         (rint_test_upward): Likewise.
10568         (round_test): Likewise.
10569         (scalb_test): Likewise.
10570         (scalbn_test): Likewise.
10571         (scalbln_test): Likewise.
10572         (signbit_test): Likewise.
10573         (sin_test): Likewise.
10574         (sin_test_tonearest): Likewise.
10575         (sin_test_towardzero): Likewise.
10576         (sin_test_downward): Likewise.
10577         (sin_test_upward): Likewise.
10578         (sincos_test): Likewise.
10579         (sinh_test): Likewise.
10580         (sinh_test_tonearest): Likewise.
10581         (sinh_test_towardzero): Likewise.
10582         (sinh_test_downward): Likewise.
10583         (sinh_test_upward): Likewise.
10584         (sqrt_test): Likewise.
10585         (sqrt_test_tonearest): Likewise.
10586         (sqrt_test_towardzero): Likewise.
10587         (sqrt_test_downward): Likewise.
10588         (sqrt_test_upward): Likewise.
10589         (tan_test): Likewise.
10590         (tan_test_tonearest): Likewise.
10591         (tan_test_towardzero): Likewise.
10592         (tan_test_downward): Likewise.
10593         (tan_test_upward): Likewise.
10594         (tanh_test): Likewise.
10595         (tgamma_test): Likewise.
10596         (trunc_test): Likewise.
10597         (y0_test): Likewise.
10598         (y1_test): Likewise.
10599         (yn_test): Likewise.
10600         (significand_test): Likewise.
10601
10602         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
10603         individual tests in comment.
10604         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
10605         (prev_max_error): New variable.
10606         (prev_real_max_error): Likewise.
10607         (prev_imag_max_error): Likewise.
10608         (compare_ulp_data): Don't refer to test names in comment.
10609         (find_test_ulps): Remove function.
10610         (find_function_ulps): Likewise.
10611         (find_complex_function_ulps): Likewise.
10612         (init_max_error): Take function name as argument.  Look up ulps
10613         for that function.
10614         (print_ulps): Remove function.
10615         (print_max_error): Use prev_max_error instead of calling
10616         find_function_ulps.
10617         (print_complex_max_error): Use prev_real_max_error and
10618         prev_imag_max_error instead of calling find_complex_function_ulps.
10619         (check_float_internal): Take max_ulp parameter instead of calling
10620         find_test_ulps.  Don't call print_ulps.
10621         (check_float): Update call to check_float_internal.
10622         (check_complex): Update calls to check_float_internal.
10623         (START): Pass argument to init_max_error.
10624         * math/gen-libm-test.pl (%results): Don't include "kind"
10625         information.
10626         (parse_ulps): Don't handle ulps of individual tests.
10627         (print_ulps_file): Likewise.
10628         (output_ulps): Likewise.
10629         * math/README.libm-test: Update.
10630         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
10631         individual tests.
10632         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
10633         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
10634         * sysdeps/arm/libm-test-ulps: Likewise.
10635         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
10636         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
10637         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
10638         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
10639         * sysdeps/microblaze/libm-test-ulps: Likewise.
10640         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
10641         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10642         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10643         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
10644         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
10645         * sysdeps/sh/libm-test-ulps: Likewise.
10646         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
10647         * sysdeps/tile/libm-test-ulps: Likewise.
10648         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10649
10650 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
10651
10652         * math/libm-test.inc (print_complex_max_error): Check separately
10653         whether real and imaginary errors are within allowed range and
10654         pass 0 to print_complex_function_ulps instead of value within
10655         allowed range.
10656
10657 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10658
10659         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
10660         formatting.
10661         (get_handles_fopen): Likewise.
10662         (do_write_test): Likewise.
10663
10664         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
10665
10666         * libio/fileops.c (do_ftell): Use cached offset when
10667         available.
10668         * libio/iofwide.c (do_ftell_wide): Likewise.
10669         * libio/iofdopen.c (_IO_new_fdopen): Don't use
10670         _IO_file_attach.
10671         * libio/wfileops.c (_IO_fwide): Don't cache offset.
10672
10673         [BZ #16532]
10674         * libio/libioP.h (get_file_offset): New function.
10675         * libio/fileops.c (get_file_offset): Likewise.
10676         (do_ftell): Likewise.
10677         (_IO_new_file_seekoff): Split out ftell logic.
10678         * libio/wfileops.c (do_ftell_wide): Likewise.
10679         (_IO_wfile_seekoff): Split out ftell logic.
10680         * libio/tst-ftell-active-handler.c: New test case.
10681         * libio/Makefile (tests): Add it.
10682
10683 2014-03-03  Roland McGrath  <roland@hack.frob.com>
10684
10685         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
10686         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
10687
10688 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
10689
10690         [BZ #16639]
10691         * nscd/connections.c (nscd_init): Call do_exit.
10692         (start_threads): Call do_exit and notify_parent.
10693         (begin_drop_privileges): Call do_exit.
10694         (finish_drop_privileges): Likewise.
10695         * nscd/selinux.c (preserve_capabilities): Likewise.
10696         (install_real_capabilities): Likewise.
10697         (nscd_selinux_enabled): Likewise.
10698         (avc_create_thread): Likewise.
10699         (avc_alloc_lock): Likewise.
10700         (nscd_avc_init): Likewise.
10701         * nscd/nscd.c (parent_fd): New static variable.
10702         (main): Create a pipe between parent and child processes.
10703         Skip closing parent_fd.
10704         (monitor_child): New function.
10705         (do_exit): Likewise.
10706         (notify_parent): Likewise.
10707         * nscd/nscd.h (notify_parent): Likewise.
10708         (do_exit): Likewise.
10709
10710 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
10711
10712         * malloc/malloc.c (__libc_calloc): Revert last change.
10713
10714 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10715
10716         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10717
10718 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10719
10720         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
10721         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
10722         implementation.
10723         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10724         (__libc_ifunc_impl_list): Likewise.
10725         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
10726         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
10727         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
10728         * string/strrchr.c: Define STRRCHR.
10729
10730 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
10731
10732         * benchtest/bench-strtok.c (simple_strtok): Delete.
10733         (strtok_string): Use as benchmark.
10734         * string/strtok (STRTOK): New macro.
10735
10736 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
10737
10738         * manual/threads.texi: Add header and standard comments to all
10739         functions.
10740
10741         * elf/dl-lookup.c (check_match): New function.
10742         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
10743         (do_lookup_x): Remove nested function check_match. Use non-nested
10744         function check_match.
10745
10746 2014-02-28  Roland McGrath  <roland@hack.frob.com>
10747
10748         * csu/Makefile (generated, before-compile): Use += rather than =.
10749         * catgets/Makefile (generated, generated-dirs): Likewise.
10750         * debug/Makefile (generated): Likewise.
10751         * dlfcn/Makefile (generated): Likewise.
10752         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
10753         * iconvdata/Makefile (before-compile, generated): Likewise.
10754         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
10755         * libio/Makefile (generated): Likewise.
10756         * malloc/Makefile (generated): Likewise.
10757         * manual/Makefile (generated, generated-dirs): Likewise.
10758         * misc/Makefile (generated): Likewise.
10759         * posix/Makefile (generated): Likewise.
10760         * resolv/Makefile (generated): Likewise.
10761         * sunrpc/Makefile (generated, generated-dirs): Likewise.
10762         * timezone/Makefile (generated, generated-dirs): Likewise.
10763
10764         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
10765
10766 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10767
10768         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10769         power8 implementation.
10770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
10771         file: POWER8 llround ifunc implementation.
10772         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
10773         (__lllround): Add POWER8 implementation.
10774         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
10775         POWER8 llround implementation.
10776
10777         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10778         power8 implementation.
10779         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10780         file: POWER8 llrint ifunc implementation.
10781         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10782         Add POWER8 implementation.
10783         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10784         POWER8 llrint implementation.
10785
10786         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10787         power8 implementation.
10788         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
10789         file: POWER8 finite ifunc implementation.
10790         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
10791         Add POWER8 implementation.
10792         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
10793         Likewise.
10794         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
10795         POWER8 finite implementation.
10796         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
10797
10798         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
10799         power8 implementation.
10800         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
10801         file: POWER8 isinf ifunc implementation.
10802         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
10803         POWER8 implementation.
10804         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
10805         Likewise.
10806         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
10807         isinf implementation.
10808         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
10809
10810         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
10811         (INIT_ARCH): Add hwcap2 initialization.
10812         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10813         power8 implementation.
10814         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
10815         file: POWER8 isnan ifunc implementation.
10816         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
10817         POWER8 implementation.
10818         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
10819         Likewise.
10820         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
10821         isnan implementation.
10822         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
10823
10824 2014-02-27  Joey Ye  <joey.ye@arm.com>
10825
10826         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10827         (_FP_NANFRAC_Q): Set to zero.
10828
10829 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10830
10831         [BZ #16623]
10832         * math/auto-libm-test-in: New test inputs.
10833         * math/auto-libm-test-out: Regenerate.
10834         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10835         and DA.
10836         (__cos): Likewise.
10837         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10838
10839 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
10840
10841         * scripts/evaluate-test.sh: Take new argument indicating whether
10842         failure is expected.
10843         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10844         indicating whether failure is expected.
10845         * conform/Makefile (test-xfail-run-conformtest): New variable.
10846         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10847         level.
10848         * posix/Makefile (test-xfail-annexc): New variable.
10849         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10850
10851 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
10852
10853         * argp/Makefile: Include Makeconfig immediately after defining
10854         subdir.
10855         * assert/Makefile: Likewise.
10856         * benchtests/Makefile: Likewise.
10857         * catgets/Makefile: Likewise.
10858         * conform/Makefile: Likewise.
10859         * crypt/Makefile: Likewise.
10860         * csu/Makefile: Likewise.
10861         (all): Remove target.
10862         * ctype/Makefile: Include Makeconfig immediately after defining
10863         subdir.
10864         * debug/Makefile: Likewise.
10865         * dirent/Makefile: Likewise.
10866         * dlfcn/Makefile: Likewise.
10867         * gmon/Makefile: Likewise.
10868         * gnulib/Makefile: Likewise.
10869         * grp/Makefile: Likewise.
10870         * gshadow/Makefile: Likewise.
10871         * hesiod/Makefile: Likewise.
10872         * hurd/Makefile: Likewise.
10873         (all): Remove target.
10874         * iconvdata/Makefile: Include Makeconfig immediately after
10875         defining subdir.
10876         * inet/Makefile: Likewise.
10877         * intl/Makefile: Likewise.
10878         * io/Makefile: Likewise.
10879         * libio/Makefile: Likewise.
10880         (all): Remove target.
10881         * locale/Makefile: Include Makeconfig immediately after defining
10882         subdir.
10883         * login/Makefile: Likewise.
10884         * mach/Makefile: Likewise.
10885         (all): Remove target.
10886         * malloc/Makefile: Include Makeconfig immediately after defining
10887         subdir.
10888         (all): Remove target.
10889         * manual/Makefile: Include Makeconfig immediately after defining
10890         subdir.
10891         * math/Makefile: Likewise.
10892         * misc/Makefile: Likewise.
10893         * nis/Makefile: Likewise.
10894         * nss/Makefile: Likewise.
10895         * po/Makefile: Likewise.
10896         (all): Remove target.
10897         * posix/Makefile: Include Makeconfig immediately after defining
10898         subdir.
10899         * pwd/Makefile: Likewise.
10900         * resolv/Makefile: Likewise.
10901         * resource/Makefile: Likewise.
10902         * rt/Makefile: Likewise.
10903         * setjmp/Makefile: Likewise.
10904         * shadow/Makefile: Likewise.
10905         * signal/Makefile: Likewise.
10906         * socket/Makefile: Likewise.
10907         * soft-fp/Makefile: Likewise.
10908         * stdio-common/Makefile: Likewise.
10909         * stdlib/Makefile: Likewise.
10910         * streams/Makefile: Likewise.
10911         * string/Makefile: Likewise.
10912         * sunrpc/Makefile: Likewise.
10913         (all): Remove target.
10914         * sysvipc/Makefile: Include Makeconfig immediately after defining
10915         subdir.
10916         * termios/Makefile: Likewise.
10917         * time/Makefile: Likewise.
10918         * timezone/Makefile: Likewise.
10919         (all): Remove target.
10920         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10921         subdir.
10922         * wctype/Makefile: Likewise.
10923
10924 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10925
10926         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10927         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10928         (libc_feholdexcept_setround_mips): Ditto.
10929         (libc_feholdsetround): New.
10930         (libc_feholdsetroundf): New.
10931         (libc_feholdsetroundl): New.
10932         (libc_feupdateenv_test_mips): New.
10933         (libc_feupdateenv_test): New.
10934         (libc_feupdateenv_testf): New.
10935         (libc_feupdateenv_testl): New.
10936         (libc_feresetround): New.
10937         (libc_feresetroundf): New.
10938         (libc_feresetroundl): New.
10939         (libc_fetestexcept_mips): New.
10940         (libc_fetestexcept): New.
10941         (libc_fetestexceptf): New.
10942         (libc_fetestexceptl): New.
10943         (HAVE_RM_CTX): New.
10944         (libc_feholdexcept_setround_mips_ctx): New.
10945         (libc_feholdexcept_setround_ctx): New.
10946         (libc_feholdexcept_setroundf_ctx): New.
10947         (libc_feholdexcept_setroundl_ctx): New.
10948         (libc_fesetenv_mips_ctx): New.
10949         (libc_fesetenv_ctx): New.
10950         (libc_fesetenv_ctxf): New.
10951         (libc_fesetenv_ctxl): New.
10952         (libc_feupdateenv_mips_ctx): New.
10953         (libc_feupdateenv_ctx): New.
10954         (libc_feupdateenvf_ctx): New.
10955         (libc_feupdateenvl_ctx): New.
10956         (libc_feholdsetround_mips_ctx): New.
10957         (libc_feholdsetround_ctx): New.
10958         (libc_feholdsetroundf_ctx): New.
10959         (libc_feholdsetroundl_ctx): New.
10960         (libc_feresetround_mips_ctx): New.
10961         (libc_feresetround_ctx): New.
10962         (libc_feresetroundf_ctx): New.
10963         (libc_feresetroundl_ctx): New.
10964
10965 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
10966
10967         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10968
10969         * manual/ipc.texi: New file.
10970         * manual/Makefile (chapters): Add ipc.
10971         * manual/job.texi: Add "Inter-Process Communication" to next.
10972         * manual/process.texi: Add "Inter-Process Communication" to prev.
10973
10974 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10975
10976         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10977
10978 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
10979
10980         * malloc/malloc.c (__libc_calloc): Simplify implementation.
10981
10982         * manual/arith.texi: Fix spaces after sentences.
10983         * manual/charset.texi: Likewise.
10984         * manual/errno.texi: Likewise.
10985         * manual/install.texi: Likewise.
10986         * manual/llio.texi: Likewise.
10987         * manual/locale.texi: Likewise.
10988         * manual/maint.texi: Likewise.
10989         * manual/math.texi: Likewise.
10990         * manual/memory.texi: Likewise.
10991         * manual/message.texi: Likewise.
10992         * manual/probes.texi: Likewise.
10993         * manual/resource.texi: Likewise.
10994         * manual/signal.texi: Likewise.
10995         * manual/socket.texi: Likewise.
10996         * manual/stdio.texi: Likewise.
10997         * manual/string.texi: Likewise.
10998         * manual/time.texi: Likewise.
10999         * manual/users.texi: Likewise.
11000
11001 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
11002
11003         [BZ #16632]
11004         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
11005         _DEFAULT_SOURCE is defined.
11006
11007 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
11008             Carlos O'Donell  <carlos@redhat.com>
11009
11010         [BZ #16613]
11011         * elf/dl-tls.c (_dl_count_modids): New function.
11012         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
11013         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
11014         audit library and increment generation counter.
11015         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
11016         * elf/tst-audit9.c: New file.
11017         * elf/tst-auditmod9a.c: New file.
11018         * elf/tst-auditmod9b.c: New file.
11019         * elf/Makefile: Add rules to build and run tst-audit9.
11020
11021 2014-02-25  Florian Weimer  <fweimer@redhat.com>
11022
11023         [BZ #15347]
11024         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
11025
11026 2014-02-25  Will Newton  <will.newton@linaro.org>
11027
11028         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
11029         (__longjmp): Restore sp and lr before restoring callee
11030         saved registers.  Add longjmp and longjmp_target
11031         SystemTap probe point.
11032         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
11033         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
11034         Define to zero to match jmpbuf layout.
11035         * sysdeps/arm/setjmp.S: Include stap-probe.h.
11036         (__sigsetjmp): Save sp and lr before saving callee
11037         saved registers.  Add setjmp SystemTap probe point.
11038
11039 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
11040
11041         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11042
11043 2014-02-24  Andreas Schwab  <schwab@suse.de>
11044
11045         [BZ #15804]
11046         * elf/pldd.c (wait_for_ptrace_stop): New function.
11047         (main): Call it after attaching.
11048
11049 2014-02-22  Roland McGrath  <roland@hack.frob.com>
11050
11051         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
11052         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
11053         Versions files is now verboten.
11054         * hurd/Versions (libc: GLIBC_2.0):
11055         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
11056         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
11057         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
11058         * mach/Versions: Likewise.
11059
11060         * csu/Versions: Remove unused %include.
11061         * resolv/Versions: Likewise.
11062
11063 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
11064
11065         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
11066         ($(objpfx)check-local-headers.out): Likewise.
11067         ($(objpfx)begin-end-check.out): Likewise.
11068         * Makerules (check-abi-%.out): Likewise.
11069         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
11070         ($(objpfx)test2.cat): Likewise.
11071         ($(objpfx)de/libc.cat): Likewise.
11072         ($(objpfx)test-gencat.out): Likewise.
11073         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
11074         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
11075         ($(objpfx)noload-mem): Likewise.
11076         ($(objpfx)tst-pathopt.out): Likewise.
11077         ($(objpfx)tst-rtld-load-self.out): Likewise.
11078         ($(objpfx)tst-array1-cmp.out): Likewise.
11079         ($(objpfx)tst-array1-static-cmp.out): Likewise.
11080         ($(objpfx)tst-array2-cmp.out): Likewise.
11081         ($(objpfx)tst-array3-cmp.out): Likewise.
11082         ($(objpfx)tst-array4-cmp.out): Likewise.
11083         ($(objpfx)tst-array5-cmp.out): Likewise.
11084         ($(objpfx)tst-array5-static-cmp.out): Likewise.
11085         ($(objpfx)check-textrel.out): Likewise.
11086         ($(objpfx)check-execstack.out): Likewise.
11087         ($(objpfx)check-localplt.out): Likewise.
11088         ($(objpfx)order2-cmp.out): Likewise.
11089         ($(objpfx)tst-leaks1-mem): Likewise.
11090         ($(objpfx)tst-leaks1-static-mem): Likewise.
11091         ($(objpfx)tst-initorder-cmp.out): Likewise.
11092         ($(objpfx)tst-initorder2-cmp.out): Likewise.
11093         ($(objpfx)tst-unused-dep.out): Likewise.
11094         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
11095         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
11096         * iconv/Makefile (test-iconvconfig): Likewise.
11097         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
11098         ($(objpfx)iconv-test.out): Likewise.
11099         ($(objpfx)tst-tables.out): Likewise.
11100         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
11101         ($(objpfx)tst-gettext.out): Likewise.
11102         ($(objpfx)tst-translit.out): Likewise.
11103         ($(objpfx)tst-gettext2.out): Likewise.
11104         ($(objpfx)tst-gettext4.out): Likewise.
11105         ($(objpfx)tst-gettext6.out): Likewise.
11106         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
11107         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
11108         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11109         ($(objpfx)tst-fopenloc-mem.out): Likewise.
11110         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11111         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11112         * posix/Makefile ($(objpfx)globtest.out): Likewise.
11113         ($(objpfx)wordexp-tst.out): Likewise.
11114         ($(objpfx)annexc.out): Likewise.
11115         ($(objpfx)tst-fnmatch-mem): Likewise.
11116         ($(objpfx)bug-regex2-mem): Likewise.
11117         ($(objpfx)bug-regex14-mem): Likewise.
11118         ($(objpfx)bug-regex21-mem): Likewise.
11119         ($(objpfx)bug-regex31-mem): Likewise.
11120         ($(objpfx)tst-vfork3-mem): Likewise.
11121         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11122         ($(objpfx)tst-pcre-mem): Likewise.
11123         ($(objpfx)tst-boost-mem): Likewise.
11124         ($(objpfx)tst-getconf.out): Likewise.
11125         ($(objpfx)bug-ga2-mem): Likewise.
11126         ($(objpfx)bug-glob2-mem): Likewise.
11127         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11128         ($(objpfx)mtrace-tst-leaks2): Likewise.
11129         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11130         ($(objpfx)tst-printf.out): Likewise.
11131         ($(objpfx)tst-setvbuf1.out): Likewise.
11132         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11133         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11134         ($(objpfx)tst-fmtmsg.out): Likewise.
11135         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
11136         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
11137
11138         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
11139         * bits/sigaction.h [__USE_MISC]: Likewise.
11140         * bits/waitstatus.h: Update #endif comments.
11141         * ctype/ctype.h: Likewise.
11142         * dirent/dirent.h: Likewise.
11143         [__USE_MISC]: Remove redundant conditionals.
11144         * grp/grp.h: Update #endif comments.
11145         [__USE_GNU]: Remove redundant conditionals.
11146         [__USE_MISC]: Likewise.
11147         * inet/netinet/in.h [__USE_GNU]: Likewise.
11148         * io/sys/stat.h [__USE_MISC]: Likewise.
11149         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11150         * libio/bits/stdio.h: Update #endif comments.
11151         [__USE_MISC]: Remove redundant conditionals.
11152         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11153         * libio/stdio.h: Update #endif comments.
11154         [__USE_MISC]: Remove redundant conditionals.
11155         * math/bits/math-finite.h [__USE_MISC]: Likewise.
11156         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11157         * math/math.h: Update #else and #endif comments.
11158         [__USE_MISC]: Remove redundant conditionals.
11159         * misc/sys/uio.h: Update #endif comments.
11160         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11161         * posix/glob.h [__USE_MISC]: Likewise.
11162         * posix/sys/types.h: Update #endif comments.
11163         [__USE_MISC]: Remove redundant conditionals.
11164         * posix/sys/wait.h: Update #endif comments.
11165         [__USE_MISC]: Remove redundant conditionals.
11166         * posix/unistd.h: Update #endif comments.
11167         [__USE_MISC]: Remove redundant conditionals.
11168         * pwd/pwd.h [__USE_GNU]: Likewise.
11169         [__USE_MISC]: Likewise.
11170         * resolv/netdb.h [__USE_GNU]: Likewise.
11171         * signal/signal.h: Update #endif comments.
11172         [__USE_MISC]: Remove redundant conditionals.
11173         * stdlib/stdlib.h: Update #else and #endif comments.
11174         [__USE_MISC]: Remove redundant conditionals.
11175         [__USE_GNU]: Likewise.
11176         * string/bits/string2.h [__USE_MISC]: Likewise.
11177         * string/string.h: Update #endif comments.
11178         [__USE_MISC]: Remove redundant conditionals.
11179         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11180         Likewise.
11181         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11182         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11183         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11184         Likewise.
11185         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11186         Likewise.
11187         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11188         comments.
11189         [__USE_MISC]: Remove redundant conditionals.
11190         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11191         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11192         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11193         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11194         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11195         Likewise.
11196         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11197         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11198         Likewise.
11199         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11200         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11201         Likewise.
11202         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11203         Likewise.
11204         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11205         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11206         Likewise.
11207         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11208         Likewise.
11209         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11210         * sysdeps/x86/bits/string.h: Update #endif comments.
11211         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11212         conditionals.
11213         * time/sys/time.h: Update #endif comments.
11214         * time/time.h: Likewise.
11215         [__USE_MISC]: Remove redundant conditionals.
11216
11217 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
11218
11219         [BZ #16600]
11220         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11221
11222 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
11223
11224         * Versions.def (librt): Add GLIBC_2.17.
11225
11226 2014-02-21  Adam Conrad  <adconrad@0c3.net>
11227
11228         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11229         synonym for _SYS_AUXV_H to allow direct inclusion.
11230         * sysdeps/sparc/bits/hwcap.h: Likewise.
11231         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11232         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11233         * sysdeps/sparc/sysdep.h: Likewise.
11234
11235 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11236
11237         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11238
11239 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11240
11241         * benchtests/bench-strrchr.c: Print length instead of position.
11242
11243 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
11244
11245         [BZ #16611]
11246         * sysdeps/unix/sysv/linux/kernel-features.h
11247         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11248         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11249         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11250         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11251         Likewise.
11252         [__i386__ || __powerpc__ || __sh__ || __sparc__]
11253         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11254         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11255         (__ASSUME_SENDMMSG): Define instead of using previous
11256         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11257         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11258         (__ASSUME_SENDMMSG_SYSCALL): Define.
11259         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11260         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11261         Likewise.
11262         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11263         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11264         Likewise.
11265         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11266         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11267         Likewise.
11268         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11269         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11270         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11271         [__ASSUME_SENDMMSG]: Change conditionals to
11272         [__ASSUME_SENDMMSG_SOCKETCALL].
11273         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11274         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11275         Define.
11276         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11277         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11278         Likewise.
11279         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11280         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11281         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11282         [!__ASSUME_SENDMMSG]: Change conditional to
11283         [!__ASSUME_SENDMMSG_SOCKETCALL].
11284         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11285         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11286         Define.
11287
11288         [BZ #16610]
11289         * sysdeps/unix/sysv/linux/kernel-features.h
11290         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11291         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11292         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11293         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11294         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11295         [__i386__ || __sparc__]
11296         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11297         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11298         (__ASSUME_RECVMMSG): Define instead of using previous
11299         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11300         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11301         (__ASSUME_RECVMMSG_SYSCALL): Define.
11302         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11303         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11304         Likewise.
11305         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11306         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11307         Likewise.
11308         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11309         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11310         Likewise.
11311         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11312         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11313         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11314         [__ASSUME_RECVMMSG]: Change condition to
11315         [__ASSUME_RECVMMSG_SOCKETCALL].
11316         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11317         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11318         Define.
11319         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11320         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11321         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11322         Likewise.
11323         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11324         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11325         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11326         [!__ASSUME_RECVMMSG]: Change condition to
11327         [!__ASSUME_RECVMMSG_SOCKETCALL].
11328         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11329         (__ASSUME_RECVMMSG_SYSCALL): Define.
11330
11331         [BZ #16609]
11332         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11333         __powerpc__ || __s390__ || __sh__ || __sparc__]
11334         (__ASSUME_SOCKETCALL): Define.
11335         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11336         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11337         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11338         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11339         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11340         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11341         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11342         (__ASSUME_ACCEPT4): Define instead of using previous
11343         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11344         __powerpc__ || __sparc__ || __s390__)] condition.
11345         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11346         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11347         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11348         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11349         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11350         [!__ASSUME_ACCEPT4]: Change condition to
11351         [!__ASSUME_ACCEPT4_SOCKETCALL].
11352         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11353         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
11354         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11355         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11356         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11357         __ASSUME_ACCEPT4_SYSCALL.
11358         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11359         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11360         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11361         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11362         __ASSUME_ACCEPT4_SYSCALL.
11363         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11364         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11365         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11366         [__ASSUME_ACCEPT4]: Change condition to
11367         [__ASSUME_ACCEPT4_SOCKETCALL].
11368         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11369         (__ASSUME_SOCKETCALL): Define.
11370         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11371         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11372         (__ASSUME_SOCKETCALL): Define.
11373         (__ASSUME_ACCEPT4): Remove.
11374         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11375         Define.
11376         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11377         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11378         Likewise.
11379         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11380         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11381
11382         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11383         macro.
11384         (HWCAP_ARM_LPAE): Likewise.
11385         (HWCAP_ARM_EVTSTRM): Likewise.
11386         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11387         Add vpfd32, lpae and evtstrm.
11388         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11389         Increase to 22.
11390
11391 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
11392
11393         * math/auto-libm-test-in: Add tests of clog10.
11394         * math/auto-libm-test-out: Regenerated.
11395         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11396         * sysdeps/i386/fpu/libm-test-ulps: Update.
11397         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11398
11399 2014-02-18  Andreas Schwab  <schwab@suse.de>
11400
11401         [BZ #16574]
11402         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11403         Store non-zero if the second buffer was newly allocated.
11404         (send_dg): Likewise.
11405         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11406         to send_vc and send_dg.
11407         (res_nsend): Pass NULL for ansp2_malloced.
11408         * resolv/res_query.c (__libc_res_nquery): Add parameter
11409         answerp2_malloced and pass it down to __libc_res_nsend.
11410         (res_nquery): Pass additional NULL to __libc_res_nquery.
11411         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11412         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
11413         second answer buffer if answerp2_malloced was set.
11414         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11415         (__libc_res_nquerydomain): Add parameter
11416         answerp2_malloced and pass it down to __libc_res_nquery.
11417         (res_nquerydomain): Pass additional NULL to
11418         __libc_res_nquerydomain.
11419         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11420         additional NULL to __libc_res_nsend and __libc_res_nquery.
11421         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11422         additional NULL to __libc_res_nsearch.
11423         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
11424         parameter of __libc_res_nsearch to check for separately allocated
11425         second buffer.
11426         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11427         __libc_res_nquery.
11428         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11429         additional NULL to __libc_res_nquery.
11430         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11431         __libc_res_nsearch.
11432         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11433         * include/resolv.h: Update prototypes of __libc_res_nquery,
11434         __libc_res_nsearch, __libc_res_nsend.
11435
11436 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
11437
11438         * math/auto-libm-test-in: Add tests of fma.
11439         * math/auto-libm-test-out: Regenerated.
11440         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11441         (fma_towardzero_test_data): Likewise.
11442         (fma_downward_test_data): Likewise.
11443         (fma_upward_test_data): Likewise.
11444         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11445         mpc_mode.
11446         (rounding_modes): Add values for new field.
11447         (func_calc_method): Add value mpfr_fff_f.
11448         (func_calc_desc): Add mpfr_fff_f union field.
11449         (test_function): Add field exact_args.
11450         (FUNC): Add macro argument EXACT_ARGS.
11451         (FUNC_mpfr_f_f): Update call to FUNC.
11452         (FUNC_mpfr_f_f): Likewise.
11453         (FUNC_mpfr_ff_f): Likewise.
11454         (FUNC_mpfr_if_f): Likewise.
11455         (FUNC_mpc_c_f): Likewise.
11456         (FUNC_mpc_c_c): Likewise.
11457         (test_functions): Add fma.  Update calls to FUNC.
11458         (handle_input_arg): Add argument exact_args.
11459         (add_test): Update call to handle_input_arg.
11460         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
11461         (output_for_one_input_case): Update call to calc_generic_results.
11462         Recalculate exact zero results in each rounding mode.
11463
11464         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11465         non-negative before setting low bit.
11466         * math/auto-libm-test-in: Mark one asin test possibly having
11467         spurious underflow.
11468         * math/auto-libm-test-out: Regenerated.
11469         * sysdeps/i386/fpu/libm-test-ulps: Update.
11470         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11471
11472 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
11473
11474         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11475         * sysdeps/unix/sysv/linux/microblaze: Move directory from
11476         ports/sysdeps/unix/sysv/linux/microblaze.
11477         * README: Add missing listing for microblaze*-*-linux-gnu.
11478
11479 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
11480
11481         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11482         duplicate code
11483
11484 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
11485
11486         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11487         * sysdeps/unix/sysv/linux/ia64: Move directory from
11488         ports/sysdeps/unix/sysv/linux/ia64.
11489         * README: Update listing for ia64-*-linux-gnu.
11490
11491 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
11492             Joseph Myers  <joseph@codesourcery.com>
11493
11494         * Makeconfig (test-name): New variable.
11495         (evaluate-test): Likewise.
11496         * Makerules (do-test-clean): Remove .test-result files.
11497         (common-mostlyclean): Likewise.
11498         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11499         * scripts/evaluate-test.sh: New file.
11500
11501 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
11502
11503         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11504         separate $(objpfx)tst-fopenloc-cmp.out and
11505         $(objpfx)tst-fopenloc-mem.out targets.
11506         (tests): Update dependencies.
11507         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11508         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11509         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11510         (tst-rxspencer-no-utf8-ARGS): New variable.
11511         (tst-rxspencer-no-utf8-ENV): Likewise.
11512         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11513         instead of $(objpfx)tst-rxspencer-mem.
11514         ($(objpfx)tst-rxspencer-mem): Change target to
11515         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
11516         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11517         * posix/tst-rxspencer-no-utf8.c: New file.
11518
11519         * elf/Makefile ($(objpfx)order.out): Remove rule.
11520         [$(run-built-tests) = yes] (tests): Depend on
11521         $(objpfx)order-cmp.out.
11522         ($(objpfx)order-cmp.out): New rule.
11523         [$(run-built-tests) = yes] (tests): Depend on
11524         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11525         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11526         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11527         $(objpfx)tst-array5-static-cmp.out.
11528         ($(objpfx)tst-array1.out): Remove rule.
11529         ($(objpfx)tst-array1-cmp.out): New rule.
11530         ($(objpfx)tst-array1-static.out): Remove rule.
11531         ($(objpfx)tst-array1-static-cmp.out): New rule.
11532         ($(objpfx)tst-array2.out): Remove rule.
11533         ($(objpfx)tst-array2-cmp.out): New rule.
11534         ($(objpfx)tst-array3.out): Remove rule.
11535         ($(objpfx)tst-array3-cmp.out): New rule.
11536         ($(objpfx)tst-array4.out): Remove rule.
11537         ($(objpfx)tst-array4-cmp.out): New rule.
11538         ($(objpfx)tst-array5.out): Remove rule.
11539         ($(objpfx)tst-array5-cmp.out): New rule.
11540         ($(objpfx)tst-array5-static.out): Remove rule.
11541         ($(objpfx)tst-array5-static-cmp.out): New rule.
11542         [$(run-built-tests) = yes] (tests): Depend on
11543         $(objpfx)order2-cmp.out.
11544         ($(objpfx)order2.out): Remove rule.
11545         ($(objpfx)order2-cmp.out): New rule.
11546         ($(objpfx)tst-initorder.out): Remove rule.
11547         [$(run-built-tests) = yes] (tests): Depend on
11548         $(objpfx)tst-initorder-cmp.out.
11549         ($(objpfx)tst-initorder-cmp.out): New rule.
11550         ($(objpfx)tst-initorder2.out): Remove rule.
11551         [$(run-built-tests) = yes] (tests): Depend on
11552         $(objpfx)tst-initorder2-cmp.out.
11553         ($(objpfx)tst-initorder2-cmp.out): New rule.
11554         [$(run-built-tests) = yes] (tests): Depend on
11555         $(objpfx)tst-unused-dep-cmp.out.
11556         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
11557         ($(objpfx)tst-unused-dep-cmp.out): New rule.
11558         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
11559         on $(objpfx)tst-setvbuf1-cmp.out.
11560         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
11561         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
11562         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
11563         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
11564         ($(objpfx)tst-svc.out): Remove rule.
11565         ($(objpfx)tst-svc-cmp.out): New rule.
11566
11567 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
11568
11569         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
11570         * ctype/ctype.h [__USE_MISC]: Likewise.
11571         * dirent/dirent.h [__USE_MISC]: Likewise.
11572         * grp/grp.h [__USE_MISC]: Likewise.
11573         * io/fcntl.h [__USE_MISC]: Likewise.
11574         * io/sys/stat.h [__USE_MISC]: Likewise.
11575         * libio/stdio.h [__USE_MISC]: Likewise.
11576         * posix/unistd.h [__USE_MISC]: Likewise.
11577         * pwd/pwd.h [__USE_MISC]: Likewise.
11578         * stdlib.h [__USE_MISC]: Likewise.
11579         * string/bits/string2.h [__USE_MISC]: Likewise.
11580         * string/string.h [__USE_MISC]: Likewise.
11581         * time/time.h [__USE_MISC]: Likewise.
11582
11583 2014-02-13  Andreas Schwab  <schwab@suse.de>
11584
11585         [BZ #16574]
11586         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
11587         second answer buffer if it was separately allocated.
11588
11589 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
11590
11591         * sysdeps/mips/math-tests.h: Include <features.h>.
11592         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11593         (ROUNDING_TESTS_long_double): Do not define.
11594         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11595         (EXCEPTION_TESTS_long_double): Likewise.
11596         * sysdeps/mips/mips64/libm-test-ulps: Update.
11597
11598         * include/features.h (__USE_BSD): Remove macro definitions.
11599         (__USE_SVID): Likewise.
11600         (_BSD_SOURCE): Likewise.
11601         (_SVID_SOURCE): Likewise.
11602         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
11603         from definition of _DEFAULT_SOURCE.
11604         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
11605         [_DEFAULT_SOURCE].
11606         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
11607         * bits/mman.h [__USE_BSD]: Likewise.
11608         * bits/termios.h [__USE_BSD]: Likewise.
11609         * bits/waitstatus.h [__USE_BSD]: Likewise.
11610         * ctype/ctype.h [__USE_SVID]: Likewise.
11611         * dirent/dirent.h [__USE_BSD]: Likewise.
11612         * grp/grp.h [__USE_SVID]: Likewise.
11613         [__USE_BSD]: Likewise.
11614         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
11615         * io/fcntl.h [__USE_BSD]: Likewise.
11616         * io/ftw.h [__USE_BSD]: Likewise.
11617         * io/sys/stat.h [__USE_BSD]: Likewise.
11618         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
11619         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
11620         * libio/stdio.h [__USE_SVID]: Likewise.
11621         [__USE_BSD]: Likewise.
11622         * math/math.h [__USE_SVID]: Likewise.
11623         [__USE_BSD]: Likewise.
11624         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
11625         * misc/bits/syslog.h [__USE_BSD]: Likewise.
11626         * misc/search.h [__USE_SVID]: Likewise.
11627         * misc/sys/mman.h [__USE_BSD]: Likewise.
11628         * misc/sys/syslog.h [__USE_BSD]: Likewise.
11629         * misc/sys/uio.h [__USE_BSD]: Likewise.
11630         * posix/bits/unistd.h [__USE_BSD]: Likewise.
11631         * posix/glob.h [__USE_BSD]: Likewise.
11632         * posix/regex.h [__USE_BSD]: Likewise.
11633         * posix/sys/types.h [__USE_BSD]: Likewise.
11634         [__USE_SVID]: Likewise.
11635         * posix/sys/utsname.h [__USE_SVID]: Likewise.
11636         * posix/sys/wait.h [__USE_BSD]: Likewise.
11637         [__USE_SVID]: Likewise.
11638         * posix/unistd.h [__USE_BSD]: Likewise.
11639         [__USE_SVID]: Likewise.
11640         * pwd/pwd.h [__USE_SVID]: Likewise.
11641         * resolv/netdb.h [__USE_BSD]: Likewise.
11642         * setjmp/setjmp.h [__USE_BSD]: Likewise.
11643         * signal/signal.h [__USE_BSD]: Likewise.
11644         [__USE_SVID]: Likewise.
11645         * socket/sys/socket.h [__USE_BSD]: Likewise.
11646         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
11647         * stdlib/stdlib.h [__USE_BSD]: Likewise.
11648         [__USE_SVID]: Likewise.
11649         * string/bits/string2.h [__USE_BSD]: Likewise.
11650         [__USE_SVID]: Likewise.
11651         * string/bits/string3.h [__USE_BSD]: Likewise.
11652         * string/endian.h [__USE_BSD]: Likewise.
11653         * string/string.h [__USE_SVID]: Likewise.
11654         [__USE_BSD]: Likewise.
11655         * string/strings.h [__USE_BSD]: Likewise.
11656         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
11657         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
11658         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
11659         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
11660         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
11661         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
11662         Likewise.
11663         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
11664         Likewise.
11665         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
11666         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
11667         Likewise.
11668         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
11669         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
11670         Likewise.
11671         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
11672         Likewise.
11673         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
11674         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
11675         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
11676         Likewise.
11677         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
11678         Likewise.
11679         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
11680         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
11681         * termios/termios.h [__USE_BSD]: Likewise.
11682         * time/sys/time.h [__USE_BSD]: Likewise.
11683         * time/time.h [__USE_BSD]: Likewise.
11684         [__USE_SVID]: Likewise.
11685
11686         * Makefile (subdir_targets): Remove subdir_lint.out.
11687
11688         * stdio-common/Makefile (do-tst-unbputc): Remove target.
11689         (do-tst-printf): Likewise.
11690         (tests): Depend directly on $(objpfx)tst-unbputc.out and
11691         $(objpfx)tst-printf.out.
11692
11693         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
11694
11695         * Makerules (check-abi-%): Change target to
11696         $(objpfx)check-abi-%.out.
11697         (check-abi target): Update dependencies.
11698         (check-abi-pattern variable): Redirect output of diff to $@.
11699         (check-abi variable): Likewise.
11700         * elf/Makefile (check-abi): Update dependencies.
11701
11702         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
11703         unused.
11704         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
11705         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
11706         subnormal range.
11707         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
11708         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
11709         value has largest subnormal exponent.
11710         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
11711         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
11712         * sysdeps/aarch64/soft-fp/sfp-machine.h
11713         (_FP_TININESS_AFTER_ROUNDING): New macro.
11714         * sysdeps/alpha/soft-fp/sfp-machine.h
11715         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11716         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11717         Likewise.
11718         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
11719         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11720         * sysdeps/mips/soft-fp/sfp-machine.h
11721         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11722         * sysdeps/powerpc/soft-fp/sfp-machine.h
11723         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11724         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11725         Likewise.
11726         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11727         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11728         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11729         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11730         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11731         Likewise.
11732
11733 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
11734
11735         [BZ #16545]
11736         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
11737         model 1.
11738
11739 2014-02-12  Richard Henderson  <rth@redhat.com>
11740
11741         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
11742         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
11743         * sysdeps/unix/sysv/linux/alpha: Move directory from
11744         ports/sysdeps/unix/sysv/linux/alpha.
11745         * README: Update listing for alpha-*-linux-gnu.
11746
11747 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
11748
11749         * include/features.h: Update comment documenting feature test
11750         macros.
11751         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
11752         _DEFAULT_SOURCE.
11753         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
11754         (_SVID_SOURCE): Likewise.
11755         (_DEFAULT_SOURCE): Update description of default features.
11756         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
11757         with _GNU_SOURCE.
11758         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
11759         (S_ISVTX): Likewise.
11760         * manual/math.texi (Mathematical Constants): Likewise.
11761         * manual/signal.texi (Interrupted Primitives): Likewise.
11762         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
11763         * math/test-matherr.c (_SVID_SOURCE): Do not define.
11764         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
11765         Don't refer to _SVID_SOURCE in warning text.
11766
11767         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11768
11769         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
11770         already defined.
11771         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
11772         * sysdeps/mips/dl-lookup.c: Remove.
11773         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
11774
11775 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11776
11777         [BZ #16447]
11778         * math/auto-libm-test-in: Add testcase for expl.
11779         * math/auto-libm-test-out: Regenerate.
11780         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11781         calculation of unsafe.
11782         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11783
11784 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11785
11786         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11787         * sysdeps/unix/sysv/linux/aarch64: Move directory from
11788         ports/sysdeps/unix/sysv/linux/aarch64.
11789         * README: Update listing for aarch64*-*-linux-gnu.
11790
11791 2014-02-11  Will Newton  <will.newton@linaro.org>
11792
11793         * manual/probes.texi (Mathematical Function Probes): Use
11794         "triggered" instead of "hit".
11795
11796         * manual/probes.texi (Internal Probes): Add documentation
11797         of setjmp, longjmp and longjmp_target probes.
11798
11799         * include/stap-probe.h: Add comment about probe argument
11800         format.
11801
11802         * malloc/mtrace.c (attribute_hidden): Remove unused macro
11803         definition.  (tr_where, tr_freehook, tr_mallochook,
11804         tr_reallochook, tr_memalignhook): Use ANSI protoype.
11805
11806 2014-02-11  David S. Miller  <davem@davemloft.net>
11807
11808         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
11809         processing int_tests.
11810
11811 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
11812
11813         * sysdeps/mips: Move directory from ports/sysdeps/mips.
11814         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
11815         * sysdeps/unix/sysv/linux/mips: Move directory from
11816         ports/sysdeps/unix/sysv/linux/mips.
11817         * README: Update listing for mips-*-linux-gnu and
11818         mips64-*-linux-gnu.
11819
11820 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
11821
11822         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
11823         * sysdeps/unix/sysv/linux/m68k: Move directory from
11824         ports/sysdeps/unix/sysv/linux/m68k.
11825         * README: Update listing for m68k-*-linux-gnu.
11826
11827 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
11828
11829         * sysdeps/tile: Move directory from ports/sysdeps/tile.
11830         * sysdeps/unix/sysv/linux/generic: Move directory from
11831         ports/sysdeps/unix/sysv/linux/generic.
11832         * sysdeps/unix/sysv/linux/tile: Move directory from
11833         ports/sysdeps/unix/sysv/linux/tile.
11834         * README: Update listing for tile*-*-linux-gnu.
11835
11836 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
11837
11838         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11839         __builtin_expect.
11840         * benchtests/bench-memmem.c (simple_memmem): Likewise.
11841         * catgets/open_catalog.c (__open_catalog): Likewise.
11842         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11843         * debug/confstr_chk.c: Likewise.
11844         * debug/fread_chk.c (__fread_chk): Likewise.
11845         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11846         * debug/getgroups_chk.c: Likewise.
11847         * debug/mbsnrtowcs_chk.c: Likewise.
11848         * debug/mbsrtowcs_chk.c: Likewise.
11849         * debug/mbstowcs_chk.c: Likewise.
11850         * debug/memcpy_chk.c: Likewise.
11851         * debug/memmove_chk.c: Likewise.
11852         * debug/mempcpy_chk.c: Likewise.
11853         * debug/memset_chk.c: Likewise.
11854         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11855         * debug/strcat_chk.c (__strcat_chk): Likewise.
11856         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11857         * debug/strncat_chk.c (__strncat_chk): Likewise.
11858         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11859         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11860         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11861         * debug/wcpncpy_chk.c: Likewise.
11862         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11863         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11864         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11865         * debug/wcsncpy_chk.c: Likewise.
11866         * debug/wcsnrtombs_chk.c: Likewise.
11867         * debug/wcsrtombs_chk.c: Likewise.
11868         * debug/wcstombs_chk.c: Likewise.
11869         * debug/wmemcpy_chk.c: Likewise.
11870         * debug/wmemmove_chk.c: Likewise.
11871         * debug/wmempcpy_chk.c: Likewise.
11872         * debug/wmemset_chk.c: Likewise.
11873         * dirent/scandirat.c (SCANDIRAT): Likewise.
11874         * dlfcn/dladdr1.c (dladdr1): Likewise.
11875         * dlfcn/dladdr.c (dladdr): Likewise.
11876         * dlfcn/dlclose.c (dlclose_doit): Likewise.
11877         * dlfcn/dlerror.c (__dlerror): Likewise.
11878         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11879         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11880         * dlfcn/dlopen.c (dlopen_doit): Likewise.
11881         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11882         * dlfcn/dlsym.c (dlsym_doit): Likewise.
11883         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11884         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11885         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11886         Likewise.
11887         * elf/dl-conflict.c: Likewise.
11888         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11889         * elf/dl-dst.h: Likewise.
11890         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11891         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11892         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11893         * elf/dl-init.c (call_init, _dl_init): Likewise.
11894         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11895         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11896         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11897         Likewise.
11898         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11899         Likewise.
11900         * elf/dl-minimal.c (__libc_memalign): Likewise.
11901         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11902         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11903         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11904         * elf/dl-sym.c (do_sym): Likewise.
11905         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11906         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11907         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11908         * elf/dl-writev.h (_dl_writev): Likewise.
11909         * elf/ldconfig.c (search_dir): Likewise.
11910         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11911         (dl_main): Likewise.
11912         * elf/setup-vdso.h (setup_vdso): Likewise.
11913         * grp/compat-initgroups.c (compat_call): Likewise.
11914         * grp/fgetgrent.c (fgetgrent): Likewise.
11915         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11916         * grp/putgrent.c (putgrent): Likewise.
11917         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11918         Likewise.
11919         * hurd/hurdinit.c: Likewise.
11920         * iconvdata/8bit-gap.c (struct): Likewise.
11921         * iconvdata/ansi_x3.110.c : Likewise.
11922         * iconvdata/big5.c : Likewise.
11923         * iconvdata/big5hkscs.c : Likewise.
11924         * iconvdata/cp1255.c: Likewise.
11925         * iconvdata/cp1258.c : Likewise.
11926         * iconvdata/cp932.c : Likewise.
11927         * iconvdata/euc-cn.c: Likewise.
11928         * iconvdata/euc-jisx0213.c : Likewise.
11929         * iconvdata/euc-jp.c: Likewise.
11930         * iconvdata/euc-jp-ms.c : Likewise.
11931         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11932         * iconvdata/gb18030.c : Likewise.
11933         * iconvdata/gbbig5.c (const): Likewise.
11934         * iconvdata/gbgbk.c: Likewise.
11935         * iconvdata/gbk.c : Likewise.
11936         * iconvdata/ibm1364.c : Likewise.
11937         * iconvdata/ibm930.c : Likewise.
11938         * iconvdata/ibm932.c: Likewise.
11939         * iconvdata/ibm933.c : Likewise.
11940         * iconvdata/ibm935.c : Likewise.
11941         * iconvdata/ibm937.c : Likewise.
11942         * iconvdata/ibm939.c : Likewise.
11943         * iconvdata/ibm943.c: Likewise.
11944         * iconvdata/iso_11548-1.c: Likewise.
11945         * iconvdata/iso-2022-cn.c : Likewise.
11946         * iconvdata/iso-2022-cn-ext.c : Likewise.
11947         * iconvdata/iso-2022-jp-3.c: Likewise.
11948         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11949         * iconvdata/iso-2022-kr.c : Likewise.
11950         * iconvdata/iso646.c (gconv_end): Likewise.
11951         * iconvdata/iso_6937-2.c : Likewise.
11952         * iconvdata/iso_6937.c : Likewise.
11953         * iconvdata/iso8859-1.c: Likewise.
11954         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11955         * iconvdata/shift_jisx0213.c : Likewise.
11956         * iconvdata/sjis.c : Likewise.
11957         * iconvdata/t.61.c : Likewise.
11958         * iconvdata/tcvn5712-1.c : Likewise.
11959         * iconvdata/tscii.c: Likewise.
11960         * iconvdata/uhc.c : Likewise.
11961         * iconvdata/unicode.c (gconv_end): Likewise.
11962         * iconvdata/utf-16.c (gconv_end): Likewise.
11963         * iconvdata/utf-32.c (gconv_end): Likewise.
11964         * iconvdata/utf-7.c (base64): Likewise.
11965         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11966         * iconv/gconv_close.c (__gconv_close): Likewise.
11967         * iconv/gconv_open.c (__gconv_open): Likewise.
11968         * iconv/gconv_simple.c (internal_ucs4_loop_single)
11969         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11970         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11971         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11972         (ucs4le_internal_loop_single): Likewise.
11973         * iconv/iconv.c (iconv): Likewise.
11974         * iconv/iconv_close.c: Likewise.
11975         * iconv/loop.c (SINGLE): Likewise.
11976         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11977         * include/atomic.h: Likewise.
11978         * inet/inet6_option.c (option_alloc): Likewise.
11979         * intl/bindtextdom.c (set_binding_values): Likewise.
11980         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11981         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11982         * intl/localealias.c (read_alias_file): Likewise.
11983         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
11984         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11985         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
11986         * libio/fmemopen.c (fmemopen): Likewise.
11987         * libio/iofgets.c (_IO_fgets): Likewise.
11988         * libio/iofgets_u.c (fgets_unlocked): Likewise.
11989         * libio/iofgetws.c (fgetws): Likewise.
11990         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11991         * libio/iogetdelim.c (_IO_getdelim): Likewise.
11992         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11993         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
11994         * locale/findlocale.c (_nl_find_locale): Likewise.
11995         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11996         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11997         Likewise.
11998         * locale/setlocale.c (setlocale): Likewise.
11999         * login/programs/pt_chown.c (main): Likewise.
12000         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
12001         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
12002         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
12003         (mmap, mmap64, mremap, munmap): Likewise.
12004         * math/e_exp2l.c: Likewise.
12005         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
12006         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
12007         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
12008         * math/s_catan.c (__catan): Likewise.
12009         * math/s_catanf.c (__catanf): Likewise.
12010         * math/s_catanh.c (__catanh): Likewise.
12011         * math/s_catanhf.c (__catanhf): Likewise.
12012         * math/s_catanhl.c (__catanhl): Likewise.
12013         * math/s_catanl.c (__catanl): Likewise.
12014         * math/s_ccosh.c (__ccosh): Likewise.
12015         * math/s_ccoshf.c (__ccoshf): Likewise.
12016         * math/s_ccoshl.c (__ccoshl): Likewise.
12017         * math/s_cexp.c (__cexp): Likewise.
12018         * math/s_cexpf.c (__cexpf): Likewise.
12019         * math/s_cexpl.c (__cexpl): Likewise.
12020         * math/s_clog10.c (__clog10): Likewise.
12021         * math/s_clog10f.c (__clog10f): Likewise.
12022         * math/s_clog10l.c (__clog10l): Likewise.
12023         * math/s_clog.c (__clog): Likewise.
12024         * math/s_clogf.c (__clogf): Likewise.
12025         * math/s_clogl.c (__clogl): Likewise.
12026         * math/s_csin.c (__csin): Likewise.
12027         * math/s_csinf.c (__csinf): Likewise.
12028         * math/s_csinh.c (__csinh): Likewise.
12029         * math/s_csinhf.c (__csinhf): Likewise.
12030         * math/s_csinhl.c (__csinhl): Likewise.
12031         * math/s_csinl.c (__csinl): Likewise.
12032         * math/s_csqrt.c (__csqrt): Likewise.
12033         * math/s_csqrtf.c (__csqrtf): Likewise.
12034         * math/s_csqrtl.c (__csqrtl): Likewise.
12035         * math/s_ctan.c (__ctan): Likewise.
12036         * math/s_ctanf.c (__ctanf): Likewise.
12037         * math/s_ctanh.c (__ctanh): Likewise.
12038         * math/s_ctanhf.c (__ctanhf): Likewise.
12039         * math/s_ctanhl.c (__ctanhl): Likewise.
12040         * math/s_ctanl.c (__ctanl): Likewise.
12041         * math/w_pow.c: Likewise.
12042         * math/w_powf.c: Likewise.
12043         * math/w_powl.c: Likewise.
12044         * math/w_scalb.c (sysv_scalb): Likewise.
12045         * math/w_scalbf.c (sysv_scalbf): Likewise.
12046         * math/w_scalbl.c (sysv_scalbl): Likewise.
12047         * misc/error.c (error_tail): Likewise.
12048         * misc/pselect.c (__pselect): Likewise.
12049         * nis/nis_callback.c (__nis_create_callback): Likewise.
12050         * nis/nis_call.c (__nisfind_server): Likewise.
12051         * nis/nis_creategroup.c (nis_creategroup): Likewise.
12052         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
12053         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
12054         * nis/nis_getservlist.c (nis_getservlist): Likewise.
12055         * nis/nis_lookup.c (nis_lookup): Likewise.
12056         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
12057         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
12058         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
12059         * nis/nis_xdr.c (xdr_endpoint): Likewise.
12060         * nis/nss_compat/compat-grp.c (getgrent_next_file)
12061         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
12062         * nis/nss_compat/compat-initgroups.c (add_group)
12063         (internal_getgrent_r): Likewise.
12064         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
12065         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
12066         * nis/nss_compat/compat-spwd.c (getspent_next_file)
12067         (internal_getspnam_r): Likewise.
12068         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
12069         (_nss_nis_getaliasbyname_r): Likewise.
12070         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
12071         (_nss_nis_getntohost_r): Likewise.
12072         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
12073         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
12074         (_nss_nis_getgrgid_r): Likewise.
12075         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
12076         (internal_nis_gethostent_r, internal_gethostbyname2_r)
12077         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
12078         (_nss_nis_gethostbyname4_r): Likewise.
12079         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
12080         (initgroups_netid): Likewise.
12081         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
12082         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
12083         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
12084         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
12085         (_nss_nis_getprotobynumber_r): Likewise.
12086         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
12087         (_nss_nis_getsecretkey): Likewise.
12088         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
12089         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
12090         (_nss_nis_getpwuid_r): Likewise.
12091         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
12092         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
12093         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
12094         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
12095         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
12096         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
12097         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12098         Likewise.
12099         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
12100         (_nss_nisplus_getntohost_r): Likewise.
12101         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
12102         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12103         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
12104         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
12105         Likewise.
12106         * nis/nss_nisplus/nisplus-initgroups.c
12107         (_nss_nisplus_initgroups_dyn): Likewise.
12108         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12109         (_nss_nisplus_getnetbyaddr_r): Likewise.
12110         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12111         (_nss_nisplus_getprotobynumber_r): Likewise.
12112         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12113         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
12114         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12115         Likewise.
12116         * nis/nss_nisplus/nisplus-service.c
12117         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12118         (_nss_nisplus_getservbyport_r): Likewise.
12119         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12120         (_nss_nisplus_getspnam_r): Likewise.
12121         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12122         Likewise.
12123         * nscd/aicache.c (addhstaiX): Likewise.
12124         * nscd/cache.c (cache_search, prune_cache): Likewise.
12125         * nscd/connections.c (register_traced_file, send_ro_fd)
12126         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12127         (main_loop_epoll): Likewise.
12128         * nscd/grpcache.c (addgrbyX): Likewise.
12129         * nscd/hstcache.c (addhstbyX): Likewise.
12130         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12131         * nscd/mem.c (gc, mempool_alloc): Likewise.
12132         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12133         (addinnetgrX): Likewise.
12134         * nscd/nscd-client.h (__nscd_acquire_maplock)
12135         (__nscd_drop_map_ref): Likewise.
12136         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12137         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12138         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
12139         Likewise.
12140         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12141         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12142         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12143         (__nscd_get_map_ref): Likewise.
12144         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12145         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12146         Likewise.
12147         * nscd/pwdcache.c (addpwbyX): Likewise.
12148         * nscd/selinux.c (preserve_capabilities): Likewise.
12149         * nscd/servicescache.c (addservbyX): Likewise.
12150         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12151         * posix/fnmatch.c (fnmatch): Likewise.
12152         * posix/getopt.c (_getopt_internal_r): Likewise.
12153         * posix/glob.c (glob, glob_in_dir): Likewise.
12154         * posix/wordexp.c (exec_comm_child): Likewise.
12155         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12156         (getanswer_r, gaih_getanswer_slice): Likewise.
12157         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12158         * resolv/res_init.c: Likewise.
12159         * resolv/res_mkquery.c (res_nmkquery): Likewise.
12160         * resolv/res_query.c (__libc_res_nquery): Likewise.
12161         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12162         Likewise.
12163         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12164         * stdio-common/perror.c (perror): Likewise.
12165         * stdio-common/printf_fp.c (___printf_fp): Likewise.
12166         * stdio-common/tmpnam.c (tmpnam): Likewise.
12167         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12168         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
12169         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12170         Likewise.
12171         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12172         * stdlib/putenv.c (putenv): Likewise.
12173         * stdlib/setenv.c (__add_to_environ): Likewise.
12174         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12175         * stdlib/strtol_l.c (INTERNAL): Likewise.
12176         * string/memmem.c (memmem): Likewise.
12177         * string/strerror.c (strerror): Likewise.
12178         * string/strnlen.c (__strnlen): Likewise.
12179         * string/test-memmem.c (simple_memmem): Likewise.
12180         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12181         * sunrpc/pm_getport.c (__get_socket): Likewise.
12182         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12183         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
12184         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12185         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
12186         Likewise.
12187         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12188         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12189         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12190         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12191         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
12192         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12193         Likewise.
12194         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12195         Likewise.
12196         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12197         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12198         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12199         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12200         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12201         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12202         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12203         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12204         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12205         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12206         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12207         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12208         Likewise.
12209         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12210         Likewise.
12211         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12212         Likewise.
12213         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12214         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12215         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12216         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12217         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12218         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12219         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12220         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12221         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12222         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12223         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12224         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12225         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12226         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12227         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
12228         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12229         Likewise.
12230         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12231         Likewise.
12232         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12233         Likewise.
12234         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12235         Likewise.
12236         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12237         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12238         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12239         Likewise.
12240         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12241         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12242         * sysdeps/posix/opendir.c (__opendirat): Likewise.
12243         * sysdeps/posix/sleep.c: Likewise.
12244         * sysdeps/posix/tempname.c: Likewise.
12245         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12246         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12247         Likewise.
12248         * sysdeps/powerpc/powerpc32/dl-machine.h
12249         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
12250         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12251         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12252         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12253         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12254         Likewise.
12255         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
12256         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12257         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12258         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12259         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12260         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12261         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12262         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12263         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12264         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
12265         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12266         (elf_machine_lazy_rel): Likewise.
12267         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
12268         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12269         (elf_machine_lazy_rel): Likewise.
12270         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12271         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12272         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12273         * sysdeps/unix/grantpt.c (grantpt): Likewise.
12274         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12275         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12276         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12277         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12278         Likewise.
12279         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12280         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12281         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12282         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12283         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12284         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12285         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12286         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12287         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12288         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12289         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12290         Likewise.
12291         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12292         (__posix_fallocate64_l64): Likewise.
12293         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12294         (posix_fallocate): Likewise.
12295         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12296         Likewise.
12297         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
12298         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12299         (getifaddrs_internal): Likewise.
12300         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12301         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12302         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12303         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12304         * sysdeps/unix/sysv/linux/posix_fallocate64.c
12305         (__posix_fallocate64_l64): Likewise.
12306         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12307         Likewise.
12308         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12309         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12310         (__get_clockfreq): Likewise.
12311         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12312         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12313         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12314         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12315         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12316         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12317         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12318         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12319         Likewise.
12320         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12321         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12322         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12323         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12324         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12325         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12326         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12327         Likewise.
12328         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12329         (posix_fallocate): Likewise.
12330         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12331         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12332         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
12333         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12334         (elf_machine_rela, elf_machine_rela_relative)
12335         (elf_machine_lazy_rel): Likewise.
12336         * time/asctime.c (asctime_internal): Likewise.
12337         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12338         * time/tzset.c (__tzset_parse_tz): Likewise.
12339         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12340         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12341         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12342         * wcsmbs/wcsmbsload.h: Likewise.
12343
12344         [BZ #15894]
12345         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12346
12347         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12348         (arena_get2): Remove THREAD_STATS conditionals.
12349         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12350         (__malloc_stats, int): Likewise.
12351
12352 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
12353
12354         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12355         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
12356
12357         * manual/setjmp.texi: Fix typos/grammar errors.
12358
12359         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12360         Only return early when n is <= 0.  Delete unused return statement.
12361
12362         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12363         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12364         * debug/tst-longjmp_chk3.c: New file.
12365
12366         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12367         (test_main): Replace code with set_fortify_handler call.
12368         * debug/test-strcpy_chk.c: Likewise.
12369         * debug/tst-chk1.c: Likewise.
12370         * debug/tst-longjmp_chk.c: Likewise.
12371         * test-skeleton.c: Include fcntl.h & paths.h
12372         (set_fortify_handler): Define.
12373
12374         * debug/tst-longjmp_chk.c: Add header comment and include
12375         ../test-skeleton.c.
12376         (do_test): Mark static.
12377         (TEST_FUNCTION): Define.
12378
12379         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12380         (IP_PMTUDISC_INTERFACE): Likewise.
12381         (IP_MULTICAST_IF): Likewise.
12382         (IP_MULTICAST_TTL): Likewise.
12383         (IP_MULTICAST_LOOP): Likewise.
12384         (IP_ADD_MEMBERSHIP): Likewise.
12385         (IP_DROP_MEMBERSHIP): Likewise.
12386         (IP_UNBLOCK_SOURCE): Likewise.
12387         (IP_BLOCK_SOURCE): Likewise.
12388         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12389         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12390         (IP_MSFILTER): Likewise.
12391         (MCAST_JOIN_GROUP): Likewise.
12392         (MCAST_BLOCK_SOURCE): Likewise.
12393         (MCAST_UNBLOCK_SOURCE): Likewise.
12394         (MCAST_LEAVE_GROUP): Likewise.
12395         (MCAST_JOIN_SOURCE_GROUP): Likewise.
12396         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12397         (MCAST_MSFILTER): Likewise.
12398         (IP_MULTICAST_ALL): Likewise.
12399         (IP_UNICAST_IF): Likewise.
12400
12401         * timezone/Makefile: Delete $(have-ksh) check.
12402         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12403         * timezone/tzselect.ksh: Add +x mode bits.
12404
12405         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12406         (ANON_INODE_FS_MAGIC): Likewise.
12407         (BDEVFS_MAGIC): Likewise.
12408         (BINFMTFS_MAGIC): Likewise.
12409         (BTRFS_TEST_MAGIC): Likewise.
12410         (CRAMFS_MAGIC_WEND): Likewise.
12411         (DEBUGFS_MAGIC): Likewise.
12412         (ECRYPTFS_SUPER_MAGIC): Likewise.
12413         (EXT3_SUPER_MAGIC): Likewise.
12414         (EXT4_SUPER_MAGIC): Likewise.
12415         (FUTEXFS_SUPER_MAGIC): Likewise.
12416         (HOSTFS_SUPER_MAGIC): Likewise.
12417         (HUGETLBFS_MAGIC): Likewise.
12418         (MINIX3_SUPER_MAGIC): Likewise.
12419         (MTD_INODE_FS_MAGIC): Likewise.
12420         (NILFS_SUPER_MAGIC): Likewise.
12421         (OPENPROM_SUPER_MAGIC): Likewise.
12422         (PIPEFS_MAGIC): Likewise.
12423         (PSTOREFS_MAGIC): Likewise.
12424         (QNX6_SUPER_MAGIC): Likewise.
12425         (RAMFS_MAGIC): Likewise.
12426         (REISERFS_SUPER_MAGIC_STRING): Likewise.
12427         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12428         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12429         (SECURITYFS_MAGIC): Likewise.
12430         (SELINUX_MAGIC): Likewise.
12431         (SMACK_MAGIC): Likewise.
12432         (SOCKFS_MAGIC): Likewise.
12433         (SQUASHFS_MAGIC): Likewise.
12434         (STACK_END_MAGIC): Likewise.
12435         (TMPFS_MAGIC): Likewise.
12436         (USBDEVICE_SUPER_MAGIC): Likewise.
12437         (V9FS_MAGIC): Likewise.
12438         (XENFS_SUPER_MAGIC): Likewise.
12439         (CRAMFS_MAGIC): Fix typo in comment.
12440         (EXT2_SUPER_MAGIC): Update comment.
12441         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12442
12443 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
12444
12445         * sysdeps/arm: Move directory from ports/sysdeps/arm.
12446         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12447         * sysdeps/unix/sysv/linux/arm: Move directory from
12448         ports/sysdeps/unix/sysv/linux/arm.
12449         * README: Update listing for arm-*-linux-gnueabi.
12450
12451         * README: Remove mention of am33.
12452
12453 2014-02-07  Roland McGrath  <roland@hack.frob.com>
12454
12455         * bits/sigset.h (__sigemptyset): Use a statement expression rather
12456         than the comma operator, to avoid "rhs of comma has no effect"
12457         compiler warnings.
12458         (__sigfillset, __sigandset, __sigorset): Likewise.
12459         * include/signal.h (__sigemptyset): Likewise.
12460         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12461
12462 2014-02-07  Allan McRae  <allan@archlinux.org>
12463
12464         * version.h (RELEASE): Set to "development".
12465         (VERSION): Set to "2.19.90"
12466         * NEWS: Add 2.20 section.
12467
12468 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
12469
12470         [BZ #16529]
12471         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12472
12473 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12474
12475         * manual/contrib.texi: Update entry for Carlos O'Donell,
12476         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12477
12478 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
12479
12480         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12481
12482         * sysdeps/unix/sysv/linux/kernel-features.h
12483         [__LINUX_KERNEL_VERSION >= 0x020621]
12484         (__ASSUME_PROC_PID_TASK_COMM): Define.
12485
12486 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12487
12488         [BZ #16398]
12489         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12490         conversion when destination buffer does not have enough space.
12491         * libio/tst-ftell-partial-wide.c: New test case.
12492         * libio/Makefile (tests): Add tst-ftell-partial-wide.
12493
12494         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12495         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
12496         Leonard and Allan McRae.
12497
12498 2014-02-04  David S. Miller  <davem@davemloft.net>
12499
12500         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12501         32-bit.
12502
12503 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12504
12505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12506         New file
12507         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12508         New file
12509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12510         New file.
12511         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12512         New file.
12513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12514         New file.
12515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12516         New file.
12517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12518         New file.
12519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12520         New file.
12521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12522         New file.
12523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12524         New file.
12525         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12526         New file.
12527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12528         New file.
12529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12530         New file.
12531
12532 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12533
12534         * nptl/shlib-versions: Change powerpc*le start to 2.17.
12535         * shlib-versions: Likewise.
12536
12537 2014-02-04  Roland McGrath  <roland@hack.frob.com>
12538             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12539
12540         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
12541         (abilist-pattern): New variable, set to %-le.abilist.
12542
12543         * Makerules (abilist-pattern): New variable.
12544         (vpath): Use $(abilist-pattern) in place of %.abilist.
12545         (check-abi-% pattern rule): Likewise.
12546         (check-abi, update-abi): Likewise.
12547
12548 2014-02-04  Eric Wong  <normalperson@yhbt.net>
12549
12550         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12551
12552 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
12553
12554         * manual/startup.texi: Add next, previous, and top entries for
12555         the `Program Arguments' and `Environment Variables' nodes.
12556
12557 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
12558
12559         * manual/macros.texi: Add comments before MTASC-safety macros.
12560
12561         * manual/users.texi: Document MTASC-safety properties.
12562
12563         * manual/threads.texi (pthread_key_create, pthread_key_delete)
12564         (pthread_getspecific, pthread_setspecific): Format with
12565         @deftypefun, and add @safety note.
12566         * manual/signal.texi: Move comments that analyze the above
12567         functions to their home place.
12568
12569 2014-02-03  Allan McRae  <allan@archlinux.org>
12570
12571         * po/sl.po: Update Slovenian translation from translation project.
12572
12573 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
12574
12575         * manual/time.texi (timegm): Add missing blank after @c.
12576         Reported by Joseph Myers <joseph@codesourcery.com>.
12577
12578 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
12579
12580         * manual/check-safety.sh: New.
12581         * manual/Makefile ($(objpfx)stamp-summary): Run it.
12582
12583         * manual/terminal.texi: Document MTASC-safety properties.
12584
12585         * manual/filesys.texi: Document MTASC-safety properties.
12586
12587         * manual/errno.texi: Document MTASC-safety properties.
12588
12589         * manual/intro.texi: Document safety identifiers and
12590         conditionals.
12591
12592         * manual/string.texi (wcstok): Fix prototype.
12593         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
12594
12595         * manual/time.texi: Document MTASC-safety properties.
12596
12597         * manual/string.texi: Document MTASC-safety properties.
12598
12599         * manual/threads.texi: Document MTASC-safety properties.
12600
12601         * manual/stdio.texi: Document MTASC-safety properties.
12602
12603         * manual/syslog.texi: Document MTASC-safety properties.
12604
12605         * manual/sysinfo.texi: Document MTASC-safety properties.
12606
12607         * manual/startup.texi: Document MTASC-safety properties.
12608
12609         * manual/socket.texi: Document MTASC-safety properties.
12610
12611         * manual/signal.texi: Document MTASC-safety properties.
12612
12613 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
12614
12615         * manual/setjmp.texi: Document MTASC-safety properties.
12616
12617         * manual/search.texi: Document MTASC-safety properties.
12618
12619         * manual/resource.texi: Document MTASC-safety properties.
12620
12621         * manual/process.texi: Document MTASC-safety properties.
12622
12623         * manual/platform.texi: Document MTASC-safety properties.
12624
12625         * manual/pipe.texi: Document MTASC-safety properties.
12626
12627         * manual/pattern.texi: Document MTASC-safety properties.
12628
12629         * manual/message.texi: Document MTASC-safety properties.
12630
12631         [BZ #12751]
12632         * manual/memory.texi: Document MTASC-safety properties.
12633
12634         * manual/math.texi: Document MTASC-safety properties.
12635
12636         * manual/locale.texi: Document MTASC-safety properties.
12637
12638         * manual/llio.texi: Document MTASC-safety properties.
12639
12640         * manual/libdl.texi: New.
12641
12642         * manual/lang.texi: Document MTASC-safety properties.
12643
12644         * manual/job.texi: Document MTASC-safety properties.
12645
12646         * manual/getopt.texi: Document MTASC-safety properties.
12647
12648         * manual/ctype.texi: Document MTASC-safety properties.
12649
12650 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
12651
12652         [BZ #16046]
12653         * csu/libc-tls.c (static_map): Remove variable.
12654         (__libc_setup_tls): Use main executable's link map for TLS data.
12655         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
12656         casing for LM_ID_BASE and GL(dl_nns).
12657         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
12658         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
12659         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
12660         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
12661         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
12662         member.
12663         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
12664         l_phnum members.
12665
12666 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
12667
12668         * manual/debug.texi: Document MTASC-safety properties.
12669
12670 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12671
12672         [BZ #16510]
12673         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
12674         of __x86_64__ when disabling x87 inline functions.
12675
12676 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
12677
12678         * manual/charset.texi: Document MTASC-safety properties.
12679
12680         * manual/crypt.texi: Document MTASC-safety properties.
12681
12682         * manual/conf.texi: Document MTASC-safety properties.
12683
12684         * manual/arith.texi: Document MTASC-safety properties.
12685
12686         * manual/argp.texi: Document MTASC-safety properties.
12687
12688         * manual/macros.texi: Introduce macros to document multi
12689         thread, asynchronous signal and asynchronous cancellation
12690         safety properties.
12691         * manual/intro.texi: Introduce the properties themselves.
12692
12693 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12694
12695         * sysdeps/sh/sh4/Makefile: New file.
12696
12697 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
12698
12699         * math/gen-libm-test.pl ($srcdir): New variable.
12700         ($auto_input): Use it.
12701
12702 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12703
12704         [BZ #16506]
12705         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
12706         access beyond array bounds when parsing netgroups file.
12707
12708         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
12709         the old buffer before realloc.
12710
12711 2014-01-27  Allan McRae  <allan@archlinux.org>
12712
12713         * po/fr.po: Update French translation from translation project.
12714
12715 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12716
12717         * sysdeps/sh/libm-test-ulps: Regenerate.
12718
12719 2014-01-24  David S. Miller  <davem@davemloft.net>
12720
12721         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
12722
12723 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12724
12725         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
12726         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
12727
12728 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12729
12730         [BZ #16474]
12731         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
12732         string pointers after reallocation.
12733
12734 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12735
12736         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
12737         __SH4A__ instead of __SH_FPU_ANY__.
12738
12739 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12740
12741         * sysdeps/sh/fpu_control.h: New file.
12742         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
12743         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
12744         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
12745         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
12746         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
12747         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
12748         * sysdeps/sh/sys/ucontext.h: Remove.
12749         * sysdeps/sh/sys: Remove directory.
12750
12751 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12752
12753         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
12754         s390/sys/ucontext.h.
12755         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12756         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
12757
12758 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
12759
12760         [BZ #15605]
12761         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
12762
12763 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12764
12765         [BZ#16431]
12766         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
12767         Adjust the vDSO correctly for internal calls.
12768         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
12769
12770 2014-01-20  Allan McRae  <allan@archlinux.org>
12771
12772         * po/ca.po: Update Catalan translation from translation project.
12773
12774 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
12775
12776         * sysdeps/s390/sotruss-lib.c: New file.
12777
12778 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12779
12780         [BZ#16430]
12781         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
12782         (__GI___gettimeofday): Alias for a different internal symbol to avoid
12783         local calls issues by not having a PLT stub required for IFUNC calls.
12784         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12785
12786 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
12787
12788         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
12789         * math/test-fpucw-static.c: Likewise.
12790
12791 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12792
12793         [BZ #16453]
12794         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
12795
12796 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12797
12798         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
12799         implementation for powerpc.
12800
12801 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
12802
12803         [BZ #14782]
12804         * sysdeps/posix/system.c (__libc_system): Do not enable
12805         asynchronous cancellation.
12806
12807 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12808
12809         [BZ #16427]
12810         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
12811         handling only for numbers special also in the IEEE case.
12812
12813 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12814
12815         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12816
12817 2014-01-11  Allan McRae  <allan@archlinux.org>
12818
12819         * po/bg.po: Update Bulgarian translation from translation project.
12820
12821         * po/de.po: Update German translation from translation project.
12822
12823 2014-01-10  Roland McGrath  <roland@hack.frob.com>
12824
12825         * sysdeps/generic/gcc-compat.h: New file.
12826
12827 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12828
12829         * benchtests/asin-inputs: Correct slow inputs.
12830         * benchtests/acos-inputs: Likewise.
12831
12832 2014-01-10  Allan McRae  <allan@archlinux.org>
12833
12834         * po:sv.po: Update Swedish translation from translation project.
12835
12836         * po/vi.po: Update Vietnamese translation from translation project.
12837
12838         * po/eo.po: Update Esperanto translation from translation project.
12839
12840         * po/cs.po: Update Czech translation from translation project.
12841
12842         * po/nl.po: Update Dutch translation from translation project.
12843
12844         * po/pl.po: Update Polish translation from translation project.
12845
12846         * po/ru.po: Update Russian translation from translation project.
12847
12848         * po/uk.po: Update Ukrainian translation from translation project.
12849
12850 2014-01-08  Brooks Moses  <bmoses@google.com>
12851
12852         * elf/dl-load.c: Fix comment typo.
12853
12854 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
12855
12856         * po/header.pot: Rename to...
12857         * po/pot.header: ... this.
12858         * po/Makefile: Use pot.header.
12859
12860 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
12861             Maxim Kuvyrkov  <maxim@kugelworks.com>
12862
12863         [BZ #16394]
12864         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12865         SRC and DEST against LEN.
12866
12867 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12868
12869         [BZ #16414]
12870         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12871         implementation.
12872         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12873
12874 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12875
12876         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12877
12878 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
12879
12880         [BZ #16408]
12881         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12882         for large positive arguments.
12883
12884 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
12885
12886         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12887
12888         * math/auto-libm-test-in: Mark various tests with
12889         xfail-rounding:ldbl-128ibm.
12890         * math/auto-libm-test-out: Regenerated.
12891
12892         [BZ #16407]
12893         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12894         Increase overflow threshold.
12895
12896 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12897
12898         [BZ #14286]
12899         * stdio-common/vfprintf.c: Check for integer overflow.
12900
12901 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12902
12903         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12904         the first argument and return value of __tls_get_addr_internal.
12905
12906 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12907
12908         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12909         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12910
12911 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12912
12913         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12914         * sysdeps/s390/rtld-global-offsets.sym: New file.
12915         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12916         GLIBC_2.19 symbol.
12917         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12918         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12919         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12920         ... this.
12921         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12922         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12923         ... this.
12924         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12925         Regenerate.
12926         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12927         Regenerate.
12928         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12929         halfs of GPRs for high_gprs contexts.
12930         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12931         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12932         field.
12933         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12934         uc_flags field.
12935         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12936         64 bit versions:
12937         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12938         for high GPRs (uc_high_gprs) and for future extensions
12939         (__reserved).
12940         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12941         for future extensions (__reserved).
12942         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12943         64 bit versions:
12944         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12945         SC_HIGHGPRS offset definition.
12946         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12947         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12948
12949         * Versions.def: Add GLIBC_2.19 for libpthread.
12950         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12951         siglongjmp for libpthread with GLIBC_2.19 symver.
12952         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12953         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12954         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12955         * sysdeps/s390/__longjmp.c: New file.
12956         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12957         * sysdeps/s390/longjmp.c: New file.
12958         * sysdeps/s390/setjmp.S: New file.
12959         * sysdeps/s390/sigjmp.S: New file.
12960         * sysdeps/s390/v1-longjmp.c: New file.
12961         * sysdeps/s390/v1-setjmp.h: New file.
12962         * sysdeps/s390/v1-sigjmp.c: New file.
12963         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12964         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12965         GLIBC_2.19 version.
12966         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12967         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12968         versioned symbols for ____longjmp_chk.
12969         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12970         Likewise.
12971         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12972         Regenerate.
12973         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12974         Regenerate.
12975         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12976         Regenerate.
12977         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12978         Regenerate.
12979         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12980         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12981         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12982         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12983         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12984         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12985         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12986         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12987         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12988         * sysdeps/s390/rtld-__longjmp.c: New file.
12989         * sysdeps/s390/rtld-setjmp.S: New file.
12990
12991 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
12992
12993         [BZ #16400]
12994         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12995         Return -__logl (x) for small positive arguments without evaluating
12996         a polynomial.
12997
12998 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
12999
13000         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
13001         Rename to ...
13002         (__ptrace_peeksiginfo_args): ... this.
13003         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
13004         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
13005         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
13006
13007 2014-01-06  Allan McRae  <allan@archlinux.org>
13008
13009         * inet/netinet/in.h: Fix typo in comment.
13010
13011 2014-01-05  Andreas Jaeger  <aj@suse.de>
13012
13013         * sysdeps/i386/fpu/libm-test-ulps: Update.
13014
13015 2014-01-05  Allan McRae  <allan@archlinux.org>
13016
13017         * po/libc.pot: Regenerated.
13018
13019         * malloc/memusagestat.c: Fix gettext call formatting.
13020
13021 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
13022
13023         * nscd/nscd.c: Improve usage() output.
13024
13025 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
13026
13027         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
13028         * sysdeps/unix/sysv/linux/configure: Regenerated.
13029         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
13030         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
13031
13032 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13033
13034         [BZ #16390]
13035         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
13036         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
13037
13038 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13039
13040         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
13041         extra tokens at end of #undef directive.
13042         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
13043         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
13044         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
13045
13046 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13047
13048         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13049
13050         * math/auto-libm-test-in: Mark various tests with
13051         xfail-rounding:ldbl-128ibm.
13052         * math/auto-libm-test-out: Regenerated.
13053
13054 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
13055
13056         [BZ #16386]
13057         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
13058         numbers with subnormal high part when calculating exponent.
13059
13060         [BZ #16385]
13061         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
13062         fabs.
13063
13064         [BZ #16384]
13065         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
13066         M_LN2l.
13067         (__ieee754_acoshl): Use __log1pl not __log1p.
13068
13069 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
13070
13071         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
13072         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
13073         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
13074         (grow_heap, heap_trim, _int_new_arena, get_free_list)
13075         (reused_arena, arena_get2): Convert to GNU style.
13076         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
13077         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
13078         (memalign_check, __malloc_set_state): Likewise.
13079         * malloc/mallocbug.c (main): Likewise.
13080         * malloc/malloc.c (__malloc_assert, malloc_init_state)
13081         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
13082         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
13083         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
13084         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
13085         (__posix_memalign, malloc_info): Likewise.
13086         * malloc/malloc.h: Likewise.
13087         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
13088         (mallochook, memalignhook, reallochook, mabort): Likewise.
13089         * malloc/mcheck.h: Likewise.
13090         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
13091         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
13092         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
13093         * malloc/morecore.c (__default_morecore): Likewise.
13094         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
13095         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
13096         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
13097         (print_and_abort): Likewise.
13098         * malloc/obstack.h: Likewise.
13099         * malloc/set-freeres.c (__libc_freeres): Likewise.
13100         * malloc/tst-mallocstate.c (main): Likewise.
13101         * malloc/tst-mtrace.c (main): Likewise.
13102         * malloc/tst-realloc.c (do_test): Likewise.
13103
13104 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13105
13106         [BZ #16366]
13107         * nscd/netgroupcache.c (do_notfound): New function.
13108         (addgetnetgrentX): Use it.
13109
13110         [BZ # 16365]
13111         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13112         NSS_STATUS_NOTFOUND.
13113
13114 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
13115
13116         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13118
13119 2014-01-01  Allan McRae  <allan@archlinux.org>
13120
13121         * scripts/update-copyrights: Update configure input file suffix.
13122
13123         * NEWS: Update copyright year.
13124         * catgets/gencat.c: Likewise.
13125         * csu/version.c: Likewise.
13126         * debug/catchsegv.sh: Likewise.
13127         * debug/pcprofiledump.c: Likewise.
13128         * debug/xtrace.sh: Likewise.
13129         * elf/ldconfig.c: Likewise.
13130         * elf/ldd.bash.in: Likewise.
13131         * elf/pldd.c: Likewise.
13132         * elf/sotruss.ksh: Likewise.
13133         * elf/sprof.c: Likewise.
13134         * iconv/iconv_prog.c: Likewise.
13135         * iconv/iconvconfig.c: Likewise.
13136         * locale/programs/locale.c: Likewise.
13137         * locale/programs/localedef.c: Likewise.
13138         * login/programs/pt_chown.c: Likewise.
13139         * malloc/memusage.sh: Likewise.
13140         * malloc/memusagestat.c: Likewise.
13141         * malloc/mtrace.pl: Likewise.
13142         * manual/libc.texinfo: Likewise.
13143         * nscd/nscd.c: Likewise.
13144         * nss/getent.c: Likewise.
13145         * nss/makedb.c: Likewise.
13146         * posix/getconf.c: Likewise.
13147         * scripts/test-installation.pl: Likewise.
13148
13149         * All files with FSF copyright notices: Update copyright dates
13150         using scripts/update-copyrights.
13151         * intl/plural.c: Regenerated.
13152         * locale/programs/charmap-kw.h: Likewise.
13153         * locale/programs/locfile-kw.h: Likewise.
13154
13155 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
13156
13157         * sysdeps/unix/sysv/linux/configure: Regenerated.
13158         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13159         the linux/fanotify.h header.
13160         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13161         HAVE_LINUX_FANOTIFY_H is defined.
13162
13163 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
13164
13165         * benchtests/cos-inputs: New inputs.
13166         * benchtests/sin-inputs: Likewise.
13167
13168         * benchtests/atan-inputs: New inputs. Fix name of multiple
13169         precision fallback inputs.
13170
13171         * benchtests/atanh-inputs: New inputs.
13172         * benchtests/tanh-inputs: Likewise.
13173
13174         * benchtests/acosh-inputs: New inputs.
13175         * benchtests/asinh-inputs: Likewise.
13176
13177         * benchtests/cosh-inputs: New inputs.
13178         * benchtests/sinh-inputs: Likewise.
13179
13180         * benchtests/acos-inputs: Add more inputs.
13181         * benchtests/asin-inputs: Likewise.
13182
13183 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
13184
13185         [BZ #16375]
13186         * manual/arith.texi: Fix spelling.
13187         * manual/charset.texi: Likewise.
13188         * manual/errno.texi: Likewise.
13189         * manual/filesys.texi: Likewise.
13190         * manual/lang.texi: Likewise.
13191         * manual/llio.texi: Likewise.
13192         * manual/locale.texi: Likewise.
13193         * manual/message.texi: Likewise.
13194         * manual/resource.texi: Likewise.
13195         * manual/search.texi: Likewise.
13196         * manual/setjmp.texi: Likewise.
13197         * manual/stdio.texi: Likewise.
13198         * manual/string.texi: Likewise.
13199         * manual/sysinfo.texi: Likewise.
13200         * manual/time.texi: Likewise.
13201
13202 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
13203
13204         * po/sl.po: New file.
13205
13206 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
13207
13208         * .gitignore: Add core/.gdbinit/.gdb_history.
13209
13210 2013-12-27  Allan McRae  <allan@archlinux.org>
13211
13212         [BZ #16369]
13213         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13214         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13215
13216 2013-12-24  Brooks Moses  <bmoses@google.com>
13217
13218         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13219         all compilers that claim C++98 compliance, not just GCC.
13220         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13221         Likewise.
13222
13223 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13224
13225         * NEWS: Restore accidentally deleted bug-fix entries.
13226
13227 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13228             Ondřej Bílka  <neleai@seznam.cz>
13229
13230         [BZ #15073]
13231         * malloc/malloc.c (_int_free): Perform sanity check only if we
13232         have_lock.
13233
13234 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
13235
13236         [BZ #12986]
13237         * manual/stdio.texi (String Input Conversions): Clarify that character
13238         classes are not supported.
13239
13240 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13241
13242         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13243
13244 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
13245
13246         [BZ #16337]
13247         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13248         Calculate results for small negative arguments directly rather
13249         than using reflection formula with special underflow handling.
13250
13251         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13252         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13253         sysdeps/unix/bsd/bsd4.4/syscalls.list.
13254         (fchflags): Likewise.
13255         (revoke): Likewise.
13256         (setlogin): Likewise.
13257         (sigaltstack): Likewise.
13258         (wait4): Likewise.
13259         (sigblock): Remove.
13260         (sigsetmask): Likewise.
13261         (wait3): Likewise.
13262         (waitpid): Likewise.
13263         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13264         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13265         file.
13266         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13267         * sysdeps/unix/bsd/Makefile: ... here.
13268         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13269         * sysdeps/unix/bsd/Versions: ... here.
13270         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13271         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13272         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13273         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13274         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13275         * sysdeps/unix/bsd/sigblock.c: ... here.
13276         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13277         * sysdeps/unix/bsd/sigsetmask.c: ... here.
13278         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13279         * sysdeps/unix/bsd/sigvec.c: ... here.
13280         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13281         * sysdeps/unix/bsd/tcdrain.c: ... here.
13282         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13283         * sysdeps/unix/bsd/tcgetattr.c: ... here.
13284         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13285         * sysdeps/unix/bsd/tcsetattr.c: ... here.
13286         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13287         * sysdeps/unix/bsd/wait.c: ... here.
13288         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13289         * sysdeps/unix/bsd/wait3.c: ... here.
13290         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13291         * sysdeps/unix/bsd/waitpid.c: ... here.
13292
13293 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
13294
13295         [BZ #16356]
13296         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13297         round-to-nearest for [!USE_AS_EXPM1L].
13298         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13299         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
13300         more tests of exp and exp10.  Expect some exp10 tests to miss
13301         exceptions or fail in directed rounding modes.
13302         * math/auto-libm-test-out: Regenerated.
13303         * math/libm-test.inc (exp10_tonearest_test_data): New array.
13304         (exp10_test_tonearest): New function.
13305         (exp10_towardzero_test_data): New array.
13306         (exp10_test_towardzero): New function.
13307         (exp10_downward_test_data): New array.
13308         (exp10_test_downward): New function.
13309         (exp10_upward_test_data): New array.
13310         (exp10_test_upward): New function.
13311         (main): Call the new functions.
13312         * sysdeps/i386/fpu/libm-test-ulps: Update.
13313         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13314
13315 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
13316
13317         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13318         asinh, atan, atan2, atanh, cbrt, cos and cosh.
13319         * math/auto-libm-test-out: Regenerated.
13320         * math/libm-test.inc (acosh_test_data): Add more tests.
13321         (atanh_test_data): Likewise.
13322         (ceil_test_data): Likewise.
13323         (copysign_test_data): Likewise.
13324         * sysdeps/i386/fpu/libm-test-ulps: Update.
13325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13326
13327         * timezone/checktab.awk: Update from tzcode 2013i.
13328         * timezone/private.h: Likewise.
13329         * timezone/scheck.c: Likewise.
13330         * timezone/tzfile.h: Likewise.
13331         * timezone/tzselect.ksh: Likewise.
13332         * timezone/zdump.c: Likewise.
13333         * timezone/zic.c: Likewise.
13334
13335         * math/auto-libm-test-in: Add tests of cpow.
13336         * math/auto-libm-test-out: Regenerated.
13337         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
13338         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13339         mpc_cc_c.
13340         (func_calc_desc): Add mpc_cc_c union field.
13341         (test_functions): Add cpow.
13342         (special_fill_2pi): New function.
13343         (special_real_inputs): Add 2pi.
13344         (calc_generic_results): Handle mpc_cc_c.
13345         * sysdeps/i386/fpu/libm-test-ulps: Update.
13346         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13347
13348         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13349         csqrt, ctan and ctanh.
13350         * math/auto-libm-test-out: Regenerated.
13351         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13352         (TEST_COND_x86): Likewise.
13353         (ccos_test_data): Use AUTO_TESTS_c_c.
13354         (ccosh_test_data): Likewise.
13355         (cexp_test_data): Likewise.
13356         (clog_test_data): Likewise.
13357         (csqrt_test_data): Likewise.
13358         (ctan_test_data): Likewise.
13359         (ctan_tonearest_test_data): Likewise.
13360         (ctan_towardzero_test_data): Likewise.
13361         (ctan_downward_test_data): Likewise.
13362         (ctan_upward_test_data): Likewise.
13363         (ctanh_test_data): Likewise.
13364         (ctanh_tonearest_test_data): Likewise.
13365         (ctanh_towardzero_test_data): Likewise.
13366         (ctanh_downward_test_data): Likewise.
13367         (ctanh_upward_test_data): Likewise.
13368         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13369         mpc_c_c.
13370         (func_calc_desc): Add mpc_c_c union field.
13371         (FUNC_mpc_c_c): New macro.
13372         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13373         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13374         ctanh.
13375         (special_fill_min_subnorm_p120): New function.
13376         (special_real_inputs): Add min_subnorm_p120.
13377         (calc_generic_results): Handle mpc_c_c.
13378         * sysdeps/i386/fpu/libm-test-ulps: Update.
13379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13380
13381 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13382
13383         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13384         (do_sin_slow): New functions.
13385         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13386         (cslow2, csloww1, csloww2): Use the new functions.
13387
13388         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13389         Use M to change sign of result instead of X.  Assume X is
13390         positive.
13391         (csloww1): Likewise.
13392         (__sin): Adjust.
13393         (__cos): Adjust.
13394
13395         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13396         arguments A and DA.
13397         (__sin): Adjust.
13398         (__cos): Likewise.
13399
13400         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13401         (__cos): Likewise.
13402         (sloww1): Don't adjust sign of DX.
13403         (csloww1): Likewise.
13404         (sloww2): Use X directly and don't adjust sign of DX.
13405         (csloww2): Likewise.
13406
13407 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13408
13409         * math/auto-libm-test-in: Add tests of cabs and carg.
13410         * math/auto-libm-test-out: Regenerated.
13411         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13412         (carg_test_data): Likewise.
13413         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13414         mpc_c_f.
13415         (func_calc_desc): Add mpc_c_f union field.
13416         (test_functions): Add cabs and carg.
13417         (calc_generic_results): Handle mpc_c_f.
13418
13419         * sysdeps/powerpc/powerpc32/libgcc-compat.S
13420         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13421         as a macro and a compat symbol.
13422         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13423         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13424         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13425         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13426         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13427         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13428         not use .hidden.
13429         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13430         Likewise.
13431         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13432         Likewise.
13433         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13434         Likewise.
13435         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13436         Likewise.
13437         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13438         Likewise.
13439         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13440         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13441         from GLIBC_2.3.2.
13442
13443 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13444
13445         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13446
13447 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13448
13449         * manual/texinfo.tex: Update to version 2013-11-26.10 with
13450         trailing whitespace removed.
13451         * scripts/config.guess: Update to version 2013-11-29.
13452         * scripts/config.sub: Update to version 2013-10-01.
13453
13454         * math/auto-libm-test-in: Add tests of sincos.
13455         * math/auto-libm-test-out: Regenerated.
13456         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13457         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13458         mpfr_f_11.
13459         (func_calc_desc): Add mpfr_f_11 union field.
13460         (test_functions): Add sincos.
13461         (calc_generic_results): Handle mpfr_f_11.
13462         * sysdeps/i386/fpu/libm-test-ulps: Update.
13463         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13464
13465 2013-12-19  Andreas Schwab  <schwab@suse.de>
13466
13467         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13468         CALL_MCOUNT.
13469         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13470         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13471         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13472
13473 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13474
13475         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13476         * sysdeps/i386/fpu/libm-test-ulps: Update.
13477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13478
13479         [BZ #16293]
13480         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13481         round-to-nearest mode when using frndint.
13482         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13483         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13484         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13485         Likewise.
13486         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
13487         sinh test to fail.
13488         * math/auto-libm-test-out: Regenerated.
13489         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13490         (TEST_COND_x86): Likewise.
13491         (expm1_tonearest_test_data): New array.
13492         (expm1_test_tonearest): New function.
13493         (expm1_towardzero_test_data): New array.
13494         (expm1_test_towardzero): New function.
13495         (expm1_downward_test_data): New array.
13496         (expm1_test_downward): New function.
13497         (expm1_upward_test_data): New array.
13498         (expm1_test_upward): New function.
13499         (main): Run the new test functions.
13500         * sysdeps/i386/fpu/libm-test-ulps: Update.
13501         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13502
13503         * include/features.h: Update comment documenting feature test
13504         macros.  Mention _DEFAULT_SOURCE in comment.
13505         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13506         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13507         _BSD_SOURCE and _SVID_SOURCE.
13508         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13509         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13510         !_SVID_SOURCE]: Likewise.
13511         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13512         (__USE_POSIX_IMPLICITLY): Define.
13513         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13514         (_POSIX_SOURCE): Undefine and redefine.
13515         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13516         (_POSIX_C_SOURCE): Likewise.
13517         * manual/creature.texi (_DEFAULT_SOURCE): Document.
13518         (Feature Test Macros): Update documentation of default features.
13519
13520 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13521
13522         * benchtests/Makefile: Add bench-strtok.
13523         * benchtests/bench-strtok.c: New file: strtok benchtest.
13524
13525 2013-12-19  Allan McRae  <allan@archlinux.org>
13526
13527         * manual/install.texi: Suppress menu for plain text output.
13528         * INSTALL: Regenerated.
13529
13530 2013-12-18  Brooks Moses  <bmoses@google.com>
13531
13532         [BZ #15846]
13533         * misc/getauxval.c: Include errno.h.
13534         (__getauxval): Set errno to ENOENT if the requested type is not
13535         found.
13536         * misc/sys/auxv.h (getauxval): Document that it may set errno;
13537         don't declare with __attribute_const__.
13538         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
13539         * manual/startup.texi: Document that getauxval sets errno.
13540
13541 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13542
13543         * math/auto-libm-test-in: Add tests of jn and yn.
13544         * math/auto-libm-test-out: Regenerated.
13545         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
13546         (yn_test_data): Likewise.
13547         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13548         mpfr_if_f.
13549         (func_calc_desc): Add mpfr_if_f union field.
13550         (FUNC_mpfr_if_f): New macro.
13551         (test_functions): Add jn and yn.
13552         (calc_generic_results): Assert type of second input for
13553         mpfr_ff_f.  Handle mpfr_if_f.
13554         (output_for_one_input_case): Disable all checking for arguments
13555         fitting floating-point types in case of an integer argument.
13556         * sysdeps/i386/fpu/libm-test-ulps: Update.
13557         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13558
13559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
13560         Don't expect fegetround reference in libm.so.
13561
13562 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
13563
13564         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
13565         $(config-cflags-nofma).
13566
13567 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13568
13569         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
13570         * math/auto-libm-test-out: Regenerated.
13571
13572         [BZ #16338]
13573         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
13574         to determine exponent and adjust argument to have exponent of -1.
13575         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
13576         log2.
13577         * math/auto-libm-test-out: Regenerated.
13578         * sysdeps/i386/fpu/libm-test-ulps: Update.
13579         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13580
13581 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
13582
13583         * manual/probes.texi: Remove cases when per-thread arenas are
13584         disabled.
13585
13586 2013-12-18  Andreas Schwab  <schwab@suse.de>
13587
13588         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
13589         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
13590         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
13591         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
13592         * sysdeps/i386/i686/multiarch/Makefile: Update.
13593         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
13594
13595 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13596
13597         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
13598         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
13599
13600 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
13601
13602         [BZ #15968]
13603         Support TZ transition times < 00:00:00.
13604         This is needed for version-3 tz-format files; it supports time
13605         stamps past 2037 for America/Godthab (the only entry in the tz
13606         database for which this change is relevant).
13607         * manual/time.texi (TZ Variable): Document transition times
13608         from -167:59:59 through -00:00:01.
13609         * time/tzset.c (tz_rule): Time of day is now signed.
13610         (__tzset_parse_tz): Parse negative time of day.
13611
13612         Document TZ transition times >= 25:00:00.
13613         * manual/time.texi (TZ Variable): Document transition times from
13614         25:00:00 through 167:59:59.  These are already supported, and this
13615         support will help with version-3 tz-format files.
13616
13617         * manual/time.texi (TZ Variable): Modernize North America example
13618         to reflect current (i.e., 2007-and-later) daylight saving rules.
13619
13620         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
13621
13622 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13623
13624         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
13625         * sysdeps/unix/bsd/bits/stat.h: Likewise.
13626         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
13627         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
13628         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
13629         * sysdeps/unix/bsd/bsdstat.h: Likewise.
13630         * sysdeps/unix/bsd/clock.c: Likewise.
13631         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
13632         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
13633         * sysdeps/unix/bsd/init-posix.c: Likewise.
13634         * sysdeps/unix/bsd/poll.c: Likewise.
13635         * sysdeps/unix/bsd/ptsname.c: Likewise.
13636         * sysdeps/unix/bsd/seekdir.c: Likewise.
13637         * sysdeps/unix/bsd/setegid.c: Likewise.
13638         * sysdeps/unix/bsd/seteuid.c: Likewise.
13639         * sysdeps/unix/bsd/setgid.c: Likewise.
13640         * sysdeps/unix/bsd/setrgid.c: Likewise.
13641         * sysdeps/unix/bsd/setruid.c: Likewise.
13642         * sysdeps/unix/bsd/setsid.c: Likewise.
13643         * sysdeps/unix/bsd/setuid.c: Likewise.
13644         * sysdeps/unix/bsd/sigaction.c: Likewise.
13645         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
13646         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
13647         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
13648         * sysdeps/unix/bsd/telldir.c: Likewise.
13649         * sysdeps/unix/bsd/times.c: Likewise.
13650         * sysdeps/unix/bsd/usleep.c: Likewise.
13651
13652         * misc/Makefile (install-lib): Remove libbsd-compat.a.
13653         ($(objpfx)libbsd-compat.a): Remove rule.
13654
13655         * include/features.h (__FAVOR_BSD): Do not define.
13656         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
13657         features conflicting with POSIX.
13658         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
13659         (_BSD_SOURCE): Remove description of not being a subset of other
13660         feature test macros.
13661         * manual/job.texi (getpgrp): Do not document BSD version.
13662         (getpgid): Do not document by reference to BSD getpgrp.
13663         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
13664         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
13665         * signal/signal.h [__FAVOR_BSD]: Likewise.
13666         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
13667         instead of making contents conditional on [__FAVOR_BSD].
13668         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
13669
13670 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13671
13672         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13673
13674 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13675
13676         [BZ #16314]
13677         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
13678         values below 2**-450, not 2**-500.
13679         * math/auto-libm-test-in: Don't allow spurious underflow from
13680         hypot.
13681         * math/auto-libm-test-out: Regenerated.
13682
13683         [BZ #16316]
13684         [BZ #16330]
13685         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
13686         values of ha and hb and sort them after adjusting subnormal
13687         arguments.
13688         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13689         Likewise.
13690         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
13691         values of ea and eb and sort them after adjusting subnormal
13692         arguments.
13693         * math/auto-libm-test-in: Do not expect some hypot tests of
13694         subnormals to fail.  Add more hypot tests.
13695         * math/auto-libm-test-out: Regenerated.
13696
13697 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13698
13699         [BZ #13304]
13700         * sysdeps/sh/s_fma.c: New file.
13701         * sysdeps/sh/s_fmaf.c: New file.
13702         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
13703         version.
13704         * sysdeps/sh/Implies: Add sh/soft-fp.
13705
13706 2013-12-16  Roland McGrath  <roland@hack.frob.com>
13707
13708         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
13709         level of indirection to members `objname', `errstring', `malloced'.
13710         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
13711         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
13712         it as the __longjmp argument (just pass 1 instead).
13713         (_dl_catch_error): Initialize C with argument pointers and address of
13714         volatile local ERRCODE rather than copying values out of C at return.
13715
13716 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
13717
13718         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
13719         * math/auto-libm-test-out: Regenerated.
13720         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
13721         (hypot_test_data): Likewise.
13722         (pow_test_data): Likewise.
13723         (pow_tonearest_test_data): Likewise.
13724         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13725         mpfr_ff_f.
13726         (func_calc_desc): Add mpfr_ff_f union field.
13727         (FUNC_mpfr_ff_f): New macro.
13728         (test_functions): Add atan2, hypot and pow.
13729         (special_fill_min): New function.
13730         (special_fill_minus_min): Likewise.
13731         (special_fill_min_subnorm): Likewise.
13732         (special_fill_minus_min_subnorm): Likewise.
13733         (special_real_inputs): Add min, -min, min_subnorm and
13734         -min_subnorm.
13735         (calc_generic_results): Handle mpfr_ff_f.
13736         * sysdeps/i386/fpu/libm-test-ulps: Update.
13737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13738
13739 2013-12-16  Will Newton  <will.newton@linaro.org>
13740
13741         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
13742         (Aligned Memory Blocks): Add documentation for aligned_alloc
13743         and suggest it as an alternative to posix_memalign.
13744         (Hooks for Malloc): Document __memalign_hook is also called
13745         for aligned_alloc.  (Summary of Malloc): Add summary for
13746         aligned alloc.  Document __memalign_hook is also called
13747         for aligned_alloc.
13748
13749 2013-12-16  Will Newton  <will.newton@linaro.org>
13750
13751         * manual/memory.texi (Malloc Examples): Clarify default
13752         alignment documentation.  Suggest posix_memalign rather
13753         than memalign or valloc.
13754         (Aligned Memory Blocks): Remove suggestion to use memalign
13755         or valloc.  Remove obsolete comment about BSD.
13756         Document memalign errno values and mark the function obsolete.
13757         Document posix_memalign returned error codes.  Mark valloc
13758         as obsolete.  (Hooks for Malloc): __memalign_hook is also
13759         called for posix_memalign and valloc.
13760         (Summary of Malloc): Add posix_memalign to function summary.
13761         __memalign_hook is also called for posix_memalign and valloc.
13762
13763 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13764
13765         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
13766         TAYLOR_SIN.
13767         (__sin): Adjust.
13768         (__cos): Likewise.
13769         (sloww): Use mynumber union.  Expand ternary operator into
13770         if-else statements.
13771         (cslow): use mynumber union.
13772
13773 2013-12-16  Allan McRae  <allan@archlinux.org>
13774
13775         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13776         * configure: Regenerated.
13777
13778         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13779
13780         [BZ #14120]
13781         * configure.ac: Added --enable-maintainer-mode. Check for
13782         autoconf when enabled.
13783         * configure: Regenerated.
13784
13785         * nscd/nscd.service: New file.
13786         * nscd/nscd.tmpfiles: New file.
13787
13788 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
13789
13790         [BZ #12100]
13791         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
13792         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
13793         * sysdeps/x86_64/multiarch/strstr.c: ... here.
13794         (strstr): Add __strstr_sse2_unaligned ifunc.
13795         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
13796         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
13797         (strcasestr): Remove __strcasestr_sse42 ifunc.
13798         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
13799         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
13800         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
13801
13802 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13803
13804         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
13805         * sysdeps/sh/bits/fenv.h: ... here.
13806         * sysdeps/sh/sh4/fpu/bits: Remove directory.
13807
13808 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13809
13810         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
13811
13812         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
13813         hypotf multiarch implementations.
13814         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
13815         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
13816         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
13817         multiarch hypot for PPC64.
13818         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
13819         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
13820         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
13821         multiarch hypotf for PPC64.
13822
13823         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
13824         modff multiarch implementations.
13825         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
13826         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13827         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13828         multiarch modf for PPC64.
13829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13830         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13832         multiarch modff for PPC64.
13833
13834         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13835         and logl multiarch implementations.
13836         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13837         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13838         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13839         multiarch logb for PPC64.
13840         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13841         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13843         multiarch logb for PPC64.
13844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13846         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13847         multiarch logb for PPC64.
13848
13849         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13850         isinff multiarch implementation.
13851         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13852         file.
13853         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13855         multiarch isinf for PPC64.
13856         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13857         file.
13858         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13859         multiarch isinff for PPC64.
13860
13861         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13862         finitef multiarch implementation.
13863         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13864         file.
13865         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13867         multiarch finite for PPC64.
13868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13869         file.
13870         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13871         multiarch finitef for PPC64.
13872
13873         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13874         lrint multiarch implementation.
13875         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13876         file.
13877         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13878         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13879         multiarch llrint for PPC64.
13880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13881         multiarch lrint for PPC64.
13882
13883         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13884         copysignf multiarch implementation.
13885         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13886         file.
13887         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13888         file.
13889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13890         multiarch copysign for PPC64.
13891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13892         multiarch copysignf for PPC64.
13893
13894         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13895         multiarch implementation.
13896         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13897         file.
13898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13899         file.
13900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13901         file.
13902         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13903         file.
13904         multiarch llround for PPC64.
13905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13906         multiarch trunc for PPC64.
13907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13908         multiarch truncf for PPC64.
13909
13910         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13911         multiarch implementation.
13912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13913         file.
13914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13915         file.
13916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13917         file.
13918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13919         file.
13920         multiarch llround for PPC64.
13921         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13922         multiarch round for PPC64.
13923         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13924         multiarch roundf for PPC64.
13925
13926         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13927         multiarch implementation.
13928         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13929         file.
13930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13931         file.
13932         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13933         file.
13934         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13935         file.
13936         multiarch llround for PPC64.
13937         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13938         multiarch floor for PPC64.
13939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13940         multiarch floorf for PPC64.
13941
13942         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13943         multiarch implementation.
13944         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13945         file.
13946         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13947         file.
13948         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13949         file.
13950         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13951         file.
13952         multiarch llround for PPC64.
13953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13954         multiarch ceil for PPC64.
13955         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13956         multiarch ceilf for PPC64.
13957
13958         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13959         multiarch implementation.
13960         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13961         file.
13962         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13963         file.
13964         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13965         file.
13966         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13967         multiarch llround for PPC64.
13968         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13969         multiarch lround for PPC64.
13970
13971         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13972         multiarch implementation.
13973         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13975         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13976         file.
13977         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13978         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13979         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13980         multiarch isnan for PPC64.
13981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13982         multiarch isnanf for PPC64.
13983
13984         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13985         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13986         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13987         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13988         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13990
13991         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13992         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13993         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13994         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13995
13996         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13997         multiarch implementations.
13998         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13999         (__libc_ifunc_impl_list): Likewise.
14000         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
14001         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
14002         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
14003         multiarch stpcpy for PPC64.
14004
14005         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
14006         multiarch implementations.
14007         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14008         (__libc_ifunc_impl_list): Likewise.
14009         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
14010         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
14011         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
14012         multiarch strcpy for PPC64.
14013
14014         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
14015         redefine function name.
14016         (_wordcopy_fwd_dest_aligned): Likewise.
14017         (_wordcopy_bwd_aligned): Likewise.
14018         (_wordcopy_bwd_dest_aligned): Likewise.
14019         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
14020         multiarch implementations.
14021         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14022         (__libc_ifunc_impl_list): Likewise.
14023         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
14024         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
14025         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
14026         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
14027         multiarch wcscpy for PPC64.
14028
14029         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
14030         multiarch implementations.
14031         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14032         (__libc_ifunc_impl_list): Likewise.
14033         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
14034         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
14035         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
14036         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
14037         multiarch wcscpy for PPC64.
14038
14039         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
14040         multiarch implementations.
14041         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14042         (__libc_ifunc_impl_list): Likewise.
14043         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
14044         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
14045         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
14046         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
14047         multiarch wcsrchr for PPC64.
14048
14049         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
14050         multiarch implementations.
14051         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14052         (__libc_ifunc_impl_list): Likewise.
14053         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
14054         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
14055         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
14056         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
14057         multiarch wcschr for PPC64.
14058
14059         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
14060         multiarch implementations.
14061         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14062         (__libc_ifunc_impl_list): Likewise.
14063         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
14064         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
14065         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
14066         multiarch strchrnul for PPC64.
14067
14068         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
14069         implementations.
14070         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14071         (__libc_ifunc_impl_list): Likewise.
14072         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
14073         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
14074         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
14075         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
14076         strchr for PPC64.
14077
14078         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
14079         implementations.
14080         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14081         (__libc_ifunc_impl_list): Likewise.
14082         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
14083         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
14084         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
14085         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
14086         strncmp for PPC64.
14087
14088         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
14089         multiarch implementations.
14090         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14091         (__libc_ifunc_impl_list): Likewise.
14092         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
14093         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
14094         strncasecmp for PPC64.
14095         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
14096         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
14097         multiarch strncasecmp_l for PPC64.
14098
14099         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
14100         multiarch implementations.
14101         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14102         (__libc_ifunc_impl_list): Likewise.
14103         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
14104         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
14105         multiarch strcasecmp for PPC64.
14106         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
14107         file.
14108         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14109         multiarch strcasecmp_l for PPC64.
14110
14111         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14112         implementations.
14113         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14114         (__libc_ifunc_impl_list): Likewise.
14115         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14116         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14117         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14118         strnlen for PPC64.
14119
14120         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14121         implementations.
14122         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14123         (__libc_ifunc_impl_list): Likewise.
14124         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14125         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14126         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14127         strlen for PPC64.
14128
14129         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14130         implementations.
14131         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14132         (__libc_ifunc_impl_list): Likewise.
14133         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14134         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
14135         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
14136         rawmemrchr for PPC64.
14137
14138         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
14139         implementation.
14140         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14141         (__libc_ifunc_impl_list): Likewise.
14142         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14143         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14144         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14145         memrchr for PPC64.
14146
14147         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14148         implementation.
14149         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14150         (__libc_ifunc_impl_list): Likewise.
14151         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14152         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14153         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14154         memchr for PPC64.
14155
14156         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14157         implementation.
14158         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14159         (__libc_ifunc_impl_list): Likewise.
14160         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14161         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14162         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14163         mempcpy for PPC64.
14164
14165         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14166         avoid cretion of __bzero symbol.
14167         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14168         Likewise.
14169         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14170         Likewise.
14171         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14172         Likewise.
14173         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14174         multiarch implementations.
14175         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14176         (__libc_ifunc_impl_list): Likewise.
14177         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14178         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14179         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14180         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14181         bzero for PPC32.
14182         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14183         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14184         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14185         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14186         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14187         memset for PPC64.
14188         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14189
14190         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14191         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14192         implementations.
14193         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14194         (__libc_ifunc_impl_list): Likewise.
14195         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14196         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14197         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14198         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14199         memcmp for PPC64.
14200
14201         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14202         multiarch for POWER/PPC64.
14203         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14204         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14205         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14206         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14207         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14208         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14209         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14210         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14211         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14212         memcpy for PPC64.
14213
14214         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14215         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14216         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14217         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14218         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14219         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14220         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14221         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14222         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14223         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14224         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14225         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14226         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14227         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14228         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14236
14237 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14238
14239         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14240
14241 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14242
14243         * benchtests/Makefile (bench): Add exp2 and log2.
14244         (LDLIBS-bench-exp2): Add -lm.
14245         (LDLIBS-bench-log2): Likewise.
14246         * benchtests/exp2-inputs: New inputs file.
14247         * benchtests/log2-inputs: New inputs file.
14248         * benchtests/log-inputs: Add new inputs.
14249         * benchtests/tan-inputs: Likewise.
14250
14251 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14252
14253         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14254         definition...
14255         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14256         (csloww2): ... from here.
14257
14258         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14259         instead of structures.
14260         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14261         (POLYNOMIAL): Likewise.
14262         (TAYLOR_SLOW): Likewise.
14263         (__sin): Likewise.
14264         (__cos): Likewise.
14265         (slow1): Likewise.
14266         (slow2): Likewise.
14267         (sloww): Likewise.
14268         (sloww1); Likewise.
14269         (sloww2): Likewise.
14270         (bsloww1): Likewise.
14271         (bsloww2): Likewise.
14272         (cslow2): Likewise.
14273         (csloww): Likewise.
14274         (csloww1): Likewise.
14275         (csloww2): Likewise.
14276
14277 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
14278
14279         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
14280         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14281         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
14282         * malloc/hooks.c (realloc_check): Likewise.
14283
14284         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14285         * malloc/arena.c: Remove PER_THREAD conditional.
14286         [!PER_THREAD]: Remove code.
14287         (ptmalloc_unlock_all2): Likewise.
14288         (ptmalloc_init): Likewise.
14289         (_int_new_arena): Likewise.
14290         (arena_get2): Likewise.
14291         * malloc/hooks.c (__malloc_get_state): Likewise.
14292         (__malloc_set_state): Likewise.
14293         * malloc/malloc.c: Likewise.
14294         (struct malloc_state): Likewise.
14295         (struct malloc_par): Likewise.
14296         (__libc_realloc): Likewise.
14297         (__libc_mallopt): Likewise.
14298
14299 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14300
14301         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14302
14303 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
14304
14305         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14306         macro to a function.  Check for zero perturb_byte.
14307         (_int_malloc, _int_free): Remove zero perturb_byte checks.
14308
14309         * malloc/malloc.c: (force_reg): Remove.
14310         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14311         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
14312         force_reg by atomic_forced_read.
14313         * malloc/arena.c (ptmalloc_init): Likewise.
14314         * malloc/hooks.c (top_check): Likewise.
14315
14316 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14317
14318         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14319
14320 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
14321
14322         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14323
14324 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
14325
14326         * math/auto-libm-test-in: Add tests of lgamma.
14327         * math/auto-libm-test-out: Regenerated.
14328         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14329         (M_LOG_2_SQRT_PIl): Likewise.
14330         (lgamma_test_data): Use AUTO_TESTS_f_f1.
14331         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14332         mpfr_f_f1.
14333         (func_calc_desc): Add mpfr_f_f1 union field.
14334         (ARGS1): New macro.
14335         (ARGS2): Likewise.
14336         (ARGS3): Likewise.
14337         (ARGS4): Likewise.
14338         (RET1): Likewise.
14339         (RET2): Likewise.
14340         (CALC): Likewise.
14341         (FUNC): Likewise.
14342         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14343         (test_functions): Add lgamma.
14344         (calc_generic_results): Handle mpfr_f_f1.
14345         * sysdeps/i386/fpu/libm-test-ulps: Update.
14346         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14347
14348 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14349
14350         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14351         __mpn_add_n for PowerPC64/POWER7.
14352         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14353         __mpn_sub_n for PowerPC64/POWER7.
14354
14355         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14356         __mpn_addmul_1 for PowerPC64.
14357         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14358         __mpn_submul_1 for PowerPC64.
14359         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14360         for PowerPC64.
14361         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14362         for PowerPC64.
14363
14364 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
14365
14366         [BZ #15089]
14367         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14368
14369 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14370
14371         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14372
14373         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14374         add multiarch folders.
14375         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14376         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14377         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14378         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14379         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14380         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14381         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14382         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14383         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14384         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14385         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14392
14393         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14394         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14395         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14396         New file.
14397         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14398         New file.
14399         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14400         multiarch __ieee754_hypot for PowerPC32.
14401         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14402         New file.
14403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14404         New file.
14405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14406         multiarch __ieee754_hypotf for PowerPC32.
14407
14408         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14409         long_double_symbol only if __logbl is defined.
14410         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14411         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14412         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14413         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14414         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14415         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14416         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14417         path for implementation.
14418         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14419         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14420         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14421         logb, and logbl multiarch implementations for PowerPC32.
14422         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14423         file.
14424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14425         file.
14426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14427         multiarch logb for PowerPC32.
14428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14429         file.
14430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14431         file.
14432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14433         multiarch logbf for PowerPC32.
14434         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14436         file.
14437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14438         multiarch logbl implementation for PowerPC32.
14439
14440         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14441         and modff multiarch implementations.
14442         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14443         New file.
14444         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14445         New file.
14446         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14447         multiarch modf for PowerPC32.
14448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14449         New file.
14450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14451         New file.
14452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14453         multiarch modff for PowerPC32.
14454
14455         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14456         and lrintf multiarch implementations.
14457         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14458         New file.
14459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14460         New file.
14461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14462         multiarch lrint for PowerPC32.
14463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14464         file: multiarch lrintf for PowerPC32.
14465
14466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14467         and lroundf multiarch implementations.
14468         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14469         New file.
14470         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14471         New file.
14472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14473         New file.
14474         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14475         multiarch lround for PowerPC32.
14476         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14477         file: multiarch lroundf for PowerPC32.
14478
14479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14480         copysign and copysignf multiarch implementations.
14481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14482         New file.
14483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14484         New file.
14485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14486         file: multiarch copysign for PowerPC32.
14487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14488         file: multiarch copysignf for PowerPC32.
14489
14490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14491         and truncf multiarch implementations.
14492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14493         New file.
14494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14495         file.
14496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14497         multiarch trunc for PowerPC32.
14498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14499         New file.
14500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14501         New file.
14502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14503         multiarch truncf for PowerPC32.
14504
14505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14506         and roundf multiarch implementations.
14507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14508         New file.
14509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14510         file.
14511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14512         multiarch round for PowerPC32.
14513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14514         New file.
14515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14516         New file.
14517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14518         multiarch roundf for PowerPC32.
14519
14520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14521         and floorf multiarch implementations.
14522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14523         New file.
14524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14525         file.
14526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14527         multiarch floor for PowerPC32.
14528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14529         New file.
14530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14531         New file.
14532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14533         multiarch floorf for PowerPC32.
14534
14535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
14536         and ceilf multiarch implementations.
14537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
14538         New file.
14539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
14540         file.
14541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
14542         multiarch ceil for PowerPC32.
14543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
14544         New file.
14545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
14546         file.
14547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
14548         multiarch ceilf for PowerPC32.
14549
14550         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
14551         is defined.
14552         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
14553         FINITEF is defined.
14554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
14555         and finitef multiarch implementations.
14556         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
14557         New file.
14558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
14559         file.
14560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
14561         multiarch finite for PowerPC32.
14562         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
14563         New file.
14564         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
14565         file: multiarch finitef for PowerPC32.
14566
14567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
14568         and isinff multiarch implementations.
14569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
14570         file.
14571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
14572         file.
14573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
14574         multiarch isinf for PowerPC32.
14575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
14576         New file.
14577         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
14578         multiarch isinff for PowerPC32.
14579
14580         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
14581         alias when __isnan is defined.
14582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
14583         and isnanf multiarch implementations.
14584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
14585         file.
14586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
14587         file.
14588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
14589         file.
14590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
14591         file.
14592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
14593         multiarch isnan for PowerPC32.
14594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
14595         New file.
14596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
14597         New file.
14598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
14599         multiarch isnanf for PowerPC32.
14600
14601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
14602         and sqrtf multiarch implementations.
14603         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
14604         file.
14605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
14606         file.
14607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
14608         multiarch sqrt for PowerPC32.
14609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
14610         file.
14611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
14612         file.
14613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
14614         multiarch sqrtf for PowerPC32.
14615
14616         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
14617         and llroundf multiarch implementations.
14618         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
14619         New file.
14620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
14621         New file.
14622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
14623         New file.
14624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
14625         file: multiarch llround for PowerPC32.
14626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
14627         file: multiarch llroundf for PowerPC32.
14628
14629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
14630         multiarch PowerPC32 fpu implementations.
14631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
14632         New file.
14633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
14634         New file.
14635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
14636         multiarch llrint for PowerPC32.
14637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
14638         New file.
14639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
14640         New file.
14641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
14642         file.
14643
14644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
14645
14646         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
14647         file.
14648         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
14649         file.
14650         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
14651         file.
14652         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
14653         multiarch wordcopy for PPC32.
14654         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14655         wordcopy objects.
14656         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14657         (__libc_ifunc_impl_list): Likewise.
14658         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
14659         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
14660         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
14661         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
14662         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
14663         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
14664
14665         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
14666         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
14667         file.
14668         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
14669         file.
14670         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
14671         file.
14672         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
14673         multiarch wcscpy for PPC32.
14674         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14675         multiarch objects.
14676         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14677         (__libc_ifunc_impl_list): Likewise.
14678         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14679         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14680         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
14681         sysdeps/powerpc/power6/wcscpy.c.
14682
14683         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
14684         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
14685         file.
14686         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
14687         file.
14688         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
14689         file.
14690         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
14691         multiarch wcsrchr for PPC32.
14692         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14693         multiarch objects.
14694         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14695         (__libc_ifunc_impl_list): Likewise.
14696         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14697         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14698         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
14699         sysdeps/powerpc/power6/wcsrchr.c.
14700
14701         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
14702         file.
14703         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
14704         file.
14705         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
14706         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
14707         multiarch wcschr for PPc32.
14708         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14709         multiarch objects.
14710         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14711         (__libc_ifunc_impl_list): Likewise.
14712         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
14713         * sysdeps/powerpc/power6/wcschr.c: ... to here.
14714         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
14715         sysdeps/powerpc/power6/wcschr.c.
14716
14717         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
14718         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
14719         file.
14720         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
14721         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
14722         file: multiarch strchr for PPC32.
14723         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
14724         multiarch objects.
14725         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14726         (__libc_ifunc_impl_list): Likewise.
14727
14728         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
14729         name.
14730         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
14731         file.
14732         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
14733         file.
14734         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
14735         multiarch strchrnul for PPC32.
14736         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
14737         multiarch objects.
14738         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14739         (__libc_ifunc_impl_list): Likewise.
14740
14741         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
14742         file.
14743         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
14744         multiarch strncasecmp for PPC32.
14745         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
14746         file.
14747         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
14748         multiarch strncasecmp_l for PPC32.
14749         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
14750         strncasecmp multiarch objects.
14751         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14752         (__libc_ifunc_impl_list): Likewise.
14753
14754         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
14755         file.
14756         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
14757         multiarch strncasecmp for PPC32.
14758         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14759         New file.
14760         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
14761         multiarch strcasecmp_l for PPC32.
14762         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
14763         multiarch objects.
14764         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14765         (__libc_ifunc_impl_list): Likewise.
14766
14767         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
14768         file.
14769         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
14770         file.
14771         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
14772         multiarch strncmp for PPC32.
14773         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
14774         multiarch objects.
14775         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14776         (__libc_ifunc_impl_list): Likewise.
14777
14778         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14779         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14780         file.
14781         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14782         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14783         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14784         multiarch objects.
14785         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14786         (__libc_ifunc_impl_list): Likewise.
14787
14788         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
14789         file.
14790         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
14791         file.
14792         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
14793         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
14794         multiarch objects.
14795         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14796         (__libc_ifunc_impl_list): Likewise.
14797
14798         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
14799         file.
14800         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
14801         file.
14802         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
14803         multiarch rawmemchr for PPC32.
14804         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
14805         multiarch objects.
14806         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14807         (__libc_ifunc_impl_list): Likewise.
14808
14809         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
14810         file.
14811         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
14812         file.
14813         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
14814         file: memrchr multiarch for PPC32.
14815         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
14816         multiarch objects.
14817         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14818         (__libc_ifunc_impl_list): Likewise.
14819
14820         * string/memchr.c (__memchr): Using macro to redefine symbol name.
14821         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
14822         file.
14823         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
14824         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
14825         multiarch memchr for PPC32.
14826         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14827         multiarch objects.
14828         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14829         (__libc_ifunc_impl_list): Likewise.
14830
14831         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14832         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14833         file.
14834         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14835         file.
14836         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14837         file: multiarch mempcpy for PPC32.
14838         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14839         multiarch objects.
14840         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14841         (__libc_ifunc_impl_list): Likewise.
14842
14843         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14844         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14845         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14846         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14847         multiarch bzero for PPC32.
14848         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14849         file.
14850         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14851         file.
14852         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14853         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14854         file: multiarch memset for PPC32.
14855         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14856         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14857         memset multiarch objects.
14858         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14859         (__libc_ifunc_impl_list): Likewise.
14860
14861         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14862         file.
14863         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14864         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14865         memcmp for PPC32.
14866         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14867         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14868         multiarch objects.
14869         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14870         (__libc_ifunc_impl_list): Likewise.
14871
14872         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14873         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14874         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14875         file.
14876         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14877         file.
14878         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14879         file.
14880         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14881         multiarch memcpy for PPC32.
14882         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14883         multiarch objects.
14884         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14885         (__libc_ifunc_impl_list): Likewise.
14886
14887         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14888         support multiarch for POWER/PPC32.
14889         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14890         Likewise.
14891         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14893         Implies file to make multiarch folder appers before the fpu and
14894         default folder for power4 configuration.
14895
14896 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14897
14898         * scripts/bench.pl: Append volatile keyword to type.
14899
14900 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14901
14902         * sysdeps/sh/sotruss-lib.c: New file.
14903         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14904
14905 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14906
14907         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14908
14909 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14910
14911         [BZ #6810]
14912         * math/w_tgamma.c: Include <errno.h>.
14913         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14914         * math/w_tgammaf.c: Include <errno.h>.
14915         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14916         * math/w_tgammal.c: Include <errno.h>.
14917         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14918         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14919         underflow.  Add more tgamma tests.
14920         * math/auto-libm-test-out: Regenerated.
14921         * sysdeps/i386/fpu/libm-test-ulps: Update.
14922         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14923
14924         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14925         sin, sinh, tan, tanh, tgamma, y0 and y1.
14926         * math/auto-libm-test-out: Regenerated.
14927         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14928         (TEST_COND_x86): Likewise.
14929         (M_E2l): Remove macro.
14930         (M_E3l): Likewise.
14931         (M_2_SQRT_PIl): Likewise.
14932         (M_SQRT_PIl): Likewise.
14933         (M_1_DIV_El): Likewise.
14934         (log_test_data): Use AUTO_TESTS_f_f.
14935         (log10_test_data): Likewise.
14936         (log1p_test_data): Likewise.
14937         (log2_test_data): Likewise.
14938         (sin_test_data): Likewise.
14939         (sin_tonearest_test_data): Likewise.
14940         (sin_towardzero_test_data): Likewise.
14941         (sin_downward_test_data): Likewise.
14942         (sin_upward_test_data): Likewise.
14943         (sinh_test_data): Likewise.
14944         (sinh_tonearest_test_data): Likewise.
14945         (sinh_towardzero_test_data): Likewise.
14946         (sinh_downward_test_data): Likewise.
14947         (sinh_upward_test_data): Likewise.
14948         (tan_test_data): Likewise.
14949         (tan_tonearest_test_data): Likewise.
14950         (tan_towardzero_test_data): Likewise.
14951         (tan_downward_test_data): Likewise.
14952         (tan_upward_test_data): Likewise.
14953         (tanh_test_data): Likewise.
14954         (tgamma_test_data): Likewise.
14955         (y0_test_data): Likewise.
14956         (y1_test_data): Likewise.
14957         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14958         (special_real_inputs): Add pi/4.
14959         * sysdeps/i386/fpu/libm-test-ulps: Update.
14960         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14961
14962 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14963
14964         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14965         "longjmp_target" static probes.
14966         (__longjmp): Rename to __longjmp_symbol.
14967         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14968         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14969         on which longjmp to generate.
14970         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14971         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14972         probe.
14973         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14974         (__sigjmp_save): Rename to __sigjmp_save_symbol.
14975         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14976         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14977         and __sigjmp_save_symbol based on which sigsetjmp to generated.
14978         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14980         __longjmp_symbol based on which __longjmp to generate.
14981         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14982         probe.
14983         (setjmp): Rename to setjmp_symbol.
14984         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14985         (_setjmp): Rename to _setjmp_symbol.
14986         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14987         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14988         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14989         which setjmp to generate.
14990         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14991         "longjmp_target" static probes.
14992
14993 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14994
14995         * benchtests/README: Add note about output arguments.
14996         * benchtests/bench-sincos.c: Remove file.
14997         * benchtests/sincos-inputs: New file.
14998         * scripts/bench.pl: Identify output arguments and define
14999         static variables for them.
15000
15001         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
15002
15003         [BZ #15941]
15004         * Makefile (INSTALL): Add install-plain.texi as the primary
15005         dependency.
15006         * manual/install-plain.texi: New file.
15007         * manual/install.texi: Include node directive only for
15008         non-plaintext output.
15009
15010 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
15011
15012         * stdlib/longlong.h: Update from GCC.
15013
15014         [BZ #6807]
15015         [BZ #15901]
15016         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
15017         * math/w_j0f.c (y0f): Likewise.
15018         * math/w_j0l.c (__y0l): Likewise.
15019         * math/w_j1.c (y1): Likewise.
15020         * math/w_j1f.c (y1f): Likewise.
15021         * math/w_j1l.c (__y1l): Likewise
15022         * math/w_jn.c (yn): Likewise.
15023         * math/w_jnf.c (ynf): Likewise.
15024         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
15025         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
15026         value for Bessel function domain errors outside _SVID_ mode.
15027         Adjust sign of return value for yn (negative integer, 0).
15028         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
15029         by zero in return for negative x and set sign appropriately for
15030         negative n.
15031         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
15032         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
15033         * math/libm-test.inc (y0_test_data): Add more tests and adjust
15034         expectations in error cases.
15035         (y1_test_data): Likewise.
15036         (yn_test_data): Likewise.
15037         * sysdeps/i386/fpu/libm-test-ulps: Update.
15038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15039
15040 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15041
15042         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
15043         "64" to "64-v1".  Add "64-v2".
15044         (abi-64-options): Rename to ...
15045         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
15046         (abi-64-condition): Rename to ...
15047         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
15048         (abi-64-ld-soname): Rename to ...
15049         (abi-64-v1-ld-soname): ... this.
15050         (abi-64-v2-options): Define.
15051         (abi-64-v2-condition): Likewise.
15052         (abi-64-v2-ld-soname): Likewise.
15053         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
15054         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
15055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
15056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
15057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
15058
15059 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15060             Alan Modra  <amodra@gmail.com>
15061
15062         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
15063         New versions for use with the ELFv2 ABI.
15064         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
15065         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
15066         declaration.
15067         (struct La_ppc64v2_retval): Likewise.
15068         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
15069         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
15070         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
15071         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
15072         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
15073         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
15074         Do not save or restore CR.
15075         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
15076         (_dl_profile_resolve): Do no save or restore CR.  Support extended
15077         return values for ELFv2 ABI.  Fix location of FPR return registers.
15078         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
15079         updated values for _CALL_ELF == 2.
15080         (La_regs, La_retval, int_retval): Likewise.
15081
15082 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15083
15084         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
15085         (FRAME_MIN_SIZE_PARM): Likewise.
15086         (FRAME_BACKCHAIN): Likewise.
15087         (FRAME_CR_SAVE): Likewise.
15088         (FRAME_LR_SAVE): Likewise.
15089         (FRAME_TOC_SAVE): Likewise.
15090         (FRAME_PARM_SAVE): Likewise.
15091         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
15092         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
15093         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15094         (call_mcount_parm_offset): New macro.
15095         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
15096         (PROF): Use symbolic stack frame offsets.
15097         (TAIL_CALL_SYSCALL_ERROR): Likewise.
15098         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
15099         Redefine in terms of FRAME_MIN_SIZE.
15100         (_dl_runtime_resolve): Use symbolic stack frame offsets.
15101         (_dl_profile_resolve): Likewise.  Update comment.
15102         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
15103         symbols stack frame offsets.
15104         (__sigsetjmp): Likewise.
15105         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
15106         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
15107         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
15108         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15109
15110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15111         (FRAME_BACKCHAIN): Remove.
15112         (FRAME_CR_SAVE): Likewise.
15113         (FRAME_LR_SAVE): Likewise.
15114         (FRAME_COMPILER_DW): Likewise.
15115         (FRAME_LINKER_DW): Likewise.
15116         (FRAME_TOC_SAVE): Likewise.
15117         (FRAME_PARM_SAVE): Likewise.
15118         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15119         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15120         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15122         (CHECK_SP): Use symbolic stack frame offsets.
15123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15124         zone" instead of caller's parameter save area for temp storage.
15125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15126         Likewise.  Also, use symbolic stack frame offsets.
15127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15128         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15129         our own stack frame instead of the caller's.
15130         (__socket): Use symbolic stack frame offsets.
15131
15132 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15133             Alan Modra  <amodra@gmail.com>
15134
15135         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
15136         Define.
15137         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
15138         (PPC64_LOCAL_ENTRY_OFFSET): Define.
15139         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
15140         New function.
15141         (elf_machine_fixup_plt): Call it.
15142         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
15143         reloc arguments.
15144         (elf_machine_rela): Update call to elf_machine_plt_conflict.
15145         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15146         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
15147         r2 before calling target.
15148
15149 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15150             Alan Modra  <amodra@gmail.com>
15151
15152         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15153         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15154         versions of macros to support ELFv2 ABI.
15155         (LOCALENTRY): New macro.
15156         (ENTRY, EALIGN): Use it.
15157         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15158         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15159         fall through into ENTRY entry point.
15160         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15161         Only define if _CALL_ELF != 2.
15162
15163         (elf_machine_matches_host): Verify ABI version matches.
15164         (RTLD_START): Use LOCALENTRY.
15165         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15166         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15167         (PLT_ENTRY_WORDS): New macro.
15168         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15169         (elf_machine_runtime_setup): Support ELFv2 ABI.
15170         (elf_machine_fixup_plt): Likewise.
15171         (elf_machine_plt_conflict): Likewise.
15172         (resolve_ifunc): Likewise.
15173         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15174         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15175         Likewise.
15176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15177         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15179         (makecontext): Support ELFv2 ABI.
15180         * elf/elf.h (EF_PPC64_ABI): Define.
15181
15182 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15183
15184         * sysdeps/powerpc/powerpc64/sysdep.h
15185         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15186         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15187         (ENTRY) [ASSEMBLER]: ... but instead here ...
15188         (EALIGN) [ASSEMBLER]: ... and here.
15189         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15190         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15191         (ENTRY_2) [!ASSEMBLER]: Use it.
15192         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15193         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
15194         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15195         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
15196         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15198         Use PPC64_LOAD_FUNCPTR.
15199
15200         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15201
15202 2013-12-04  Alan Modra  <amodra@gmail.com>
15203
15204         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15205         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15206         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15207         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15208
15209         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15210         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15211         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15212         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15213         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15214         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15215
15216 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15217
15218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15219         (__makecontext): Fix incorrect CFI when backtracing out of
15220         context created via makecontext.
15221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15222         (__setcontext): Fix incorrect CFI during switch to new context.
15223         (__novec_setcontext): Likewise.
15224
15225 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15226
15227         [BZ #4772]
15228         * time/strptime_l.c (__strptime_internal): Allow modifiers
15229         in strptime.
15230         * time/tst-strptime.c (day_tests): Add testcase.
15231
15232 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15233
15234         * scripts/bench.pl: Skip over blank lines.
15235
15236 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15237
15238         [BZ #926]
15239         * manual/time.texi (Calendar Time): Clarify what timezone functions
15240         use.
15241
15242 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15243
15244         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15245
15246 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15247
15248         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15249         implementation.
15250         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15251         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15252         * debug/memset_chk.c (__memset_chk): Likewise.
15253         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15254         * debug/strncpy_chk.c: Likewise.
15255
15256 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15257
15258         [BZ #15268]
15259         [BZ #15425]
15260         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15261         (__ieee754_exp): For possibly underflowing results, check size of
15262         result and force underflow exception if required.
15263         * math/auto-libm-test-in: Add more tests of exp.
15264         * math/auto-libm-test-out: Regenerated.
15265         * sysdeps/i386/fpu/libm-test-ulps: Update.
15266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15267
15268         [BZ #16283]
15269         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15270         * math/w_exp2f.c (__exp2f): Likewise.
15271         * math/w_exp2l.c (__exp2l): Likewise.
15272         * math/auto-libm-test-in: Do not allow missing errno on exp2
15273         underflow.
15274         * math/auto-libm-test-out: Regenerated.
15275
15276 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
15277
15278         [BZ #16274]
15279         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15280         handle filename validation.
15281         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15282         (do_open): Delete.
15283
15284 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15285
15286         [BZ #6786]
15287         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15288         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15289         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15290         <float.h>.
15291         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15292         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15293         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15294         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15295         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15296         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15297         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15298         * math/auto-libm-test-in: Don't allow missing errno from erfc.
15299         Add more erfc tests.
15300         * math/auto-libm-test-out: Regenerated.
15301         * sysdeps/i386/fpu/libm-test-ulps: Update.
15302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15303
15304         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15305         exp2, expm1, j0 and j1.
15306         * math/auto-libm-test-out: Regenerated.
15307         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15308         (erfc_test_data): Likewise.
15309         (exp_test_data): Likewise.
15310         (exp_tonearest_test_data): Likewise.
15311         (exp_towardzero_test_data): Likewise.
15312         (exp_downward_test_data): Likewise.
15313         (exp_upward_test_data): Likewise.
15314         (exp10_test_data): Likewise.
15315         (exp2_test_data): Likewise.
15316         (expm1_test_data): Likewise.
15317         (j0_test_data): Likewise.
15318         (j1_test_data): Likewise.
15319         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15320         (input_flag_type): Add flag_xfail_rounding.
15321         (input_flags): Add xfail-rounding.
15322         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15323         (output_for_one_input_case): Handle flag_xfail_rounding.
15324         * sysdeps/i386/fpu/libm-test-ulps: Update.
15325         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15326
15327 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
15328
15329         [BZ #16289]
15330         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15331         division by 0.
15332
15333 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15334
15335         [BZ #16195]
15336         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15337         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15338         (STAP_PROBE0): New macro.
15339         (STAP_PROBE1): Likewise.
15340         (STAP_PROBE2): Likewise.
15341         (STAP_PROBE3): Likewise.
15342         (STAP_PROBE4): Likewise.
15343
15344 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
15345
15346         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15347
15348 2013-12-02  Steve Ellcey  <sellcey@mips.com>
15349
15350         * benchtests/Makefile (bench): Add sqrt.
15351         (LDLIBS-bench-sqrt): New.
15352         * benchtests/sqrt-input: New.
15353
15354 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
15355
15356         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15357         (GAIH_EAI): Likewise.
15358         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15359         (gaih_inet): Likewise.
15360         (getaddrinfo): Don't use GAIH_EAI.
15361
15362         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15363         (struct gaih): Remove definition.
15364
15365 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15366
15367         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15368         Use HERRNOP directly.
15369
15370 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15371
15372         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15373
15374 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
15375
15376         * math/gen-auto-libm-tests.c (test_functions): Add more
15377         single-argument functions.
15378         (special_fill_pi_2): New function.
15379         (special_fill_minus_pi_2): Likewise.
15380         (special_fill_pi_6): Likewise.
15381         (special_fill_minus_pi_6): Likewise.
15382         (special_fill_pi_3): Likewise.
15383         (special_fill_2pi_3): Likewise.
15384         (special_fill_e): Likewise.
15385         (special_fill_1_e): Likewise.
15386         (special_fill_e_minus_1): Likewise.
15387         (special_real_inputs): Add more special inputs.
15388         (output_for_one_input_case): Do not require ERANGE on underflow to
15389         zero if round-to-nearest result does not underflow to zero, unless
15390         exact results required.
15391         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15392         atan, atanh, cbrt, cos and cosh.
15393         * math/auto-libm-test-out: Regenerated.
15394         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15395         (acos_tonearest_test_data): Likewise.
15396         (acos_towardzero_test_data): Likewise.
15397         (acos_downward_test_data): Likewise.
15398         (acos_upward_test_data): Likewise.
15399         (acosh_test_data): Likewise.
15400         (asin_test_data): Likewise.
15401         (asin_tonearest_test_data): Likewise.
15402         (asin_towardzero_test_data): Likewise.
15403         (asin_upward_test_data): Likewise.
15404         (asinh_test_data): Likewise.
15405         (atan_test_data): Likewise.
15406         (atanh_test_data): Likewise.
15407         (cbrt_test_data): Likewise.
15408         (cos_test_data): Likewise.
15409         (cos_tonearest_test_data): Likewise.
15410         (cos_towardzero_test_data): Likewise.
15411         (cos_downward_test_data): Likewise.
15412         (cos_upward_test_data): Likewise.
15413         (cosh_test_data): Likewise.
15414         (cosh_tonearest_test_data): Likewise.
15415         (cosh_towardzero_test_data): Likewise.
15416         (cosh_downward_test_data): Likewise.
15417         (cosh_upward_test_data): Likewise.
15418         * sysdeps/i386/fpu/libm-test-ulps: Update.
15419         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15420
15421 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
15422
15423         [BZ #6787]
15424         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15425         * math/w_exp10f.c (__exp10f): Likewise.
15426         * math/w_exp10l.c (__exp10l): Likewise.
15427         * math/libm-test.inc (exp10_test_data): Add more tests and expect
15428         errno settings in existing tests.
15429
15430         [BZ #14032]
15431         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15432         precision control set to double precision.
15433         * sysdeps/i386/fpu/w_sqrt.c: New file.
15434         * math/auto-libm-test-in: Add more tests.
15435         * math/auto-libm-test-out: Update.
15436
15437         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15438         (sqrt_test_tonearest): New function.
15439         (sqrt_towardzero_test_data): New variable.
15440         (sqrt_test_towardzero): New function.
15441         (sqrt_downward_test_data): New variable.
15442         (sqrt_test_downward): New function.
15443         (sqrt_upward_test_data): New variable.
15444         (sqrt_test_upward): New function.
15445         (main): Call the new functions.
15446
15447         * math/gen-auto-libm-tests.c: New file.
15448         * math/auto-libm-test-in: Likewise.
15449         * math/auto-libm-test-out: New generated file.
15450         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15451         variables.
15452         (%beautify): Add generated representations of zero.
15453         (top level): Set $auto_input and call parse_auto_input.
15454         (beautify): Remove trailing "f" from hex float constants.
15455         (parse_args): Handle XFAIL_TEST.
15456         (convert_condition): New function.
15457         (or_value): Likewise.
15458         (or_cond_value): Likewise.
15459         (generate_testfile): Handle AUTO_TESTS_* lines.
15460         (parse_auto_input): New function.
15461         * math/libm-test.inc (XFAIL_TEST): New macro.
15462         (ERRNO_UNCHANGED): Update value.
15463         (ERRNO_EDOM): Likewise.
15464         (ERRNO_ERANGE): Likewise.
15465         (IGNORE_RESULT): Likewise.
15466         (TEST_COND_flt_32): New macro.
15467         (TEST_COND_dbl_64): Likewise.
15468         (TEST_COND_ldbl_96_intel): Likewise.
15469         (TEST_COND_ldbl_96_m68k): Likewise.
15470         (TEST_COND_ldbl_128): Likewise.
15471         (TEST_COND_ldbl_128ibm): Likewise.
15472         (TEST_COND_long32): Likewise.
15473         (TEST_COND_long64): Likewise.
15474         (TEST_COND_before_rounding): Likewise.
15475         (TEST_COND_after_rounding): Likewise.
15476         (enable_test): Handle XFAIL_TEST flag.
15477         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15478         with finite results.
15479         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15480         auto-libm-test-out.
15481
15482 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15483             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15484
15485         [BZ #16214]
15486         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15487         __tls_get_addr_internal instead of __tls_get_offset in order to
15488         avoid GOT pointer dependency.  Make rtld export
15489         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15490         __tls_get_addr since we are a __tls_get_offset platform.
15491         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15492         GOT pointer being set up before.
15493         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15494
15495 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
15496
15497         * manual/math.texi (Errors in Math Functions): Document accuracy
15498         goals.
15499
15500         [BZ #15004]
15501         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15502         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15503         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15504         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15505         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15506         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15507         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15508         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15509         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15510         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15511         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15512         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15513         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15514         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15515         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15516         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15517
15518         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15519         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15520         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15521         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15522         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15523         Likewise.
15524         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15525         Likewise.
15526         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15527         Likewise.
15528         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15529         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15530         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15531         atomic-feupdateenv and flt-rounds.
15532         * sysdeps/powerpc/nofpu/Versions (libc): Add
15533         __atomic_feholdexcept, __atomic_feclearexcept,
15534         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
15535         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
15536         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
15537         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
15538         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
15539         here.
15540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
15541         Update.
15542
15543         * manual/arith.texi (FP Exceptions): Document that exceptions may
15544         not be raised when matherr is used.
15545         (Math Error Reporting): Document overflow in directed rounding
15546         modes.  Document that errno may not be set when finite values are
15547         returned on overflow.  Document intent to set errno on underflow
15548         only for underflow to zero.
15549
15550         [BZ #16271]
15551         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
15552         round-to-nearest then adjust result for other rounding modes.
15553         * include/fenv.h (fegetround): Use libm_hidden_proto.
15554         * math/fegetround.c (fegetround): Use libm_hidden_def.
15555         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
15556         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
15557         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15558         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
15559         Likewise.
15560         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
15561         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15562         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
15563         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
15564
15565 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15566
15567         [BZ #16077]
15568         * nss/Versions (libnss_files): Add
15569         _nss_files_gethostbyname3_r.
15570         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
15571         New function.
15572         (HOST_DB_LOOKUP): Remove macro.
15573         (_nss_files_gethostbyname_r): Implement function without the
15574         HOST_DB_LOOKUP macro.
15575         (_nss_files_gethostbyname2_r): Likewise.
15576
15577 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
15578
15579         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
15580
15581 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
15582
15583         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
15584         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
15585         warning.
15586
15587 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15588
15589         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
15590         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
15591         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15592         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
15593         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
15594         __fe_nomask_env_priv and attribute_hidden.
15595         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
15596         (libc_feupdateenv_test_ppc): Likewise.
15597         (libc_feresetround_ppc): Likewise.
15598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15599         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
15600         compat_symbol macro.
15601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15602         (__fe_nomask_env): Likewise.
15603         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
15604
15605 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15606
15607         * string/Makefile: Remove ifunc tests.
15608         * string/test-string.h: Define TEST_IFUNC.
15609         * string/test-bcopy-ifunc.c: Remove.
15610         * string/test-bzero-ifunc.c: Likewise.
15611         * string/test-memccpy-ifunc.c: Likewise.
15612         * string/test-memchr-ifunc.c: Likewise.
15613         * string/test-memcmp-ifunc.c: Likewise.
15614         * string/test-memcpy-ifunc.c: Likewise.
15615         * string/test-memmem-ifunc.c: Likewise.
15616         * string/test-memmove-ifunc.c: Likewise.
15617         * string/test-mempcpy-ifunc.c: Likewise.
15618         * string/test-memrchr-ifunc.c: Likewise.
15619         * string/test-memset-ifunc.c: Likewise.
15620         * string/test-rawmemchr-ifunc.c: Likewise.
15621         * string/test-stpcpy-ifunc.c: Likewise.
15622         * string/test-stpncpy-ifunc.c: Likewise.
15623         * string/test-strcasecmp-ifunc.c: Likewise.
15624         * string/test-strcasestr-ifunc.c: Likewise.
15625         * string/test-strcat-ifunc.c: Likewise.
15626         * string/test-strchr-ifunc.c: Likewise.
15627         * string/test-strchrnul-ifunc.c: Likewise.
15628         * string/test-strcmp-ifunc.c: Likewise.
15629         * string/test-strcpy-ifunc.c: Likewise.
15630         * string/test-strcspn-ifunc.c: Likewise.
15631         * string/test-strlen-ifunc.c: Likewise.
15632         * string/test-strncasecmp-ifunc.c: Likewise.
15633         * string/test-strncat-ifunc.c: Likewise.
15634         * string/test-strncmp-ifunc.c: Likewise.
15635         * string/test-strncpy-ifunc.c: Likewise.
15636         * string/test-strnlen-ifunc.c: Likewise.
15637         * string/test-strpbrk-ifunc.c: Likewise.
15638         * string/test-strrchr-ifunc.c: Likewise.
15639         * string/test-strspn-ifunc.c: Likewise.
15640         * string/test-strstr-ifunc.c: Likewise.
15641
15642 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15643
15644         * benchtests/Makefile: Remove ifunc tests.
15645         * benchtests/bench-string.h: Define TEST_IFUNC.
15646         * benchtests/bench-bcopy-ifunc.c: Remove.
15647         * benchtests/bench-bzero-ifunc.c: Likewise.
15648         * benchtests/bench-memccpy-ifunc.c: Likewise.
15649         * benchtests/bench-memchr-ifunc.c: Likewise.
15650         * benchtests/bench-memcmp-ifunc.c: Likewise.
15651         * benchtests/bench-memcpy-ifunc.c: Likewise.
15652         * benchtests/bench-memmem-ifunc.c: Likewise.
15653         * benchtests/bench-memmove-ifunc.c: Likewise.
15654         * benchtests/bench-mempcpy-ifunc.c: Likewise.
15655         * benchtests/bench-memrchr-ifunc.c: Likewise.
15656         * benchtests/bench-memset-ifunc.c: Likewise.
15657         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
15658         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
15659         * benchtests/bench-stpcpy-ifunc.c: Likewise.
15660         * benchtests/bench-stpncpy-ifunc.c: Likewise.
15661         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
15662         * benchtests/bench-strcasestr-ifunc.c: Likewise.
15663         * benchtests/bench-strcat-ifunc.c: Likewise.
15664         * benchtests/bench-strchr-ifunc.c: Likewise.
15665         * benchtests/bench-strchrnul-ifunc.c: Likewise.
15666         * benchtests/bench-strcmp-ifunc.c: Likewise.
15667         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
15668         * benchtests/bench-strcpy-ifunc.c: Likewise.
15669         * benchtests/bench-strcspn-ifunc.c: Likewise.
15670         * benchtests/bench-strlen-ifunc.c: Likewise.
15671         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
15672         * benchtests/bench-strncat-ifunc.c: Likewise.
15673         * benchtests/bench-strncmp-ifunc.c: Likewise.
15674         * benchtests/bench-strncpy-ifunc.c: Likewise.
15675         * benchtests/bench-strnlen-ifunc.c: Likewise.
15676         * benchtests/bench-strpbrk-ifunc.c: Likewise.
15677         * benchtests/bench-strrchr-ifunc.c: Likewise.
15678         * benchtests/bench-strsep-ifunc.c: Likewise.
15679         * benchtests/bench-strspn-ifunc.c: Likewise.
15680         * benchtests/bench-strstr-ifunc.c: Likewise.
15681
15682 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15683
15684         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
15685
15686 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15687
15688         * resolv/netdb.h: Use __glibc_reserved instead __unused.
15689         * rt/aio.h: Likewise.
15690         * sysdeps/gnu/bits/utmp.h: Likewise.
15691         * sysdeps/gnu/bits/utmpx.h: Likewise.
15692         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15693         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
15694         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
15695         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
15696         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
15697         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
15698         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
15699         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
15700         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
15701         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
15702         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
15703         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
15704         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
15705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
15706         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
15707         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
15708         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
15709         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
15710         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
15711         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
15712         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
15713         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
15714         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
15715         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
15716         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
15717         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15718         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
15719         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
15720         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
15721         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
15722         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
15723         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
15724         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
15725         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
15726         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
15727         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
15728         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
15729         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
15730         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
15731         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
15732         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
15733         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15734
15735 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
15736
15737         [BZ #16245]
15738         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
15739         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
15740
15741 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
15742
15743         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
15744         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
15745         Likewise.
15746
15747 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15748
15749         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
15750         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
15751         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
15752         (__fesetround): Remove define.
15753         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
15754         rounding and exceptions handling.
15755         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
15756         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
15757         (__fe_nomask_env): Likewise.
15758         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
15759         __fegetround instead of fegetround.
15760         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15761         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
15762
15763 2013-11-21  Roland McGrath  <roland@hack.frob.com>
15764
15765         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
15766         it's there.
15767
15768         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
15769
15770 2013-11-21  Meador Inge  <meadori@codesourcery.com>
15771
15772         [BZ #11157]
15773         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
15774         (encrypt_r): Likewise.
15775         * malloc/obstack.h (obstack_free): Likewise.
15776         * posix/unistd.h (encrypt): Likewise.
15777
15778 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
15779
15780         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15781         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15782         DL_CALL_DT_FINI() that call the functions directly.
15783         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15784         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15785         * elf/dl-fini.c: Likewise.
15786
15787 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
15788
15789         * malloc/hooks.c (memalign_check): Add alignment rounding.
15790         * malloc/malloc.c (_mid_memalign): New function.
15791         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
15792         Implement by calling _mid_memalign.
15793         * manual/probes.texi (Memory Allocation Probes): Remove
15794         memory_valloc_retry and memory_pvalloc_retry.
15795
15796 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15797
15798         * locale/programs/locarchive.c (open_archive): Add const
15799         qualifier to ARCHIVEFNAME and copy default fname to
15800         DEFAULT_FNAME.
15801
15802         [BZ #15601]
15803         * libio/tst-widetext.input: Rename Oriya to Odia.
15804         * locale/iso-639.def: Likewise.
15805
15806         * manual/probes.texi (Mathematical Function Probes): Add
15807         documentation for sin, cos, asin and acos probes.
15808         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
15809         (__sin32): Add slowasin probe.
15810         (__cos32): Add slowacos probe.
15811         (__mpsin): Add slowsin probe.
15812         (__mpcos): Add slowcos probe.
15813
15814 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
15815
15816         [BZ #15483]
15817         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
15818         thread-local __sim_exceptions_thread and global
15819         __sim_exceptions_global.
15820         (__sim_disabled_exceptions): Change to thread-local
15821         __sim_disabled_exceptions_thread and global
15822         __sim_disabled_exceptions_global.
15823         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15824         and global __sim_round_mode_global.
15825         (__simulate_exceptions): Use thread-local floating-point state and
15826         set global state from it as needed.
15827         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15828         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15829         __sim_round_mode_thread.
15830         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15831         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15832         and global __sim_exceptions_global.
15833         (__sim_disabled_exceptions): Change to thread-local
15834         __sim_disabled_exceptions_thread and global
15835         __sim_disabled_exceptions_global.
15836         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15837         and global __sim_round_mode_global.
15838         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15839         (SIM_SET_GLOBAL): Likewise.
15840         * sysdeps/powerpc/soft-fp/sfp-machine.h
15841         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15842         __sim_round_mode_thread.
15843         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15844         __sim_disabled_exceptions_thread.
15845         (__sim_exceptions): Change to __sim_exceptions_thread.
15846         (__sim_disabled_exceptions): Change to
15847         __sim_disabled_exceptions_thread.
15848         (__sim_round_mode): Change to __sim_round_mode_thread.
15849         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15850         thread-local floating-point state and set global state from it as
15851         needed.
15852         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15853         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15854         (__sim_disabled_exceptions): Remove extern declaration.
15855         (feenableexcept): Use thread-local floating-point state and set
15856         global state from it as needed.
15857         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15858         extern declaration.
15859         (__sim_disabled_exceptions): Likewise.
15860         (__sim_round_mode): Likewise.
15861         (__fegetenv): Use thread-local floating-point state.
15862         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15863         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15864         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15865         floating-point state and set global state from it as needed.
15866         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15867         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15868         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15869         Likewise.
15870         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15871         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15872         Likewise.
15873         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15874         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15875         Use __sim_round_mode_thread.
15876         * math/test-fenv-tls.c: New file.
15877         * math/Makefile (tests): Add test-fenv-tls.
15878         ($(objpfx)test-fenv-tls): Depend on
15879         $(common-objpfx)nptl/libpthread.so.
15880
15881 2013-11-19  Andreas Schwab  <schwab@suse.de>
15882
15883         * locale/programs/locale.c (show_info): Decode wordarray elements.
15884         * locale/categories.def (LC_MONETARY): Add element for
15885         _NL_MONETARY_CRNCYSTR.
15886         * locale/C-monetary.c (conversion_rate): New variable.
15887         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15888         element.
15889
15890 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15891
15892         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15893         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15894
15895 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15896
15897         * elf/Makefile (tst-auxv): New test.
15898         * elf/tst-auxv.c: New
15899         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15900
15901 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15902
15903         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15904         (hidden_proto): Caller changed.
15905         (hidden_tls_proto): New macro.
15906         (libc_hidden_tls_proto): Likewise.
15907         (rtld_hidden_tls_proto): Likewise.
15908         (libm_hidden_tls_proto): Likewise.
15909         (libresolv_hidden_tls_proto): Likewise.
15910         (librt_hidden_tls_proto): Likewise.
15911         (libdl_hidden_tls_proto): Likewise.
15912         (libnss_files_hidden_tls_proto): Likewise.
15913         (libnsl_hidden_tls_proto): Likewise.
15914         (libnss_nisplus_hidden_tls_proto): Likewise.
15915         (libutil_hidden_tls_proto): Likewise.
15916
15917 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15918
15919         [BZ #10253]
15920         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15921         (decompose_rpath): Defer expansion to fillin_rpath.
15922         (_dl_init_paths): Pass linkmap to fillin_rpath.
15923
15924 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15925
15926         * benchtests/Makefile: Add strsep.
15927         * benchtests/bench-strsep.c: New file: strsep benchtest.
15928         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15929
15930 2013-11-18  Andreas Schwab  <schwab@suse.de>
15931
15932         * locale/programs/locale.c (show_info) [case byte]: Check for
15933         '\377' instead of '\177'.
15934         * locale/C-monetary.c (not_available): Always use "\377".
15935         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15936         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15937         detect unavailable sign_posn locale elements.
15938         * locale/localeconv.c (__localeconv): For grouping and
15939         mon_grouping handle "\177" and "\377" like no grouping.
15940         (INT_ELEM): New macro.  Use it to set all numeric members.
15941         * locale/programs/ld-monetary.c (monetary_read)
15942         <tok_mon_grouping>: Normalize single -1 to the empty string.
15943         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15944         Likewise.
15945
15946 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15947
15948         [BZ #16055]
15949         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15950         when we match (nil).
15951         * stdio-common/tst-sscanf.c (struct test): Add testcase.
15952
15953 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
15954
15955         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15956         (NO_TEST_INLINE): Update value.
15957         (ERRNO_UNCHANGED): Likewise.
15958         (ERRNO_EDOM): Likewise.
15959         (ERRNO_ERANGE): Likewise.
15960         (IGNORE_RESULT): Likewise.
15961         (check_float_internal): Check signs of NaN results if
15962         TEST_NAN_SIGN used.
15963         (check_complex): Pass TEST_NAN_SIGN flag through to second
15964         check_float_internal call.
15965         (copysign_test_data): Add tests with quiet NaNs as second
15966         argument.  Use TEST_NAN_SIGN.
15967         (fabs_test_data): Add test of negative quiet NaN argument.  Use
15968         TEST_NAN_SIGN.
15969         (signbit_test_data): Add tests of quiet NaN argument.
15970         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15971
15972         * math/gen-libm-test.pl (show_exceptions): Take extra argument
15973         $ignore_result.
15974         (parse_args): Handle function results specified as IGNORE.
15975         * math/libm-test.inc (IGNORE_RESULT): New macro.
15976         (check_float_internal): Do not check numerical result if flag
15977         IGNORE_RESULT set.
15978         (check_complex): Pass through IGNORE_RESULT to second
15979         check_float_internal call.
15980         (check_int): Do not check numerical result if flag IGNORE_RESULT
15981         set.
15982         (check_long): Likewise.
15983         (check_bool): Likewise.
15984         (check_longlong): Likewise.
15985         (lrint_test_data): Add tests of infinite and NaN arguments.
15986         (lrint_tonearest_test_data): Likewise.
15987         (lrint_towardzero_test_data): Likewise.
15988         (lrint_downward_test_data): Likewise.
15989         (lrint_upward_test_data): Likewise.
15990         (llrint_test_data): Likewise.
15991         (llrint_tonearest_test_data): Likewise.
15992         (llrint_towardzero_test_data): Likewise.
15993         (llrint_downward_test_data): Likewise.
15994         (llrint_upward_test_data): Likewise.
15995         (lround_test_data): Likewise.
15996         (llround_test_data): Likewise.
15997
15998         * math/libm-test.inc (NO_TEST_INLINE): New macro.
15999         (ERRNO_UNCHANGED): Update value.
16000         (ERRNO_EDOM): Likewise.
16001         (ERRNO_ERANGE): Likewise.
16002         (NO_TEST_INLINE_FLOAT): New macro.
16003         (NO_TEST_INLINE_DOUBLE): Likewise.
16004         (enable_test): New function.
16005         (RUN_TEST_f_f): Check enable_test before running test.
16006         (RUN_TEST_2_f): Likewise.
16007         (RUN_TEST_fff_f): Likewise.
16008         (RUN_TEST_c_f): Likewise.
16009         (RUN_TEST_f_f1): Likewise.
16010         (RUN_TEST_fF_f1): Likewise.
16011         (RUN_TEST_fI_f1): Likewise.
16012         (RUN_TEST_ffI_f1): Likewise.
16013         (RUN_TEST_c_c): Likewise.
16014         (RUN_TEST_cc_c): Likewise.
16015         (RUN_TEST_f_i): Likewise.
16016         (RUN_TEST_f_i_tg): Likewise.
16017         (RUN_TEST_ff_i_tg): Likewise.
16018         (RUN_TEST_f_b): Likewise.
16019         (RUN_TEST_f_b_tg): Likewise.
16020         (RUN_TEST_f_l): Likewise.
16021         (RUN_TEST_f_L): Likewise.
16022         (RUN_TEST_fFF_11): Likewise.
16023         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
16024         conditionals.
16025         (cosh_test_data): Likewise.
16026         (exp_test_data): Likewise.
16027         (expm1_test_data): Likewise.
16028         (hypot_test_data): Likewise.
16029         (pow_test_data): Likewise.
16030         (sinh_test_data): Likewise.
16031         (tanh_test_data): Likewise.
16032         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
16033         flags argument.
16034
16035         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
16036         tests with quiet NaN input and output.
16037         (acosh_test_data): Likewise.
16038         (asin_test_data): Likewise.
16039         (asinh_test_data): Likewise.
16040         (atan_test_data): Likewise.
16041         (atanh_test_data): Likewise.
16042         (atan2_test_data): Likewise.
16043         (cbrt_test_data): Likewise.
16044         (cos_test_data): Likewise.
16045         (cosh_test_data): Likewise.
16046         (erf_test_data): Likewise.
16047         (erfc_test_data): Likewise.
16048         (exp_test_data): Likewise.
16049         (exp10_test_data): Likewise.
16050         (exp2_test_data): Likewise.
16051         (expm1_test_data): Likewise.
16052         (hypot_test_data): Likewise.
16053         (j0_test_data): Likewise.
16054         (j1_test_data): Likewise.
16055         (jn_test_data): Likewise.
16056         (lgamma_test_data): Likewise.
16057         (log_test_data): Likewise.
16058         (log10_test_data): Likewise.
16059         (log1p_test_data): Likewise.
16060         (log2_test_data): Likewise.
16061         (pow_test_data): Likewise.
16062         (scalb_test_data): Likewise.
16063         (sin_test_data): Likewise.
16064         (sincos_test_data): Likewise.
16065         (sinh_test_data): Likewise.
16066         (tan_test_data): Likewise.
16067         (tanh_test_data): Likewise.
16068         (tgamma_test_data): Likewise.
16069         (y0_test_data): Likewise.
16070         (y1_test_data): Likewise.
16071         (yn_test_data): Likewise.
16072
16073         [BZ #16167]
16074         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
16075         argument being NaN and avoid computations with second argument in
16076         that case.
16077         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16078         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
16079         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
16080
16081 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
16082
16083         * locale/iso-639.def: Add Chitwani Tharu (the).
16084
16085 2013-11-14  Andreas Schwab  <schwab@suse.de>
16086
16087         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
16088         word instead of empty string.
16089
16090 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16091
16092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16093         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
16094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16095         (__fe_nomask_env): Likewise.
16096
16097 2013-11-13  Steve Ellcey  <sellcey@mips.com>
16098
16099         * benchtests/bench-timing.h: Include time.h.
16100
16101 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
16102
16103         [BZ #15997]
16104         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
16105         to 3.4.0 for x32.
16106         * sysdeps/unix/sysv/linux/configure: Regenerated.
16107
16108 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
16109
16110         [BZ #16151]
16111         * stdlib/strtod_l.c (round_and_return): Do not consider
16112         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16113         exponent one less than half the least subnormal exponent.
16114         * stdlib/test-strtod-round-data: Add more tests.
16115         * stdlib/tst-strtod-round.c (tests): Regenerated.
16116
16117 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16118
16119         [BZ #14143]
16120         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16121         (__fe_mask_env): Likewise.
16122         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16123         libm_hidden_proto and add function prototype.
16124         (__fe_mask_env): Add function prototype.
16125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16126         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16128         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16130         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16131
16132 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16133
16134         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
16135         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
16136
16137 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16138
16139         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
16140         of htab_find_slot().
16141
16142 2013-11-11  David S. Miller  <davem@davemloft.net>
16143
16144         [BZ #16150]
16145         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16146         symbol in the non-vis3 case in static builds.
16147         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16148         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16149         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16150         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16151
16152 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
16153
16154         [BZ #387]
16155         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16156         it is empty.
16157
16158 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16159
16160         * benchtests/Makefile: Add bench-strtod.
16161         * benchtests/bench-strtod.c: New file: strtod benchtest
16162
16163 2013-11-11  Andreas Schwab  <schwab@suse.de>
16164
16165         [BZ #16153]
16166         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16167         terminating NUL in key length.
16168
16169 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16170
16171         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16172         Add artificial ODP entry for vDSO symbol for PPC64.
16173         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16174         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16175
16176 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16177
16178         [BZ #15374]
16179         * nss/getent.c (services_keys): Recognize services starting with digit.
16180
16181 2013-11-06  David S. Miller  <davem@davemloft.net>
16182
16183         [BZ #15985]
16184         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16185         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16186
16187 2013-11-06  Will Newton  <will.newton@linaro.org>
16188
16189         * manual/memory.texi (Malloc Examples): Remove register
16190         keyword from examples.
16191
16192 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
16193
16194         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
16195
16196 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
16197
16198         [BZ #6981]
16199         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16200         depending on [__GCC_IEC_559 > 0].
16201         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16202         depending on [__GCC_IEC_559_COMPLEX > 0].
16203
16204 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
16205
16206         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16207         to iso-639.def.
16208
16209 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
16210
16211         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16212
16213 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
16214
16215         [BZ #16112]
16216         * malloc/malloc (malloc_info): Do not handle first bin as
16217         special case.
16218
16219 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
16220
16221         * locale/iso-639.def: Add Central Nahuatl (nhn).
16222
16223 2013-11-01  Bruno Haible  <bruno@clisp.org>
16224
16225         [BZ #7003]
16226         * manual/math.texi (BSD Random): Specify range upper bound as
16227         in POSIX.
16228
16229 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
16230
16231         * locale/iso-639.def: Add Meadow Mari (mhr).
16232
16233 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
16234
16235         [BZ #14752], [BZ #15763]
16236         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16237         Validate name.
16238         * rt/tst_shm.c: Add test for escaping directory.
16239
16240 2013-10-31  Andreas Schwab  <schwab@suse.de>
16241
16242         [BZ #15917]
16243         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16244         followed by 'x' as part of digit sequence.
16245         * stdio-common/tst-sscanf.c (double_tests2): New tests.
16246
16247 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16248
16249         [BZ #16037]
16250         * configure.ac: allow GNU Make 4.0 and greater.
16251         * configure: Regenerated.
16252
16253 2013-10-30  Will Newton  <will.newton@linaro.org>
16254
16255         [BZ #16038]
16256         * malloc/hooks.c (memalign_check): Limit alignment to the
16257         maximum representable power of two.
16258         * malloc/malloc.c (__libc_memalign): Likewise.
16259         * malloc/tst-memalign.c (do_test): Add test for very
16260         large alignment values.
16261         * malloc/tst-posix_memalign.c (do_test): Likewise.
16262
16263 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16264
16265         [BZ #11087]
16266         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16267         (munmap_chunk): Likewise.
16268         (mremap_chunk): Likewise.
16269
16270 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16271
16272         [BZ #15799]
16273         * stdlib/div.c (div): Remove obsolete code.
16274         * stdlib/ldiv.c (ldiv): Likewise.
16275         * stdlib/lldiv.c (lldiv): Likewise.
16276
16277 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16278
16279         [BZ #16071]
16280         * nss/nss_files/files-XXX.c (get_contents_ret): New
16281         enumerator.
16282         (get_contents): New function.
16283         (internal_getent): Use it.  Expand size of LINEBUFLEN.
16284
16285 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
16286
16287         * configure.in: Moved to ...
16288         * configure.ac: ... here. Change reference to configure.in
16289         to configure.ac.
16290         * sysdeps/arm/preconfigure.ac: ... here.
16291         configure.in to configure.ac.
16292         * sysdeps/gnu/configure.in: Moved to ...
16293         * sysdeps/gnu/configure.ac: ... here.
16294         * sysdeps/i386/configure.in: Moved to ...
16295         * sysdeps/i386/configure.ac: ... here.
16296         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16297         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16298         * sysdeps/mach/configure.in: Moved to ...
16299         * sysdeps/mach/configure.ac: ... here.
16300         * sysdeps/mach/hurd/configure.in: Moved to ...
16301         * sysdeps/mach/hurd/configure.ac: ... here.
16302         * sysdeps/powerpc/configure.in: Moved to ...
16303         * sysdeps/powerpc/configure.ac: ... here.
16304         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16305         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16306         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16307         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16308         * sysdeps/s390/s390-32/configure.in: Moved to ...
16309         * sysdeps/s390/s390-32/configure.ac: ... here.
16310         * sysdeps/s390/s390-64/configure.in: Moved to ...
16311         * sysdeps/s390/s390-64/configure.ac: ... here.
16312         * sysdeps/sh/configure.in: Moved to ...
16313         * sysdeps/sh/configure.ac: ... here.
16314         * sysdeps/sparc/configure.in: Moved to ...
16315         * sysdeps/sparc/configure.ac: ... here.
16316         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16317         * sysdeps/unix/sysv/linux/configure.ac: ... here.
16318         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16319         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16320         * sysdeps/x86_64/configure.in: Moved to ...
16321         * sysdeps/x86_64/configure.ac: ... here.
16322         * sysdeps/x86_64/preconfigure.in: Moved to ...
16323         * sysdeps/x86_64/preconfigure.ac: ... here.
16324         * aclocal.m4: Change reference to configure.in to configure.ac.
16325         * config.h.in: Likewise.
16326         * manual/install.texi: Likewise.
16327         * manual/maint.texi: Likewise.
16328         * Makefile: Likewise.
16329         * malloc/Makefile: Likewise.
16330         * nscd/Makefile: Likewise.
16331         * Makeconfig: Change reference to configure.in and
16332         preconfigure.in to configure.ac and preconfigure.ac
16333         respectively.
16334         * INSTALL: Regenerated.
16335         * configure: Likewise.
16336         * sysdeps/gnu/configure: Likewise.
16337         * sysdeps/i386/configure: Likewise.
16338         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16339         * sysdeps/mach/configure: Likewise.
16340         * sysdeps/mach/hurd/configure: Likewise.
16341         * sysdeps/powerpc/configure: Likewise.
16342         * sysdeps/powerpc/powerpc32/configure: Likewise.
16343         * sysdeps/powerpc/powerpc64/configure: Likewise.
16344         * sysdeps/s390/s390-32/configure: Likewise.
16345         * sysdeps/s390/s390-64/configure: Likewise.
16346         * sysdeps/sh/configure: Likewise.
16347         * sysdeps/sparc/configure: Likewise.
16348         * sysdeps/unix/sysv/linux/configure: Likewise.
16349         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16350         * sysdeps/x86_64/configure: Likewise.
16351         * sysdeps/x86_64/preconfigure: Likewise.
16352
16353 2013-10-29  Andreas Schwab  <schwab@suse.de>
16354
16355         * stdio-common/Makefile (tst-swscanf-ENV): Define.
16356
16357 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16358
16359         * benchtests/pow-inputs: Add new inputs.
16360
16361         * benchtests/exp-inputs: Add new inputs.
16362
16363         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16364         conditional check for return value.
16365         (__cos32): Likewise.
16366
16367 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16368
16369         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16370         to provide a boost for large inputs with word alignment.
16371         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16372         implementation based on optimized PPC64 strcpy.
16373         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16374         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16375         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16376         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16377
16378 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16379
16380         [BZ #2801]
16381         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16382
16383 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16384
16385         [BZ #14876]
16386         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16387         * time/tst-strptime.c (day_tests): Add testcase.
16388
16389 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16390
16391         [BZ #14029]
16392         * manual/pattern.texi: Acknowledge that fnmatch can fail.
16393
16394 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
16395
16396         [BZ #16074]
16397         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16398         MAP_FAILED on error.
16399
16400 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
16401
16402         [BZ #16072]
16403         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16404         heap for large requests.
16405
16406 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
16407
16408         [BZ #9954]
16409         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16410         result if the result has no associated interface.
16411         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16412         interface for all 127.X.Y.Z addresses.
16413
16414 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
16415
16416         * locale/iso-639.def: Add Ligurian (lij)
16417
16418 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
16419
16420         [BZ #15825]
16421         * sunrpc/rpc_main.c: Document rpcgen -5.
16422
16423 2013-10-19  Michael Stahl  <mstahl@redhat.com>
16424
16425         * elf/rtld.c (do_preload): Print the reason why preloading failed.
16426
16427 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16428
16429         [BZ #10278]
16430         * posix/glob.c: Match only directories when trailing slash is present.
16431         * posix/tst-gnuglob.c (my_opendir): Do not open files.
16432         (main): Add testcase.
16433
16434 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16435
16436         [BZ #15670]
16437         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16438
16439 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
16440
16441         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16442         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16443         AUTH_DES and cindex for FIPS 140-2.
16444         (DES Encryption): Add cindex FIPS 46-3.
16445
16446         * locale/locarchive.h (struct locarhandle): Add fname.
16447         * locale/programs/localedef.c (main): Pass ARGV[remaining]
16448         if an optional argument was specified to --list-archive,
16449         otherwise NULL.
16450         * locale/programs/locarchive.c (show_archive_content): Take new
16451         argument fname and pass it via ah.fname to open_archive.
16452         * locale/programs/localedef.h: Update decl.
16453         (open_archive): If AH->fname is non-null, open that file
16454         rather than the default file name, and don't ignore ENOENT.
16455         (create_archive): Set AH.fname to NULL.
16456         (delete_locales_from_archive): Likewise.
16457         (add_locales_to_archive): Likewise.
16458         * locale/programs/locfile.c (write_all_categories): Likewise.
16459
16460 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
16461             Aldy Hernandez  <aldyh@redhat.com>
16462
16463         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16464         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16465         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16466         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16467         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16468         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16469         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16470         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16471         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16472         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16473         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16474         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16475         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16476         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16477         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16478         Likewise.
16479         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16480         Likewise.
16481         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16482         Likewise.
16483         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16484         Likewise.
16485         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16486         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16487         Likewise.
16488         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16489         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16490         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16491         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16492         Likewise.
16493         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16494         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16495         * sysdeps/powerpc/preconfigure: Likewise.
16496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16497         Likewise.
16498         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16499         Replace contents of file by #include of <fenv_libc.h>.
16500         * sysdeps/powerpc/soft-fp/sfp-machine.h
16501         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16502         and <sys/prctl.h>.
16503         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16504         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16505         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16506         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16507         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16508         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16509         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16510         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16511         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16512         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16513         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16514         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16516         Allow copysignl PLT reference to be missing.
16517
16518 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
16519             Joseph Myers  <joseph@codesourcery.com
16520
16521         [BZ #15948]
16522         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16523         single character.
16524         (add_to_tablewc): Assert sequence of wide characters is nonempty.
16525
16526 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16527
16528         * elf/tst-tls-dlinfo.c: Don't include tls.h.
16529         * elf/tst-tls1.c: Likewise.
16530         * elf/tst-tls10.h: Likewise.
16531         * elf/tst-tls14.c: Likewise.
16532         * elf/tst-tls2.c: Likewise.
16533         * elf/tst-tls3.c: Likewise.
16534         * elf/tst-tls4.c: Likewise.
16535         * elf/tst-tls5.c: Likewise.
16536         * elf/tst-tls6.c: Likewise.
16537         * elf/tst-tls7.c: Likewise.
16538         * elf/tst-tls8.c: Likewise.
16539         * elf/tst-tls9.c: Likewise.
16540         * elf/tst-tlsmod1.c: Likewise.
16541         * elf/tst-tlsmod13.c: Likewise.
16542         * elf/tst-tlsmod13a.c: Likewise.
16543         * elf/tst-tlsmod14a.c: Likewise.
16544         * elf/tst-tlsmod16a.c: Likewise.
16545         * elf/tst-tlsmod16b.c: Likewise.
16546         * elf/tst-tlsmod2.c: Likewise.
16547         * elf/tst-tlsmod3.c: Likewise.
16548         * elf/tst-tlsmod4.c: Likewise.
16549         * elf/tst-tlsmod5.c: Likewise.
16550         * elf/tst-tlsmod6.c: Likewise.
16551
16552 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
16553
16554         [BZ #12486]
16555         * malloc/malloc.c: remove checks for statistics.
16556
16557 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16558
16559         [BZ #15277]
16560         * inet/inet_net.c (inet_network): Detect additional invalid strings.
16561         * inet/tst-network.c: Add testcase.
16562
16563 2013-10-17  Andreas Schwab  <schwab@suse.de>
16564
16565         [BZ #15218]
16566         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
16567         to determine canonical name.
16568
16569 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16570
16571         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
16572         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
16573         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
16574         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
16575         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
16576         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
16577         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
16578         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
16579         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
16580         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
16581         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16582         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
16583         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16584         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
16585         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
16586         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
16587         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
16588         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
16589         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
16590         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
16591         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
16592         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
16593         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16594         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
16595         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
16596         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
16597         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
16598         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
16599         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
16600         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
16601         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
16602         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
16603         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
16604         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
16605         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
16606         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16607         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16608         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
16609         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
16610         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
16611         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
16612         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
16613         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
16614         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
16615         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
16616         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16617         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
16618         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
16619         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
16620         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
16621         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
16622         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
16623         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
16624         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
16625         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16626         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
16627         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
16628         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
16629
16630 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
16631
16632         [BZ #16041]
16633         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
16634         make result into a quiet NaN.
16635
16636 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
16637
16638         * soft-fp/adddf3.c: Fix horizontal whitespace.
16639         * soft-fp/addsf3.c: Likewise.
16640         * soft-fp/addtf3.c: Likewise.
16641         * soft-fp/divdf3.c: Likewise.
16642         * soft-fp/divsf3.c: Likewise.
16643         * soft-fp/divtf3.c: Likewise.
16644         * soft-fp/double.h: Likewise.
16645         * soft-fp/eqdf2.c: Likewise.
16646         * soft-fp/eqsf2.c: Likewise.
16647         * soft-fp/eqtf2.c: Likewise.
16648         * soft-fp/extenddftf2.c: Likewise.
16649         * soft-fp/extended.h: Likewise.
16650         * soft-fp/extendsfdf2.c: Likewise.
16651         * soft-fp/extendsftf2.c: Likewise.
16652         * soft-fp/extendxftf2.c: Likewise.
16653         * soft-fp/fixdfdi.c: Likewise.
16654         * soft-fp/fixdfsi.c: Likewise.
16655         * soft-fp/fixdfti.c: Likewise.
16656         * soft-fp/fixsfdi.c: Likewise.
16657         * soft-fp/fixsfsi.c: Likewise.
16658         * soft-fp/fixsfti.c: Likewise.
16659         * soft-fp/fixtfdi.c: Likewise.
16660         * soft-fp/fixtfsi.c: Likewise.
16661         * soft-fp/fixtfti.c: Likewise.
16662         * soft-fp/fixunsdfdi.c: Likewise.
16663         * soft-fp/fixunsdfsi.c: Likewise.
16664         * soft-fp/fixunsdfti.c: Likewise.
16665         * soft-fp/fixunssfdi.c: Likewise.
16666         * soft-fp/fixunssfsi.c: Likewise.
16667         * soft-fp/fixunssfti.c: Likewise.
16668         * soft-fp/fixunstfdi.c: Likewise.
16669         * soft-fp/fixunstfsi.c: Likewise.
16670         * soft-fp/fixunstfti.c: Likewise.
16671         * soft-fp/floatdidf.c: Likewise.
16672         * soft-fp/floatdisf.c: Likewise.
16673         * soft-fp/floatditf.c: Likewise.
16674         * soft-fp/floatsidf.c: Likewise.
16675         * soft-fp/floatsisf.c: Likewise.
16676         * soft-fp/floatsitf.c: Likewise.
16677         * soft-fp/floattidf.c: Likewise.
16678         * soft-fp/floattisf.c: Likewise.
16679         * soft-fp/floattitf.c: Likewise.
16680         * soft-fp/floatundidf.c: Likewise.
16681         * soft-fp/floatundisf.c: Likewise.
16682         * soft-fp/floatunditf.c: Likewise.
16683         * soft-fp/floatunsidf.c: Likewise.
16684         * soft-fp/floatunsisf.c: Likewise.
16685         * soft-fp/floatunsitf.c: Likewise.
16686         * soft-fp/floatuntidf.c: Likewise.
16687         * soft-fp/floatuntisf.c: Likewise.
16688         * soft-fp/floatuntitf.c: Likewise.
16689         * soft-fp/fmadf4.c: Likewise.
16690         * soft-fp/fmasf4.c: Likewise.
16691         * soft-fp/fmatf4.c: Likewise.
16692         * soft-fp/gedf2.c: Likewise.
16693         * soft-fp/gesf2.c: Likewise.
16694         * soft-fp/getf2.c: Likewise.
16695         * soft-fp/ledf2.c: Likewise.
16696         * soft-fp/lesf2.c: Likewise.
16697         * soft-fp/letf2.c: Likewise.
16698         * soft-fp/muldf3.c: Likewise.
16699         * soft-fp/mulsf3.c: Likewise.
16700         * soft-fp/multf3.c: Likewise.
16701         * soft-fp/negdf2.c: Likewise.
16702         * soft-fp/negsf2.c: Likewise.
16703         * soft-fp/negtf2.c: Likewise.
16704         * soft-fp/op-1.h: Likewise.
16705         * soft-fp/op-2.h: Likewise.
16706         * soft-fp/op-4.h: Likewise.
16707         * soft-fp/op-8.h: Likewise.
16708         * soft-fp/op-common.h: Likewise.
16709         * soft-fp/quad.h: Likewise.
16710         * soft-fp/single.h: Likewise.
16711         * soft-fp/soft-fp.h: Likewise.
16712         * soft-fp/sqrtdf2.c: Likewise.
16713         * soft-fp/sqrtsf2.c: Likewise.
16714         * soft-fp/sqrttf2.c: Likewise.
16715         * soft-fp/subdf3.c: Likewise.
16716         * soft-fp/subsf3.c: Likewise.
16717         * soft-fp/subtf3.c: Likewise.
16718         * soft-fp/truncdfsf2.c: Likewise.
16719         * soft-fp/trunctfdf2.c: Likewise.
16720         * soft-fp/trunctfsf2.c: Likewise.
16721         * soft-fp/trunctfxf2.c: Likewise.
16722         * soft-fp/unorddf2.c: Likewise.
16723         * soft-fp/unordsf2.c: Likewise.
16724         * soft-fp/unordtf2.c: Likewise.
16725
16726 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
16727
16728         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
16729         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
16730
16731 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
16732
16733         * elf/dl-libc.c: Clear initfini list after freeing.
16734
16735 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
16736
16737         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
16738         * soft-fp/addsf3.c: Likewise.
16739         * soft-fp/addtf3.c: Likewise.
16740         * soft-fp/divdf3.c: Likewise.
16741         * soft-fp/divsf3.c: Likewise.
16742         * soft-fp/divtf3.c: Likewise.
16743         * soft-fp/double.h: Likewise.
16744         * soft-fp/eqdf2.c: Likewise.
16745         * soft-fp/eqsf2.c: Likewise.
16746         * soft-fp/eqtf2.c: Likewise.
16747         * soft-fp/extenddftf2.c: Likewise.
16748         * soft-fp/extended.h: Likewise.
16749         * soft-fp/extendsfdf2.c: Likewise.
16750         * soft-fp/extendsftf2.c: Likewise.
16751         * soft-fp/extendxftf2.c: Likewise.
16752         * soft-fp/fixdfdi.c: Likewise.
16753         * soft-fp/fixdfsi.c: Likewise.
16754         * soft-fp/fixdfti.c: Likewise.
16755         * soft-fp/fixsfdi.c: Likewise.
16756         * soft-fp/fixsfsi.c: Likewise.
16757         * soft-fp/fixsfti.c: Likewise.
16758         * soft-fp/fixtfdi.c: Likewise.
16759         * soft-fp/fixtfsi.c: Likewise.
16760         * soft-fp/fixtfti.c: Likewise.
16761         * soft-fp/fixunsdfdi.c: Likewise.
16762         * soft-fp/fixunsdfsi.c: Likewise.
16763         * soft-fp/fixunsdfti.c: Likewise.
16764         * soft-fp/fixunssfdi.c: Likewise.
16765         * soft-fp/fixunssfsi.c: Likewise.
16766         * soft-fp/fixunssfti.c: Likewise.
16767         * soft-fp/fixunstfdi.c: Likewise.
16768         * soft-fp/fixunstfsi.c: Likewise.
16769         * soft-fp/fixunstfti.c: Likewise.
16770         * soft-fp/floatdidf.c: Likewise.
16771         * soft-fp/floatdisf.c: Likewise.
16772         * soft-fp/floatditf.c: Likewise.
16773         * soft-fp/floatsidf.c: Likewise.
16774         * soft-fp/floatsisf.c: Likewise.
16775         * soft-fp/floatsitf.c: Likewise.
16776         * soft-fp/floattidf.c: Likewise.
16777         * soft-fp/floattisf.c: Likewise.
16778         * soft-fp/floattitf.c: Likewise.
16779         * soft-fp/floatundidf.c: Likewise.
16780         * soft-fp/floatundisf.c: Likewise.
16781         * soft-fp/floatunsidf.c: Likewise.
16782         * soft-fp/floatunsisf.c: Likewise.
16783         * soft-fp/floatuntidf.c: Likewise.
16784         * soft-fp/floatuntisf.c: Likewise.
16785         * soft-fp/floatuntitf.c: Likewise.
16786         * soft-fp/fmadf4.c: Likewise.
16787         * soft-fp/fmasf4.c: Likewise.
16788         * soft-fp/fmatf4.c: Likewise.
16789         * soft-fp/gedf2.c: Likewise.
16790         * soft-fp/gesf2.c: Likewise.
16791         * soft-fp/getf2.c: Likewise.
16792         * soft-fp/ledf2.c: Likewise.
16793         * soft-fp/lesf2.c: Likewise.
16794         * soft-fp/letf2.c: Likewise.
16795         * soft-fp/muldf3.c: Likewise.
16796         * soft-fp/mulsf3.c: Likewise.
16797         * soft-fp/multf3.c: Likewise.
16798         * soft-fp/negdf2.c: Likewise.
16799         * soft-fp/negsf2.c: Likewise.
16800         * soft-fp/negtf2.c: Likewise.
16801         * soft-fp/op-1.h: Likewise.
16802         * soft-fp/op-2.h: Likewise.
16803         * soft-fp/op-4.h: Likewise.
16804         * soft-fp/op-8.h: Likewise.
16805         * soft-fp/op-common.h: Likewise.
16806         * soft-fp/quad.h: Likewise.
16807         * soft-fp/single.h: Likewise.
16808         * soft-fp/soft-fp.h: Likewise.
16809         * soft-fp/sqrtdf2.c: Likewise.
16810         * soft-fp/sqrtsf2.c: Likewise.
16811         * soft-fp/sqrttf2.c: Likewise.
16812         * soft-fp/subdf3.c: Likewise.
16813         * soft-fp/subsf3.c: Likewise.
16814         * soft-fp/subtf3.c: Likewise.
16815         * soft-fp/truncdfsf2.c: Likewise.
16816         * soft-fp/trunctfdf2.c: Likewise.
16817         * soft-fp/trunctfsf2.c: Likewise.
16818         * soft-fp/trunctfxf2.c: Likewise.
16819         * soft-fp/unorddf2.c: Likewise.
16820         * soft-fp/unordsf2.c: Likewise.
16821         * soft-fp/unordtf2.c: Likewise.
16822
16823 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
16824
16825         [BZ #15672]
16826         * misc/error.c (error_tail): Fix possible buffer overflow.
16827
16828 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
16829
16830         [BZ #13028]
16831         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16832         address.
16833
16834 2013-10-14  P. J. McDermott  <pj@pehjota.net>
16835
16836         [BZ #832]
16837         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
16838         testing pipefail option.
16839
16840 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16841
16842         * soft-fp/double.h: Indent preprocessor directives inside #if.
16843         * soft-fp/extended.h: Likewise.
16844         * soft-fp/op-2.h: Likewise.
16845         * soft-fp/op-4.h: Likewise.
16846         * soft-fp/op-common.h: Likewise.
16847         * soft-fp/quad.h: Likewise.
16848         * soft-fp/single.h: Likewise.
16849         * soft-fp/soft-fp.h: Likewise.
16850
16851 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
16852
16853         * iconv/iconv_prog.c: Fix typos.
16854         * stdio-common/psiginfo-data.h: Likewise.
16855
16856 2013-10-12   Reuben Thomas <rrt@sc3d.org>
16857
16858         [BZ #15764]
16859         * locale/setlocale.c: Fix typo.
16860
16861 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16862
16863         [BZ #16036]
16864         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16865         signaling NaN arguments.
16866         * soft-fp/unordsf2.c (__unordsf2): Likewise.
16867         * soft-fp/unordtf2.c (__unordtf2): Likewise.
16868
16869         [BZ #14910]
16870         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16871         unordered operands.
16872         * soft-fp/gesf2.c (__gesf2): Likewise.
16873         * soft-fp/getf2.c (__getf2): Likewise.
16874         * soft-fp/ledf2.c (__ledf2): Likewise.
16875         * soft-fp/lesf2.c (__lesf2): Likewise.
16876         * soft-fp/letf2.c (__letf2): Likewise.
16877
16878         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16879         * soft-fp/eqsf2.c (__eqsf2): Likewise.
16880         * soft-fp/eqtf2.c (__eqtf2): Likewise.
16881         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16882         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16883         * soft-fp/fixdfti.c (__fixdfti): Likewise.
16884         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16885         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16886         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16887         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16888         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16889         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16890         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16891         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16892         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16893         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16894         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16895         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16896         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16897         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16898         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16899         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16900         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16901         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16902         * soft-fp/floattidf.c (__floattidf): Likewise.
16903         * soft-fp/floattisf.c (__floattisf): Likewise.
16904         * soft-fp/floattitf.c (__floattitf): Likewise.
16905         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16906         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16907         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16908         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16909         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16910         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16911         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16912         * soft-fp/gesf2.c (__gesf2): Likewise.
16913         * soft-fp/getf2.c (__getf2): Likewise.
16914         * soft-fp/ledf2.c (__ledf2): Likewise.
16915         * soft-fp/lesf2.c (__lesf2): Likewise.
16916         * soft-fp/letf2.c (__letf2): Likewise.
16917
16918         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16919         Undefine and redefine.
16920         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16921         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16922         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16923         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16924         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16925         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16926         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16927         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16928         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16929         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16930         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16931         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16932         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16933         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16934         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16935
16936         [BZ #16032]
16937         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16938         without decrementing exponent if mantissa >= that for the
16939         denominator, not >.
16940         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16941         denominator, not >.  Decrement exponent in < case instead of
16942         incrementing in >= case.
16943         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16944         without decrementing exponent if mantissa >= that for the
16945         denominator, not >.
16946
16947         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16948         computing saturated result for unsigned overflow.
16949
16950 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16951             Jeff Law  <law@redhat.com>
16952
16953         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16954         (atan2Mp): Add systemtap probe marker.
16955         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16956         (__ieee754_log): Add systemtap probe marker.
16957         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16958         (atanMp): Add systemtap probe marker.
16959         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16960         (tanMp): Add systemtap probe marker.
16961         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16962         (__slowexp): Add systemtap probe marker.
16963         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16964         (__slowpow): Add systemtap probe marker.
16965         * manual/probes.texi: Document probes.
16966
16967 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
16968
16969         [BZ #15362]
16970         * libio/fileops.c (_IO_new_file_write): Return count of bytes
16971         written.
16972         (_IO_new_file_xsputn): Don't return EOF if nothing has been
16973         written.
16974         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16975         written to buffer but not flushed.
16976         * libio/iofwrite_u.c:  Likewise.
16977         * libio/iopadn.c:  Return bytes returned even if EOF was
16978         encountered.
16979         * libio/iowpadn.c:  Likewise.
16980         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16981         if _IO_padn does not write the whole buffer.
16982         [!COMPILE_WPRINTF] (PAD): Likewise.
16983
16984 2013-10-10  David S. Miller  <davem@davemloft.net>
16985
16986         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16987         directory block.
16988
16989 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16990
16991         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
16992         instead of FSF address.
16993         * soft-fp/fixdfti.c: Likewise.
16994         * soft-fp/fixsfti.c: Likewise.
16995         * soft-fp/fixtfti.c: Likewise.
16996         * soft-fp/fixunsdfti.c: Likewise.
16997         * soft-fp/fixunssfti.c: Likewise.
16998         * soft-fp/fixunstfti.c: Likewise.
16999         * soft-fp/floattidf.c: Likewise.
17000         * soft-fp/floattisf.c: Likewise.
17001         * soft-fp/floattitf.c: Likewise.
17002         * soft-fp/floatuntidf.c: Likewise.
17003         * soft-fp/floatuntisf.c: Likewise.
17004         * soft-fp/floatuntitf.c: Likewise.
17005         * soft-fp/trunctfxf2.c: Likewise.
17006
17007         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
17008         * soft-fp/fixdfti.c: Likewise.
17009         * soft-fp/fixsfti.c: Likewise.
17010         * soft-fp/fixtfti.c: Likewise.
17011         * soft-fp/fixunsdfti.c: Likewise.
17012         * soft-fp/fixunssfti.c: Likewise.
17013         * soft-fp/fixunstfti.c: Likewise.
17014         * soft-fp/floattidf.c: Likewise.
17015         * soft-fp/floattisf.c: Likewise.
17016         * soft-fp/floattitf.c: Likewise.
17017         * soft-fp/floatuntidf.c: Likewise.
17018         * soft-fp/floatuntisf.c: Likewise.
17019         * soft-fp/floatuntitf.c: Likewise.
17020         * soft-fp/trunctfxf2.c: Likewise.
17021
17022 2013-10-10  David S. Miller  <davem@davemloft.net>
17023
17024         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17025
17026 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
17027
17028         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17029         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
17030         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
17031         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
17032         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
17033         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
17034         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
17035
17036         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
17037         for NaNs before doing comparisons on argument.
17038         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
17039         Likewise.
17040
17041 2013-10-10  Will Newton  <will.newton@linaro.org>
17042
17043         * malloc/hooks.c (memalign_check): Ensure the value of bytes
17044         passed to _int_memalign does not overflow.
17045
17046 2013-10-10  Torvald Riegel  <triegel@redhat.com>
17047
17048         * scripts/bench.pl: Add include-sources directive.
17049         * benchtests/README: Update documentation.
17050
17051 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17052
17053         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
17054         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
17055         instead of FP_INIT_ROUNDMODE.
17056         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
17057         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
17058
17059         [BZ #16034]
17060         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
17061         copy class of input value.
17062         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
17063         not handle exceptions.
17064         * soft-fp/negsf2.c (__negsf2): Likewise.
17065         * soft-fp/negtf2.c (__negtf2): Likewise.
17066         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
17067
17068 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
17069
17070         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
17071         semicolon.  From Linux kernel.
17072
17073 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
17074
17075         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
17076
17077 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
17078
17079         [BZ #156]
17080         * manual/socket.texi: Added statement about buffer
17081         for gethostbyname2_r.
17082
17083 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
17084
17085         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
17086         Use .p2align directive instead, throughout.
17087         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
17088         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
17089         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
17090         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17091         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17092         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
17093         * sysdeps/x86_64/strchr.S: Likewise.
17094         * sysdeps/x86_64/strrchr.S: Likewise.
17095
17096 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
17097
17098         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
17099
17100         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
17101
17102         * sysdeps/generic/math_private.h (__mpsin1): Remove
17103         declaration.
17104         (__mpcos1): Likewise.
17105         (__mpsin): New argument __range_reduce.
17106         (__mpcos): Likewise.
17107         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17108         (slow): Use __mpsin and __mpcos.
17109         (slow1): Likewise.
17110         (slow2): Likewise.
17111         (sloww): Likewise.
17112         (sloww1): Likewise.
17113         (sloww2): Likewise.
17114         (bsloww): Likewise.
17115         (bsloww1): Likewise.
17116         (bsloww2): Likewise.
17117         (cslow2): Likewise.
17118         (csloww): Likewise.
17119         (csloww1): Likewise.
17120         (csloww2): Likewise.
17121         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17122         range_reduce.  Merge in __mpsin1.
17123         (__mpcos): Likewise.
17124         (__mpsin1): Remove.
17125         (__mpcos1): Likewise.
17126
17127 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
17128
17129         * locale/loadlocale.c (_nl_intern_locale_data): Use
17130         LOCFILE_ALIGNED_P.
17131         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17132         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17133         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17134         obstack data is appropriately aligned.
17135         (obstack_int32_grow_fast): Likewise.
17136         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
17137         * locale/programs/locfile.c (add_locale_uint32): Likewise.
17138         (add_locale_uint32_array): Likewise.
17139
17140 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
17141
17142         * benchtests/Makefile: Remove ARGLIST and RET variables.
17143         ($(objpfx)bench-%.c): Pass only function name to the script.
17144         * benchtests/README: Update documentation.
17145         * benchtests/acos-inputs: Add new directives.
17146         * benchtests/acosh-inputs: Likewise.
17147         * benchtests/asin-inputs: Likewise.
17148         * benchtests/asinh-inputs: Likewise.
17149         * benchtests/atan-inputs: Likewise.
17150         * benchtests/atanh-inputs: Likewise.
17151         * benchtests/cos-inputs: Likewise.
17152         * benchtests/cosh-inputs: Likewise.
17153         * benchtests/exp-inputs: Likewise.
17154         * benchtests/log-inputs: Likewise.
17155         * benchtests/pow-inputs: Likewise.
17156         * benchtests/rint-inputs: Likewise.
17157         * benchtests/sin-inputs: Likewise.
17158         * benchtests/sinh-inputs: Likewise.
17159         * benchtests/tan-inputs: Likewise.
17160         * benchtests/tanh-inputs: Likewise.
17161         * scripts/bench.pl: Add support for new directives.
17162
17163 2013-10-07  Alan Modra  <amodra@gmail.com>
17164
17165         * README: Fix careless merge.
17166
17167 2013-10-05  Alan Modra  <amodra@gmail.com>
17168
17169         * NEWS: Mention powerpc64le support and bugs fixed.
17170         * README: Both big-endian and little-endian powerpc64 supported.
17171
17172 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17173
17174         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17175         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
17176         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17177         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17178
17179 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
17180
17181         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17182         match prototype.
17183
17184 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
17185
17186         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17187         Move -mhard-float appending from
17188         ports/sysdeps/powerpc/powerpc32/Makefile.
17189         [$(with-fp) = yes] (ASFLAGS): Likewise.
17190         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17191         * sysdeps/powerpc/nofpu: Move directory from
17192         ports/sysdeps/powerpc/nofpu.
17193         * sysdeps/powerpc/soft-fp: Move directory from
17194         ports/sysdeps/powerpc/soft-fp.
17195         * sysdeps/powerpc/powerpc32/405: Move directory from
17196         ports/sysdeps/powerpc/powerpc32/405.
17197         * sysdeps/powerpc/powerpc32/440: Move directory from
17198         ports/sysdeps/powerpc/powerpc32/440.
17199         * sysdeps/powerpc/powerpc32/464: Move directory from
17200         ports/sysdeps/powerpc/powerpc32/464.
17201         * sysdeps/powerpc/powerpc32/476: Move directory from
17202         ports/sysdeps/powerpc/powerpc32/476.
17203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17204         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17206         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17208         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17210         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17212         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17213         * README: Update for powerpc-*-linux-gnu software floating point
17214         support in libc.
17215
17216         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17217         case to powerpc/powerpc32*.
17218         * sysdeps/unix/sysv/linux/configure: Regenerated.
17219
17220         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17221         (_FPU_MASK_OM): Define as 0x04.
17222         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17223         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17224         0x00c10080.
17225         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17226         0x0000003c.
17227         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17228
17229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17230         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17231         getcontext_e500.
17232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17233         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17234         setcontext_e500.
17235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17236         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17237         and setcontext_e500.
17238
17239 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
17240
17241         * locale/iso-3166.def: Update iso-1366.def and related occurrences
17242
17243 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17244
17245         * manual/threads.texi (Default Thread Attributes): Fix typo.
17246
17247 2013-10-04  Will Newton  <will.newton@linaro.org>
17248
17249         * malloc/Makefile: Add tst-memalign.
17250         * malloc/tst-memalign.c: New file.
17251
17252         * malloc/tst-posix_memalign.c: Add comments.
17253         (do_test): Add comments and call free on all potentially
17254         allocated pointers. Add space after cast.
17255
17256         * malloc/tst-pvalloc.c: Add comments.
17257         (do_test): Add comments and call free on all potentially
17258         allocated pointers. Remove duplicate check for NULL pointer.
17259         Add space after cast.
17260
17261         * malloc/tst-valloc.c: Add comments.
17262         (do_test): Add comments and call free on all potentially
17263         allocated pointers. Remove duplicate check for NULL pointer.
17264         Add space after cast.
17265
17266 2013-10-04  Alan Modra  <amodra@gmail.com>
17267
17268         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17269         Use stdint types in rather than __attribute__((mode())).
17270         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17271
17272 2013-10-04  Alan Modra  <amodra@gmail.com>
17273
17274         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17275         Correct handling of unaligned relocs for little-endian.
17276         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17277
17278 2013-10-04  Alan Modra  <amodra@gmail.com>
17279
17280         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17281         * configure: Regenerate.
17282         * nptl/shlib-versions: Powerpc*le starts at 2.18.
17283         * shlib-versions: Likewise.
17284
17285 2013-10-04  Alan Modra  <amodra@gmail.com>
17286
17287         * string/tester.c (test_memrchr): Increment reported test cycle.
17288
17289 2013-10-04  Alan Modra  <amodra@gmail.com>
17290
17291         * string/test-memcpy.c (do_one_test): When reporting errors, print
17292         string address and don't overrun end of string.
17293
17294 2013-10-04  Alan Modra  <amodra@gmail.com>
17295
17296         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17297         insrdi.  Make better use of reg selection to speed exit slightly.
17298         Schedule entry path a little better.  Remove useless "are we done"
17299         checks on entry to main loop.  Handle wrapping around zero address.
17300         Correct main loop count.  Handle single left-over word from main
17301         loop inline rather than by using loop_small.  Remove extra word
17302         case in loop_small caused by wrong loop count.  Add little-endian
17303         support.
17304         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17305         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
17306         cache hint.
17307         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17308         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17309         support.  Avoid rlwimi.
17310         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17311
17312 2013-10-04  Alan Modra  <amodra@gmail.com>
17313
17314         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
17315         insrdi.  Formatting.
17316         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17317         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17318         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17319         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17320         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17321         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17322
17323 2013-10-04  Alan Modra  <amodra@gmail.com>
17324
17325         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17326         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17327         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17328         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17329         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17330         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17331         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17332         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17333         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
17334         use of regs.  Use power7 mtocrf.  Tidy function tails.
17335
17336 2013-10-04  Alan Modra  <amodra@gmail.com>
17337
17338         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17339         Formatting.  Consistently use rXXX register defines or rN defines.
17340         Use early exit labels that avoid restoring unused non-volatile regs.
17341         Make cr field use more consistent with rWORDn compares.  Rename
17342         regs used as shift registers for unaligned loop, using rN defines
17343         for short lifetime/multiple use regs.
17344         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17345         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
17346         addi 1,1,64 to pop stack frame.  Simplify return value code.
17347         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17348
17349 2013-10-04  Alan Modra  <amodra@gmail.com>
17350
17351         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17352         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
17353         rather than rlwimi.
17354         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17355         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17356         little-endian support.  Correct typos.
17357         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
17358         rather than rlwimi.
17359         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
17360         in loop and entry code to keep "and." results.
17361         (strchr): Add little-endian support.  Comment.  Move cntlzd
17362         earlier in tail.
17363         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17364
17365 2013-10-04  Alan Modra  <amodra@gmail.com>
17366
17367         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17368         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17369         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17370         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17371
17372 2013-10-04  Alan Modra  <amodra@gmail.com>
17373
17374         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17375         (rTMP): Define as r11.
17376         (strcmp): Add little-endian support.  Optimise tail.
17377         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17378         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17379         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17380         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17381         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17382         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17383         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17384
17385 2013-10-04  Alan Modra  <amodra@gmail.com>
17386
17387         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17388         little-endian support.  Remove unnecessary "are we done" tests.
17389         Handle "s" wrapping around zero and extremely large "size".
17390         Correct main loop count.  Handle single left-over word from main
17391         loop inline rather than by using small_loop.  Correct comments.
17392         Delete "zero" tail, use "end_max" instead.
17393         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17394
17395 2013-10-04  Alan Modra  <amodra@gmail.com>
17396
17397         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17398         support.  Don't branch over align.
17399         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17400         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17401         support.  Rearrange tmp reg use to suit.  Comment.
17402         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17403
17404 2013-10-04  Alan Modra  <amodra@gmail.com>
17405
17406         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17407
17408 2013-10-04  Alan Modra  <amodra@gmail.com>
17409
17410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17411         conditional form of branch and link when obtaining pc.
17412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17413
17414 2013-10-04  Alan Modra  <amodra@gmail.com>
17415
17416         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17417         HIWORD/LOWORD.
17418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17420
17421 2013-10-04  Alan Modra  <amodra@gmail.com>
17422
17423         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17424         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17425         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17426         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17427         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17428         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17429         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17430         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17431         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17432         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17433
17434 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17435             Alistair Popple <alistair@ozlabs.au.ibm.com>
17436             Alan Modra <amodra@gmail.com>
17437
17438         [BZ #15723]
17439         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17440         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17441         _dl_hwcap access for little-endian.
17442         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
17443         destroy vmx regs when saving unaligned.
17444         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17445         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
17446         destroy vmx regs when saving unaligned.
17447
17448 2013-10-04  Alan Modra  <amodra@gmail.com>
17449
17450         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17451         Don't use a union to pack hi/low value.
17452
17453 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17454
17455         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17456         for little-endian.
17457         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17458         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17459         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17460         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17461         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17462
17463 2013-10-04  Alan Modra  <amodra@gmail.com>
17464
17465         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17466         constants to usual value for .cst8 section, and remove redundant
17467         high address load.
17468         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17469         constant for 0x1p52.  Load little-endian words of double from
17470         correct stack offsets.
17471
17472 2013-10-04  Alan Modra  <amodra@gmail.com>
17473
17474         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17475         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17476         words of double from correct stack offsets.
17477         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17478         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17479         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17480         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17481         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17482         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17483         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17484         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17485         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17486         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17487         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17488         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17489         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17490         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17491         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17492         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17493         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17494
17495 2013-10-04  Alan Modra  <amodra@gmail.com>
17496
17497         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17498         64-bit int/double union.
17499         (_FPU_SETCW): Likewise.
17500         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17501         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17502
17503 2013-10-04  Alan Modra  <amodra@gmail.com>
17504
17505         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17506         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17507
17508 2013-10-04  Alan Modra  <amodra@gmail.com>
17509
17510         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17511         use vector int constants.
17512         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17513
17514 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17515
17516         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17517         array with long long.
17518         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17519         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17520         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17521         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17522         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17523         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17524         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17525         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17526         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17527         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17528         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17529         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17530         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17531
17532 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17533
17534         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
17535         (__signbit): Likewise.  Correct for little-endian.
17536         (__signbitl): Call __signbit.
17537         (lrint): Correct for little-endian.
17538         (lrintf): Call lrint.
17539
17540 2013-10-04  Alan Modra  <amodra@gmail.com>
17541
17542         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
17543         union 32-bit int array member with 64-bit int array.
17544         (t515, tm256): Double rather than long double.
17545         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
17546
17547 2013-10-04  Alan Modra  <amodra@gmail.com>
17548
17549         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
17550         Delete.
17551         (IEEE854_LONG_DOUBLE_BIAS): Delete.
17552         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
17553         version of math_ldbl.h.
17554
17555 2013-10-04  Alan Modra  <amodra@gmail.com>
17556
17557         [BZ #15734], [BZ #15735]
17558         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
17559         all uses of ieee875 long double macros and unions.  Simplify test
17560         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
17561         ldbl_extract_mantissa value for ix,iy exponents.  Properly
17562         normalize after ldbl_extract_mantissa, and don't add hidden bit
17563         already handled.  Don't treat low word of ieee854 mantissa like
17564         low word of IBM long double and mask off bit when testing for
17565         zero.
17566         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
17567         all uses of ieee875 long double macros and unions.  Simplify tests
17568         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
17569         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
17570         two1022, instead use their values.  Recognise that tests for large
17571         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
17572         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
17573         Rewrite all uses of ieee875 long double macros and unions.  Simplify
17574         test for 0.0L and nan.  Correct negation.
17575         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
17576         ieee875 long double macros and unions.  Correct output for large
17577         magnitude x.  Correct absolute value calculation.
17578         (__erfcl): Likewise.
17579         * math/libm-test.inc: Add tests for errors discovered in IBM long
17580         double versions of fmodl, remainderl, erfl and erfcl.
17581
17582 2013-10-04  Alan Modra  <amodra@gmail.com>
17583
17584         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
17585         all uses of ieee854 long double macros and unions.  Simplify tests
17586         for long doubles that are fully specified by the high double.
17587         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
17588         Likewise.
17589         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
17590         Remove dead code too.
17591         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
17592         (__ieee754_ynl): Likewise.
17593         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
17594         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
17595         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
17596         Remove dead code too.
17597         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
17598         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
17599         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
17600         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
17601         Simplify.
17602         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
17603         Simplify.
17604         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
17605         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
17606         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
17607         Comment on variable precision.
17608         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
17609         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
17610         Likewise.
17611         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
17612         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
17613         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
17614         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
17615         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
17616
17617 2013-10-04  Alan Modra  <amodra@gmail.com>
17618
17619         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
17620         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
17621         all uses of ieee854 long double macros and unions.
17622         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
17623         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
17624         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
17625         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
17626         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
17627         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
17628         Likewise.
17629         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
17630         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
17631         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
17632         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
17633         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
17634         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
17635         Simplify sign and nan test too.
17636         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
17637         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
17638         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
17639         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
17640         Likewise.
17641         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
17642         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
17643         Likewise.
17644         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17645         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
17646         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
17647         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
17648         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
17649         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
17650
17651 2013-10-04  Alan Modra  <amodra@gmail.com>
17652
17653         * stdio-common/printf_size.c (__printf_size): Don't use
17654         union ieee854_long_double in fpnum union.
17655         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
17656         signbit macro to retrieve sign from long double.
17657         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
17658         retrieve sign from long double.
17659         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
17660         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
17661         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
17662         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
17663         * math/test-misc.c (main): Don't use union ieee854_long_double.
17664
17665 2013-10-04  Alan Modra  <amodra@gmail.com>
17666
17667         [BZ #15680]
17668         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
17669         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
17670         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
17671         calculation.  Remove unnecessary test for denormal exponent.
17672         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
17673         Correct handling of denormals.  Avoid undefined shift behaviour.
17674         Correct normalisation of low mantissa when low double is denormal.
17675         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
17676         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
17677         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
17678         Correct normalisation of low mantissa.  Test for overflow of high
17679         mantissa and normalise.
17680         (ldbl_nearbyint): Use more readable constant for two52.
17681         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
17682         (__mpn_construct_long_double): Fix test for overflow of high
17683         mantissa and correct normalisation.  Avoid undefined shift.
17684
17685 2013-10-04  Alan Modra  <amodra@gmail.com>
17686
17687         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17688         (union ibm_extended_long_double): Define as an array of ieee754_double.
17689         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
17690         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
17691         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
17692         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
17693         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17694         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
17695         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17696         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
17697         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17698         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
17699         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17700
17701 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
17702
17703         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
17704         page size instead of calling getpagesize.
17705
17706         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
17707         (LOCFILE_ALIGN_MASK): Likewise.
17708         (LOCFILE_ALIGN_UP): Likewise.
17709         (LOCFILE_ALIGNED_P): Likewise.
17710         * locale/programs/ld-collate.c (collate_output): Use the new
17711         macros instead of __alignof__ (int32_t).
17712         * locale/weight.h (findidx): Likewise.
17713
17714 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
17715
17716         [BZ #431]
17717         * manual/string.texi: Fix strncat and wcsncat.
17718
17719 2013-10-03  Brooks Moses  <bmoses@google.com>
17720
17721         [BZ #15915]
17722         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
17723         * Makerules: ...here, and adjust associated comments.
17724
17725 2013-10-02  Will Newton  <will.newton@linaro.org>
17726
17727         * malloc/Makefile: Add tst-pvalloc.
17728         * malloc/tst-pvalloc.c: New file.
17729
17730 2013-10-02  Will Newton  <will.newton@linaro.org>
17731
17732         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
17733         improve test coverage.
17734
17735 2013-10-02  Will Newton  <will.newton@linaro.org>
17736
17737         * malloc/Makefile: Add tst-posix_memalign.
17738         * malloc/tst-posix_memalign.c: New file.
17739
17740 2013-10-01  Eric Blake  <eblake@redhat.com>
17741
17742         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
17743         Use __THROWNL rather than __THROW on static functions.
17744
17745 2013-09-30  Petr Machata  <pmachata@redhat.com>
17746
17747         * elf/elf.h (R_AARCH64_ABS16): New macro.
17748         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
17749         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
17750         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
17751         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
17752         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
17753         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
17754         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
17755         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
17756         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
17757         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
17758         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
17759         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
17760         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
17761         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
17762         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
17763         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
17764         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
17765         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
17766         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
17767         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
17768         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
17769         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
17770         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
17771         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
17772         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
17773         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
17774         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
17775         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17776         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17777         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17778         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17779         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17780         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17781         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17782         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17783         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17784         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17785         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17786         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17787         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
17788         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
17789         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
17790         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
17791         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
17792         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
17793         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
17794         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
17795         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
17796         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
17797         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
17798         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
17799         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
17800         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
17801         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
17802         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
17803         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
17804         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
17805         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
17806         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
17807         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
17808         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
17809         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
17810         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
17811         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
17812         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
17813         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
17814         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
17815         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
17816         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
17817         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
17818         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
17819         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
17820         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
17821         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
17822         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
17823         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
17824         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
17825         (R_AARCH64_TLSDESC_LDR): Likewise.
17826         (R_AARCH64_TLSDESC_ADD): Likewise.
17827         (R_AARCH64_TLSDESC_CALL): Likewise.
17828
17829 2013-09-30  Andreas Schwab  <schwab@suse.de>
17830
17831         [BZ #15048]
17832         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17833         the nss database lookup.
17834         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17835         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17836
17837 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
17838
17839         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17840
17841 2013-09-28  P. J. McDermott  <pj@pehjota.net>
17842
17843         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17844         ${Bash-specific parameter/pattern/string} parameter expansion.
17845         * sysdeps/unix/make-syscalls.sh: Likewise.
17846
17847 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17848
17849         * sysdeps/sh/stackguard-macros.h: New file.
17850
17851 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
17852
17853         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17854         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17855         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17856         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17857         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17858         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17859
17860 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17861
17862         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17863         Fix thread ID register.
17864
17865 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
17866
17867         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17868         [POSIX || UNIX98]: Require rather than permitting all symbols from
17869         <time.h>.
17870         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17871         element of struct sched_param.
17872         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17873         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17874         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17875         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17876         constant.
17877
17878 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
17879
17880         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17881         argument calculation.
17882
17883 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17884
17885         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17886         Expect macro.
17887         [POSIX] (pthread_attr_t): Do not require type.
17888         [POSIX] (pthread_cond_t): Likewise.
17889         [POSIX] (pthread_condattr_t): Likewise.
17890         [POSIX] (pthread_key_t): Likewise.
17891         [POSIX] (pthread_mutex_t): Likewise.
17892         [POSIX] (pthread_mutexattr_t): Likewise.
17893         [POSIX] (pthread_once_t): Likewise.
17894         [POSIX] (pthread_t): Likewise.
17895         [POSIX-based standards] (pthread_atfork): Expect function.
17896
17897 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17898             Richard Sandiford  <richard@codesourcery.com>
17899
17900         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17901         (swap_endianness_p): New extern variable.
17902         (set_big_endian): New inline function.
17903         (maybe_swap_uint32): Likewise.
17904         (maybe_swap_uint32_array): Likewise.
17905         (maybe_swap_uint32_obstack): Likewise.
17906         * locale/programs/locfile.c: Include <stdbool.h>.
17907         (swap_endianness_p): New variable.
17908         (add_locale_uint32): Call maybe_swap_uint32.
17909         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17910         (write_locale_data): Call maybe_swap_uint32_array.
17911         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17912         maybe_swap_uint32.
17913         (obstack_int32_grow_fast): Likewise.
17914         (output_weightwc): Call maybe_swap_uint32_obstack.
17915         (collate_output): Likewise.
17916         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17917         (OPT_LITTLE_ENDIAN): Likewise.
17918         (options): Add --little-endian and --big-endian options.
17919         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17920         * locale/programs/locarchive.c: Include "locfile.h".
17921         (GET): New macro.
17922         (SET): Likewise.
17923         (INC): Likewise.
17924         (create_archive): Use the new macros to access fields of
17925         structures directly mapped from or written to locale archives.
17926         (oldlocrecentcmp): Likewise.
17927         (enlarge_archive): Likewise.
17928         (insert_name): Likewise.
17929         (add_alias): Likewise.
17930         (add_locale): Likewise.
17931         (delete_locales_from_archive): Likewise.
17932         (show_archive_content): Likewise.
17933         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17934         locale data.
17935
17936 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17937
17938         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17939         http://www.gnu.org/doc/freemanuals.texi.
17940         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17941
17942 2013-09-24  Will Newton  <will.newton@linaro.org>
17943
17944         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17945         macro.
17946
17947 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
17948
17949         * locale/hashval.h (compute_hashval): Interpret bytes of key as
17950         unsigned char.
17951
17952 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
17953
17954         * manual/threads.texi (POSIX Threads): Fix a typo.
17955
17956 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17957
17958         [BZ #14547]
17959         * string/tst-strcoll-overflow.c: New test case.
17960         * string/Makefile (xtests): Add tst-strcoll-overflow.
17961         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17962         cache if string sizes may cause integer overflow.
17963
17964         [BZ #14547]
17965         * string/strcoll_l.c (coll_seq): New members rule, idx,
17966         save_idx and back_us.
17967         (get_next_seq_nocache): New function.
17968         (do_compare_nocache): New function.
17969         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17970         when malloc fails.
17971
17972 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
17973
17974         [BZ #15754]
17975         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17976         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17977         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17978
17979         [BZ #15754]
17980         * elf/Makefile (tests): Add tst-ptrguard1.
17981         (tests-static): Add tst-ptrguard1-static.
17982         (tst-ptrguard1-ARGS): Define.
17983         (tst-ptrguard1-static-ARGS): Define.
17984         * elf/tst-ptrguard1.c: New file.
17985         * elf/tst-ptrguard1-static.c: New file.
17986         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17987         * sysdeps/i386/stackguard-macros.h: Likewise.
17988         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17989         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17990         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17991         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17992         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17993         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17994
17995 2013-09-23  Hector Marco  <hecmargi@upv.es>
17996             Ismael Ripoll  <iripoll@disca.upv.es>
17997             Carlos O'Donell  <carlos@redhat.com>
17998
17999         [BZ #15754]
18000         * sysdeps/generic/stackguard-macros.h: Define
18001         __pointer_chk_guard_local and POINTER_CHK_GUARD.
18002         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
18003         Define __pointer_chk_guard_local.
18004         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
18005         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
18006
18007 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
18008
18009         [BZ #15859]
18010         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
18011
18012 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
18013
18014         * include/string.h (__ffs): Declare as hidden.
18015         * string/ffs.c (__ffs): Define as hidden.
18016         * sysdeps/i386/ffs.c (__ffs): Likewise.
18017         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
18018         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
18019         * sysdeps/s390/ffs.c (__ffs): Likewise.
18020         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
18021
18022 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
18023
18024         * NEWS: Mention malloc probes.
18025
18026         * malloc/arena.c (new_heap): New memory_heap_new probe.
18027         (grow_heap): New memory_heap_more probe.
18028         (shrink_heap): New memory_heap_less probe.
18029         (heap_trim): New memory_heap_free probe.
18030         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
18031         (systrim): New memory_sbrk_less probe.
18032         * manual/probes.texi: Document them.
18033
18034         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
18035         * manual/probes.texi: Document it.
18036
18037         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
18038         (__libc_realloc): Add memory_realloc_retry probe.
18039         (__libc_memalign): Add memory_memalign_retry probe.
18040         (__libc_valloc): Add memory_valloc_retry probe.
18041         (__libc_pvalloc): Add memory_pvalloc_retry probe.
18042         (__libc_calloc): Add memory_calloc_retry probe.
18043         * manual/probes.texi: Document them.
18044
18045         * malloc/arena.c (get_free_list): Add probe
18046         memory_arena_reuse_free_list.
18047         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
18048         and memory_arena_reuse.
18049         (arena_get2) [!PER_THREAD]: Likewise.
18050         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
18051         memory_arena_reuse_realloc.
18052         * manual/probes.texi: Document them.
18053
18054         * malloc/malloc.c (__libc_free): Add
18055         memory_mallopt_free_dyn_thresholds probe.
18056         (__libc_mallopt): Add multiple memory_mallopt probes.
18057         * manual/probes.texi: Document them.
18058
18059         * malloc/malloc.c: Include stap-probe.h.
18060         (__libc_mallopt): Add memory_mallopt probe.
18061         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
18062         * manual/probes.texi: New.
18063         * manual/Makefile (chapters): Add probes.
18064         * manual/threads.texi: Set next node.
18065
18066 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
18067
18068         [BZ #15963, #13985]
18069         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
18070         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
18071         Add `Chinese' to `nan' entry name.
18072
18073 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18074
18075         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
18076         (POLYNOMIAL): Likewise.
18077         (TAYLOR_SINCOS): Likewise.
18078         (TAYLOR_SLOW): Likewise.
18079         (__sin): Use TAYLOR_SINCOS.
18080         (__cos): Likewise.
18081         (slow): Use TAYLOR_SLOW.
18082         (sloww): Likewise.
18083         (bsloww): Likewise.
18084         (csloww): Likewise.
18085
18086 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18087
18088         * stdlib/strtod_l.c: Fix buffer overrun.
18089
18090 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18091
18092         * benchtests/Makefile (bench): Add sincos.
18093         * benchtests/bench-sincos.c: New file.
18094
18095         * math/libm-test.inc (cos_test_data): New test inputs.
18096         (sin_test_data): Likewise.
18097
18098         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
18099         macro.
18100         (__sin): Use it.
18101         (__cos): Likewise.
18102         (slow1): Likewise.
18103         (slow2): Likewise.
18104         (sloww1): Likewise.
18105         (sloww2): Likewise.
18106         (bsloww1): Likewise.
18107         (bsloww2): Likewise.
18108         (cslow2): Likewise.
18109         (csloww1): Likewise.
18110         (csloww2): Likewise.
18111
18112         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18113         function.
18114         (__sin): Use it.
18115         (__cos): Likewise.
18116
18117         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18118         gotos.
18119         (__cos): Likewise.
18120
18121 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
18122
18123         * config.h.in (HAVE_MIPS_NAN2008): New macro.
18124         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18125         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18126         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18127         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18128         * elf/cache.c (print_entry): Handle the new cache flags.
18129
18130 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18131             Aldy Hernandez  <aldyh@redhat.com>
18132
18133         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18134         Change condition to [_SOFT_FLOAT].
18135         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
18136         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
18137         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
18138         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
18139         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
18140         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18141         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18142         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18143         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18144         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18145         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18146         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18147         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18148         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18149         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18150         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18151         declaration.
18152
18153 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18154
18155         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18156         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18157         (__longjmp): Use LOAD_GP to load saved GPRs.
18158         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18159         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18160         (__sigsetjmp): Use SAVE_GP to save GPRs.
18161
18162         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18163         Do not append -msoft-float.
18164         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18165
18166 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18167
18168         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18169
18170 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
18171
18172         [BZ #15966]
18173         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18174         (_FPU_GETCW): Use initial "__" on variable and field names but not
18175         on macro parameter name.
18176         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
18177         parentheses around reference to macro parameter.
18178
18179 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
18180
18181         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18182         prototype.
18183         (ctype_startup): Use uint32_t in cast and sizeof for
18184         ctype->charnames.
18185
18186 2013-09-11  Jia Liu  <proljc@gmail.com>
18187
18188         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18189         __daddr_t_defined.
18190         [__FreeBSD__]: Likewise.
18191
18192 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
18193
18194         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18195         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18196         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18197         (strchr): Remove __strchr_sse42 ifunc selection.
18198         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18199         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18200
18201 2013-09-11  Will Newton  <will.newton@linaro.org>
18202
18203         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18204         parameter to RES. Remove hardcoded 1000 value.
18205         * benchtests/bench-skeleton.c (main): Pass RES parameter
18206         to TIMING_INIT and multiply result by 1000.
18207
18208 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18209
18210         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18211
18212 2013-09-11  Andreas Schwab  <schwab@suse.de>
18213
18214         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18215         if not defined.
18216         (O_TMPFILE) [__USE_GNU]: Define.
18217         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18218         Define.
18219
18220 2013-09-11  Will Newton  <will.newton@linaro.org>
18221
18222         [BZ #15857]
18223         * malloc/malloc.c (__libc_memalign): Check the value of bytes
18224         does not overflow.
18225
18226 2013-09-11  Will Newton  <will.newton@linaro.org>
18227
18228         [BZ #15856]
18229         * malloc/malloc.c (__libc_valloc): Check the value of bytes
18230         does not overflow.
18231
18232 2013-09-11  Will Newton  <will.newton@linaro.org>
18233
18234         [BZ #15855]
18235         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18236         does not overflow.
18237
18238 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
18239
18240         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18241         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18242         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18243         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18244         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18245
18246 2013-09-10  Allan McRae  <allan@archlinux.org>
18247
18248         [BZ #15748]
18249         * manual/arith.texi (Parsing of Floats): Clarify
18250         cross-reference.
18251
18252         [BZ #15849]
18253         * manual/install.texi (Running make install): Mention
18254         --enable-pt-chown.
18255         * INSTALL: Regenerated.
18256
18257 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
18258
18259         * csu/init-first.c (_init): Remove the !SHARED condition around
18260         FPU control word initialization.
18261         * elf/dl-support.c (_dl_fpu_control): New variable.
18262         (_dl_aux_init) <AT_FPUCW>: Initialize it.
18263         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18264         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18265         * math/test-fpucw-static.c: New file.
18266         * math/test-fpucw-ieee.c: New file.
18267         * math/test-fpucw-ieee-static.c: New file.
18268         * math/Makefile (tests): Add `test-fpucw-ieee' and
18269         `$(tests-static)'.
18270         (tests-static): New variable.
18271         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18272         dependency to...
18273         [($(build-shared),yes)]
18274         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18275         ... this.
18276         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18277         New dependency.
18278
18279 2013-09-09  Allan McRae  <allan@archlinux.org>
18280
18281         [BZ #15939]
18282         * manual/string.texi (Collation Functions): Fix typo in
18283         strcoll example.
18284         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18285
18286         [BZ #15893]
18287         * stdlib/isomac.c (get_null_defines): Fix memory leak.
18288
18289         [BZ #15892]
18290         * libio/memstream.c (open_memstream): Fix memory leak.
18291         * libio/wmemstream.c (open_wmemstream): Likewise.
18292
18293         [BZ #15895]
18294         * nscd/netgroupcache.c: Fix nesting of ifdefs.
18295
18296 2013-09-09  Will Newton  <will.newton@linaro.org>
18297
18298         * malloc/Makefile: Add tst-realloc to tests.
18299         * malloc/tst-realloc.c: New file.
18300
18301 2013-09-09  Allan McRae  <allan@archlinux.org>
18302
18303         [BZ #15844]
18304         * COPYING: Update from GNU website to fix FSF address.
18305         * COPYING.LIB: Likewise.
18306
18307 2013-09-06  David S. Miller  <davem@davemloft.net>
18308
18309         * po/zh_TW.po: Update Chinese (traditional) translation from
18310         translation project.
18311
18312 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
18313             Joseph Myers  <joseph@codesourcery.com>
18314
18315         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18316         "localeinfo.h".
18317         (obstack_chunk_alloc): New macro.
18318         (obstack_chunk_free): Likewise.
18319         (record_offset): New function.
18320         (init_locale_data): Likewise.
18321         (align_locale_data): Likewise.
18322         (add_locale_empty): Likewise.
18323         (add_locale_raw_data): Likewise.
18324         (add_locale_raw_obstack): Likewise.
18325         (add_locale_string): Likewise.
18326         (add_locale_wstring): Likewise.
18327         (add_locale_uint32): Likewise.
18328         (add_locale_uint32_array): Likewise.
18329         (add_locale_char): Likewise.
18330         (start_locale_structure): Likewise.
18331         (end_locale_structure): Likewise.
18332         (start_locale_prelude): Likewise.
18333         (end_locale_prelude): Likewise.
18334         (write_locale_data): Take locale_file structure rather than an
18335         iovec.
18336         * locale/programs/locfile.h: Include "obstack.h".
18337         (struct locale_file): Change to store locale file contents instead
18338         of header.
18339         (init_locale_data): New prototype.
18340         (align_locale_data): Likewise.
18341         (add_locale_empty): Likewise.
18342         (add_locale_raw_data): Likewise.
18343         (add_locale_raw_obstack): Likewise.
18344         (add_locale_string): Likewise.
18345         (add_locale_wstring): Likewise.
18346         (add_locale_uint32): Likewise.
18347         (add_locale_uint32_array): Likewise.
18348         (add_locale_char): Likewise.
18349         (start_locale_structure): Likewise.
18350         (end_locale_structure): Likewise.
18351         (start_locale_prelude): Likewise.
18352         (end_locale_prelude): Likewise.
18353         (write_locale_data): Update prototype.
18354         * locale/programs/3level.h (struct TABLE): Remove result field.
18355         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18356         Use new locale_file interface.
18357         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18358         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18359         * locale/programs/ld-address.c (address_output): Use new
18360         locale_file interface.
18361         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18362         NO_ADD_LOCALE.
18363         (collate_finish): Don't call collseq_table_finalize.
18364         (collate_output): Use new locale_file interface.
18365         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18366         in file.
18367         (NO_FINALIZE): Change to NO_ADD_LOCALE.
18368         (TABLE): Move defines earlier in file.
18369         (ELEMENT): Likewise.
18370         (DEFAULT): Likewise.
18371         (wctrans_table_add): Move macro and inline function earlier in
18372         file.
18373         (struct wctype_table): Move type earlier in file.
18374         (add_locale_wctype_table): New static prototype.
18375         (struct locale_ctype_t): Use logical types instead of struct iovec
18376         pointers for members.
18377         (ctype_output): Use new locale_file interface.
18378         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
18379         new locale_file interface.
18380         (allocate_arrays): Update for use of new locale_file interface.
18381         * locale/programs/ld-identification.c (identification_output): Use
18382         new locale_file interface.
18383         * locale/programs/ld-measurement.c (measurement_output): Likewise.
18384         * locale/programs/ld-messages.c (messages_output): Likewise.
18385         * locale/programs/ld-monetary.c (monetary_output): Likewise.
18386         * locale/programs/ld-name.c (name_output): Likewise.
18387         * locale/programs/ld-numeric.c (numeric_output): Likewise.
18388         * locale/programs/ld-paper.c (paper_output): Likewise.
18389         * locale/programs/ld-telephone.c (telephone_output): Likewise.
18390         * locale/programs/ld-time.c (time_output): Likewise.
18391
18392 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18393
18394         * benchtests/Makefile: Add memrchr benchmark.
18395         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18396         benchmark as memrchr.
18397         * benchtests/bench-memrchr-ifunc.c: New file.
18398         * benchtests/bench-memrchr.c: New file.
18399
18400 2013-09-06   Will Newton  <will.newton@linaro.org>
18401
18402         * benchtests/Makefile (string-bench): Add memcpy.
18403
18404 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
18405             Cong Wang  <amwang@redhat.com>
18406
18407         [BZ #15850]
18408         * sysdeps/unix/sysv/linux/bits/in.h
18409         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18410         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18411         before __USE_KERNEL_IPV6_DEFS uses.
18412         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18413         IPPROTO_BEETPH.
18414         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18415         sockaddr_in6, or ipv6_mreq.
18416
18417 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18418
18419         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18420         memory access for final bytes in some large inputs.
18421         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18422
18423 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18424
18425         * string/test-memrchr.c: New file.
18426         * string/test-memrchr-ifunc.c: New file.
18427         * string/Makefile: Add new memrchr testcase.
18428
18429 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
18430
18431         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18432         fanotify_init returns EPERM.
18433
18434 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18435
18436         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18437         errors.
18438         (top level): Treat second token from macro or constant entries for
18439         allowed headers as allowed.
18440         * include/complex.h: Condition internal declarations on
18441         [!_ISOMAC].
18442         * include/fenv.h: Condition include of <stdbool.h> and internal
18443         declarations on [!_ISOMAC].
18444
18445 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
18446
18447         [BZ #15923]
18448         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18449
18450 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18451
18452         * configure.in (--enable-versioning): Remove configure option.
18453         (libc_cv_asm_symver_directive): Remove configure test.
18454         (libc_cv_ld_version_script_option): Likewise.
18455         (VERSIONING): Remove variable and AC_SUBST.
18456         (DO_VERSIONING): Remove AC_DEFINE.
18457         * configure: Regenerated.
18458         * config.h.in (DO_VERSIONING): Remove macro.
18459         * Makerules [$(versioning) = yes]: Change conditionals to
18460         [$(build-shared) = yes].
18461         * config.make.in (versioning): Remove variable.
18462         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18463         [$(build-shared) = yes].
18464         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18465         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18466         * elf/Makefile [$(versioning) = yes]: Change conditionals to
18467         [$(build-shared) = yes].
18468         * extra-lib.mk [$(versioning) = yes]: Likewise.
18469         * hurd/Makefile [$(versioning) = yes]: Likewise.
18470         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18471         [SHARED].
18472         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18473         [SHARED].
18474         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18475         [SHARED && !NO_HIDDEN].
18476         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18477         [SHARED].
18478         [SHARED && DO_VERSIONING]: Likewise..
18479         * libio/Makefile [$(versioning) = yes]: Change conditionals to
18480         [$(build-shared) = yes].
18481         * manual/install.texi (--disable-versioning): Remove
18482         documentation.
18483         * INSTALL: Regenerated.
18484         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18485         to [SHARED].
18486         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18487         [$(build-shared) = yes].
18488         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18489         * sysdeps/i386/i686/multiarch/strstr-c.c
18490         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18491         [SHARED && !NO_HIDDEN].
18492         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18493         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18494         * sysdeps/powerpc/powerpc32/dl-machine.c
18495         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18496         * sysdeps/powerpc/powerpc32/sysdep.h
18497         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18498         to [SHARED && PIC && !NO_HIDDEN].
18499         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18500         conditional to [SHARED].
18501
18502 2013-09-04   Will Newton  <will.newton@linaro.org>
18503
18504         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18505         * benchtests/bench-string.h: Include bench-timing.h instead
18506         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18507         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18508         call to HP_TIMING_DIFF_INIT.
18509         * benchtests/bench-memccpy.c: Use bench-timing.h macros
18510         instead of hp-timing.h macros.
18511         * benchtests/bench-memchr.c: Likewise.
18512         * benchtests/bench-memcmp.c: Likewise.
18513         * benchtests/bench-memcpy.c: Likewise.
18514         * benchtests/bench-memmem.c: Likewise.
18515         * benchtests/bench-memmove.c: Likewise.
18516         * benchtests/bench-memset.c: Likewise.
18517         * benchtests/bench-rawmemchr.c: Likewise.
18518         * benchtests/bench-strcasecmp.c: Likewise.
18519         * benchtests/bench-strcasestr.c: Likewise.
18520         * benchtests/bench-strcat.c: Likewise.
18521         * benchtests/bench-strchr.c: Likewise.
18522         * benchtests/bench-strcmp.c: Likewise.
18523         * benchtests/bench-strcpy.c: Likewise.
18524         * benchtests/bench-strcpy_chk.c: Likewise.
18525         * benchtests/bench-strlen.c: Likewise.
18526         * benchtests/bench-strncasecmp.c: Likewise.
18527         * benchtests/bench-strncat.c: Likewise.
18528         * benchtests/bench-strncmp.c: Likewise.
18529         * benchtests/bench-strncpy.c: Likewise.
18530         * benchtests/bench-strnlen.c: Likewise.
18531         * benchtests/bench-strpbrk.c: Likewise.
18532         * benchtests/bench-strrchr.c: Likewise.
18533         * benchtests/bench-strspn.c: Likewise.
18534         * benchtests/bench-strstr.c: Likewise.
18535
18536 2013-09-04  Will Newton  <will.newton@linaro.org>
18537
18538         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
18539
18540 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
18541
18542         [BZ #15427]
18543         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
18544         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
18545         * math/libm-test.inc (lgamma_test_data): Add more tests.
18546         * sysdeps/i386/fpu/libm-test-ulps: Update.
18547         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18548
18549 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
18550
18551         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
18552         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18553         Add ifunc.
18554         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18555         Add strcmp-sse2-unaligned
18556         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
18557
18558 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18559
18560         * Versions.def (libc): Add GLIBC_2.19.
18561
18562 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18563
18564         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
18565         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
18566
18567 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
18568
18569         [BZ #14155]
18570         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
18571         intermediate calculations in recurrence.
18572         (__ieee754_ynf): Likewise.
18573         * math/libm-test.inc (jn_test_data): Do not allow spurious
18574         underflow exception.  Add more tests.
18575         (yn_test_data): Add more tests.
18576         * sysdeps/i386/fpu/libm-test-ulps: Update.
18577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18578
18579 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
18580
18581         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
18582
18583 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18584
18585         * csu/init-first.c: Fix then/than typos.
18586         * locale/programs/ld-collate.c: Likewise.
18587         * locale/programs/linereader.h: Likewise.
18588         * manual/charset.texi: Likewise.
18589         * manual/filesys.texi: Likewise.
18590         * manual/stdio.texi: Likewise.
18591         * manual/string.texi: Likewise.
18592         * stdlib/fmtmsg.c: Likewise.
18593         * sysdeps/i386/stpncpy.S: Likewise.
18594         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18595         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18596         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18597         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18598
18599 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18600
18601         * elf/dl-open.c: Fix typos.
18602         * iconvdata/gbbig5.c: Likewise.
18603         * iconvdata/iso-2022-jp.c: Likewise.
18604         * iconv/gconv_int.h: Likewise.
18605         * iconv/loop.c: Likewise.
18606         * nis/rpcsvc/nis.h: Likewise.
18607         * resolv/ns_name.c: Likewise.
18608         * stdio-common/vfscanf.c: Likewise.
18609         * streams/stropts.h: Likewise.
18610         * sunrpc/rpc_thread.c: Likewise.
18611         * sysdeps/i386/strpbrk.S: Likewise.
18612         * sysdeps/ieee754/k_standard.c: Likewise.
18613         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18614         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18615         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
18616         * sysdeps/mach/hurd/profil.c: Likewise.
18617         * sysdeps/s390/dl-procinfo.h: Likewise.
18618         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
18619         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
18620         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
18621         * sysdeps/x86_64/dl-trampoline.S: Likewise.
18622         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
18623
18624 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
18625
18626         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
18627         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
18628
18629 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
18630
18631         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
18632         aix specific files.
18633         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
18634         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
18635         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
18636         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
18637         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
18638         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
18639         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
18640         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
18641
18642 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18643             Roland McGrath  <roland@hack.frob.com>
18644
18645         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
18646         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
18647
18648 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18649
18650         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
18651         __executable_start symbol instead of _start.
18652
18653 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18654
18655         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
18656         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
18657         Move macros to...
18658         * sysdeps/gnu/ldsodefs.h: ... this new file.
18659
18660         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
18661         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
18662         instead of ELFOSABI_LINUX.
18663
18664         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
18665         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
18666         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
18667         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
18668         Likewise.
18669         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
18670         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
18671         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
18672         Likewise.
18673         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18674         (ibm_extended_long_double): Add ieee_nan member.
18675         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
18676         (do_test): New function.
18677
18678         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
18679         TEST_TRUNC.
18680         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
18681         functions, renamed from truncdfsf_test, trunctfsf_test,
18682         trunctfdf_test.
18683         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
18684         functions.
18685         (do_test): Run all these.
18686
18687 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
18688
18689         * argp/argp-help.c: Fix typos.
18690         * argp/argp-parse.c: Likewise.
18691         * debug/backtracesyms.c: Likewise.
18692         * elf/elf.h: Likewise.
18693         * malloc/malloc.c: Likewise.
18694         * nis/nis_print.c: Likewise.
18695         * resolv/res_comp.c: Likewise.
18696         * stdlib/stdlib.h: Likewise.
18697         * sunrpc/clnt_tcp.c: Likewise.
18698         * sunrpc/clnt_udp.c: Likewise.
18699         * sunrpc/clnt_unix.c: Likewise.
18700         * sysdeps/unix/bsd/ptsname.c: Likewise.
18701         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
18702         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
18703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
18704         Likewise.
18705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
18706         Likewise.
18707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
18708         Likewise.
18709         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18710
18711 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18712
18713         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
18714         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18715
18716 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
18717
18718         [BZ #15897]
18719         * dlfcn/Makefile (tests): Add bug-dl-leaf.
18720         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
18721         ($(objpfx)bug-dl-leaf): New rule.
18722         ($(objpfx)bug-dl-leaf.so): Likewise.
18723         ($(objpfx)bug-dl-leaf.out): Likewise.
18724         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
18725         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
18726         * dlfcn/bug-dl-leaf.c: New test.
18727         * dlfcn/bug-dl-leaf-lib.c: Likewise.
18728         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
18729         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
18730         (dlclose): Likewise.
18731         (dlmopen): Likewise.
18732
18733 2013-08-27  Roland McGrath  <roland@hack.frob.com>
18734
18735         * include/netdb.h [!_ISOMAC]:
18736         Don't include <tls.h>.
18737         (h_errno, __libc_h_errno): Move declaration and macros out of
18738         [_LIBC_REENTRANT].
18739
18740         * include/resolv.h [_RESOLV_H_]:
18741         Don't include <tls.h>.
18742         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
18743         * resolv/res_libc.c: Don't include <tls.h>.
18744         (_res): Use __attribute__ ((nocommon)) in place of
18745         __attribute__ ((section (".bss"))).
18746
18747         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
18748         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
18749
18750         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
18751
18752         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
18753         only under [SIOCGIFCONF && SIOCGIFNETMASK].
18754
18755         * resolv/res_mkquery.c: Include <sys/time.h>.
18756
18757         * inet/ifreq.c: Moved to ...
18758         * sysdeps/unix/ifreq.c: ... here.
18759         * inet/ifreq.c: New file, true stub version.
18760
18761         * socket/sa_len.c: New file.
18762         * socket/Makefile (aux): Add it.
18763         * sysdeps/unix/sysv/linux/Makefile
18764         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
18765         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
18766         and #include <socket/sa_len.c>.
18767         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
18768         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
18769
18770         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
18771         * bits/socket.h: ... here.
18772
18773         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
18774         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
18775         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18776
18777 2013-08-27  Andreas Schwab  <schwab@suse.de>
18778
18779         [BZ #15736]
18780         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18781         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18782         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18783         * string/test-strcasecmp.c (test_main): Run tests in several
18784         locales.
18785         * string/test-strncasecmp.c (test_main): Likewise.
18786
18787         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
18788         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
18789         to __strcasecmp_nonascii and __strncasecmp_nonascii.
18790         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
18791         (__strncasecmp_ssse3) [PIC]: Likewise.
18792
18793 2013-08-26  Roland McGrath  <roland@hack.frob.com>
18794
18795         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
18796
18797         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
18798         instead of explicitly declaring xdecrypt.
18799         * nis/nss_nis/nis-publickey.c: Likewise.
18800
18801 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18802
18803         [BZ #15890]
18804         * nscd/aicache.c: Include res_hconf.h.
18805         (addhstaiX): Initialize res_hconf.
18806
18807 2013-08-26  Andreas Schwab  <schwab@suse.de>
18808
18809         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
18810         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
18811
18812 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18813
18814         * nscd/aicache.c (addhstaiX): Fix indentation.
18815
18816 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
18817
18818         * configure.ac: Quote $build_pt_chown test.
18819         * configure: Regenerated.
18820
18821 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
18822
18823         [BZ #15532]
18824         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
18825         * math/s_cexpf.c (__cexpf): Likewise.
18826         * math/s_cexpl.c (__cexpl): Likewise.
18827         * math/libm-test.inc (cexp_test_data): Correct expected return
18828         value for NaN + i0.  Add another test.
18829
18830 2013-08-22  David S. Miller  <davem@davemloft.net>
18831
18832         * po/ca.po: Update Catalan translation from translation project.
18833         * po/uk.po: Add Ukrainian translations from translation project.
18834
18835 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
18836
18837         [BZ #15797]
18838         * math/s_fdim.c (__fdim): Check for infinite arguments if result
18839         is infinite, not alongside NaN test.
18840         * math/s_fdimf.c (__fdimf): Likewise.
18841         * math/s_fdiml.c (__fdiml): Likewise.
18842         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
18843         errno is unchanged.
18844
18845 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
18846
18847         * argp/argp-help.c: Fix typos.
18848         * crypt/speeds.c: Likewise.
18849         * csu/check_fds.c: Likewise.
18850         * elf/dl-load.c: Likewise.
18851         * elf/dl-open.c: Likewise.
18852         * elf/reldep3.c: Likewise.
18853         * elf/reldep.c: Likewise.
18854         * elf/sprof.c: Likewise.
18855         * iconv/iconv_charmap.c: Likewise.
18856         * iconv/skeleton.c: Likewise.
18857         * iconv/strtab.c: Likewise.
18858         * io/lockf64.c: Likewise.
18859         * libio/libioP.h: Likewise.
18860         * resolv/gai_notify.c: Likewise.
18861         * resolv/ns_name.c: Likewise.
18862         * resolv/ns_samedomain.c: Likewise.
18863         * resolv/res_send.c: Likewise.
18864         * stdlib/random.c: Likewise.
18865         * sunrpc/rpc/xdr.h: Likewise.
18866         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18867         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18868         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18869         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18870         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18871         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18872         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18873         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18874         * sysdeps/mach/hurd/check_fds.c: Likewise.
18875         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18876         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18877         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18878         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18879         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18880         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18881         * sysdeps/pthread/aio_notify.c: Likewise.
18882         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18883         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18884         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18885         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18886         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18887
18888 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18889
18890         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18891         version if bit_Slow_SSE4_2 is set.
18892         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18893         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18894
18895 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18896
18897         [BZ #15867]
18898         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18899         trampoline stack frame information.
18900         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18901         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18902         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18903         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18904         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18905         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18906         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18907         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18908         sa_flags value.
18909         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18910         interrupting a syscall and set with option SA_SIGINFO.
18911
18912 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18913
18914         [BZ #15531]
18915         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18916         argument is infinite.
18917         * math/s_cprojf.c (__cprojf): Likewise.
18918         * math/s_cprojl.c (__cprojl): Likewise.
18919         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18920         * math/libm-test.inc (cproj_test_data): Add more tests.
18921
18922         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18923
18924         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18925         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18926         size.  Use __ffs to determine corresponding shift.
18927
18928 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18929             Roland McGrath  <roland@hack.frob.com>
18930
18931         * Makefile (INSTALL): Remove trailing blank lines from output of
18932         makeinfo.
18933
18934 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18935
18936         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18937         Align 32 bit compat elf_greg to 8 bytes.
18938
18939 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18940
18941         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18942
18943 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18944
18945         * string/strcoll_l.c (coll_seq): New structure.
18946         (get_next_seq_cached): New function.
18947         (get_next_seq): New function.
18948         (do_compare): New function.
18949         (STRCOLL): Use GNU style definition.  Simplify implementation
18950         by using get_next_seq, get_next_seq_cached and do_compare.
18951
18952 2013-08-16  Florian Weimer  <fweimer@redhat.com>
18953
18954         [BZ #14699]
18955         CVE-2013-4237
18956         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18957         member.
18958         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18959         member.
18960         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18961         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18962         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
18963         conditional.
18964         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18965         GETDENTS_64BIT_ALIGNED.
18966         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18967         * manual/filesys.texi (Reading/Closing Directory): Document
18968         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
18969         strongly.
18970         * manual/conf.texi (Limits for Files): Add portability note to
18971         NAME_MAX, PATH_MAX.
18972         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18973
18974 2013-08-13  Andreas Schwab  <schwab@suse.de>
18975
18976         [BZ #15749]
18977         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18978         of fabs.
18979         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18980         LDBL_MAX_EXP >= 16384]: Add tests for it.
18981
18982 2013-08-12  David S. Miller  <davem@davemloft.net>
18983
18984         * version.h (RELEASE): Set to "development".
18985         (VERSION): Set to "2.18.90".
18986         * NEWS: Add 2.19 section.
18987
18988 2013-08-03  David S. Miller  <davem@davemloft.net>
18989
18990         * po/ko.po: Update Korean translation from translation project.
18991
18992 2013-08-01  David S. Miller  <davem@davemloft.net>
18993
18994         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
18995         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18996         Bilka.
18997
18998 2013-07-30  David S. Miller  <davem@davemloft.net>
18999
19000         * po/fr.po: Update French translation from translation project.
19001
19002 2013-07-28  David S. Miller  <davem@davemloft.net>
19003
19004         * po/cs.po: Update Czech translation from translation project.
19005
19006         * po/sv.po: Update Swedish translation from translation project.
19007
19008 2013-07-27  David S. Miller  <davem@davemloft.net>
19009
19010         * po/eo.po: Update Esperanto translation from translation project.
19011
19012         * po/vi.po: Update Vietnamese translation from translation project.
19013
19014         * po/de.po: Update German translation from translation project.
19015
19016 2013-07-26  David S. Miller  <davem@davemloft.net>
19017
19018         * po/bg.po: Update Bulgarian translation from translation project.
19019
19020         * po/nl.po: Update Dutch translation from translation project.
19021         * po/pl.po: Update Polish translation from translation project.
19022         * po/ru.po: Update Russian translation from translation project.
19023
19024 2013-07-24  David S. Miller  <davem@davemloft.net>
19025
19026         * po/libc.pot: Update.
19027
19028 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19029
19030         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
19031         variable page size.
19032         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
19033         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
19034         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
19035
19036 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19037
19038         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
19039
19040 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19041             Andreas Schwab  <schwab@suse.de>
19042             Roland McGrath  <roland@hack.frob.com>
19043             Joseph Myers  <joseph@codesourcery.com>
19044             Carlos O'Donell  <carlos@redhat.com>
19045
19046         [BZ #15755]
19047         * config.h.in: Define HAVE_PT_CHOWN.
19048         * config.make.in (build-pt-chown): New variable.
19049         * configure.in (--enable-pt_chown): New configure option.
19050         * configure: Regenerate.
19051         * login/Makefile: Include Makeconfig.  Build pt_chown only if
19052         build-pt-chown is enabled.
19053         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
19054         pt_chown to fix pty ownership.
19055         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
19056         CLOSE_ALL_FDS.
19057         * manual/install.texi (Configuring and compiling): Mention
19058         --enable-pt_chown. Add @findex for grantpt.
19059         * INSTALL: Regenerate.
19060
19061 2013-07-20  David S. Miller  <davem@davemloft.net>
19062
19063         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
19064         difference between 32-bit and 64-bit.
19065
19066 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
19067
19068         [BZ #15711]
19069         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
19070         Avoid system header dependency with -ffreestanding.
19071         ($(objpfx)bits/syscall%d): Likewise.
19072
19073 2013-07-13  David S. Miller  <davem@davemloft.net>
19074
19075         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
19076         underflows from atanl/atan2l due to bug 15319.
19077         (casinh_test_data): Likewise.
19078
19079 2013-07-07  David S. Miller  <davem@davemloft.net>
19080
19081         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
19082
19083 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
19084
19085         * sysdeps/i386/fpu/libm-test-ulps: Update.
19086         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19087
19088 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19089
19090         * configure.in (--enable-lock-elision): Fix message text.
19091         * INSTALL: Regenerate.
19092         * configure: Regenerate.
19093
19094 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19095
19096         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19097
19098 2013-07-03  Andreas Jaeger  <aj@suse.de>
19099
19100         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
19101         define.
19102         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
19103         (ptrace_peeksiginfo_args): Add.
19104         (__ptrace_peeksiginfo_flags): Add.
19105         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19106         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19107         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19108
19109 2013-07-03  Allan McRae  <allan@archlinux.org>
19110
19111         * sysdeps/i386/fpu/libm-test-ulps: Update.
19112
19113 2013-07-02  David S. Miller  <davem@davemloft.net>
19114
19115         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19116
19117 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
19118
19119         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19120
19121 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19122
19123         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19125
19126 2013-07-02  Andi Kleen <ak@linux.intel.com>
19127
19128         * config.h.in (ENABLE_LOCK_ELISION): Add.
19129         * configure.in (--enable-lock-elision): Add option.
19130         * manual/install.texi: Document --enable lock elision.
19131         * configure: Regenerate
19132         * INSTALL: Regenerate.
19133
19134 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
19135
19136         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
19137         SSE4.2 strcasecmp for libc.a.
19138         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
19139
19140 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19141
19142         [BZ #13304]
19143         * soft-fp/op-common.h (_FP_FMA): New macro.
19144         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19145         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
19146         (_FP_MUL_MEAT_1_imm): ... here.
19147         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
19148         (_FP_MUL_MEAT_1_wide): ... here.
19149         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
19150         (_FP_MUL_MEAT_1_hard): ... here.
19151         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19152         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
19153         (_FP_MUL_MEAT_2_wide): ... here.
19154         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
19155         (_FP_MUL_MEAT_2_wide_3mul): ... here.
19156         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
19157         (_FP_MUL_MEAT_2_gmp): ... here.
19158         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19159         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
19160         (_FP_MUL_MEAT_4_wide): ... here.
19161         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
19162         (_FP_MUL_MEAT_4_gmp): ... here.
19163         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19164         (_FP_WFRACBITS_DW_S): Likewise.
19165         (_FP_WFRACXBITS_DW_S): Likewise.
19166         (_FP_HIGHBIT_DW_S): Likewise.
19167         (FP_FMA_S): Likewise.
19168         (_FP_FRAC_HIGH_DW_S): Likewise.
19169         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19170         (_FP_WFRACBITS_DW_D): Likewise.
19171         (_FP_WFRACXBITS_DW_D): Likewise.
19172         (_FP_HIGHBIT_DW_D): Likewise.
19173         (FP_FMA_D): Likewise.
19174         (_FP_FRAC_HIGH_DW_D): Likewise.
19175         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19176         (_FP_WFRACBITS_DW_E): Likewise.
19177         (_FP_WFRACXBITS_DW_E): Likewise.
19178         (_FP_HIGHBIT_DW_E): Likewise.
19179         (FP_FMA_E): Likewise.
19180         (_FP_FRAC_HIGH_DW_E): Likewise.
19181         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19182         (_FP_WFRACBITS_DW_Q): Likewise.
19183         (_FP_WFRACXBITS_DW_Q): Likewise.
19184         (_FP_HIGHBIT_DW_Q): Likewise.
19185         (FP_FMA_Q): Likewise.
19186         (_FP_FRAC_HIGH_DW_Q): Likewise.
19187         * soft-fp/fmasf4.c: New file.
19188         * soft-fp/fmadf4.c: Likewise.
19189         * soft-fp/fmatf4.c: Likewise.
19190
19191 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19192
19193         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19194         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19195         Silvermont.
19196         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19197         macro.
19198         (index_Slow_SSE4_2): Likewise.
19199         (index_Prefer_PMINUB_for_stringop): Likewise.
19200         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19201         bit_Slow_SSE4_2 is set.
19202         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19203         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19204
19205 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19206
19207         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19208         rtld_global._dl_hwcap2.
19209         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19210         POWER8.
19211         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19212         POWER8 feature descriptions defined in _dl_hwcap2.
19213         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19214         string handling for POWER8 feature bits.
19215         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19216         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19217         _dl_powerpc_cap_flags.
19218         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19219         * sysdeps/powerpc/rtld-global-offsets.sym
19220         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19221         _dl_hwcap2 in the rtld_global_ro structure.
19222
19223 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19224
19225         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19226         hardware capabilities in support of AT_HWCAP2.
19227         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19228         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19229         GLRO(dl_hwcap2).
19230         (_dl_show_auxv): Add support for calling _dl_procinfo to display
19231         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
19232         explicitly the unknown a_type display mechanism is used.
19233         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19234         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19235         struct member.
19236         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19237         to macro prototype for AT_HWCAP2 support.
19238         * sysdeps/i386/dl-procinfo.h: Likewise.
19239         * sysdeps/s390/dl-procinfo.h: Likewise.
19240         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19241         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
19242         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
19243         return -1 for unknown a_type display fallback.
19244         * sysdeps/sparc/dl-procinfo.h: Likewise.
19245         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19246         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19247
19248 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
19249
19250         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19251         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19252
19253 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
19254
19255         [BZ #12492]
19256         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19257         mprotect making __stack_prot writable.
19258
19259 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
19260             Joseph Myers  <joseph@codesourcery.com>
19261
19262         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19263         as being properly aligned.
19264
19265 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
19266
19267         * dlfcn/modstatic5.c: New file.
19268         * dlfcn/tststatic5.c: New file.
19269         * dlfcn/Makefile (tests): Add tststatic5.
19270         (tests-static): Likewise.
19271         (modules-names): Add modstatic5.
19272         (tststatic5-ENV): New variable.
19273         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19274
19275         [BZ #15022]
19276         * elf/dl-support.c (_dl_main_map): New variable.
19277         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19278         (_dl_nns, _dl_load_adds): Set to 1.
19279         (_dl_initial_searchlist): Refer to _dl_main_map.
19280         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19281         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19282         call to _dl_get_origin.
19283         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19284         around call_map.
19285         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19286         * dlfcn/modstatic3.c: New file.
19287         * dlfcn/tststatic3.c: New file.
19288         * dlfcn/tststatic4.c: New file.
19289         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19290         (tests-static): Likewise.
19291         (modules-names): Add modstatic3.
19292         (tststatic3-ENV, tststatic4-ENV): New variables.
19293         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19294         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19295
19296 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
19297
19298         * configure.in (CC): Require GCC version 4.4 or later.
19299         * configure: Regenerated.
19300         * manual/install.texi (Tools for Compilation): Update GCC version
19301         requirement.
19302         * INSTALL: Regenerated.
19303
19304 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19305
19306         [BZ #15674]
19307         * string/test-memcmp.c (check2): New.
19308         (main): Call check2.
19309
19310         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19311
19312 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
19313
19314         [BZ #15022]
19315         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19316         over to...
19317         (dl_open_worker) [!SHARED]: ... here.
19318
19319 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19320
19321         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19322
19323 2013-06-25  Richard Henderson  <rth@redhat.com>
19324
19325         * locale/programs/locarchive.c: Include <libc-internal.h>
19326
19327 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
19328
19329         * manual/texinfo.tex: Update to version 2013-06-21.17, with
19330         trailing whitespace removed.
19331
19332 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19333
19334         [BZ #10283]
19335         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19336         * locale/programs/locarchive.c: Include libc-mmap.h.
19337         (prepare_address_space): Take two new outputs (the mmap base and len).
19338         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
19339         values.
19340         (create_archive): Declare new mmap base and len values for
19341         prepare_address_space, and store the result in ah.
19342         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19343         (enlarge_archive): If ah->mmap_base is not NULL, use that and
19344         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19345         Declare new mmap base and len values for
19346         prepare_address_space, and store the result in new_ah.
19347         (open_archive): Declare new mmap base and len values for
19348         prepare_address_space, and store the result in ah.
19349         (close_archive): If ah->mmap_base is not NULL, use that and
19350         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19351         * sysdeps/generic/libc-mmap.h: New file.
19352
19353 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19354
19355         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19356         (ALIGN_UP): Likewise.
19357         (PTR_ALIGN_DOWN): Likewise.
19358         (PTR_ALIGN_UP): Likewise.
19359
19360 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19361
19362         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19363         entry mapped to PPC_PLATFORM_POWER8.
19364         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19365         POWER8.
19366         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19367         (_dl_string_platform): Add case for exporting platform position for
19368         POWER8.
19369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19370         search path to sysdeps/powerpc/powerpc32/power8 directory.
19371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19372         search path to sysdeps/powerpc/powerpc64/power8 directory.
19373         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19374         power7 directories.
19375         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19376         power7 directories.
19377
19378 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19379
19380         * INSTALL: Regenerate.
19381
19382         * nscd/connections.c (nscd_init): Fix comment.
19383
19384 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
19385
19386         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19387
19388         [BZ #15667]
19389         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19390         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19391
19392 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19393
19394         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19395         DL_DST_REQ_STATIC.
19396         (DL_DST_REQ_STATIC): Remove macro.
19397
19398 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
19399
19400         [BZ #7006]
19401         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19402         with a shift of 0 bits.
19403
19404 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19405
19406         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19407         $(tststatic-ENV).
19408
19409 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19410
19411         [BZ #15655]
19412         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19413
19414 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19415
19416         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19417         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19418         accepts -fno-tree-loop-distribute-patterns.
19419         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19420         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19421         recursive call.
19422         * string/memset.c (memset): Likewise.
19423         * string/test-memmove.c (simple_memmove): Disable loop transformation
19424         to library calls.
19425         * string/test-memset.c (simple_memset): Likewise.
19426         * benchtests/bench-memmove.c (simple_memmove): Likewise.
19427         * benchtests/bench-memset.c (simple_memset): Likewise.
19428         * configure: Regenerated.
19429
19430 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
19431
19432         * math/test-misc.c (main): Ignore fesetround failure when failures
19433         of subsequent rounding tests would be ignored.
19434
19435         [BZ #15654]
19436         * math/fedisblxcpt.c (fedisableexcept): Return 0.
19437         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19438         * math/fegetenv.c (__fegetenv): Return 0.
19439         * math/fegetexcept.c (fegetexcept): Return 0.
19440         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19441         FE_TONEAREST.
19442         * math/feholdexcpt.c (feholdexcept): Return 0.
19443         * math/fesetenv.c (__fesetenv): Return 0.
19444         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19445         argument FE_TONEAREST.
19446         * math/feupdateenv.c (__feupdateenv): Return 0.
19447         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19448
19449 2013-06-18  Roland McGrath  <roland@hack.frob.com>
19450
19451         * elf/rtld-Rules (rtld-compile-command.S): New variable.
19452         (rtld-compile-command.s, rtld-compile-command.c): New variables.
19453         ($(objpfx)rtld-%.os rules): Use them.
19454
19455 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19456
19457         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19458         fields.
19459
19460 2013-06-17  Roland McGrath  <roland@hack.frob.com>
19461
19462         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19463         length of target pattern, then descending length of dependency pattern.
19464         * configure.in (AWK): Require gawk 3.1.2 or newer.
19465         * manual/install.texi (Tools for Compilation): Say that we do.
19466         * configure: Regenerated.
19467
19468         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19469         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19470         * scripts/sysd-rules.awk: ... this new script.
19471         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19472         than a glob-style pattern.
19473
19474 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
19475
19476         * math/test-misc.c (main): Do not treat incorrectly rounded
19477         conversions as failure unless ROUNDING_TESTS passes.
19478
19479 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
19480
19481         [BZ #15631]
19482         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19483         restore exception state around main square root computation, then
19484         check for inexactness explicitly.
19485
19486         * math/libm-test.inc (fma_test_data): Add another test.
19487
19488 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19489
19490         * manual/threads.texi (Non-POSIX Extensions): New document
19491         node.  Document pthread_getattr_default_np and
19492         pthread_setattr_default_np.
19493
19494         * Versions.def (libpthread): Add GLIBC_2.18.
19495         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19497         Likewise.
19498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19499         Likewise.
19500         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19501         Likewise.
19502         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19503         Likewise.
19504         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19505         Likewise.
19506         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19507         Likewise.
19508         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19509         Likewise.
19510         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19511         Likewise.
19512         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19513         Likewise.
19514
19515 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19516
19517         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19518         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19519
19520 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
19521             H.J. Lu  <hjl.tools@gmail.com>
19522
19523         [BZ #15627]
19524         * sysdeps/x86_64/rtld-memset.c: Remove file.
19525         * sysdeps/x86_64/rtld-memset.S: New file.
19526
19527 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
19528
19529         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19530         (test_in_one_mode): Take arguments for whether the rounding mode
19531         is supported for each floating-point type.
19532         (do_test): Pass new arguments to test_in_one_mode using
19533         ROUNDING_TESTS.
19534
19535 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19536
19537         * posix/tst-waitid.c (do_test): Distinguish different instances of
19538         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
19539         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
19540         before entering the kernel for waitpid.
19541
19542 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19543
19544         * NEWS: Fix note on clock function precision.  Text by Roland
19545         McGrath.
19546
19547 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19548
19549         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
19550         it into place only when and if the sanity check passes.
19551
19552 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
19553
19554         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
19555         output for whether conversion result is exact.  Take argument
19556         indicating whether type is IBM long double.
19557         (round_for_all): Change need_exact field to ibm_ld.
19558         * stdlib/tst-strtod-round.c (struct exactness): New type.
19559         (struct test): Change bool ld_ok field to struct exactness exact.
19560         (TEST): Update all definitions for change to field.
19561         (tests): Regenerate array contents.
19562         (test_in_one_mode): Take pointer to new field instead of old ld_ok
19563         field value.  Check for IBM long double here.
19564         (do_test): Update calls to test_in_one_mode.
19565
19566 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19567
19568         [BZ #12515]
19569         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
19570         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
19571
19572 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19573
19574         [BZ #15605]
19575         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
19576         generated by the compiler on loop optimizations.
19577         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
19578         general definitions.
19579
19580 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
19581
19582         * math/bug-nextafter.c: Include <math-tests.h>.
19583         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19584         the relevant type.
19585         * math/bug-nexttoward.c: Include <math-tests.h>.
19586         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19587         the relevant type.
19588         * math/test-misc.c: Include <math-tests.h>.
19589         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19590         the relevant type.
19591
19592 2013-06-12  Andreas Jaeger  <aj@suse.de>
19593
19594         * po/ia.po: Update Interlingua translation from translation
19595         project.
19596
19597 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19598
19599         * include/fenv.h: Include stdbool.h.
19600         (struct rm_ctx): New structure.
19601         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
19602         Define macro.
19603         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
19604         (SET_RESTORE_ROUNDF): Likewise.
19605         (SET_RESTORE_ROUNDL): Likewise.
19606         (SET_RESTORE_ROUND_NOEX): Likewise.
19607         (SET_RESTORE_ROUND_NOEXF): Likewise.
19608         (SET_RESTORE_ROUND_NOEXL): Likewise.
19609         (SET_RESTORE_ROUND_53BIT): Likewise.
19610         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
19611         (libc_feresetround_noexf_ctx): Likewise.
19612         (libc_feresetround_noexl_ctx): Likewise.
19613         (libc_feholdsetround_53bit_ctx): Likewise.
19614         (libc_feresetround_53bit_ctx): Likewise.
19615         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
19616         (libc_feholdexcept_setround_sse_ctx): New function.
19617         (libc_fesetenv_sse_ctx): Likewise.
19618         (libc_feupdateenv_sse_ctx): Likewise.
19619         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
19620         (libc_feholdexcept_setround_387_ctx): Likewise.
19621         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
19622         (libc_feholdsetround_387_prec_ctx): Likewise.
19623         (libc_feholdsetround_387_ctx): Likewise.
19624         (libc_feholdsetround_387_53bit_ctx): Likewise.
19625         (libc_feholdsetround_sse_ctx): Likewise.
19626         (libc_feresetround_sse_ctx): Likewise.
19627         (libc_feresetround_387_ctx): Likewise.
19628         (libc_feupdateenv_387_ctx): Likewise.
19629         (libc_feholdexcept_setroundf_ctx): Define macro.
19630         (libc_fesetenvf_ctx): Likewise.
19631         (libc_feupdateenvf_ctx): Likewise.
19632         (libc_feholdsetroundf_ctx): Likewise.
19633         (libc_feresetroundf_ctx): Likewise.
19634         (libc_feholdexcept_setround_ctx): Likewise.
19635         (libc_fesetenv_ctx): Likewise.
19636         (libc_feupdateenv_ctx): Likewise.
19637         (libc_feholdsetround_ctx): Likewise.
19638         (libc_feresetround_ctx): Likewise.
19639         (libc_feholdexcept_setroundl_ctx): Likewise.
19640         (libc_feupdateenvl_ctx): Likewise.
19641         (libc_feholdsetroundl_ctx): Likewise.
19642         (libc_feresetroundl_ctx): Likewise.
19643         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
19644         (libc_feresetround_53bit_ctx): Likewise.
19645
19646 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19647
19648         * locale/iso-639.def: Convert to UTF-8.
19649
19650 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
19651
19652         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
19653         (EXCEPTION_TESTS_double): Likewise.
19654         (EXCEPTION_TESTS_long_double): Likewise.
19655         (EXCEPTION_TESTS): Likewise.
19656         * math/libm-test.inc (test_exceptions): Only test exceptions if
19657         EXCEPTION_TESTS (FLOAT).
19658
19659 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19660
19661         * benchtests/Makefile (string-bench): Add strcpy_chk and
19662         stpcpy_chk.
19663         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
19664         * benchtests/bench-stpcpy_chk.c: New file.
19665         * benchtests/bench-strcpy_chk-ifunc.c: New file.
19666         * benchtests/bench-strcpy_chk.c: New file.
19667         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
19668         code.
19669         (do_test): Likewise.
19670
19671 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19672
19673         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
19674         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
19675         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
19676         with tabs where appropriate.
19677         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
19678         dl-procinfo.h.
19679         [PPC_PLATFORM_PPC440]: Likewise.
19680         [PPC_PLATFORM_PPC464]: Likewise.
19681         [PPC_PLATFORM_PPC476]: Likewise.
19682         (_dl_string_platform): Add support for detecting ppc405, ppc440,
19683         ppc464, and ppc476 platform strings merging from ports/
19684         dl-procinfo.h.
19685
19686 2013-06-11  Andreas Schwab  <schwab@suse.de>
19687
19688         [BZ #14991]
19689         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
19690         (from_ucs4_idx): Regenerate.
19691         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
19692         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
19693         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
19694         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
19695         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
19696         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
19697         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
19698         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
19699         from FROM_LOOP and TO_LOOP specific macros.
19700         (BODY): Handle combining characters.
19701         * iconvdata/BIG5HKSCS.irreversible: Update.
19702         * iconvdata/BIG5HKSCS.precomposed: New file.
19703         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
19704         characters.
19705         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
19706
19707 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19708
19709         * include/sys/time.h: Fix indentation and add copyright header.
19710
19711         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
19712         (do_test): Likewise.
19713         * string/test-memchr.c (do_one_test): Likewise.
19714         (do_test): Likewise.
19715         * string/test-memcmp.c (do_one_test): Likewise.
19716         (do_test): Likewise.
19717         * string/test-memcpy.c (do_one_test): Likewise.
19718         (do_test): Likewise.
19719         * string/test-memmem.c (do_one_test): Likewise.
19720         (do_test): Likewise.
19721         (do_random_tests): Likewise.
19722         * string/test-memmove.c (do_one_test): Likewise.
19723         (do_test): Likewise.
19724         * string/test-memset.c (do_one_test): Likewise.
19725         (do_test): Likewise.
19726         * string/test-rawmemchr.c (do_one_test): Likewise.
19727         (do_test): Likewise.
19728         * string/test-strcasecmp.c (do_one_test): Likewise.
19729         (do_test): Likewise.
19730         * string/test-strcasestr.c (do_one_test): Likewise.
19731         (do_test): Likewise.
19732         * string/test-strcat.c (do_one_test): Likewise.
19733         (do_test): Likewise.
19734         * string/test-strchr.c (do_one_test): Likewise.
19735         (do_test): Likewise.
19736         * string/test-strcmp.c (do_one_test): Likewise.
19737         (do_test): Likewise.
19738         * string/test-strcpy.c (do_one_test): Likewise.
19739         (do_test): Likewise.
19740         * string/test-string.h: Likewise.
19741         (test_init): Likewise.
19742         * string/test-strlen.c (do_one_test): Likewise.
19743         (do_test): Likewise.
19744         * string/test-strncasecmp.c (do_one_test): Likewise.
19745         (do_test): Likewise.
19746         * string/test-strncat.c (do_one_test): Likewise.
19747         (do_test): Likewise.
19748         * string/test-strncmp.c (do_one_test): Likewise.
19749         (do_test_limit): Likewise.
19750         (do_test): Likewise.
19751         * string/test-strncpy.c (do_one_test): Likewise.
19752         (do_test): Likewise.
19753         * string/test-strnlen.c (do_one_test): Likewise.
19754         (do_test): Likewise.
19755         * string/test-strpbrk.c (do_one_test): Likewise.
19756         (do_test): Likewise.
19757         * string/test-strrchr.c (do_one_test): Likewise.
19758         (do_test): Likewise.
19759         * string/test-strspn.c (do_one_test): Likewise.
19760         (do_test): Likewise.
19761         * string/test-strstr.c (do_one_test): Likewise.
19762         (do_test): Likewise.
19763
19764         * benchtests/Makefile (string-bench): Add string benchmarks.
19765         * benchtests/bench-bcopy-ifunc.c: New file.
19766         * benchtests/bench-bcopy.c: New file.
19767         * benchtests/bench-bzero-ifunc.c: New file.
19768         * benchtests/bench-bzero.c: New file.
19769         * benchtests/bench-memccpy-ifunc.c: New file.
19770         * benchtests/bench-memccpy.c: New file.
19771         * benchtests/bench-memchr-ifunc.c: New file.
19772         * benchtests/bench-memchr.c: New file.
19773         * benchtests/bench-memcmp-ifunc.c: New file.
19774         * benchtests/bench-memcmp.c: New file.
19775         * benchtests/bench-memmem-ifunc.c: New file.
19776         * benchtests/bench-memmem.c: New file.
19777         * benchtests/bench-memmove-ifunc.c: New file.
19778         * benchtests/bench-memmove.c: New file.
19779         * benchtests/bench-mempcpy-ifunc.c: New file.
19780         * benchtests/bench-mempcpy.c: New file.
19781         * benchtests/bench-memset-ifunc.c: New file.
19782         * benchtests/bench-memset.c: New file.
19783         * benchtests/bench-rawmemchr-ifunc.c: New file.
19784         * benchtests/bench-rawmemchr.c: New file.
19785         * benchtests/bench-stpcpy-ifunc.c: New file.
19786         * benchtests/bench-stpcpy.c: New file.
19787         * benchtests/bench-stpncpy-ifunc.c: New file.
19788         * benchtests/bench-stpncpy.c: New file.
19789         * benchtests/bench-strcasecmp-ifunc.c: New file.
19790         * benchtests/bench-strcasecmp.c: New file.
19791         * benchtests/bench-strcasestr-ifunc.c: New file.
19792         * benchtests/bench-strcasestr.c: New file.
19793         * benchtests/bench-strcat-ifunc.c: New file.
19794         * benchtests/bench-strcat.c: New file.
19795         * benchtests/bench-strchr-ifunc.c: New file.
19796         * benchtests/bench-strchr.c: New file.
19797         * benchtests/bench-strchrnul-ifunc.c: New file.
19798         * benchtests/bench-strchrnul.c: New file.
19799         * benchtests/bench-strcmp-ifunc.c: New file.
19800         * benchtests/bench-strcmp.c: New file.
19801         * benchtests/bench-strcpy-ifunc.c: New file.
19802         * benchtests/bench-strcpy.c: New file.
19803         * benchtests/bench-strcspn-ifunc.c: New file.
19804         * benchtests/bench-strcspn.c: New file.
19805         * benchtests/bench-strlen-ifunc.c: New file.
19806         * benchtests/bench-strlen.c: New file.
19807         * benchtests/bench-strncasecmp-ifunc.c: New file.
19808         * benchtests/bench-strncasecmp.c: New file.
19809         * benchtests/bench-strncat-ifunc.c: New file.
19810         * benchtests/bench-strncat.c: New file.
19811         * benchtests/bench-strncmp-ifunc.c: New file.
19812         * benchtests/bench-strncmp.c: New file.
19813         * benchtests/bench-strncpy-ifunc.c: New file.
19814         * benchtests/bench-strncpy.c: New file.
19815         * benchtests/bench-strnlen-ifunc.c: New file.
19816         * benchtests/bench-strnlen.c: New file.
19817         * benchtests/bench-strpbrk-ifunc.c: New file.
19818         * benchtests/bench-strpbrk.c: New file.
19819         * benchtests/bench-strrchr-ifunc.c: New file.
19820         * benchtests/bench-strrchr.c: New file.
19821         * benchtests/bench-strspn-ifunc.c: New file.
19822         * benchtests/bench-strspn.c: New file.
19823         * benchtests/bench-strstr-ifunc.c: New file.
19824         * benchtests/bench-strstr.c: New file.
19825
19826         * benchtests/Makefile: Disable parallel execution of targets.
19827         (string-bench): Add memcpy.
19828         (benchset): New variable to store a list of benchmark sets.
19829         (bench-func): Renamed from bench.
19830         (bench-set): New target.
19831         (bench): Depend on bench-func and bench-set.
19832         * benchtests/README: Add section on benchmark sets.
19833         * benchtests/bench-memcpy-ifunc.c: New file.
19834         * benchtests/bench-memcpy.c: New file.
19835         * benchtests/bench-string.h: New file.
19836
19837 2013-06-11  Andreas Schwab  <schwab@suse.de>
19838
19839         [BZ #15577]
19840         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19841         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19842         values in the triple.
19843         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19844         terminator in the group key.
19845
19846 2013-06-11  Andreas Jaeger  <aj@suse.de>
19847
19848         * po/zh_TW.po: Update Chinese (traditional) translation from
19849         translation project.
19850
19851 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19852
19853         * include/time.h (__clock_gettime): Add libc_hidden_proto.
19854         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19855         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
19856         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19857         (clock_getcpuclockid): Likewise.
19858         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19859         Add weak_alias and libc_hidden_def.
19860         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19861         * rt/clock_gettime.c (clock_gettime): Rename to
19862         __clock_gettime.  Add weak_alias and libc_hidden_def.
19863         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19864         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19865         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
19866         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19867         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19868         Likewise.
19869         * rt/clock_settime.c (clock_settime): Rename to
19870         __clock_settime.  Add weak_alias and libc_hidden_def.
19871         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19872
19873 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
19874
19875         * mach/err_boot.sub: Remove trailing whitespace.
19876         * mach/err_ipc.sub: Likewise.
19877         * mach/err_mach.sub: Likewise.
19878
19879         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19880         (ROUNDING_TESTS_double): Likewise.
19881         (ROUNDING_TESTS_long_double): Likewise.
19882         (ROUNDING_TESTS): Likewise.
19883         * math/libm-test.inc: Include <math-tests.h>.
19884         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19885         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19886         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19887         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19888
19889 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19890
19891         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19892         of assigning.
19893
19894 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19895
19896         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19897         otherwise empty TRANS lines.
19898         * sysdeps/gnu/errlist.c: Regenerated.
19899
19900         * catgets/gencat.c (error_print): Use (void) in function
19901         definition.
19902         * crypt/crypt_util.c (__init_des): Likewise.
19903         * crypt/speeds.c (Stop): Likewise.
19904         (main): Likewise.
19905         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19906         * inet/ruserpass.c (token): Likewise.
19907         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19908         * intl/localealias.c (extend_alias_table): Likewise.
19909         * intl/plural-exp.c (init_germanic_plural): Likewise.
19910         * libio/fcloseall.c (__fcloseall): Likewise.
19911         * libio/genops.c (_IO_flush_all): Likewise.
19912         (_IO_flush_all_linebuffered): Likewise.
19913         (_IO_cleanup): Likewise.
19914         (_IO_iter_begin): Likewise.
19915         (_IO_iter_end): Likewise.
19916         (_IO_list_lock): Likewise.
19917         (_IO_list_unlock): Likewise.
19918         (_IO_list_resetlock): Likewise.
19919         * libio/getchar.c (getchar): Likewise.
19920         * libio/getchar_u.c (getchar_unlocked): Likewise.
19921         * libio/getwchar.c (getwchar): Likewise.
19922         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19923         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19924         * login/getpt.c (__getpt): Likewise.
19925         * login/tst-utmp.c (main): Likewise.
19926         * malloc/hooks.c (__malloc_check_init): Likewise.
19927         * malloc/malloc.c (__malloc_stats): Likewise.
19928         * malloc/mtrace.c (tr_break): Likewise.
19929         (mtrace): Likewise.
19930         (muntrace): Likewise.
19931         * misc/fstab.c (endfsent): Likewise.
19932         * misc/getclktck.c (__getclktck): Likewise.
19933         * misc/getdtsz.c (__getdtablesize): Likewise.
19934         * misc/gethostid.c (gethostid): Likewise.
19935         * misc/getpagesize.c (__getpagesize): Likewise.
19936         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19937         (__get_nprocs): Likewise.
19938         (__get_phys_pages): Likewise.
19939         (__get_avphys_pages): Likewise.
19940         * misc/getttyent.c (getttyent): Likewise.
19941         (setttyent): Likewise.
19942         (endttyent): Likewise.
19943         * misc/getusershell.c (getusershell): Likewise.
19944         (endusershell): Likewise.
19945         (setusershell): Likewise.
19946         (initshells): Likewise.
19947         * misc/hsearch.c (__hdestroy): Likewise.
19948         * misc/sync.c (sync): Likewise.
19949         * misc/syslog.c (closelog_internal): Likewise.
19950         (closelog): Likewise.
19951         * misc/ttyslot.c (ttyslot): Likewise.
19952         * misc/vhangup.c (vhangup): Likewise.
19953         * posix/fork.c (__fork): Likewise.
19954         * posix/getegid.c (__getegid): Likewise.
19955         * posix/geteuid.c (__geteuid): Likewise.
19956         * posix/getgid.c (__getgid): Likewise.
19957         * posix/getpid.c (__getpid): Likewise.
19958         * posix/getppid.c (__getppid): Likewise.
19959         * posix/getuid.c (__getuid): Likewise.
19960         * posix/pause.c (pause): Likewise.
19961         * posix/setpgrp.c (setpgrp): Likewise.
19962         * posix/setsid.c (__setsid): Likewise.
19963         * posix/test-vfork.c (noop): Likewise.
19964         * resolv/gethnamaddr.c (_endhtent): Likewise.
19965         (_gethtent): Likewise.
19966         (ht_endhostent): Likewise.
19967         (gethostent): Likewise.
19968         (dns_service): Likewise.
19969         * stdlib/drand48.c (drand48): Likewise.
19970         * stdlib/lrand48.c (lrand48): Likewise.
19971         * stdlib/mrand48.c (mrand48): Likewise.
19972         * stdlib/rand.c (rand): Likewise.
19973         * stdlib/random.c (__random): Likewise.
19974         * stdlib/setenv.c (clearenv): Likewise.
19975         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19976         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19977         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19978         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19979         (__get_nprocs): Likewise.
19980         (__get_phys_pages): Likewise.
19981         (__get_avphys_pages): Likewise.
19982         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19983         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19984         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19985         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19986         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19987         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19988         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19989         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19990         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19991         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19992         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19993         * sysdeps/mach/hurd/sync.c (sync): Likewise.
19994         * sysdeps/posix/clock.c (clock): Likewise.
19995         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19996         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19997         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19998         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19999         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
20000         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
20001         (__get_nprocs_conf): Likewise.
20002         (__get_phys_pages): Likewise.
20003         (__get_avphys_pages): Likewise.
20004         * time/clock.c (clock): Likewise.
20005         * time/tzset.c (__tzname_max): Likewise.
20006
20007 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
20008
20009         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
20010         (__bswap_32): Do not use "register".
20011         * crypt/crypt.c (_ufc_doit_r): Likewise.
20012         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20013         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20014         * gmon/gmon.c (__monstartup): Likewise.
20015         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
20016         * hurd/hurdmalloc.c (more_memory): Likewise.
20017         (malloc): Likewise.
20018         (free): Likewise.
20019         (realloc): Likewise.
20020         (malloc_fork_prepare): Likewise.
20021         (malloc_fork_parent): Likewise.
20022         (malloc_fork_child): Likewise.
20023         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
20024         (_svcauth_des): Likewise.
20025         * inet/inet_lnaof.c (inet_lnaof): Likewise.
20026         * inet/inet_net.c (inet_network): Likewise.
20027         * inet/inet_netof.c (inet_netof): Likewise.
20028         * inet/rcmd.c (__validuser2_sa): Likewise.
20029         * io/fts.c (fts_open): Likewise.
20030         (fts_load): Likewise.
20031         (fts_close): Likewise.
20032         (fts_read): Likewise.
20033         (fts_children): Likewise.
20034         (fts_build): Likewise.
20035         (fts_stat): Likewise.
20036         (fts_sort): Likewise.
20037         (fts_alloc): Likewise.
20038         (fts_lfree): Likewise.
20039         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
20040         (_IO_file_xsgetn): Likewise.
20041         (_IO_file_xsgetn_mmap): Likewise.
20042         * libio/iofopncook.c (_IO_cookie_read): Likewise.
20043         (_IO_cookie_write): Likewise.
20044         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
20045         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
20046         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
20047         * malloc/obstack.c (_obstack_begin): Likewise.
20048         (_obstack_begin_1): Likewise.
20049         (_obstack_newchunk): Likewise.
20050         (_obstack_allocated_p): Likewise.
20051         (obstack_free): Likewise.
20052         (_obstack_memory_used): Likewise.
20053         * misc/getttyent.c (getttynam): Likewise.
20054         (getttyent): Likewise.
20055         (skip): Likewise.
20056         (value): Likewise.
20057         * misc/getusershell.c (initshells): Likewise.
20058         * misc/syslog.c (__vsyslog_chk): Likewise.
20059         * misc/ttyslot.c (ttyslot): Likewise.
20060         * nis/nis_hash.c (__nis_hash): Likewise.
20061         * posix/fnmatch_loop.c (FCT): Likewise.
20062         * posix/getconf.c (print_all): Likewise.
20063         (main): Likewise.
20064         * posix/getopt.c (exchange): Likewise.
20065         * posix/glob.c (globfree): Likewise.
20066         (prefix_array): Likewise.
20067         (__glob_pattern_type): Likewise.
20068         * resolv/arpa/nameser.h (NS_GET16): Likewise.
20069         (NS_GET32): Likewise.
20070         (NS_PUT16): Likewise.
20071         (NS_PUT32): Likewise.
20072         * resolv/gethnamaddr.c (getanswer): Likewise.
20073         (gethostbyname2): Likewise.
20074         (gethostbyaddr): Likewise.
20075         (_gethtent): Likewise.
20076         (_gethtbyname2): Likewise.
20077         (_gethtbyaddr): Likewise.
20078         * resolv/ns_print.c (dst_s_get_int16): Likewise.
20079         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
20080         * resolv/res_init.c (__res_vinit): Likewise.
20081         (net_mask): Likewise.
20082         * resolv/res_mkquery.c (outchar): Likewise.
20083         (PRINT): Likewise.
20084         * stdio-common/printf_fp.c (outchar): Likewise.
20085         (PRINT): Likewise.
20086         * stdio-common/printf_fphex.c (outchar): Likewise.
20087         (PRINT): Likewise.
20088         * stdio-common/printf_size.c (outchar): Likewise.
20089         (PRINT): Likewise.
20090         * stdio-common/test_rdwr.c (main): Likewise.
20091         * stdio-common/tfformat.c (matches): Likewise.
20092         * stdio-common/vfprintf.c (outchar): Likewise.
20093         (printf_unknown): Likewise.
20094         (buffered_vfprintf): Likewise.
20095         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20096         * stdio-common/xbug.c (AppendToBuffer): Likewise.
20097         (ReadFile): Likewise.
20098         * stdlib/qsort.c (SWAP): Likewise.
20099         (_quicksort): Likewise.
20100         * stdlib/setenv.c (__add_to_environ): Likewise.
20101         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20102         * stdlib/strtol_l.c (__strtol_l): Likewise.
20103         * stdlib/tst-strtod.c (main): Likewise.
20104         * stdlib/tst-strtol.c (main): Likewise.
20105         * stdlib/tst-strtoll.c (main): Likewise.
20106         * string/bits/string2.h (__strcmp_cc): Likewise.
20107         (__strcmp_cg): Likewise.
20108         (__strcspn_c1): Likewise.
20109         (__strcspn_c2): Likewise.
20110         (__strcspn_c3): Likewise.
20111         (__strspn_c1): Likewise.
20112         (__strspn_c2): Likewise.
20113         (__strspn_c3): Likewise.
20114         (__strsep_1c): Likewise.
20115         (__strsep_2c): Likewise.
20116         (__strsep_3c): Likewise.
20117         * string/memccpy.c (__memccpy): Likewise.
20118         * string/stpcpy.c (__stpcpy): Likewise.
20119         * string/strcmp.c (strcmp): Likewise.
20120         * string/strrchr.c (strrchr): Likewise.
20121         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20122         Likewise.
20123         * sysdeps/mach/hurd/getcwd.c
20124         (_hurd_canonicalize_directory_name_internal): Likewise.
20125         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20126         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20127         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20128         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20129         Likewise, in both definitions.
20130         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20131         definitions.
20132         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20133         64] (__bswap_64): Likewise.
20134         * time/test_time.c (main): Likewise.
20135         * time/tzfile.c (__tzfile_read): Likewise.
20136         (__tzfile_compute): Likewise.
20137         * time/tzset.c (__tzset_parse_tz): Likewise.
20138         (tzset_internal): Likewise.
20139         (compute_change): Likewise.
20140         * wcsmbs/wcscat.c (__wcscat): Likewise.
20141         * wcsmbs/wcschr.c (wcschr): Likewise.
20142         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20143         * wcsmbs/wcscspn.c (wcscspn): Likewise.
20144         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20145         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20146         * wcsmbs/wcsspn.c (wcsspn): Likewise.
20147         * wcsmbs/wcsstr.c (wcsstr): Likewise.
20148         * wcsmbs/wmemchr.c (wmemchr): Likewise.
20149         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20150         * wcsmbs/wmemset.c (wmemset): Likewise.
20151
20152 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
20153
20154         * scripts/config.guess: Update to version 2013-05-16.
20155         * scripts/config.sub: Update to version 2013-04-24.
20156         * scripts/install-sh: Update to version 2011-11-20.07.
20157         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20158         * scripts/move-if-change: Update to version 2012-01-06 07:23.
20159
20160 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
20161
20162         * debug/fgetws_u_chk.c: Fix leading whitespaces.
20163         * elf/sln.c: Likewise.
20164         * hurd/hurd/ioctl.h: Likewise.
20165         * hurd/hurdmalloc.c: Likewise.
20166         * hurd/xattr.c: Likewise.
20167         * include/shlib-compat.h: Likewise.
20168         * inet/ruserpass.c: Likewise.
20169         * libio/iofgets_u.c: Likewise.
20170         * libio/iofgetws_u.c: Likewise.
20171         * locale/programs/ld-identification.c: Likewise.
20172         * locale/programs/ld-time.c: Likewise.
20173         * mach/msg-destroy.c: Likewise.
20174         * nss/nss_files/files-netgrp.c: Likewise.
20175         * resolv/res_data.c: Likewise.
20176         * soft-fp/op-1.h: Likewise.
20177         * soft-fp/op-2.h: Likewise.
20178         * soft-fp/op-4.h: Likewise.
20179         * soft-fp/op-common.h: Likewise.
20180         * stdio-common/printf_fphex.c: Likewise.
20181         * stdlib/strtod_l.c: Likewise.
20182         * sunrpc/rpc/clnt.h: Likewise.
20183         * sysdeps/generic/framestate.c: Likewise.
20184         * sysdeps/i386/bsd-_setjmp.S: Likewise.
20185         * sysdeps/i386/bsd-setjmp.S: Likewise.
20186         * sysdeps/i386/__longjmp.S: Likewise.
20187         * sysdeps/i386/setjmp.S: Likewise.
20188         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20189         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20190         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20191         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20192         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20193         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20194         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20195         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20196         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20197         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20198         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20199         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20200         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20201         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20202         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20203         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20204         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20205         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20206         * sysdeps/ieee754/support.c: Likewise.
20207         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20208         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20209         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20210         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20211         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20212         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20213         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20214         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20215         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20216         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20217         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20218         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20219         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20220         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20221         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20222         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20223         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20225
20226 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
20227
20228         * posix/transbug.c: Remove executable mode.
20229
20230 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
20231
20232         * crypt/speeds.c: Remove trailing whitespace.
20233         * dlfcn/default.c: Likewise.
20234         * elf/ifuncdep2.c: Likewise.
20235         * elf/ifuncmain1.c: Likewise.
20236         * elf/ifuncmain1vis.c: Likewise.
20237         * elf/testobj.h: Likewise.
20238         * elf/tst-stackguard1.c: Likewise.
20239         * gmon/sys/gmon.h: Likewise.
20240         * hurd/hurdmsg.c: Likewise.
20241         * hurd/new-fd.c: Likewise.
20242         * hurd/ports-get.c: Likewise.
20243         * iconvdata/ibm1008_420.c: Likewise.
20244         * inet/tst-getni1.c: Likewise.
20245         * inet/tst-getni2.c: Likewise.
20246         * libio/ioungetc.c: Likewise.
20247         * libio/wfiledoalloc.c: Likewise.
20248         * manual/libm-err-tab.pl: Likewise.
20249         * math/w_dremf.c: Likewise.
20250         * misc/ftruncate.c: Likewise.
20251         * posix/bug-glob2.c: Likewise.
20252         * posix/tst-pcre.c: Likewise.
20253         * posix/wait4.c: Likewise.
20254         * resolv/README: Likewise.
20255         * resolv/res_debug.h: Likewise.
20256         * resolv/tst-inet_ntop.c: Likewise.
20257         * setjmp/bug269-setjmp.c: Likewise.
20258         * soft-fp/extended.h: Likewise.
20259         * soft-fp/op-1.h: Likewise.
20260         * soft-fp/op-2.h: Likewise.
20261         * soft-fp/op-4.h: Likewise.
20262         * soft-fp/op-8.h: Likewise.
20263         * soft-fp/testit.c: Likewise.
20264         * stdio-common/bug16.c: Likewise.
20265         * stdlib/random.c: Likewise.
20266         * sunrpc/rpcsvc/rquota.x: Likewise.
20267         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20268         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20269         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20270         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20271         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20272         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20273         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20274         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20275         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20276         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20277         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20278         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20279         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20280         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20281         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20282         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20283         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20284         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20285         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20286         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20287         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20288         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20289         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20290         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20291         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20292         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20293         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20294         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20295         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20296         * sysdeps/ieee754/s_lib_version.c: Likewise.
20297         * sysdeps/mach/hurd/check_fds.c: Likewise.
20298         * sysdeps/mach/hurd/getsockname.c: Likewise.
20299         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20300         * sysdeps/mach/hurd/recvfrom.c: Likewise.
20301         * sysdeps/powerpc/bits/link.h: Likewise.
20302         * sysdeps/powerpc/dl-procinfo.c: Likewise.
20303         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20304         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20305         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20306         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20307         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20308         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20309         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20310         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20311         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20312         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20313         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20314         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20315         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20316         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20317         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20318         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20319         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20320         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20321         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20322         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20323         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20324         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20325         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20326         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20327         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20328         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20329         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20330         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20331         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20332         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20333         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20334         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20335         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20336         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20337         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20338         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20339         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20340         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20341         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20342         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20343         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20344         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20345         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20346         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20347         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20348         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20349         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20350         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20351         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20352         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20353         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20354         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20355         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20356         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20357         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20358         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20359         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20360         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20361         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20362         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20363         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20364         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20365         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20366         * sysdeps/powerpc/sysdep.h: Likewise.
20367         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20368         * sysdeps/s390/s390-64/sub_n.S: Likewise.
20369         * sysdeps/sh/dl-trampoline.S: Likewise.
20370         * sysdeps/sh/memset.S: Likewise.
20371         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20372         * sysdeps/sh/strlen.S: Likewise.
20373         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20374         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20375         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20376         * sysdeps/sparc/sparc32/rem.S: Likewise.
20377         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20378         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20379         * sysdeps/sparc/sparc32/strchr.S: Likewise.
20380         * sysdeps/sparc/sparc32/udiv.S: Likewise.
20381         * sysdeps/sparc/sparc32/urem.S: Likewise.
20382         * sysdeps/sparc/sparc64/add_n.S: Likewise.
20383         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20384         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20385         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20386         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20387         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20388         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20389         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20390         * sysdeps/unix/bsd/times.c: Likewise.
20391         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20392         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20396         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20397         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20398         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20399         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20400         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20401         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20402         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20403         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20404         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20405         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20406         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20407         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20408         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20409         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20410         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20411         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20412         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20413         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20414         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20415         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20416         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20417         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20418         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20419         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20420         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20421         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20422         * sysdeps/x86_64/strcspn.S: Likewise.
20423
20424 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20425
20426         * locale/C-translit.h: Revert #include <stdint.h> because this is a
20427         generated file.  Regenerate properly from gen-translit.pl.
20428         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
20429         locale/C-translit.h.
20430
20431 2013-06-05  Andreas Schwab  <schwab@suse.de>
20432
20433         [BZ #15100]
20434         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20435         week as 6 instead of -1.
20436         * time/tst-strptime.c (day_tests): Add test case.
20437
20438 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20439
20440         * sysdeps/generic/math_private.h
20441         (libc_feholdexcept_setround_53bit): Replace with
20442         libc_feholdsetround_53bit.
20443         (libc_feupdateenv_53bit): Replace with
20444         libc_feresetround_53bit.
20445         (SET_RESTORE_ROUND_53BIT): Adjust.
20446
20447 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20448
20449         * string/test-strchrnul.c: Add copyright header.
20450
20451         * posix/tst-getaddrinfo4.c: Increase test timeout.
20452
20453 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
20454
20455         [BZ #15536]
20456         * math/libm-test.inc (MAX_EXP): Remove
20457         (MIN_EXP): Define.
20458         (ulp): Use MIN_EXP - MANT_DIG.
20459         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20460
20461 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
20462
20463         * po/be.po: Revert last change.
20464         * po/zh_CN.po: Likewise.
20465         * po/header.pot: Likewise.
20466
20467 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
20468
20469         * Makefile ($(common-objpfx)linkobj/libc.so): Define
20470         link-libc-deps to empty as target-specific variable.
20471         * Makerules (link-libc-args): New variable.
20472         (libc-for-link): Likewise.
20473         (link-libc-deps): Likewise.
20474         (lib%.so): Depend on $(link-libc-deps).  Link with
20475         $(link-libc-args).
20476         (build-module): Link with $(link-libc-args).
20477         (build-module-asneeded): Likewise.
20478         (build-module-helper-objlist): Filter out $(link-libc-deps) from
20479         list of objects.
20480         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20481         target-specific variable.
20482         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20483         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20484         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20485         libc.
20486         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20487         libc and ld.so.
20488         ($(objpfx)libpcprofile.so): Likewise.
20489         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20490         libc_nonshared.a.
20491         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20492         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20493         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20494         $(link-libc-deps).
20495         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20496         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20497         * login/Makefile ($(objpfx)libutil.so): Likewise.
20498         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20499         * math/Makefile ($(objpfx)libm.so): Likewise.
20500         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20501         $(objpfx)libnsl.so): Define libc-for-link as target-specific
20502         variable instead of depending directly on libc.
20503         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20504         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20505         $(link-libc-deps).
20506         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20507         libc.
20508         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20509         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20510         ($(objpfx)libanl.so): Likewise.
20511         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20512         ld.so.
20513         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20514         $(link-libc-deps).
20515         * sysdeps/i386/fpu/Makefile: Remove file.
20516         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20517         ($(objpfx)libm.so): Remove dependency on ld.so.
20518
20519 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
20520
20521         [BZ # 15553]
20522         * nis/yp_xdr.c (XDRMAXNAME): Define.
20523         (XDRMAXRECORD): Define.
20524         (xdr_domainname): Use XDRMAXNAME.
20525         (xdr_mapname): Likewise.
20526         (xdr_peername): Likewise.
20527         (xdr_keydat): Use XDRMAXRECORD.
20528         (xdr_valdat): Likewise.
20529
20530 2013-05-30  Jeff Law  <law@redhat.com>
20531
20532         [BZ #14256]
20533         * manual/errno.texi (ESTALE): Update to account for more than
20534         just NFS file systems.
20535         * sysdeps/gnu/errlist.c: Regenerated.
20536
20537 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20538
20539         [BZ #15465]
20540         * elf/Makefile (tests): Add tst-null-argv.
20541         (modules-names):  Add tst-null-argv-lib.
20542         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
20543         (tst-null-argv-ENV): Set environment for tst-null-argv.
20544         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
20545         (RTLD_PROGNAME): New macro.
20546         * elf/tst-null-argv.c: New test case.
20547         * elf/tst-null-argv-lib.c: Library for test case.
20548         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
20549         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
20550         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
20551         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
20552         * elf/dl-init.c (call_init): Likewise.
20553         (_dl_init): Likewise.
20554         * elf/dl-load.c (print_search_path): Likewise.
20555         (_dl_map_object): Likewise.
20556         * elf/dl-lookup.c (do_lookup_x): Likewise.
20557         (add_dependency): Likewise.
20558         (_dl_lookup_symbol_x): Likewise.
20559         (_dl_debug_bindings): Likewise.
20560         * elf/dl-open.c (_dl_show_scope): Likewise.
20561         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20562         * elf/dl-version.c (match_symbol): Likewise.
20563         (_dl_check_map_versions): Likewise.
20564         * elf/rtld.c (dl_main): Likewise.
20565         (print_unresolved): Use RTLD_PROGNAME.
20566         (print_missing_version): Likewise.
20567         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
20568         (elf_machine_rela): Likewise.
20569         * sysdeps/powerpc/powerpc32/dl-machine.c
20570         (__process_machine_rela): Likewise.
20571         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20572         Likewise.
20573         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
20574         Likewise.
20575         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
20576         Likewise.
20577         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20578         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
20579         Likewise.
20580         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
20581         Likewise.
20582         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20583
20584 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
20585
20586         * po/be.po: Add descriptive title.
20587         * po/zh_CN.po: Likewise.
20588         * po/header.pot: Likewise.
20589
20590 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
20591
20592         * locale/programs/locarchive.c (create_archive): Inlucde fname in
20593         error message.
20594         (enlarge_archive): Likewise.
20595
20596 2013-05-28  Ben North  <ben@redfrontdoor.org>
20597
20598         * manual/arith.texi (frexp): It is the magnitude of the return
20599         value which lies in [0.5, 1), not the return value itself.
20600
20601 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20602
20603         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20604
20605 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
20606
20607         * stdio-common/bug26.c (main): Correct fscanf template.
20608
20609         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
20610         declare _dl_skip_args.
20611
20612         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
20613         Don't declare.
20614
20615         * manual/platform.texi: Add missing @end deftypefun.
20616
20617 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20618
20619         [BZ #15529]
20620         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
20621         bit of mantissa of 2^16382.
20622         * math/libm-test.inc (hypot_test_data): Add more tests.
20623
20624         * math/libm-test.inc: Add drem and pow10 to list of tested
20625         functions.
20626         (pow10_test): New function.
20627         (drem_test): Likewise.
20628         (drem_test_tonearest): Likewise.
20629         (drem_test_towardzero): Likewise.
20630         (drem_test_downward): Likewise.
20631         (drem_test_upward): Likewise.
20632         (main): Call the new functions.
20633
20634         * math/libm-test.inc (finite_test_data): Remove.
20635         (finite_test): Run tests from isfinite_test_data.
20636         (gamma_test_data): Remove.
20637         (gamma_test): Run tests from lgamma_test_data.
20638         * sysdeps/i386/fpu/libm-test-ulps: Update.
20639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20640
20641 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20642
20643         * manual/platform.texi: Add PowerPC PPR function set documentation.
20644         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
20645         implementation.
20646
20647 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
20648
20649         * math/libm-test.inc (MAX_EXP): Define.
20650         (ULPDIFF): Define.
20651         (ulp): New function.
20652         (check_float_internal): Use ULPDIFF.
20653         (cpow_test): Disable failing test.
20654         (check_ulp): Test ulp() implemetnation.
20655         (main): Call check_ulp before starting tests.
20656
20657 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20658
20659         * math/gen-libm-test.pl (generate_testfile): Do not handle
20660         START_DATA and END_DATA.
20661         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
20662         END_DATA.
20663         (acos_tonearest_test_data): Likewise.
20664         (acos_towardzero_test_data): Likewise.
20665         (acos_downward_test_data): Likewise.
20666         (acos_upward_test_data): Likewise.
20667         (acosh_test_data): Likewise.
20668         (asin_test_data): Likewise.
20669         (asin_tonearest_test_data): Likewise.
20670         (asin_towardzero_test_data): Likewise.
20671         (asin_downward_test_data): Likewise.
20672         (asin_upward_test_data): Likewise.
20673         (asinh_test_data): Likewise.
20674         (atan_test_data): Likewise.
20675         (atanh_test_data): Likewise.
20676         (atan2_test_data): Likewise.
20677         (cabs_test_data): Likewise.
20678         (cacos_test_data): Likewise.
20679         (cacosh_test_data): Likewise.
20680         (carg_test_data): Likewise.
20681         (casin_test_data): Likewise.
20682         (casinh_test_data): Likewise.
20683         (catan_test_data): Likewise.
20684         (catanh_test_data): Likewise.
20685         (cbrt_test_data): Likewise.
20686         (ccos_test_data): Likewise.
20687         (ccosh_test_data): Likewise.
20688         (ceil_test_data): Likewise.
20689         (cexp_test_data): Likewise.
20690         (cimag_test_data): Likewise.
20691         (clog_test_data): Likewise.
20692         (clog10_test_data): Likewise.
20693         (conj_test_data): Likewise.
20694         (copysign_test_data): Likewise.
20695         (cos_test_data): Likewise.
20696         (cos_tonearest_test_data): Likewise.
20697         (cos_towardzero_test_data): Likewise.
20698         (cos_downward_test_data): Likewise.
20699         (cos_upward_test_data): Likewise.
20700         (cosh_test_data): Likewise.
20701         (cosh_tonearest_test_data): Likewise.
20702         (cosh_towardzero_test_data): Likewise.
20703         (cosh_downward_test_data): Likewise.
20704         (cosh_upward_test_data): Likewise.
20705         (cpow_test_data): Likewise.
20706         (cproj_test_data): Likewise.
20707         (creal_test_data): Likewise.
20708         (csin_test_data): Likewise.
20709         (csinh_test_data): Likewise.
20710         (csqrt_test_data): Likewise.
20711         (ctan_test_data): Likewise.
20712         (ctan_tonearest_test_data): Likewise.
20713         (ctan_towardzero_test_data): Likewise.
20714         (ctan_downward_test_data): Likewise.
20715         (ctan_upward_test_data): Likewise.
20716         (ctanh_test_data): Likewise.
20717         (ctanh_tonearest_test_data): Likewise.
20718         (ctanh_towardzero_test_data): Likewise.
20719         (ctanh_downward_test_data): Likewise.
20720         (ctanh_upward_test_data): Likewise.
20721         (erf_test_data): Likewise.
20722         (erfc_test_data): Likewise.
20723         (exp_test_data): Likewise.
20724         (exp_tonearest_test_data): Likewise.
20725         (exp_towardzero_test_data): Likewise.
20726         (exp_downward_test_data): Likewise.
20727         (exp_upward_test_data): Likewise.
20728         (exp10_test_data): Likewise.
20729         (exp2_test_data): Likewise.
20730         (expm1_test_data): Likewise.
20731         (fabs_test_data): Likewise.
20732         (fdim_test_data): Likewise.
20733         (finite_test_data): Likewise.
20734         (floor_test_data): Likewise.
20735         (fma_test_data): Likewise.
20736         (fma_towardzero_test_data): Likewise.
20737         (fma_downward_test_data): Likewise.
20738         (fma_upward_test_data): Likewise.
20739         (fmax_test_data): Likewise.
20740         (fmin_test_data): Likewise.
20741         (fmod_test_data): Likewise.
20742         (fpclassify_test_data): Likewise.
20743         (frexp_test_data): Likewise.
20744         (gamma_test_data): Likewise.
20745         (hypot_test_data): Likewise.
20746         (ilogb_test_data): Likewise.
20747         (isfinite_test_data): Likewise.
20748         (isgreater_test_data): Likewise.
20749         (isgreaterequal_test_data): Likewise.
20750         (isinf_test_data): Likewise.
20751         (isless_test_data): Likewise.
20752         (islessequal_test_data): Likewise.
20753         (islessgreater_test_data): Likewise.
20754         (isnan_test_data): Likewise.
20755         (isnormal_test_data): Likewise.
20756         (issignaling_test_data): Likewise.
20757         (isunordered_test_data): Likewise.
20758         (j0_test_data): Likewise.
20759         (j1_test_data): Likewise.
20760         (jn_test_data): Likewise.
20761         (ldexp_test_data): Likewise.
20762         (lgamma_test_data): Likewise.
20763         (lrint_test_data): Likewise.
20764         (lrint_tonearest_test_data): Likewise.
20765         (lrint_towardzero_test_data): Likewise.
20766         (lrint_downward_test_data): Likewise.
20767         (lrint_upward_test_data): Likewise.
20768         (llrint_test_data): Likewise.
20769         (llrint_tonearest_test_data): Likewise.
20770         (llrint_towardzero_test_data): Likewise.
20771         (llrint_downward_test_data): Likewise.
20772         (llrint_upward_test_data): Likewise.
20773         (log_test_data): Likewise.
20774         (log10_test_data): Likewise.
20775         (log1p_test_data): Likewise.
20776         (log2_test_data): Likewise.
20777         (logb_test_data): Likewise.
20778         (logb_downward_test_data): Likewise.
20779         (lround_test_data): Likewise.
20780         (llround_test_data): Likewise.
20781         (modf_test_data): Likewise.
20782         (nearbyint_test_data): Likewise.
20783         (nextafter_test_data): Likewise.
20784         (nexttoward_test_data): Likewise.
20785         (pow_test_data): Likewise.
20786         (pow_tonearest_test_data): Likewise.
20787         (pow_towardzero_test_data): Likewise.
20788         (pow_downward_test_data): Likewise.
20789         (pow_upward_test_data): Likewise.
20790         (remainder_test_data): Likewise.
20791         (remainder_tonearest_test_data): Likewise.
20792         (remainder_towardzero_test_data): Likewise.
20793         (remainder_downward_test_data): Likewise.
20794         (remainder_upward_test_data): Likewise.
20795         (remquo_test_data): Likewise.
20796         (rint_test_data): Likewise.
20797         (rint_tonearest_test_data): Likewise.
20798         (rint_towardzero_test_data): Likewise.
20799         (rint_downward_test_data): Likewise.
20800         (rint_upward_test_data): Likewise.
20801         (round_test_data): Likewise.
20802         (scalb_test_data): Likewise.
20803         (scalbn_test_data): Likewise.
20804         (scalbln_test_data): Likewise.
20805         (signbit_test_data): Likewise.
20806         (sin_test_data): Likewise.
20807         (sin_tonearest_test_data): Likewise.
20808         (sin_towardzero_test_data): Likewise.
20809         (sin_downward_test_data): Likewise.
20810         (sin_upward_test_data): Likewise.
20811         (sincos_test_data): Likewise.
20812         (sinh_test_data): Likewise.
20813         (sinh_tonearest_test_data): Likewise.
20814         (sinh_towardzero_test_data): Likewise.
20815         (sinh_downward_test_data): Likewise.
20816         (sinh_upward_test_data): Likewise.
20817         (sqrt_test_data): Likewise.
20818         (tan_test_data): Likewise.
20819         (tan_tonearest_test_data): Likewise.
20820         (tan_towardzero_test_data): Likewise.
20821         (tan_downward_test_data): Likewise.
20822         (tan_upward_test_data): Likewise.
20823         (tanh_test_data): Likewise.
20824         (tgamma_test_data): Likewise.
20825         (trunc_test_data): Likewise.
20826         (y0_test_data): Likewise.
20827         (y1_test_data): Likewise.
20828         (yn_test_data): Likewise.
20829         (significand_test_data): Likewise.
20830
20831         * math/gen-libm-test.pl (@functions): Remove variable.
20832         (generate_testfile): Don't handle START and END lines.
20833         * math/libm-test.inc (START): New macro.
20834         (END): Likewise.
20835         (END_COMPLEX): Likewise.
20836         (acos_test): Use END macro without arguments.
20837         (acos_test_tonearest): Likewise.
20838         (acos_test_towardzero): Likewise.
20839         (acos_test_downward): Likewise.
20840         (acos_test_upward): Likewise.
20841         (acosh_test): Likewise.
20842         (asin_test): Likewise.
20843         (asin_test_tonearest): Likewise.
20844         (asin_test_towardzero): Likewise.
20845         (asin_test_downward): Likewise.
20846         (asin_test_upward): Likewise.
20847         (asinh_test): Likewise.
20848         (atan_test): Likewise.
20849         (atanh_test): Likewise.
20850         (atan2_test): Likewise.
20851         (cabs_test): Likewise.
20852         (cacos_test): Use END_COMPLEX macro without arguments.
20853         (cacosh_test): Likewise.
20854         (carg_test): Use END macro without arguments.
20855         (casin_test): Use END_COMPLEX macro without arguments.
20856         (casinh_test): Likewise.
20857         (catan_test): Likewise.
20858         (catanh_test): Likewise.
20859         (cbrt_test): Use END macro without arguments.
20860         (ccos_test): Use END_COMPLEX macro without arguments.
20861         (ccosh_test): Likewise.
20862         (ceil_test): Use END macro without arguments.
20863         (cexp_test): Use END_COMPLEX macro without arguments.
20864         (cimag_test): Use END macro without arguments.
20865         (clog_test): Use END_COMPLEX macro without arguments.
20866         (clog10_test): Likewise.
20867         (conj_test): Likewise.
20868         (copysign_test): Use END macro without arguments.
20869         (cos_test): Likewise.
20870         (cos_test_tonearest): Likewise.
20871         (cos_test_towardzero): Likewise.
20872         (cos_test_downward): Likewise.
20873         (cos_test_upward): Likewise.
20874         (cosh_test): Likewise.
20875         (cosh_test_tonearest): Likewise.
20876         (cosh_test_towardzero): Likewise.
20877         (cosh_test_downward): Likewise.
20878         (cosh_test_upward): Likewise.
20879         (cpow_test): Use END_COMPLEX macro without arguments.
20880         (cproj_test): Likewise.
20881         (creal_test): Use END macro without arguments.
20882         (csin_test): Use END_COMPLEX macro without arguments.
20883         (csinh_test): Likewise.
20884         (csqrt_test): Likewise.
20885         (ctan_test): Likewise.
20886         (ctan_test_tonearest): Likewise.
20887         (ctan_test_towardzero): Likewise.
20888         (ctan_test_downward): Likewise.
20889         (ctan_test_upward): Likewise.
20890         (ctanh_test): Likewise.
20891         (ctanh_test_tonearest): Likewise.
20892         (ctanh_test_towardzero): Likewise.
20893         (ctanh_test_downward): Likewise.
20894         (ctanh_test_upward): Likewise.
20895         (erf_test): Use END macro without arguments.
20896         (erfc_test): Likewise.
20897         (exp_test): Likewise.
20898         (exp_test_tonearest): Likewise.
20899         (exp_test_towardzero): Likewise.
20900         (exp_test_downward): Likewise.
20901         (exp_test_upward): Likewise.
20902         (exp10_test): Likewise.
20903         (exp2_test): Likewise.
20904         (expm1_test): Likewise.
20905         (fabs_test): Likewise.
20906         (fdim_test): Likewise.
20907         (finite_test): Likewise.
20908         (floor_test): Likewise.
20909         (fma_test): Likewise.
20910         (fma_test_towardzero): Likewise.
20911         (fma_test_downward): Likewise.
20912         (fma_test_upward): Likewise.
20913         (fmax_test): Likewise.
20914         (fmin_test): Likewise.
20915         (fmod_test): Likewise.
20916         (fpclassify_test): Likewise.
20917         (frexp_test): Likewise.
20918         (gamma_test): Likewise.
20919         (hypot_test): Likewise.
20920         (ilogb_test): Likewise.
20921         (isfinite_test): Likewise.
20922         (isgreater_test): Likewise.
20923         (isgreaterequal_test): Likewise.
20924         (isinf_test): Likewise.
20925         (isless_test): Likewise.
20926         (islessequal_test): Likewise.
20927         (islessgreater_test): Likewise.
20928         (isnan_test): Likewise.
20929         (isnormal_test): Likewise.
20930         (issignaling_test): Likewise.
20931         (isunordered_test): Likewise.
20932         (j0_test): Likewise.
20933         (j1_test): Likewise.
20934         (jn_test): Likewise.
20935         (ldexp_test): Likewise.
20936         (lgamma_test): Likewise.
20937         (lrint_test): Likewise.
20938         (lrint_test_tonearest): Likewise.
20939         (lrint_test_towardzero): Likewise.
20940         (lrint_test_downward): Likewise.
20941         (lrint_test_upward): Likewise.
20942         (llrint_test): Likewise.
20943         (llrint_test_tonearest): Likewise.
20944         (llrint_test_towardzero): Likewise.
20945         (llrint_test_downward): Likewise.
20946         (llrint_test_upward): Likewise.
20947         (log_test): Likewise.
20948         (log10_test): Likewise.
20949         (log1p_test): Likewise.
20950         (log2_test): Likewise.
20951         (logb_test): Likewise.
20952         (logb_test_downward): Likewise.
20953         (lround_test): Likewise.
20954         (llround_test): Likewise.
20955         (modf_test): Likewise.
20956         (nearbyint_test): Likewise.
20957         (nextafter_test): Likewise.
20958         (nexttoward_test): Likewise.
20959         (pow_test): Likewise.
20960         (pow_test_tonearest): Likewise.
20961         (pow_test_towardzero): Likewise.
20962         (pow_test_downward): Likewise.
20963         (pow_test_upward): Likewise.
20964         (remainder_test): Likewise.
20965         (remainder_test_tonearest): Likewise.
20966         (remainder_test_towardzero): Likewise.
20967         (remainder_test_downward): Likewise.
20968         (remainder_test_upward): Likewise.
20969         (remquo_test): Likewise.
20970         (rint_test): Likewise.
20971         (rint_test_tonearest): Likewise.
20972         (rint_test_towardzero): Likewise.
20973         (rint_test_downward): Likewise.
20974         (rint_test_upward): Likewise.
20975         (round_test): Likewise.
20976         (scalb_test): Likewise.
20977         (scalbn_test): Likewise.
20978         (scalbln_test): Likewise.
20979         (signbit_test): Likewise.
20980         (sin_test): Likewise.
20981         (sin_test_tonearest): Likewise.
20982         (sin_test_towardzero): Likewise.
20983         (sin_test_downward): Likewise.
20984         (sin_test_upward): Likewise.
20985         (sincos_test): Likewise.
20986         (sinh_test): Likewise.
20987         (sinh_test_tonearest): Likewise.
20988         (sinh_test_towardzero): Likewise.
20989         (sinh_test_downward): Likewise.
20990         (sinh_test_upward): Likewise.
20991         (sqrt_test): Likewise.
20992         (tan_test): Likewise.
20993         (tan_test_tonearest): Likewise.
20994         (tan_test_towardzero): Likewise.
20995         (tan_test_downward): Likewise.
20996         (tan_test_upward): Likewise.
20997         (tanh_test): Likewise.
20998         (tgamma_test): Likewise.
20999         (trunc_test): Likewise.
21000         (y0_test): Likewise.
21001         (y1_test): Likewise.
21002         (yn_test): Likewise.
21003         (significand_test): Likewise.
21004
21005 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
21006
21007         [BZ #15381]
21008         * libio/genops.c (_IO_no_init): Initialize wide struct info.
21009
21010 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21011
21012         [BZ #14894]
21013         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
21014         __ppc_mdoio and __ppc_mdoom.
21015         * manual/platform.texi: Document new functions __ppc_yield,
21016         __ppc_mdoio and __ppc_mdoom.
21017
21018 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
21019
21020         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
21021         (main): Mention "tls" pseudo-hwcap is legacy.
21022         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
21023
21024 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21025
21026         * math/gen-libm-test.pl (parse_args): Output only string of
21027         arguments as text for test name, not full call or descriptions of
21028         tests for extra outputs.
21029         (generate_testfile): Do not pass function name to parse_args.
21030         Generate this_func variable from START.
21031         * math/libm-test.inc (struct test_f_f_data): Rename test_name
21032         field to arg_str.
21033         (struct test_ff_f_data): Likewise.
21034         (test_ff_f_data_nexttoward): Likewise.
21035         (struct test_fi_f_data): Likewise.
21036         (struct test_fl_f_data): Likewise.
21037         (struct test_if_f_data): Likewise.
21038         (struct test_fff_f_data): Likewise.
21039         (struct test_c_f_data): Likewise.
21040         (struct test_f_f1_data): Likewise.  Remove field extra_name.
21041         (struct test_fF_f1_data): Likewise.
21042         (struct test_ffI_f1_data): Likewise.
21043         (struct test_c_c_data): Rename test_name field to arg_str.
21044         (struct test_cc_c_data): Likewise.
21045         (struct test_f_i_data): Likewise.
21046         (struct test_ff_i_data): Likewise.
21047         (struct test_f_l_data): Likewise.
21048         (struct test_f_L_data): Likewise.
21049         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
21050         and extra2_name.
21051         (COMMON_TEST_SETUP): New macro.
21052         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
21053         (COMMON_TEST_CLEANUP): Likewise.
21054         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
21055         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
21056         macros.
21057         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
21058         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
21059         macros.
21060         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
21061         (RUN_TEST_fff_f): Take argument string.  Call new setup and
21062         cleanup macros.
21063         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
21064         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
21065         macros.
21066         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
21067         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
21068         macros.
21069         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21070         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
21071         cleanup macros.
21072         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21073         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
21074         cleanup macros.
21075         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21076         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
21077         cleanup macros.
21078         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21079         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
21080         macros.
21081         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
21082         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
21083         macros.
21084         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
21085         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
21086         macros.
21087         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
21088         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
21089         cleanup macros.
21090         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
21091         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
21092         cleanup macros.
21093         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
21094         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
21095         macros.
21096         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
21097         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
21098         cleanup macros.
21099         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
21100         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
21101         macros.
21102         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
21103         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
21104         macros.
21105         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
21106         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
21107         cleanup macros.
21108         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21109
21110 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
21111
21112         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21113         to _sifields.sigfault.
21114         (si_addr_lsb): Define new macro.
21115         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21116         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21117         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21118
21119 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
21120
21121         [BZ #15441]
21122         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21123         returns -1.
21124         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21125         null return -1.
21126         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21127         loading the domain.
21128
21129 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21130
21131         * math/gen-libm-test.pl (parse_args): Do not include expected
21132         result in test name.
21133         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21134         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21135         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21136         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21137         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21139
21140 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21141
21142         * benchtests/Makefile: Sort function entries.
21143
21144         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21145         tanh, asinh, acosh, atanh.
21146         * benchtests/acos-inputs: New file.
21147         * benchtests/acosh-inputs: New file.
21148         * benchtests/asin-inputs: New file.
21149         * benchtests/asinh-inputs: New file.
21150         * benchtests/atanh-inputs: New file.
21151         * benchtests/cosh-inputs: New file.
21152         * benchtests/log-inputs: New file.
21153         * benchtests/sinh-inputs: New file.
21154         * benchtests/tanh-inputs: New file.
21155
21156 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
21157
21158         [BZ #15339]
21159         * posix/tst-getaddrinfo4.c: New test.
21160         * posix/Makefile (tests): Add it.
21161
21162 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21163
21164         [BZ #15339]
21165         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21166         when no services were used.
21167         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21168         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21169
21170 2013-05-21  Andreas Schwab  <schwab@suse.de>
21171
21172         [BZ #15014]
21173         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21174         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21175         successful.
21176         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21177         redundant variable declarations and reallocation of buffer when
21178         parsing as IPv6 address.  Always set NSS status when called from
21179         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
21180         buffer too small.  Correct computation of needed size.
21181         * nss/Makefile (tests): Add test-digits-dots.
21182         * nss/test-digits-dots.c: New test.
21183
21184 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21185
21186         * benchtests/Makefile: Remove instructions for adding
21187         benchmark tests.
21188         * benchtests/README: New file to explain how to execute and
21189         enhance the benchmark tests.
21190
21191 2013-05-21  Andreas Schwab  <schwab@suse.de>
21192
21193         [BZ #15493]
21194         * setjmp/Makefile (tests): Add tst-sigsetjmp.
21195         * setjmp/tst-sigsetjmp.c: New test.
21196
21197 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21198
21199         * sysdeps/x86_64/memset.S (memset): New implementation.
21200         (__bzero): Likewise.
21201         (__memset_tail): New function.
21202
21203 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21204
21205         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21206         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21207         __memcpy_sse2_unaligned ifunc selection.
21208         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21209         Add memcpy-sse2-unaligned.S.
21210         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21211         Add: __memcpy_sse2_unaligned.
21212
21213 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
21214
21215         [BZ #15490]
21216         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21217         math_force_eval before restoring floating-point envrionment.
21218         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21219         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21220         Likewise.
21221         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21222         <math_private.h>.
21223         (__nearbyintl): Use math_force_eval before restoring
21224         floating-point environment.
21225         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21226
21227         * math/gen-libm-test.pl (special_functions): Remove.
21228         (parse_args): Don't handle TEST_extra.  Handle functions with no
21229         return value.
21230         * math/libm-test.inc (struct test_sincos_data): Replace with
21231         struct test_fFF_11_data.
21232         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21233         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21234         (sincos_test_data): Change element type to struct
21235         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
21236         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21237         RUN_TEST_LOOP_sincos.
21238         * math/README.libm-test: Don't mention special handling of
21239         individual functions.
21240         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21241         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21242         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21243         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21244         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21245         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21246
21247         * math/gen-libm-test.pl (get_variable): Remove function.
21248         (parse_args): Don't show pointer parameters to call in test
21249         names.  Use "extra output N" in test names for extra outputs
21250         rather than naming variables.
21251
21252 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
21253
21254         [BZ #15488]
21255         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21256         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21257         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21258         double tests.
21259         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21260         disable.
21261         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21262         check_long_double.
21263
21264         * math/gen-libm-test.pl (@tests): Remove variable.
21265         ($count): Likewise.
21266         (new_test): Remove function.
21267         (show_exceptions): New function.
21268         (special_functions): Use show_exceptions instead of new_test.
21269         (parse_args): Likewise.
21270         (generate_testfile): Pass only function name in generated call to
21271         print_max_error or print_complex_max_error.
21272         (get_ulps): Do not handle complex tests specially.
21273         (output_test): Rename to ...
21274         (get_all_ulps_for_test): ... this.  Return a string rather than
21275         printing to a file.  Require ulps to be present.
21276         (output_ulps): Generate arrays rather than #defines.
21277         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21278         (struct ulp_data): New type.
21279         (BUILD_COMPLEX_ULP): Remove macro.
21280         (compare_ulp_data): New function.
21281         (find_ulps): Likewise.
21282         (find_test_ulps): Likewise.
21283         (find_function_ulps): Likewise.
21284         (find_complex_function_ulps): Likewise.
21285         (print_max_error): Determine allowed ulps using
21286         find_function_ulps.
21287         (print_complex_max_error): Determine allowed ulps using
21288         find_complex_function_ulps.
21289         (check_float_internal): Determine max ulps using find_test_ulps.
21290         (check_float): Do not take max_ulp parameter.  Update call to
21291         check_float_internal.
21292         (check_complex): Likewise.
21293         (check_int): Do not take max_ulp parameter.
21294         (check_long): Likewise.
21295         (check_bool): Likewise.
21296         (check_longlong): Likewise.
21297         (struct test_f_f_data): Remove max_ulp field.
21298         (struct test_ff_f_data): Likewise.
21299         (struct test_ff_f_data_nexttoward): Likewise.
21300         (struct test_fi_f_data): Likewise.
21301         (struct test_fl_f_data): Likewise.
21302         (struct test_if_f_data): Likewise.
21303         (struct test_fff_f_data): Likewise.
21304         (struct test_c_f_data): Likewise.
21305         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21306         (struct test_fF_f1_data): Likewise.
21307         (struct test_ffI_f1_data): Likewise.
21308         (struct test_c_c_data): Remove max_ulp field.
21309         (struct test_cc_c_data): Likewise.
21310         (struct test_f_i_data): Likewise.
21311         (struct test_ff_i_data): Likewise.
21312         (struct test_f_l_data): Likewise.
21313         (struct test_f_L_data): Likewise.
21314         (struct test_sincos_data): Likewise.
21315         (RUN_TEST_f_f): Do not handle ulps.
21316         (RUN_TEST_LOOP_f_f): Likewise.
21317         (RUN_TEST_2_f): Likewise.
21318         (RUN_TEST_LOOP_2_f): Likewise.
21319         (RUN_TEST_fff_f): Likewise.
21320         (RUN_TEST_LOOP_fff_f): Likewise.
21321         (RUN_TEST_c_f): Likewise.
21322         (RUN_TEST_LOOP_c_f): Likewise.
21323         (RUN_TEST_f_f1): Likewise.
21324         (RUN_TEST_LOOP_f_f1): Likewise.
21325         (RUN_TEST_fF_f1): Likewise.
21326         (RUN_TEST_LOOP_fF_f1): Likewise.
21327         (RUN_TEST_fI_f1): Likewise.
21328         (RUN_TEST_LOOP_fI_f1): Likewise.
21329         (RUN_TEST_ffI_f1): Likewise.
21330         (RUN_TEST_LOOP_ffI_f1): Likewise.
21331         (RUN_TEST_c_c): Likewise.
21332         (RUN_TEST_LOOP_c_c): Likewise.
21333         (RUN_TEST_cc_c): Likewise.
21334         (RUN_TEST_LOOP_cc_c): Likewise.
21335         (RUN_TEST_f_i): Likewise.
21336         (RUN_TEST_LOOP_f_i): Likewise.
21337         (RUN_TEST_f_i_tg): Likewise.
21338         (RUN_TEST_LOOP_f_i_tg): Likewise.
21339         (RUN_TEST_ff_i_tg): Likewise.
21340         (RUN_TEST_LOOP_ff_i_tg): Likewise.
21341         (RUN_TEST_f_b): Likewise.
21342         (RUN_TEST_LOOP_f_b): Likewise.
21343         (RUN_TEST_f_b_tg): Likewise.
21344         (RUN_TEST_LOOP_f_b_tg): Likewise.
21345         (RUN_TEST_f_l): Likewise.
21346         (RUN_TEST_LOOP_f_l): Likewise.
21347         (RUN_TEST_f_L): Likewise.
21348         (RUN_TEST_LOOP_f_L): Likewise.
21349         (RUN_TEST_sincos): Likewise.
21350         (RUN_TEST_LOOP_sincos): Likewise.
21351
21352 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
21353
21354         [BZ #15480]
21355         [BZ #15485]
21356         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21357         main case of finite arguments, set rounding mode to FE_TONEAREST
21358         and discard exceptions.
21359         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21360         exceptions.
21361         (remainder_tonearest_test_data): New variable.
21362         (remainder_test_tonearest): New function.
21363         (remainder_towardzero_test_data): New variable.
21364         (remainder_test_towardzero): New function.
21365         (remainder_downward_test_data): New variable.
21366         (remainder_test_downward): New function.
21367         (remainder_upward_test_data): New variable.
21368         (remainder_test_upward): New function.
21369         (main): Call the new test functions.
21370
21371         * math/libm-test.inc (struct test_f_f1_data): Remove field
21372         extra_init.
21373         (struct test_fF_f1_data): Likewise.
21374         (struct test_ffI_f1_data): Likewise.
21375         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
21376         based on value of EXTRA_EXPECTED.
21377         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21378         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
21379         EXTRA_VAR based on value of EXTRA_EXPECTED.
21380         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21381         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
21382         EXTRA_VAR based on value of EXTRA_EXPECTED.
21383         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21384         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
21385         EXTRA_VAR based on value of EXTRA_EXPECTED.
21386         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21387         * math/gen-libm-test.pl (parse_args): Don't output initializers
21388         for extra output values.
21389
21390         * math/libm-test.inc (check_int): Expect result to be exactly
21391         equal to expected value and do not handle ulps.
21392         (check_long): Likewise.
21393         (check_longlong): Likewise.
21394
21395         * math/libm-test.inc (ceil_test_data): Test for "inexact"
21396         exceptions.
21397         (cimag_test_data): Likewise.
21398         (conj_test_data): Likewise.
21399         (copysign_test_data): Likewise.
21400         (cproj_test_data): Likewise.
21401         (creal_test_data): Likewise.
21402         (fabs_test_data): Likewise.
21403         (fdim_test_data): Likewise.
21404         (finite_test_data): Likewise.
21405         (floor_test_data): Likewise.
21406         (fmax_test_data): Likewise.
21407         (fmin_test_data): Likewise.
21408         (fmod_test_data): Likewise.
21409         (fpclassify_test_data): Likewise.
21410         (frexp_test_data): Likewise.
21411         (ilogb_test_data): Likewise.
21412         (isfinite_test_data): Likewise.
21413         (isgreater_test_data): Likewise.
21414         (isgreaterequal_test_data): Likewise.
21415         (isinf_test_data): Likewise.
21416         (isless_test_data): Likewise.
21417         (islessequal_test_data): Likewise.
21418         (islessgreater_test_data): Likewise.
21419         (isnan_test_data): Likewise.
21420         (isnormal_test_data): Likewise.
21421         (issignaling_test_data): Likewise.
21422         (isunordered_test_data): Likewise.
21423         (ldexp_test_data): Likewise.
21424         (lrint_test_data): Likewise.
21425         (lrint_test_data) [TEST_FLOAT]: Disable one test.
21426         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21427         (lrint_tonearest_test_data): Test for "inexact" exceptions.
21428         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21429         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21430         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21431         test input.
21432         (lrint_towardzero_test_data): Test for "inexact" exceptions.
21433         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21434         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21435         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21436         that test input.
21437         (lrint_downward_test_data): Test for "inexact" exceptions.
21438         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21439         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21440         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21441         test input.
21442         (lrint_upward_test_data): Test for "inexact" exceptions.
21443         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21444         test input.
21445         (llrint_test_data): Test for "inexact" exceptions.
21446         (llrint_test_data) [TEST_FLOAT]: Disable one test.
21447         (llrint_tonearest_test_data): Test for "inexact" exceptions.
21448         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21449         (llrint_towardzero_test_data): Test for "inexact" exceptions.
21450         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21451         (llrint_downward_test_data): Test for "inexact" exceptions.
21452         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21453         (llrint_upward_test_data): Test for "inexact" exceptions.
21454         (logb_test_data): Likewise.
21455         (logb_downward_test_data): Likewise.
21456         (nextafter_test_data): Likewise.
21457         (nexttoward_test_data): Likewise.
21458         (remainder_test_data): Likewise.
21459         (remquo_test_data): Likewise.
21460         (scalbn_test_data): Likewise.
21461         (scalbln_test_data): Likewise.
21462         (signbit_test_data): Likewise.
21463         (sqrt_test_data): Likewise.
21464         (significand_test_data): Likewise.
21465
21466 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21467
21468         [BZ #15424]
21469         * benchtests/bench-modf.c (struct args): Mark arg0 as
21470         volatile.
21471         * scripts/bench.pl: Mark members of struct args as volatile.
21472
21473 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21474
21475         [BZ # 15497]
21476         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21477         negative infinity on POWER6 or lower.
21478         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21479
21480 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
21481
21482         [BZ #15442]
21483         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21484         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21485         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21486         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21487         (_FP_SETQNAN): New macro.
21488         (_FP_SETQNAN_SEMIRAW): Likewise.
21489         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21490         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21491         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21492         (FP_EXTEND): Use _FP_FRAC_SNANP.
21493         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21494         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21495         into account.
21496         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21497         New macro.
21498         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21499         Likewise.
21500
21501 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21502
21503         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21504         with DIVIDE_BY_ZERO_EXCEPTION.
21505         (gamma_test_data): Likewise.
21506         (lgamma_test_data): Likewise.
21507         (log_test_data): Likewise.
21508         (log10_test_data): Likewise.
21509         (log2_test_data): Likewise.
21510         (tgamma_test_data): Likewise.
21511
21512         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21513         (acos_test_tonearest): Likewise.
21514         (acos_test_towardzero): Likewise.
21515         (acos_test_downward): Likewise.
21516         (acos_test_upward): Likewise.
21517         (acosh_test): Likewise.
21518         (asin_test): Likewise.
21519         (asin_test_tonearest): Likewise.
21520         (asin_test_towardzero): Likewise.
21521         (asin_test_downward): Likewise.
21522         (asin_test_upward): Likewise.
21523         (asinh_test): Likewise.
21524         (atan_test): Likewise.
21525         (atanh_test): Likewise.
21526         (atan2_test): Likewise.
21527         (cabs_test): Likewise.
21528         (cacos_test): Likewise.
21529         (cacosh_test): Likewise.
21530         (casin_test): Likewise.
21531         (casinh_test): Likewise.
21532         (catan_test): Likewise.
21533         (catanh_test): Likewise.
21534         (cbrt_test): Likewise.
21535         (ccos_test): Likewise.
21536         (ccosh_test): Likewise.
21537         (cexp_test): Likewise.
21538         (clog_test): Likewise.
21539         (clog10_test): Likewise.
21540         (cos_test): Likewise.
21541         (cos_test_tonearest): Likewise.
21542         (cos_test_towardzero): Likewise.
21543         (cos_test_downward): Likewise.
21544         (cos_test_upward): Likewise.
21545         (cosh_test): Likewise.
21546         (cosh_test_tonearest): Likewise.
21547         (cosh_test_towardzero): Likewise.
21548         (cosh_test_downward): Likewise.
21549         (cosh_test_upward): Likewise.
21550         (cpow_test): Likewise.
21551         (csin_test): Likewise.
21552         (csinh_test): Likewise.
21553         (csqrt_test): Likewise.
21554         (ctan_test): Likewise.
21555         (ctan_test_tonearest): Likewise.
21556         (ctan_test_towardzero): Likewise.
21557         (ctan_test_downward): Likewise.
21558         (ctan_test_upward): Likewise.
21559         (ctanh_test): Likewise.
21560         (ctanh_test_tonearest): Likewise.
21561         (ctanh_test_towardzero): Likewise.
21562         (ctanh_test_downward): Likewise.
21563         (ctanh_test_upward): Likewise.
21564         (erf_test): Likewise.
21565         (erfc_test): Likewise.
21566         (exp_test): Likewise.
21567         (exp_test_tonearest): Likewise.
21568         (exp_test_towardzero): Likewise.
21569         (exp_test_downward): Likewise.
21570         (exp_test_upward): Likewise.
21571         (exp10_test): Likewise.
21572         (exp2_test): Likewise.
21573         (expm1_test): Likewise.
21574         (fmod_test): Likewise.
21575         (gamma_test): Likewise.
21576         (hypot_test): Likewise.
21577         (j0_test): Likewise.
21578         (j1_test): Likewise.
21579         (jn_test): Likewise.
21580         (lgamma_test): Likewise.
21581         (log_test): Likewise.
21582         (log10_test): Likewise.
21583         (log1p_test): Likewise.
21584         (log2_test): Likewise.
21585         (logb_test_downward): Likewise.
21586         (pow_test): Likewise.
21587         (pow_test_tonearest): Likewise.
21588         (pow_test_towardzero): Likewise.
21589         (pow_test_downward): Likewise.
21590         (pow_test_upward): Likewise.
21591         (remainder_test): Likewise.
21592         (remquo_test): Likewise.
21593         (sin_test): Likewise.
21594         (sin_test_tonearest): Likewise.
21595         (sin_test_towardzero): Likewise.
21596         (sin_test_downward): Likewise.
21597         (sin_test_upward): Likewise.
21598         (sincos_test): Likewise.
21599         (sinh_test): Likewise.
21600         (sinh_test_tonearest): Likewise.
21601         (sinh_test_towardzero): Likewise.
21602         (sinh_test_downward): Likewise.
21603         (sinh_test_upward): Likewise.
21604         (sqrt_test): Likewise.
21605         (tan_test): Likewise.
21606         (tan_test_tonearest): Likewise.
21607         (tan_test_towardzero): Likewise.
21608         (tan_test_downward): Likewise.
21609         (tan_test_upward): Likewise.
21610         (tanh_test): Likewise.
21611         (tgamma_test): Likewise.
21612         (y0_test): Likewise.
21613         (y1_test): Likewise.
21614         (yn_test): Likewise.
21615
21616         * math/gen-libm-test.pl (adjust_arg): Remove function.
21617         (special_function): Remove argument $in_func.  Only handle
21618         generating output for tables of tests, not inside functions.
21619         (parse_args): Likewise.
21620         (generate_testfile): Remove variable $in_func.  Update call to
21621         parse_args.
21622         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
21623         (MINUS_ZERO_INIT): Rename macro to minus_zero.
21624         (PLUS_INFTY_INIT): Rename macro to plus_infty.
21625         (MINUS_INFTY_INIT): Rename macro to minus_infty.
21626         (QNAN_VALUE_INIT): Rename macro to qnan_value.
21627         (MAX_VALUE_INIT): Rename macro to max_value.
21628         (MIN_VALUE_INIT): Rename macro to min_value.
21629         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
21630         (plus_zero): Remove variable.
21631         (minus_zero): Likewise.
21632         (plus_infty): Likewise.
21633         (minus_infty): Likewise.
21634         (qnan_value): Likewise.
21635         (max_value): Likewise.
21636         (min_value): Likewise.
21637         (min_subnorm_value): Likewise.
21638
21639 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21640
21641         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
21642         uint64_t or uint32_t usage.
21643         * crypt/sha256-block.c: Likewise.
21644         * crypt/sha256-crypt.c: Likewise.
21645         * crypt/sha256.c: Likewise.
21646         * crypt/sha512-block.c: Likewise.
21647         * crypt/sha512-crypt.c: Likewise.
21648         * crypt/sha512.c: Likewise.
21649         * debug/backtrace-tst.c: Likewise.
21650         * debug/pcprofiledump.c: Likewise.
21651         * elf/cache.c: Likewise.
21652         * elf/dl-cache.c: Likewise.
21653         * elf/dl-misc.c: Likewise.
21654         * elf/dl-profile.c: Likewise.
21655         * elf/dl-support.c: Likewise.
21656         * elf/ldconfig.c: Likewise.
21657         * elf/sprof.c: Likewise.
21658         * iconv/dummy-repertoire.c: Likewise.
21659         * iconv/iconv_charmap.c: Likewise.
21660         * iconv/skeleton.c: Likewise.
21661         * iconvdata/8bit-generic.c: Likewise.
21662         * iconvdata/cp737.h: Likewise.
21663         * iconvdata/cp775.h: Likewise.
21664         * iconvdata/ibm1008.h: Likewise.
21665         * iconvdata/ibm1025.h: Likewise.
21666         * iconvdata/ibm1046.h: Likewise.
21667         * iconvdata/ibm1097.h: Likewise.
21668         * iconvdata/ibm1112.h: Likewise.
21669         * iconvdata/ibm1122.h: Likewise.
21670         * iconvdata/ibm1123.h: Likewise.
21671         * iconvdata/ibm1124.h: Likewise.
21672         * iconvdata/ibm1129.h: Likewise.
21673         * iconvdata/ibm1130.h: Likewise.
21674         * iconvdata/ibm1132.h: Likewise.
21675         * iconvdata/ibm1133.h: Likewise.
21676         * iconvdata/ibm1137.h: Likewise.
21677         * iconvdata/ibm1140.h: Likewise.
21678         * iconvdata/ibm1141.h: Likewise.
21679         * iconvdata/ibm1142.h: Likewise.
21680         * iconvdata/ibm1143.h: Likewise.
21681         * iconvdata/ibm1144.h: Likewise.
21682         * iconvdata/ibm1145.h: Likewise.
21683         * iconvdata/ibm1146.h: Likewise.
21684         * iconvdata/ibm1147.h: Likewise.
21685         * iconvdata/ibm1148.h: Likewise.
21686         * iconvdata/ibm1149.h: Likewise.
21687         * iconvdata/ibm1153.h: Likewise.
21688         * iconvdata/ibm1154.h: Likewise.
21689         * iconvdata/ibm1155.h: Likewise.
21690         * iconvdata/ibm1156.h: Likewise.
21691         * iconvdata/ibm1157.h: Likewise.
21692         * iconvdata/ibm1158.h: Likewise.
21693         * iconvdata/ibm1160.h: Likewise.
21694         * iconvdata/ibm1161.h: Likewise.
21695         * iconvdata/ibm1162.h: Likewise.
21696         * iconvdata/ibm1163.h: Likewise.
21697         * iconvdata/ibm1164.h: Likewise.
21698         * iconvdata/ibm1166.h: Likewise.
21699         * iconvdata/ibm1167.h: Likewise.
21700         * iconvdata/ibm12712.h: Likewise.
21701         * iconvdata/ibm1390.h: Likewise.
21702         * iconvdata/ibm1399.h: Likewise.
21703         * iconvdata/ibm16804.h: Likewise.
21704         * iconvdata/ibm4517.h: Likewise.
21705         * iconvdata/ibm4899.h: Likewise.
21706         * iconvdata/ibm4909.h: Likewise.
21707         * iconvdata/ibm4971.h: Likewise.
21708         * iconvdata/ibm5347.h: Likewise.
21709         * iconvdata/ibm803.h: Likewise.
21710         * iconvdata/ibm856.h: Likewise.
21711         * iconvdata/ibm901.h: Likewise.
21712         * iconvdata/ibm902.h: Likewise.
21713         * iconvdata/ibm9030.h: Likewise.
21714         * iconvdata/ibm9066.h: Likewise.
21715         * iconvdata/ibm921.h: Likewise.
21716         * iconvdata/ibm922.h: Likewise.
21717         * iconvdata/ibm9448.h: Likewise.
21718         * iconvdata/isiri-3342.h: Likewise.
21719         * iconvdata/jis0201.h: Likewise.
21720         * include/link.h: Likewise.
21721         * include/netdb.h: Likewise.
21722         * inet/check_native.c: Likewise.
21723         * inet/check_pf.c: Likewise.
21724         * inet/getipv4sourcefilter.c: Likewise.
21725         * inet/getnameinfo.c: Likewise.
21726         * inet/getsourcefilter.c: Likewise.
21727         * inet/htonl.c: Likewise.
21728         * inet/setipv4sourcefilter.c: Likewise.
21729         * inet/setsourcefilter.c: Likewise.
21730         * inet/test-inet6_opt.c: Likewise.
21731         * inet/tst-network.c: Likewise.
21732         * locale/C-collate.c: Likewise.
21733         * locale/C-ctype.c: Likewise.
21734         * locale/C-time.c: Likewise.
21735         * locale/C-translit.h: Likewise.
21736         * locale/loadarchive.c: Likewise.
21737         * locale/programs/3level.h: Likewise.
21738         * locale/programs/charmap.c: Likewise.
21739         * locale/programs/charmap.h: Likewise.
21740         * locale/programs/ld-address.c: Likewise.
21741         * locale/programs/ld-collate.c: Likewise.
21742         * locale/programs/ld-ctype.c: Likewise.
21743         * locale/programs/ld-identification.c: Likewise.
21744         * locale/programs/ld-measurement.c: Likewise.
21745         * locale/programs/ld-messages.c: Likewise.
21746         * locale/programs/ld-monetary.c: Likewise.
21747         * locale/programs/ld-name.c: Likewise.
21748         * locale/programs/ld-numeric.c: Likewise.
21749         * locale/programs/ld-paper.c: Likewise.
21750         * locale/programs/ld-telephone.c: Likewise.
21751         * locale/programs/ld-time.c: Likewise.
21752         * locale/programs/linereader.c: Likewise.
21753         * locale/programs/locale.c: Likewise.
21754         * locale/programs/locarchive.c: Likewise.
21755         * locale/programs/locfile.h: Likewise.
21756         * locale/programs/repertoire.c: Likewise.
21757         * locale/programs/simple-hash.c: Likewise.
21758         * locale/programs/simple-hash.h: Likewise.
21759         * malloc/memusage.c: Likewise.
21760         * malloc/memusagestat.c: Likewise.
21761         * nis/nis_defaults.c: Likewise.
21762         * nis/nis_hash.c: Likewise.
21763         * nis/nis_print.c: Likewise.
21764         * nis/nis_xdr.c: Likewise.
21765         * nscd/connections.c: Likewise.
21766         * nscd/hstcache.c: Likewise.
21767         * nscd/nscd_gethst_r.c: Likewise.
21768         * nscd/nscd_getserv_r.c: Likewise.
21769         * nscd/nscd_helper.c: Likewise.
21770         * nscd/servicescache.c: Likewise.
21771         * nss/makedb.c: Likewise.
21772         * nss/nss_db/db-XXX.c: Likewise.
21773         * nss/nss_db/db-initgroups.c: Likewise.
21774         * nss/nss_db/db-netgrp.c: Likewise.
21775         * nss/nss_files/files-network.c: Likewise.
21776         * nss/nss_files/files-parse.c: Likewise.
21777         * posix/bug-regex5.c: Likewise.
21778         * posix/fnmatch_loop.c: Likewise.
21779         * posix/regcomp.c: Likewise.
21780         * posix/regexec.c: Likewise.
21781         * posix/tst-rfc3484-2.c: Likewise.
21782         * posix/tst-rfc3484-3.c: Likewise.
21783         * posix/tst-rfc3484.c: Likewise.
21784         * resolv/nss_dns/dns-canon.c: Likewise.
21785         * resolv/nss_dns/dns-network.c: Likewise.
21786         * resolv/res_init.c: Likewise.
21787         * resolv/res_mkquery.c: Likewise.
21788         * resolv/tst-aton.c: Likewise.
21789         * stdlib/cxa_atexit.c: Likewise.
21790         * stdlib/cxa_finalize.c: Likewise.
21791         * stdlib/gen-fpioconst.c: Likewise.
21792         * stdlib/strtol_l.c: Likewise.
21793         * string/tst-endian.c: Likewise.
21794         * sunrpc/auth_des.c: Likewise.
21795         * sunrpc/clnt_udp.c: Likewise.
21796         * sunrpc/rtime.c: Likewise.
21797         * sunrpc/svcauth_des.c: Likewise.
21798         * sunrpc/xdr.c: Likewise.
21799         * sunrpc/xdr_intXX_t.c: Likewise.
21800         * sunrpc/xdr_rec.c: Likewise.
21801         * sysdeps/generic/ldconfig.h: Likewise.
21802         * sysdeps/generic/ldsodefs.h: Likewise.
21803         * sysdeps/generic/memusage.h: Likewise.
21804         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
21805         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
21806         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
21807         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21808         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21809         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21810         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
21811         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
21812         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21813         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21814         * sysdeps/posix/getaddrinfo.c: Likewise.
21815         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
21816         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21817         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
21818         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21819         * sysdeps/powerpc/test-gettimebase.c: Likewise.
21820         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
21821         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
21822         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
21823         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
21824         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
21825         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
21826         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21827         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21828         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21829         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21830         * sysdeps/x86_64/dl-tls.h: Likewise.
21831         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21832         * time/alt_digit.c: Likewise.
21833         * time/era.c: Likewise.
21834         * wcsmbs/tst-c16c32-1.c: Likewise.
21835
21836 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21837
21838         * math/libm-test.inc (struct test_sincos_data): New type.
21839         (RUN_TEST_LOOP_sincos): New macro.
21840         (sincos_test_data): New variable.
21841         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21842
21843 2013-05-16  Richard Henderson  <rth@redhat.com>
21844
21845         * math/atest-exp2.c (LIMB64): New macro.
21846         (CONSTSZ): New macro.
21847         (mp_exp1, mp_exp_m1, mp_log2): New variables.
21848         (hexdig): Move ...
21849         (print_mpn_fp): ... to function scope.
21850         (read_mpn_hex): Remove.
21851         (get_log2): Remove.
21852         (exp2_mpn): Use mp_log2.
21853         (main): Use mp_exp1.
21854
21855 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21856
21857         * math/libm-test.inc: Remove comment about not testing "inexact"
21858         exceptions.
21859         (INEXACT_EXCEPTION): New macro.
21860         (NO_INEXACT_EXCEPTION): Likewise.
21861         (INVALID_EXCEPTION_OK): Update value.
21862         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21863         (OVERFLOW_EXCEPTION_OK): Likewise.
21864         (UNDERFLOW_EXCEPTION_OK): Likewise.
21865         (IGNORE_ZERO_INF_SIGN): Likewise.
21866         (ERRNO_UNCHANGED): Likewise.
21867         (ERRNO_EDOM): Likewise.
21868         (ERRNO_ERANGE): Likewise.
21869         (test_exceptions): Handle testing "inexact" exceptions.
21870         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21871         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21872         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21873         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21874         INEXACT_EXCEPTION.
21875         (rint_towardzero_test_data): Likewise.
21876         (rint_downward_test_data): Likewise.
21877         (rint_upward_test_data): Likewise.
21878
21879         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21880         with OVERFLOW_EXCEPTION.
21881         (exp10_test_data): Likewise.
21882         (exp2_test_data): Likewise.
21883         (expm1_test_data): Likewise.
21884         (lgamma_test_data): Likewise.
21885         (pow_test_data): Likewise.
21886         (tgamma_test_data): Likewise.
21887         (yn_test_data): Remove duplicate test of overflow.
21888
21889         * math/libm-test.inc (struct test_cc_c_data): New type.
21890         (RUN_TEST_LOOP_cc_c): New macro.
21891         (cpow_test_data): New variable.
21892         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21893
21894         * math/libm-test.inc (struct test_f_L_data): New type.
21895         (RUN_TEST_LOOP_f_L): New macro.
21896         (llrint_test_data): New variable.
21897         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21898         (llrint_tonearest_test_data): New variable.
21899         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21900         (llrint_towardzero_test_data): New variable.
21901         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21902         (llrint_downward_test_data): New variable.
21903         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21904         (llrint_upward_test_data): New variable.
21905         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21906         (llround_test_data): New variable.
21907         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21908
21909 2013-05-13  Peter Collingbourne  <pcc@google.com>
21910
21911         * math/atest-exp2.c (get_log2): Remove const attribute.
21912
21913 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21914
21915         * math/libm-test.inc (struct test_f_l_data): New type.
21916         (RUN_TEST_LOOP_f_l): New macro.
21917         (lrint_test_data): New variable.
21918         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21919         (lrint_tonearest_test_data): New variable.
21920         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21921         (lrint_towardzero_test_data): New variable.
21922         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21923         (lrint_downward_test_data): New variable.
21924         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21925         (lrint_upward_test_data): New variable.
21926         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21927         (lround_test_data): New variable.
21928         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21929
21930 2013-05-15  Peter Collingbourne  <pcc@google.com>
21931
21932         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21933         (EXTRACT_WORDS64) Use where appropriate.
21934         (INSERT_WORDS64) Likewise.
21935
21936         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21937         constraints with x constraints.
21938         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21939
21940         * malloc/obstack.c (_obstack_compat): Add initializer.
21941
21942 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21943
21944         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21945         si_trapno and add si_addr_lsb to _sifields.sigfault.
21946         (si_trapno): Remove macro.
21947         (si_addr_lsb): Define new macro.
21948         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21949
21950 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21951
21952         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21953         instead of TEST_f_l.
21954         (llrint_test_tonearest): Likewise.
21955         (llrint_test_towardzero): Likewise.
21956         (llrint_test_downward): Likewise.
21957         (llrint_test_upward): Likewise.
21958         (llround_test): Likewise.
21959
21960         * math/libm-test.inc (struct test_f_i_data): Add comment.
21961         (RUN_TEST_LOOP_f_b): New macro.
21962         (RUN_TEST_LOOP_f_b_tg): Likewise.
21963         (finite_test_data): New variable.
21964         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21965         (isfinite_test_data): New variable.
21966         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21967         (isinf_test_data): New variable.
21968         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21969         (isnan_test_data): New variable.
21970         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21971         (isnormal_test_data): New variable.
21972         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21973         (issignaling_test_data): New variable.
21974         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21975         (signbit_test_data): New variable.
21976         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21977
21978         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21979         with INVALID_EXCEPTION.
21980         (acosh_test_data): Likewise.
21981         (asin_test_data): Likewise.
21982         (atanh_test_data): Likewise.
21983         (fmod_test_data): Likewise.
21984         (log_test_data): Likewise.
21985         (log10_test_data): Likewise.
21986         (log2_test_data): Likewise.
21987         (pow_test_data): Likewise.
21988         (sqrt_test_data): Likewise.
21989         (y0_test_data): Likewise.
21990         (y1_test_data): Likewise.
21991         (yn_test_data): Likewise.
21992
21993         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21994         function contents.
21995
21996         * math/libm-test.inc (struct test_ff_i_data): New type.
21997         (RUN_TEST_LOOP_ff_i_tg): New macro.
21998         (isgreater_test_data): New variable.
21999         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22000         (isgreaterequal_test_data): New variable.
22001         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22002         (isless_test_data): New variable.
22003         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22004         (islessequal_test_data): New variable.
22005         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22006         (islessgreater_test_data): New variable.
22007         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22008         (isunordered_test_data): New variable.
22009         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22010
22011 2013-05-14  David S. Miller  <davem@davemloft.net>
22012
22013         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22014
22015 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
22016
22017         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
22018
22019         * math/libm-test.inc (struct test_fF_f1_data): Change type of
22020         extra_test to int.
22021         (struct test_f_i_data): Change type of max_ulp to int.
22022
22023         * math/libm-test.inc (test_ffI_f1_data): New type.
22024         (RUN_TEST_LOOP_ffI_f1): New macro.
22025         (remquo_test_data): New variable.
22026         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
22027
22028         * setjmp/tst-setjmp-fp.c: New file.
22029         * setjmp/Makefile (tests): Add tst-setjmp-fp.
22030         (link-libm): New variable.
22031         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
22032
22033         * math/libm-test.inc (struct test_f_i_data): New type.
22034         (RUN_TEST_LOOP_f_i): New macro.
22035         (RUN_TEST_LOOP_f_i_tg): Likewise.
22036         (fpclassify_test_data): New variable.
22037         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
22038         (ilogb_test_data): New variable.
22039         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
22040
22041         * math/libm-test.inc (scalbln_test): Correct function name in END
22042         call.
22043
22044         * math/libm-test.inc (struct test_f_f1_data): Add comment.
22045         (RUN_TEST_LOOP_fI_f1): New macro.
22046         (frexp_test_data): New variable.
22047         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
22048
22049         * math/libm-test.inc (struct test_fF_f1_data): New type.
22050         (RUN_TEST_LOOP_fF_f1): New macro.
22051         (modf_test_data): New variable.
22052         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
22053
22054         * math/libm-test.inc (struct test_f_f1_data): New type.
22055         (RUN_TEST_LOOP_f_f1): New macro.
22056         (gamma_test_data): New variable.
22057         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22058         (lgamma_test_data): New variable.
22059         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22060
22061 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
22062
22063         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
22064         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
22065         (main): Comment "tls" pseudo-hwcap.
22066
22067 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
22068
22069         * math/libm-test.inc (struct test_fl_f_data): New type.
22070         (RUN_TEST_LOOP_fl_f): New variable.
22071         (scalbln_test_data): New variable.
22072         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
22073
22074         * math/libm-test.inc (struct test_fi_f_data): New type.
22075         (RUN_TEST_LOOP_fi_f): New macro.
22076         (ldexp_test_data): New variable.
22077         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
22078         (scalbn_test_data): New variable.
22079         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
22080
22081         * math/libm-test.inc (struct test_c_f_data): New type.
22082         (RUN_TEST_LOOP_c_f): New macro.
22083         (cabs_test_data): New variable.
22084         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
22085         (carg_test_data): New variable.
22086         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
22087         (cimag_test_data): New variable.
22088         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
22089         (creal_test_data): New variable.
22090         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
22091
22092         * math/libm-test.inc (struct test_if_f_data): New type.
22093         (RUN_TEST_LOOP_if_f): New macro.
22094         (jn_test_data): New variable.
22095         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
22096         (yn_test_data): New variable.
22097         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
22098
22099         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
22100
22101 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22102
22103         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
22104         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
22105
22106 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22107
22108         * benchtests/Makefile (CPPFLAGS-nonlib): Add
22109         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22110         (bench-deps): Add bench-timing.h.
22111         * benchtests-bench-skeleton.c: Include bench-timing.h.
22112         (main): Use TIMING_* macros instead of clock_gettime.
22113         * benchtests/bench-timing.h: New file.
22114
22115         [BZ #14582]
22116         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22117         Renamed from _LIB_VERSION.
22118         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22119
22120 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
22121
22122         * math/libm-test.inc (struct test_fff_f_data): New type.
22123         (RUN_TEST_LOOP_fff_f): New macro.
22124         (fma_test_data): New variable.
22125         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22126         (fma_towardzero_test_data): New variable.
22127         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22128         (fma_downward_test_data): New variable.
22129         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22130         (fma_upward_test_data): New variable.
22131         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22132
22133         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22134         (struct test_c_c_data): New type.
22135         (RUN_TEST_LOOP_c_c): New macro.
22136         (cacos_test_data): New variable.
22137         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
22138         (cacosh_test_data): New variable.
22139         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
22140         (casin_test_data): New variable.
22141         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22142         (casinh_test_data): New variable.
22143         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22144         (catan_test_data): New variable.
22145         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22146         (catanh_test_data): New variable.
22147         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22148         (ccos_test_data): New variable.
22149         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22150         (ccosh_test_data): New variable.
22151         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22152         (cexp_test_data): New variable.
22153         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22154         (clog_test_data): New variable.
22155         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22156         (clog10_test_data): New variable.
22157         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22158         (conj_test_data): New variable.
22159         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22160         (cproj_test_data): New variable.
22161         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22162         (csin_test_data): New variable.
22163         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22164         (csinh_test_data): New variable.
22165         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22166         (csqrt_test_data): New variable.
22167         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22168         (ctan_test_data): New variable.
22169         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22170         (ctan_tonearest_test_data): New variable.
22171         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22172         (ctan_towardzero_test_data): New variable.
22173         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22174         (ctan_downward_test_data): New variable.
22175         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22176         (ctan_upward_test_data): New variable.
22177         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22178         (ctanh_test_data): New variable.
22179         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22180         (ctanh_tonearest_test_data): New variable.
22181         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22182         (ctanh_towardzero_test_data): New variable.
22183         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22184         (ctanh_downward_test_data): New variable.
22185         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22186         (ctanh_upward_test_data): New variable.
22187         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22188         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22189         of BUILD_COMPLEX.
22190
22191         * math/libm-test.inc (struct test_ff_f_data): New type.
22192         (struct test_ff_f_data_nexttoward): Likewise.
22193         (RUN_TEST_LOOP_2_f): New macro.
22194         (RUN_TEST_LOOP_ff_f): Likewise.
22195         (atan2_test_data): New variable.
22196         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22197         (copysign_test_data): New variable.
22198         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22199         (fdim_test_data): New variable.
22200         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22201         (fmax_test_data): New variable.
22202         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22203         (fmin_test_data): New variable.
22204         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22205         (fmod_test_data): New variable.
22206         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22207         (hypot_test_data): New variable.
22208         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22209         (nextafter_test_data): New variable.
22210         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22211         (nexttoward_test_data): New variable.
22212         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22213         (pow_test_data): New variable.
22214         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22215         (pow_tonearest_test_data): New variable.
22216         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22217         (pow_towardzero_test_data): New variable.
22218         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22219         (pow_downward_test_data): New variable.
22220         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22221         (pow_upward_test_data): New variable.
22222         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22223         (remainder_test_data): New variable.
22224         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22225         (scalb_test_data): New variable.
22226         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22227         * sysdeps/i386/fpu/libm-test-ulps: Update.
22228
22229 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
22230
22231         * math/libm-test.inc (fma_test): Use max_value instead of local
22232         variable fltmax.
22233         (nextafter_test): Likewise.
22234
22235         * math/libm-test.inc (acos_towardzero_test_data): New variable.
22236         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22237         (acos_downward_test_data): New variable.
22238         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22239         (acos_upward_test_data): New variable.
22240         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22241         (acosh_test_data): New variable.
22242         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22243         (asin_test_data): New variable.
22244         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22245         (asin_tonearest_test_data): New variable.
22246         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22247         (asin_towardzero_test_data): New variable.
22248         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22249         (asin_downward_test_data): New variable.
22250         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22251         (asin_upward_test_data): New variable.
22252         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22253         (asinh_test_data): New variable.
22254         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22255         (atan_test_data): New variable.
22256         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22257         (atanh_test_data): New variable.
22258         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22259         (cbrt_test_data): New variable.
22260         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22261         (ceil_test_data): New variable.
22262         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22263         (cos_test_data): New variable.
22264         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22265         (cos_tonearest_test_data): New variable.
22266         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22267         (cos_towardzero_test_data): New variable.
22268         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22269         (cos_downward_test_data): New variable.
22270         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22271         (cos_upward_test_data): New variable.
22272         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22273         (cosh_test_data): New variable.
22274         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22275         (cosh_tonearest_test_data): New variable.
22276         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22277         (cosh_towardzero_test_data): New variable.
22278         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22279         (cosh_downward_test_data): New variable.
22280         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22281         (cosh_upward_test_data): New variable.
22282         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22283         (erf_test_data): New variable.
22284         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22285         (erfc_test_data): New variable.
22286         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22287         (exp_test_data): New variable.
22288         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22289         (exp_tonearest_test_data): New variable.
22290         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22291         (exp_towardzero_test_data): New variable.
22292         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22293         (exp_downward_test_data): New variable.
22294         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22295         (exp_upward_test_data): New variable.
22296         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22297         (exp10_test_data): New variable.
22298         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22299         (exp2_test_data): New variable.
22300         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22301         (expm1_test_data): New variable.
22302         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22303         (fabs_test_data): New variable.
22304         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22305         (floor_test_data): New variable.
22306         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22307         (j0_test_data): New variable.
22308         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22309         (j1_test_data): New variable.
22310         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22311         (log_test_data): New variable.
22312         (log_test): Run tests with RUN_TEST_LOOP_f_f.
22313         (log10_test_data): New variable.
22314         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22315         (log1p_test_data): New variable.
22316         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22317         (log2_test_data): New variable.
22318         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22319         (logb_test_data): New variable.
22320         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22321         (logb_downward_test_data): New variable.
22322         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22323         (nearbyint_test_data): New variable.
22324         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22325         (rint_test_data): New variable.
22326         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22327         (rint_tonearest_test_data): New variable.
22328         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22329         (rint_towardzero_test_data): New variable.
22330         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22331         (rint_downward_test_data): New variable.
22332         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22333         (rint_upward_test_data): New variable.
22334         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22335         (round_test_data): New variable.
22336         (round_test): Run tests with RUN_TEST_LOOP_f_f.
22337         (sin_test_data): New variable.
22338         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22339         (sin_tonearest_test_data): New variable.
22340         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22341         (sin_towardzero_test_data): New variable.
22342         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22343         (sin_downward_test_data): New variable.
22344         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22345         (sin_upward_test_data): New variable.
22346         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22347         (sinh_test_data): New variable.
22348         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22349         (sinh_tonearest_test_data): New variable.
22350         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22351         (sinh_towardzero_test_data): New variable.
22352         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22353         (sinh_downward_test_data): New variable.
22354         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22355         (sinh_upward_test_data): New variable.
22356         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22357         (sqrt_test_data): New variable.
22358         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22359         (tan_test_data): New variable.
22360         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22361         (tan_tonearest_test_data): New variable.
22362         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22363         (tan_towardzero_test_data): New variable.
22364         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22365         (tan_downward_test_data): New variable.
22366         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22367         (tan_upward_test_data): New variable.
22368         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22369         (tanh_test_data): New variable.
22370         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22371         (tgamma_test_data): New variable.
22372         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22373         (trunc_test_data): New variable.
22374         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22375         (y0_test_data): New variable.
22376         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22377         (y1_test_data): New variable.
22378         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22379         (significand_test_data): New variable.
22380         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22381
22382 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
22383
22384         [BZ #12387]
22385         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22386
22387 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
22388
22389         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22390
22391 2013-05-10  Andreas Jaeger  <aj@suse.de>
22392
22393         [BZ #15448]
22394         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22395         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22396
22397 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22398
22399         * math/gen-libm-test.pl (adjust_arg): New function.
22400         (special_functions): Handle generating output in both functions
22401         and arrays.
22402         (parse_args): Likewise.
22403         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
22404         $in_func argument to parse_args.
22405         * math/libm-test.inc (struct test_f_f_data): New type.
22406         (IF_ROUND_INIT_): New macro.
22407         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22408         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22409         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22410         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22411         (ROUND_RESTORE_): Likewise.
22412         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22413         (ROUND_RESTORE_FE_TONEAREST): Likewise.
22414         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22415         (ROUND_RESTORE_FE_UPWARD): Likewise.
22416         (RUN_TEST_LOOP_f_f): New macro.
22417         (acos_test_data): New variable.
22418         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22419         (acos_tonearest_test_data): New variable.
22420         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22421
22422 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22423
22424         * benchtests/bench-skeleton.c (startup): Fix coding style.
22425
22426 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22427
22428         [BZ #6809]
22429         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22430         negative infinity argument.
22431         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22432         negative infinity argument.
22433         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22434         negative infinity argument.
22435         * math/libm-test.inc (tgamma_test): Expect errno to be set for
22436         domain errors.
22437
22438 2013-05-10  Florian Weimer  <fweimer@redhat.com>
22439
22440         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22441         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22442         * iconv/iconv_prog.c (main): Likewise.
22443         * locale/programs/charmap-dir.c (charmap_readdir)
22444         (fopen_uncompressed): Likewise.
22445         * locale/programs/locfile.c (siblings_uncached)
22446         (write_locale_data): Use lstat64 instead of lstat.
22447         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22448         stat.
22449
22450 2013-05-10  Andreas Jaeger  <aj@suse.de>
22451
22452         [BZ #15395]
22453         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22454         localization.
22455         Include <locale.h>.
22456
22457 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
22458
22459         * elf/dl-close.c (_dl_close_worker): Add comments.
22460
22461 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
22462
22463         [BZ #15359]
22464         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22465         high part of pi/2.
22466         (__ieee754_rem_pio2l): Update comments.
22467
22468         [BZ #15429]
22469         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22470         high part of pi/2.
22471         (__ieee754_rem_pio2l): Update comments.
22472
22473         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22474         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22475
22476         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22477         M_PI_4l.
22478
22479         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22480         (M_PI_34_LOG10El): Likewise.
22481         (M_PI2_LOG10El): Likewise.
22482         (M_PI4_LOG10El): Likewise.
22483         (M_PI_LOG10El): Likewise.
22484
22485 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22486
22487         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22488
22489 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
22490
22491         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22492         (MINUS_ZERO_INIT): Likewise.
22493         (PLUS_INFTY_INIT): Likewise.
22494         (MINUS_INFTY_INIT): Likewise.
22495         (QNAN_VALUE_INIT): Likewise.
22496         (MAX_VALUE_INIT): Likewise.
22497         (MIN_VALUE_INIT): Likewise.
22498         (MIN_SUBNORM_VALUE_INIT): Likewise.
22499         (plus_zero): Initialize with PLUS_ZERO_INIT.
22500         (minus_zero): Initialize with MINUS_ZERO_INIT.
22501         (plus_infty): Initialize with PLUS_INFTY_INIT.
22502         (minus_infty): Initialize with MINUS_INFTY_INIT.
22503         (qnan_value): Initialize with QNAN_VALUE_INIT.
22504         (max_value): Initialize with MAX_VALUE_INIT.
22505         (min_value): Initialize with MIN_VALUE_INIT.
22506         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22507
22508         * math/libm-test.inc (RUN_TEST_if_f): New macro.
22509         (jn_test): Use TEST_if_f instead of TEST_ff_f.
22510         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22511         (yn_test): Use TEST_if_f instead of TEST_ff_f.
22512
22513         * math/libm-test.inc (RUN_TEST_f_f): New macro.
22514         (RUN_TEST_2_f): Likewise.
22515         (RUN_TEST_ff_f): Likewise.
22516         (RUN_TEST_fi_f): Likewise.
22517         (RUN_TEST_fl_f): Likewise.
22518         (RUN_TEST_fff_f): Likewise.
22519         (RUN_TEST_c_f): Likewise.
22520         (RUN_TEST_f_f1): Likewise.
22521         (RUN_TEST_fF_f1): Likewise.
22522         (RUN_TEST_fI_f1): Likewise.
22523         (RUN_TEST_ffI_f1): Likewise.
22524         (RUN_TEST_c_c): Likewise.
22525         (RUN_TEST_cc_c): Likewise.
22526         (RUN_TEST_f_i): Likewise.
22527         (RUN_TEST_f_i_tg): Likewise.
22528         (RUN_TEST_ff_i_tg): Likewise.
22529         (RUN_TEST_f_b): Likewise.
22530         (RUN_TEST_f_b_tg): Likewise.
22531         (RUN_TEST_f_l): Likewise.
22532         (RUN_TEST_f_L): Likewise.
22533         (RUN_TEST_sincos): Likewise.
22534         * math/gen-libm-test.pl (new_test): Take new argument to indicate
22535         whether to show exceptions.  Do not include ");\n" in return
22536         value.
22537         (special_functions): Output call to RUN_TEST_sincos instead of
22538         check_float calls.  Update calls to new_test.
22539         (parse_args): Output call to single RUN_TEST_* macro instead of
22540         check_* calls and other assignments.  Update calls to new_test.
22541
22542         [BZ #2546]
22543         [BZ #2560]
22544         [BZ #5159]
22545         [BZ #15426]
22546         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
22547         input to result for tgamma overflow.
22548         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
22549         (gamma_coeff): New variable.
22550         (NCOEFF): New macro.
22551         (gamma_positive): New function.
22552         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
22553         underflow here.  Use gamma_positive instead of exp (lgamma) for
22554         other arguments.
22555         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
22556         (gamma_coeff): New variable.
22557         (NCOEFF): New macro.
22558         (gammaf_positive): New function.
22559         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
22560         underflow here.  Use gamma_positive instead of exp (lgamma) for
22561         other arguments.
22562         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
22563         (gamma_coeff): New variable.
22564         (NCOEFF): New macro.
22565         (gammal_positive): New function.
22566         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
22567         underflow here.  Use gamma_positive instead of exp (lgamma) for
22568         other arguments.
22569         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
22570         (gamma_coeff): New variable.
22571         (NCOEFF): New macro.
22572         (gammal_positive): New function.
22573         (__ieee754_gammal_r): Handle positive infinity, overflow and
22574         underflow here.  Handle NaN the same as positive infinity.  Remove
22575         check x < 0xffffffff for negative integers.  Use gamma_positive
22576         instead of exp (lgamma) for other arguments.
22577         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
22578         (gamma_coeff): New variable.
22579         (NCOEFF): New macro.
22580         (gammal_positive): New function.
22581         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
22582         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
22583         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
22584         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
22585         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
22586         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
22587         * sysdeps/generic/math_private.h (__gamma_productf): New
22588         prototype.
22589         (__gamma_product): Likewise.
22590         (__gamma_productl): Likewise.
22591         * math/Makefile (libm-calls): Add gamma_product.
22592         * math/libm-test.inc (tgamma_test): Add more tests.
22593         * sysdeps/i386/fpu/libm-test-ulps: Update.
22594         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22595
22596 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
22597
22598         * benchtests/bench-skeleton.c (main): Preheat CPU.
22599
22600 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
22601
22602         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
22603
22604 2013-05-07  Roland McGrath  <roland@hack.frob.com>
22605
22606         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
22607         and _dl_skip_args_internal.
22608
22609 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
22610
22611         * manual/message.texi (Message Translation): Talk about users.
22612         Message to key mapping impacts design.
22613
22614 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22615
22616         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
22617
22618         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
22619
22620         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
22621         * sysdeps/wordsize-64/glob64.c: ... here.
22622
22623         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
22624         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
22625         New macros.
22626
22627         * debug/getlogin_r_chk.c: Moved to ...
22628         * login/getlogin_r_chk.c: ... here.
22629         * debug/Makefile (routines): Move getlogin_r_chk to ...
22630         * login/Makefile (routines): ... here.
22631         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
22632         * login/Versions (libc: GLIBC_2.4): ... here.
22633
22634         * io/poll.c (__poll): Renamed from poll.
22635         Add libc_hidden_def.
22636         (poll): Define as weak alias.
22637
22638         * debug/ptsname_r_chk.c: Moved to ...
22639         * login/ptsname_r_chk.c: ... here.
22640         * debug/Makefile (routines): Move ptsname_r_chk to ...
22641         * login/Makefile (routines): ... here.
22642         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
22643         * login/Versions (libc: GLIBC_2.4): ... here.
22644
22645         * posix/getlogin.c: Moved to ...
22646         * login/getlogin.c: ... here.
22647         * posix/getlogin_r.c: Moved to ...
22648         * login/getlogin_r.c: ... here.
22649         * posix/getlogin_r.c: Moved to ...
22650         * login/getlogin_r.c: ... here.
22651         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
22652         * login/Makefile (routines): ... here.
22653         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
22654         * login/Versions (libc: GLIBC_2.0): ... here.
22655
22656         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
22657         (setrlimit): Define as weak alias.
22658
22659         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
22660         Call __ names for open, ftruncate, and close.
22661         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
22662         (truncate): Define as weak alias.
22663
22664 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
22665
22666         * math/gen-libm-test.pl (parse_args): Initialize x before each
22667         test of frexp, modf and remquo.
22668
22669         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
22670         test signgam value.
22671
22672 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22673
22674         [BZ #15418]
22675         [BZ #15419]
22676         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
22677         internal tests.
22678         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22679
22680 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22681
22682         * elf/dl-writev.h: New file.
22683         * elf/dl-misc.c: Include it.
22684         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
22685         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
22686
22687 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
22688
22689         * math/libm-test.inc (noXFails): Remove variable.
22690         (noXPasses): Likewise.
22691         (BUILD_COMPLEX_INT): Remove macro.
22692         (print_screen): Remove xfail argument.
22693         (print_screen_max_error): Likewise.
22694         (update_stats): Likewise.
22695         (print_max_error): Likewise.  Update calls to other affected
22696         functions.
22697         (print_complex_max_error): Likewise.
22698         (test_single_exception): Update calls to print_screen.
22699         (test_single_errno): Likewise.
22700         (check_float_internal): Remove xfail argument.  Update calls to
22701         other affected functions.
22702         (check_float): Likewise.
22703         (check_complex): Likewise.
22704         (check_int): Likewise.
22705         (check_long): Likewise.
22706         (check_bool): Likewise.
22707         (check_longlong): Likewise.
22708         (main): Don't print noXFails and noXPasses.
22709         * math/gen-libm-test.pl (top level): Don't mention expected
22710         failure handling in comment.
22711         (new_test): Don't handle expected failures.
22712         (parse_args): Don't mention expected failure handling in comment.
22713         (generate_testfile): Don't handle expected failures.
22714         (parse_ulps): Likewise.
22715         (print_ulps_file): Likewise.
22716         (get_failure): Remove function.
22717         (output_test): Don't handle expected failures.
22718         * make/README.libm-test: Don't mention expected failure handling.
22719
22720         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
22721         (minus_zero): Likewise.
22722         (plus_infty): Likewise.
22723         (minus_infty): Likewise.
22724         (qnan_value): Likewise.
22725         (max_value): Likewise.
22726         (min_value): Likewise.
22727         (min_subnorm_value): Likewise.
22728         (initialize): Do not initialize those variables dynamically.
22729
22730 2013-05-03  Roland McGrath  <roland@hack.frob.com>
22731
22732         * io/open.c (__open_2): Moved to ...
22733         * io/open_2.c: ... this new file.
22734         * io/open64.c (__open64_2): Moved to ...
22735         * io/open64_2.c: ... this new file.
22736         * io/openat.c (__openat_2): Moved to ...
22737         * io/openat_2.c: ... this new file.
22738         * io/openat64.c (__openat64_2): Moved to ...
22739         * io/openat64_2.c: ... this new file.
22740         * io/Makefile (routines): Add them.
22741         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
22742         * sysdeps/unix/sysv/linux/open_2.c: File removed.
22743         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
22744         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
22745         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
22746         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
22747         (__openat64): Add hidden_ver.
22748         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
22749         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
22750
22751         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
22752         Separately conditionalize setting of GLRO(dl_sysinfo) so
22753         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
22754         as well, but the actual setting is only under [NEED_DL_SYSINFO].
22755
22756 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22757
22758         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
22759         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
22760         definition.
22761         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
22762         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22763         (_libc_vdso_platform_setup): Add __vdso_time initialization.
22764         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
22765         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
22766
22767 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
22768
22769         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
22770         test signgam value.
22771
22772         * math/libm-test.inc (hypot_test): Do not use
22773         IGNORE_ZERO_INF_SIGN.
22774
22775 2013-05-03  Andreas Jaeger  <aj@suse.de>
22776
22777         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22778         Linux 3.9.
22779         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22780         (PF_MAX): Adjust for VSOCK change.
22781
22782 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22783
22784         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22785
22786 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
22787
22788         [BZ #15264]
22789         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
22790         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
22791         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
22792
22793 2013-05-02  David S. Miller  <davem@davemloft.net>
22794
22795         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22796
22797 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
22798
22799         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
22800
22801 2013-05-01  Roland McGrath  <roland@hack.frob.com>
22802
22803         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
22804
22805 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
22806
22807         [BZ #14952]
22808         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
22809         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22810         Use __attribute__ ((__gnu_inline__)).
22811         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22812         Don't use __attribute__ ((__gnu_inline__)).
22813
22814 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
22815
22816         [BZ #15423]
22817         * math/s_catan.c (__catan): Handle small real or imaginary part of
22818         input specially to avoid spurious underflow.
22819         * math/s_catanf.c (__catanf): Likewise.
22820         * math/s_catanh.c (__catanh): Likewise.
22821         * math/s_catanhf.c (__catanhf): Likewise.
22822         * math/s_catanhl.c (__catanhl): Likewise.
22823         * math/s_catanl.c (__catanl): Likewise.
22824         * math/libm-test.inc (catan_test): Add more tests.
22825         (catanh_test): Likewise.
22826         * sysdeps/i386/fpu/libm-test-ulps: Update.
22827         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22828
22829 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22830
22831         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22832
22833 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
22834
22835         [BZ #15416]
22836         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22837         accurately for denominator in atan2.
22838         * math/s_catanf.c (__catanf): Likewise.
22839         * math/s_catanh.c (__catanh): Likewise.
22840         * math/s_catanhf.c (__catanhf): Likewise.
22841         * math/s_catanhl.c (__catanhl): Likewise.
22842         * math/s_catanl.c (__catanl): Likewise.
22843         * math/libm-test.inc (catan_test): Add more tests.
22844         (catanh_test): Likewise.
22845         * sysdeps/i386/fpu/libm-test-ulps: Update.
22846         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22847
22848 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22849
22850         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22851
22852         * benchtests/Makefile (bench): Remove slow benchmarks.
22853         * benchtests/atan-inputs: Add slow benchmark inputs.
22854         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22855         (BENCH_FUNC): Accept variant offset.
22856         (VARIANT): Define.
22857         * benchtests/bench-skeleton.c (main): Run benchmark for each
22858         variant.
22859         * benchtests/cos-inputs: Add slow benchmark inputs.
22860         * benchtests/exp-inputs: Likewise.
22861         * benchtests/pow-inputs: Likewise.
22862         * benchtests/sin-inputs: Likewise.
22863         * benchtests/slowatan-inputs: Remove.
22864         * benchtests/slowatan.c: Remove.
22865         * benchtests/slowcos-inputs: Remove.
22866         * benchtests/slowcos.c: Remove.
22867         * benchtests/slowexp-inputs: Remove.
22868         * benchtests/slowexp.c: Remove.
22869         * benchtests/slowpow-inputs: Remove.
22870         * benchtests/slowpow.c: Remove.
22871         * benchtests/slowsin-inputs: Remove.
22872         * benchtests/slowsin.c: Remove.
22873         * benchtests/slowtan-inputs: Remove.
22874         * benchtests/slowtan.c: Remove.
22875         * benchtests/tan-inputs: Add slow benchmark inputs.
22876         * scripts/bench.pl: Parse comments and directives.
22877
22878         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
22879         in CPPFLAGS.
22880         ($(objpfx)bench-%.c): Remove *-ITER.
22881         * benchtests/bench-modf.c: Remove definition of ITER.
22882         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22883         (main): Loop for DURATION seconds instead of fixed number of
22884         iterations.
22885         * scripts/bench.pl: Don't expect iterations in parameters.
22886
22887 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22888
22889         * io/fchdir.c (__fchdir): Renamed from fchdir.
22890         (fchdir): Define as weak alias.
22891
22892 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22893
22894         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22895         (ERRNO_EDOM): Likewise.
22896         (ERRNO_ERANGE): Likewise.
22897         (noErrnoTests): New variable.
22898         (init_max_error): Set errno to 0.
22899         (test_single_errno): New function.
22900         (test_errno): Likewise.
22901         (check_float_internal): Call test_errno.  Set errno to 0.
22902         (check_complex): Refer to errno tests in comment.
22903         (check_int): Call test_errno.  Set errno to 0.
22904         (check_long): Likewise.
22905         (check_bool): Likewise.
22906         (check_longlong): Likewise.
22907         (cos_test): Use ERRNO_* flags for errno tests instead of
22908         check_int.
22909         (expm1_test): Likewise.
22910         (fmod_test): Likewise.
22911         (ilogb_test): Likewise.
22912         (lgamma_test): Likewise.
22913         (pow_test): Likewise.
22914         (remainder_test): Likewise.
22915         (sin_test): Likewise.
22916         (tan_test): Likewise.
22917         (yn_test): Likewise.
22918         (initialize): Set errno to 0.
22919         (main): Print number of errno tests.
22920         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22921
22922 2013-04-29  Andreas Jaeger  <aj@suse.de>
22923
22924         [BZ #15084]
22925         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22926         and RES_USEVC.
22927
22928         [BZ #15085]
22929         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22930         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22931         unimplemented.
22932
22933         [BZ #15380]
22934         * stdlib/random.c (__initstate): Return NULL if
22935         __initstate fails.
22936
22937         [BZ #15086]
22938         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22939         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22940         RES_SNGLKUPREOP.
22941
22942 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22943
22944         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22945
22946 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22947
22948         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22949         of individual tests.
22950         (casin_test): Likewise.
22951         (casinh_test): Likewise.
22952
22953 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
22954
22955         [BZ #15409]
22956         * math/s_catan.c (__catan): Handle arguments with large real or
22957         imaginary part separately without squaring.
22958         * math/s_catanf.c (__catanf): Likewise.
22959         * math/s_catanh.c (__catanh): Likewise.
22960         * math/s_catanhf.c (__catanhf): Likewise.
22961         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22962         and redefine.
22963         (__catanhl): Handle arguments with large real or imaginary part
22964         separately without squaring.
22965         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22966         and redefine.
22967         (__catanl): Handle arguments with large real or imaginary part
22968         separately without squaring.
22969         * math/libm-test.inc (catan_test): Add more tests.
22970         (catanh_test): Likewise.
22971         * sysdeps/i386/fpu/libm-test-ulps: Update.
22972         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22973
22974 2013-04-27  Andreas Jaeger  <aj@suse.de>
22975
22976         [BZ #15007]
22977         * stdlib/stdlib.h: Update guards for qecvt.
22978         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22979         <stdlib.h>.
22980
22981 2013-04-27  Allan McRae  <allan@archlinux.org>
22982
22983         * sysdeps/i386/fpu/libm-test-ulps: Update.
22984
22985 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
22986
22987         [BZ #15406]
22988         * math/s_catan.c: Include <float.h>.
22989         (__catan): Ensure underflow exception occurs for underflowed
22990         result.
22991         * math/s_catanf.c: Include <float.h>.
22992         (__catanf): Ensure underflow exception occurs for underflowed
22993         result.
22994         * math/s_catanh.c: Include <float.h>.
22995         (__catanh): Ensure underflow exception occurs for underflowed
22996         result.
22997         * math/s_catanhf.c: Include <float.h>.
22998         (__catanhf): Ensure underflow exception occurs for underflowed
22999         result.
23000         * math/s_catanhl.c: Include <float.h>.
23001         (__catanhl): Ensure underflow exception occurs for underflowed
23002         result.
23003         * math/s_catanl.c: Include <float.h>.
23004         (__catanl): Ensure underflow exception occurs for underflowed
23005         result.
23006         * math/libm-test.inc (catan_test): Add more tests.
23007         (catanh_test): Likewise.
23008
23009         [BZ #15405]
23010         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
23011         underflowed result.
23012         * math/s_ccoshf.c (__ccoshf): Likewise.
23013         * math/s_ccoshl.c (__ccoshl): Likewise.
23014         * math/s_csin.c (__csin): Likewise.
23015         * math/s_csinf.c (__csinf): Likewise.
23016         * math/s_csinh.c (__csinh): Likewise.
23017         * math/s_csinhf.c (__csinhf): Likewise.
23018         * math/s_csinhl.c (__csinhl): Likewise.
23019         * math/s_csinl.c (__csinl): Likewise.
23020         * math/libm-test.inc (ccos_test): Add more tests.
23021         (ccosh_test): Likewise.
23022         (csin_test): Likewise.
23023         (csinh_test): Likewise.
23024
23025 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23026
23027         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
23028         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
23029         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
23030         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
23031         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
23032         powerpc/power5+/fpu folders.
23033         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
23034
23035
23036 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
23037
23038         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23039
23040 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
23041
23042         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
23043         additions to variable.
23044         [$(config-machine) = x86_64] (modules-names): Likewise.
23045         ($(objpfx)tst-audit3): Remove dependency.
23046         ($(objpfx)tst-audit3.out): Likewise.
23047         ($(objpfx)tst-audit4): Likewise.
23048         ($(objpfx)tst-audit4.out): Likewise.
23049         ($(objpfx)tst-audit5): Likewise.
23050         ($(objpfx)tst-audit5.out): Likewise.
23051         ($(objpfx)tst-audit6): Likewise.
23052         ($(objpfx)tst-audit6.out): Likewise.
23053         ($(objpfx)tst-audit7): Likewise.
23054         ($(objpfx)tst-audit7.out): Likewise.
23055         (tst-audit3-ENV): Remove variable.
23056         (tst-audit4-ENV): Likewise.
23057         (tst-audit5-ENV): Likewise.
23058         (tst-audit6-ENV): Likewise.
23059         (tst-audit7-ENV): Likewise.
23060         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
23061         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
23062         addition to variable.
23063         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
23064         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
23065         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
23066         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
23067         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
23068         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
23069         tst-audit3, tst-audit4 and tst-audit5.
23070         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
23071         tst-audit6 and tst-audit7.
23072         [$(subdir) = elf] (modules-names): Add audit modules for those
23073         tests.
23074         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
23075         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
23076         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
23077         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
23078         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
23079         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
23080         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
23081         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
23082         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
23083         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
23084         [$(subdir) = elf] (tst-audit3-ENV): New variable.
23085         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
23086         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
23087         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
23088         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
23089         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
23090         Likewise.
23091         [$(subdir) = elf && $(config-cflags-avx) = yes]
23092         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
23093         [$(subdir) = elf && $(config-cflags-avx) = yes]
23094         (CFLAGS-tst-auditmod4a.c): Likewise.
23095         [$(subdir) = elf && $(config-cflags-avx) = yes]
23096         (CFLAGS-tst-auditmod4b.c): Likewise.
23097         [$(subdir) = elf && $(config-cflags-avx) = yes]
23098         (CFLAGS-tst-auditmod6b.c): Likewise.
23099         [$(subdir) = elf && $(config-cflags-avx) = yes]
23100         (CFLAGS-tst-auditmod6c.c): Likewise.
23101         [$(subdir) = elf && $(config-cflags-avx) = yes]
23102         (CFLAGS-tst-auditmod7b.c): Likewise.
23103         * elf/tst-audit3.c: Move to ...
23104         * sysdeps/x86_64/tst-audit3.c: ... here.
23105         * elf/tst-audit4.c: Move to ...
23106         * sysdeps/x86_64/tst-audit4.c: ... here.
23107         * elf/tst-audit5.c: Move to ...
23108         * sysdeps/x86_64/tst-audit5.c: ... here.
23109         * elf/tst-audit6.c: Move to ...
23110         * sysdeps/x86_64/tst-audit6.c: ... here.
23111         * elf/tst-audit7.c: Move to ...
23112         * sysdeps/x86_64/tst-audit7.c: ... here.
23113         * elf/tst-auditmod3a.c: Move to ...
23114         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23115         * elf/tst-auditmod3b.c: Move to ...
23116         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23117         * elf/tst-auditmod4a.c: Move to ...
23118         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23119         * elf/tst-auditmod4b.c: Move to ...
23120         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23121         * elf/tst-auditmod5a.c: Move to ...
23122         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23123         * elf/tst-auditmod5b.c: Move to ...
23124         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23125         * elf/tst-auditmod6a.c: Move to ...
23126         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23127         * elf/tst-auditmod6b.c: Move to ...
23128         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23129         * elf/tst-auditmod6c.c: Move to ...
23130         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23131         * elf/tst-auditmod7a.c: Move to ...
23132         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23133         * elf/tst-auditmod7b.c: Move to ...
23134         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
23135
23136 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
23137
23138         [BZ #15366]
23139         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
23140         define unconditionally.
23141         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23142         define unconditionally.
23143         (INT8_C, INT16_C, etc.): Likewise.
23144
23145 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
23146
23147         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23148         __ehdr_start with hidden visibility.
23149
23150         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23151
23152 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
23153
23154         * math/libm-test.inc (cos_test): Use accurate hex constants.
23155         (sincost_test): Likewise.
23156
23157 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
23158
23159         * math/libm-test.inc (catan_test): Add more tests.
23160         (catanh_test): Likewise.
23161
23162         * math/s_catanf.c (__catanf): Use suffixed floating-point
23163         constants.
23164         * math/s_catanhf.c (__catanhf): Likewise.
23165         * math/s_catanhl.c (__catanhl): Likewise.
23166         * math/s_catanl.c (__catanl): Likewise.
23167
23168         [BZ #15394]
23169         * math/s_catan.c (__catan): Calculate imaginary part of result
23170         with log1p not log unless computing log of number close to 0.
23171         * math/s_catanf.c (__catanf): Likewise.
23172         * math/s_catanl.c (__catanl): Likewise.
23173         * math/s_catanh.c (__catanh): Calculate real part of result with
23174         log1p not log unless computing log of number close to 0.
23175         * math/s_catanhf.c (__catanhf): Likewise.
23176         * math/s_catanhl.c (__catanhl): Likewise.
23177         * math/libm-test.inc (catan_test): Add more tests.
23178         (catanh_test): Likewise.
23179         * sysdeps/i386/fpu/libm-test-ulps: Update.
23180         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23181
23182 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23183
23184         * benchtests/Makefile: Mention files in which fast and slow
23185         paths of math functions are implemented.
23186
23187 2013-04-23  Roland McGrath  <roland@hack.frob.com>
23188
23189         * sysdeps/posix/timespec_get.c: New file.
23190
23191 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23192
23193         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23194         POWER.
23195         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23196         for POWER.
23197         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23198         powerpc/power5/fpu folders.
23199         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23200         * benchtests/Makefile: Add modf testcase.
23201         * benchtests/bench-modf.c: New file: Benchmark test for mo
23202
23203 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23204
23205         [BZ #14888]
23206         * time/Makefile (tests): Add tst-strptime-whitespace.
23207         * time/strptime_l.c (get_number): Use ISSPACE.
23208         (__strptime_internal): Likewise.
23209         * time/tst-strptime-whitespace.c: New test case.
23210
23211 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
23212
23213         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23214         member.
23215         (_nss_files_init): Set it here.
23216
23217 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
23218
23219         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23220         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23221         unsigned.
23222
23223 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
23224
23225         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23226
23227 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23228
23229         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23230         size just once.
23231
23232 2013-04-21  David S. Miller  <davem@davemloft.net>
23233
23234         * po/ru.po: Update Russion translation from translation project.
23235
23236 2013-04-17  Adam Conrad  <adconrad@0c3.net>
23237
23238         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23239         and setfsgid.
23240
23241 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
23242
23243         * configure.in: Remove i386 configure warning. Remove i386 case.
23244         * configure: Regenerate.
23245         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
23246         Add example to error message.
23247         * sysdeps/i386/configure: Regenerate.
23248
23249 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
23250
23251         * benchtests/Makefile (bench): Add cos, tan, slowcos and
23252         slowtan.
23253         * benchtests/cos-inputs: New file.
23254         * benchtests/slowcos-inputs: New file.
23255         * benchtests/slowcos.c: New file.
23256         * benchtests/slowtan-inputs: New file.
23257         * benchtests/slowtan.c: New file.
23258         * benchtests/tan-inputs: New file.
23259
23260 2013-04-16  Roland McGrath  <roland@hack.frob.com>
23261
23262         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23263         considered kosher.
23264
23265 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
23266
23267         * benchtests/Makefile: Include cppflags-iterator.mk to add
23268         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23269
23270         * Makefile.in (bench-clean): New target.
23271         * benchtests/Makefile (bench-clean): Likewise.
23272
23273 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
23274
23275         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23276
23277 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
23278
23279         * stdio-common/tstdiomisc.c: Fix coding-style violation.
23280
23281 2013-04-15  Andreas Schwab  <schwab@suse.de>
23282
23283         * nscd/grpcache.c (cache_addgr): Properly check for short write.
23284         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23285         * nscd/pwdcache.c (cache_addpw): Likewise.
23286         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
23287         more than recsize.
23288
23289 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23290
23291         * benchtests/Makefile (bench): Write all output to
23292         bench-out.tmp together.
23293
23294 2013-04-15  Andreas Schwab  <schwab@suse.de>
23295
23296         * nscd/nscd.c (main): Don't fork again after closing files.
23297
23298 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23299
23300         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23301
23302         * benchtests/Rules (bench-deps): Collect dependencies into a
23303         single variable.  Add Makefile to dependencies.
23304         ($(objpfx)bench-%.c): Depend on bench-deps.
23305
23306 2013-04-12  Roland McGrath  <roland@hack.frob.com>
23307             Xavier Roche  <roche+kml2@exalead.com>
23308
23309         [BZ #15361]
23310         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23311         just that it's a file descriptor.
23312         * manual/llio.texi (Synchronizing AIO Operations): Update description
23313         for EBADF error from aio_fsync.
23314
23315 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23316
23317         * Rules (bench): Move target definition...
23318         * benchtests/Makefile: ... here.
23319
23320 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
23321
23322         * math/libm-test.inc (cos_test): Fix PI/2 test.
23323         (sincos_test): Likewise.
23324         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23325         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23326
23327 2013-04-11  Andreas Schwab  <schwab@suse.de>
23328
23329         [BZ #13988]
23330         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23331         accept exponent character only when digits were seen.
23332         * stdio-common/Makefile (tests): Add bug26.
23333         * stdio-common/bug26.c: New file.
23334
23335         [BZ #14293]
23336         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23337         non-freeable.
23338
23339 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23340
23341         * Makeconfig (rtld-prefix): Define built linker prefix.
23342         * Rules (run-bench): Use it.
23343         * math/Makefile (run-regen-ulps): Likewise.
23344
23345         * Rules (bench): Remove eval.
23346
23347 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23348             Roland McGrath  <roland@hack.frob.com>
23349             Ondrej Bilka  <neleai@seznam.cz>
23350
23351         [BZ #15346]
23352         * time/getdate.c: Include ctype.h and alloca.h.
23353         (__getdate_r): Trim leading and trailing spaces of input.
23354         * time/tst-getdate.c (tests): Add tests with leading and
23355         trailing spaces.
23356
23357 2013-04-08  Roland McGrath  <roland@hack.frob.com>
23358
23359         [BZ #14280]
23360         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23361         when computing value.
23362
23363 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23364
23365         * math/README.libm-test (How can I generate "libm-test-ulps"?):
23366         Use testrun.sh to run libm tests.
23367
23368         [BZ #15309]
23369         * elf/dl-open.c (dl_open_worker): memset all of seen array.
23370
23371 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
23372
23373         [BZ #15264]
23374         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23375
23376 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23377
23378         * Makefile.in (regen-ulps): New target.
23379         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23380         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23381         [ifneq (no,$(PERL)] (regen-ulps): New target.
23382         [ifeq (no,$(PERL)] (regen-ulps): New target.
23383         * math/libm-test.inc (ulps_file_name): Define.
23384         (output_dir): New variable.
23385         (options): Add "output-dir" option.
23386         (parse_opt): Handle 'o' case.
23387         (main): If output_dir is non-NULL use it as a prefix
23388         otherwise use "".
23389         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23390
23391 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23392
23393         [BZ #10060, #10062]
23394         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23395         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23396         fail configure if __sync_val_compare_and_swap is not inlined.
23397         * sysdeps/i386/configure: Regenerate.
23398         * configure.in: Build for i686 when configured for i386.
23399         * configure: Regenerate.
23400         * README: Remove i386 reference.
23401
23402 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23403
23404         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23405         * sysdeps/s390/s390-64/sysdep.h: Likewise.
23406
23407 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
23408
23409         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23410         (lmsnanval): New variables.
23411         (F): Add conversion tests.
23412         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23413         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23414
23415         * stdio-common/tstdiomisc.c (F): Properly collect individual
23416         tests' results.
23417
23418         [BZ #14686, #15336]
23419         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23420         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23421         Instead, use input NaN values or generate a qNaN by arithmetic
23422         operation.  Also fix bugs to comply with the standard.
23423         * math/libm-test.inc (remainder_test): Add more tests.
23424
23425         [BZ #15335, #15342]
23426         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23427         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23428         input NaN values or generate a qNaN by arithmetic operation.
23429
23430         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23431         unreachable code.
23432
23433         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23434         definitions.
23435
23436 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
23437
23438         [BZ #14478]
23439         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23440         underflowed result.
23441         * math/s_cexpf.c (__cexpf): Likewise.
23442         * math/s_cexpl.c (__cexpl): Likewise.
23443         * math/libm-test.inc (cexp_test): Add more tests.
23444
23445 2013-04-03  Andreas Schwab  <schwab@suse.de>
23446
23447         [BZ #15330]
23448         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23449         order arrays from heap if bigger than alloca cutoff.
23450
23451 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
23452
23453         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23454         (SNAN_TESTS_double): Refer to GCC PR56831.
23455         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23456         GCC PR56828.
23457
23458 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23459
23460         * Rules (bench): Move bench.out after the run is complete.
23461
23462         * Rules (bench): Echo currently running benchmark.
23463
23464         * benchtests/Makefile (bench): Add atan and slowatan.
23465         * benchtests/atan-inputs: New file.
23466         * benchtests/slowatan-inputs: New file.
23467         * benchtests/slowatan.c: New file.
23468
23469         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23470         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23471         its value.
23472
23473         [BZ #15305]
23474         * sysdeps/unix/sysv/linux/kernel-features.h
23475         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23476         __ASSUME_XFS_RESTRICTED_CHOWN.
23477         * sysdeps/unix/sysv/linux/pathconf.c
23478         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23479         Save and restore errno.
23480
23481 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
23482
23483         [BZ #15327]
23484         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23485         arguments using __kernel_casinh.
23486         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23487         arguments using __kernel_casinhf.
23488         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23489         arguments using __kernel_casinhl.
23490         * math/libm-test.inc (cacosh_test): Add more tests.
23491         * sysdeps/i386/fpu/libm-test-ulps: Update.
23492         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23493
23494 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23495
23496         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23497         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23498
23499         * bench/Makefile (bench): Add sin and slowsin.
23500         * benchtests/sin-inputs: New file.
23501         * benchtests/slowsin-inputs: New file.
23502         * benchtests/slowsin.c: New file.
23503
23504         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23505         (bench): Add slowexp and slowpow.
23506         (exp-ITER): Increase iterations.
23507         (pow-ITER): Likewise.
23508         * benchtests/exp-inputs: Change input.
23509         * benchtests/pow-inputs: Likewise.
23510         * benchtests/slowexp-inputs: New file.
23511         * benchtests/slowexp.c: New file.
23512         * benchtests/slowpow-inputs: New file.
23513         * benchtests/slowpow.c: New file.
23514
23515 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23516
23517         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23518         instructions.
23519         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23520         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23521         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23522         * benchtests/Makefile: Add rint benchtest.
23523         * benchtests/rint-inputs: Input for rint benchtest.
23524
23525 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
23526
23527         * Versions.def (libm): Add GLIBC_2.18.
23528         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23529         hidden libm prototypes.
23530         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23531         * math/Makefile (libm-calls): Add s_issignaling.
23532         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23533         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
23534         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
23535         declaration.
23536         * math/math.h [__USE_GNU] (issignaling): New macro.
23537         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
23538         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
23539         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
23540         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
23541         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
23542         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
23543         * manual/arith.texi (issignaling): New section.
23544         * manual/libm-err-tab.pl (@all_functions): Update comment.
23545         * math/gen-libm-test.pl (parse_args): Apply special handling for
23546         issignaling.
23547         * math/libm-test.inc (print_float, issignaling_test): New
23548         functions.
23549         (check_float_internal): Add issignaling checks.
23550         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
23551         default definition.
23552         * sysdeps/powerpc/math-tests.h: New file.
23553         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
23554         tests.
23555         * math/test-snan.c (TEST_FUNC): Likewise.
23556
23557 2013-03-30  David S. Miller  <davem@davemloft.net>
23558
23559         * po/de.po: Update from translation team.
23560
23561 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
23562
23563         [BZ #10357]
23564         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23565         imaginary part less than 1.0 and real part less than 0.5
23566         specially.
23567         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23568         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23569         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
23570         (cacos_test): Add more tests.
23571         (casin_test): Likewise.
23572         (casinh_test): Likewise.
23573         * sysdeps/i386/fpu/libm-test-ulps: Update.
23574         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23575
23576 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23577
23578         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
23579         ONE with its value.
23580
23581         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
23582         (__pow_mp): Replace ONE and MONE with their values.
23583         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23584         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
23585         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23586         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
23587         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23588         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23589
23590         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
23591
23592         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
23593         (__pow_mp): Replace ZERO and MZERO with their values.
23594         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23595         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23596         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23597         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23598         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23599         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
23600         (__sqr): Likewise.
23601
23602         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
23603
23604         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
23605
23606 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23607
23608         * include/stdlib.h [!SHARED] (__call_tls_dtors):
23609         Declare with __attribute__ ((weak)).
23610         * stdlib/exit.c (__libc_atexit) [!SHARED]:
23611         Call __call_tls_dtors only if it's not NULL.
23612
23613 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23614
23615         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
23616         didn't do it already, then set _dl_phdr and _dl_phnum based on the
23617         magic __ehdr_start linker symbol if it's defined.
23618         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
23619         them up here if it was already done.
23620
23621         * elf/dl-support.c (_dl_phdr): Make pointer to const.
23622         (_dl_aux_init): Use const in cast when setting it.
23623         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
23624         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
23625         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
23626
23627         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
23628         Declare them here.
23629         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
23630         * csu/libc-tls.c: Nor here.
23631         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
23632
23633         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
23634         (__libc_message): Never call vsyslog.
23635
23636 2013-03-28  Alan Modra  <amodra@gmail.com>
23637
23638         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
23639         Define as empty.
23640         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
23641         Likewise.
23642
23643 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23644
23645         [BZ #15214]
23646         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
23647         underflow.
23648         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23649
23650 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23651
23652         [BZ #15304]
23653         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
23654         Don't add gid passed as argument.
23655
23656         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
23657
23658 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
23659
23660         [BZ #15307]
23661         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23662         imaginary part between 1.0 and 1.5 and real part less than 0.5
23663         specially.
23664         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23665         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23666         * math/libm-test.inc (cacos_test): Add more tests.
23667         (casin_test): Likewise.
23668         (casinh_test): Likewise.
23669         * sysdeps/i386/fpu/libm-test-ulps: Update.
23670         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23671
23672 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23673
23674         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
23675         constants.
23676         (norm): Likewise.
23677         (denorm): Likewise.
23678         (__dbl_mp): Likewise.
23679         (add_magnitudes): Likewise.
23680         (sub_magnitudes): Likewise.
23681         (__add): Likewise.
23682         (__sub): Likewise.
23683         (__mul): Likewise.
23684         (__sqr): Likewise.
23685         (__inv): Likewise.
23686         (__dvd): Likewise.
23687
23688         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
23689         commented code.
23690         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
23691         (__dubcos): Likewise.
23692         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
23693         (__ieee754_acos): Likewise.
23694         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23695         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
23696         (__exp1): Likewise.
23697         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23698         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
23699         (log1): Likewise.
23700         (my_log2): Likewise.
23701         (checkint): Likewise.
23702         * sysdeps/ieee754/dbl-64/e_remainder.c
23703         (__ieee754_remainder): Likewise.
23704         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23705         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
23706         (bsloww): Likewise.
23707         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23708
23709         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23710         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
23711         MANTISSA_STORE_T to store computations on mantissa.  Use
23712         macros for rounding and division.
23713         (denorm): Likewise.
23714         (__dbl_mp): Likewise.
23715         (add_magnitudes): Likewise.
23716         (sub_magnitudes): Likewise.
23717         (__mul): Likewise.
23718         (__sqr): Likewise.
23719         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23720         powers of two in terms of TWOPOW macro.
23721         (mp_no): Make type of mantissa as MANTISSA_T.
23722         [!RADIXI]: Define RADIXI.
23723         [!TWO52]: Define TWO52.
23724         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23725
23726 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23727
23728         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
23729         llroundl symbol when building for PPC32.
23730
23731 2013-03-24  Mark H Weaver  <mhw@netris.org>
23732
23733         * manual/arith.texi (Normalization Functions): Fix prototypes for
23734         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
23735
23736 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23737
23738         [BZ #13889]
23739         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
23740         high value to check if expl overflow.
23741         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
23742         to check for underflow and overflow.
23743         * math/libm-test.inc: Add exp test.
23744
23745 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
23746
23747         [BZ #11120]
23748         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
23749         with NOT_IN_libc.
23750
23751 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23752
23753         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
23754         symbol.
23755
23756 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
23757
23758         * math/gen-libm-test.pl (parse_args, special_functions): Properly
23759         wrap blocks consisting of several statements.
23760
23761         * sysdeps/generic/math-tests.h: New file.
23762         * sysdeps/i386/fpu/math-tests.h: Likewise.
23763         * math/test-snan.c: Include it.
23764         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
23765
23766 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23767
23768         [BZ #15285]
23769         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
23770         (__ieee754_j0l): Do not improve calculations using cos of twice
23771         input for inputs above LDBL_MAX / 2.0L.
23772         (__ieee754_y0l): Likewise.
23773         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
23774         (__ieee754_j1l): Do not improve calculations using cos of twice
23775         input for inputs above LDBL_MAX / 2.0L.
23776         (__ieee754_y1l): Likewise.
23777         * math/libm-test.inc (j0_test): Add another test.
23778         (j1_test): Likewise.
23779         (y0_test): Likewise.
23780         (y1_test): Likewise.
23781         * sysdeps/i386/fpu/libm-test-ulps: Update.
23782
23783 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23784
23785         * Rules ($(objpfx)bench-%.c): Include code from a C source
23786         file.
23787
23788 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23789
23790         [BZ #15287]
23791         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23792         imaginary part 1.0 and real part less than 0.5 specially.
23793         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23794         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23795         * math/libm-test.inc (cacos_test): Add more tests.
23796         (casin_test): Likewise.
23797         (casinh_test): Likewise.
23798         * sysdeps/i386/fpu/libm-test-ulps: Update.
23799         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23800
23801 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23802
23803         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
23804         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
23805
23806 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
23807
23808         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
23809         * config.make.in (config-cflags-sse4): Remove variable.
23810         (config-cflags-avx): Likewise.
23811         (config-cflags-sse2avx): Likewise.
23812         (config-cflags-novzeroupper): Likewise.
23813         (config-asflags-i686): Likewise.
23814         (have-mfma4): Likewise.
23815         (have-as-vis3): Likewise.
23816         (MIG): Likewise.
23817         * configure.in (MIG): Do not AC_SUBST.
23818         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
23819         (libc_cv_cc_sse4): Do not AC_SUBST.
23820         (libc_cv_cc_avx): Likewise.
23821         (libc_cv_cc_sse2avx): Likewise.
23822         (libc_cv_cc_novzeroupper): Likewise.
23823         (libc_cv_cc_fma4): Likewise.
23824         (libc_cv_as_i686): Likewise.
23825         (libc_cv_sparc_as_vis3): Likewise.
23826         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23827         LIBC_CONFIG_VAR.
23828         (config-asflags-i686): Likewise.
23829         (config-cflags-avx): Likewise.
23830         (config-cflags-sse2avx): Likewise.
23831         (have-mfma4): Likewise.
23832         (config-cflags-novzeroupper): Likewise.
23833         * sysdeps/mach/configure.in (MIG): Likewise.
23834         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23835         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23836         LIBC_CONFIG_VAR.
23837         (config-cflags-avx): Likewise.
23838         (config-cflags-sse2avx): Likewise.
23839         (have-mfma4): Likewise.
23840         (config-cflags-novzeroupper): Likewise.
23841         * configure: Regenerated.
23842         * sysdeps/i386/configure: Likewise.
23843         * sysdeps/mach/configure: Likewise.
23844         * sysdeps/sparc/configure: Likewise.
23845         * sysdeps/x86_64/configure: Likewise.
23846
23847 2013-03-20  Roland McGrath  <roland@hack.frob.com>
23848
23849         [BZ #14812]
23850         * locale/programs/localedef.c (options): Put N_ translation marker
23851         on argument names, not just descriptions.
23852
23853 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23854
23855         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23856
23857 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
23858
23859         [BZ #14176]
23860         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23861
23862 2013-03-19  Roland McGrath  <roland@hack.frob.com>
23863
23864         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23865         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23866         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23867         [!BEFORE_ABORT] (before_abort): New function.
23868         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23869         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23870         (writev_for_fatal): New function.
23871         (WRITEV_FOR_FATAL): New macro; call that.
23872         (backtrace_and_maps): New function.
23873         (BEFORE_ABORT): New macro; call that.
23874         (struct str_list): Type removed.
23875         (__libc_message, __libc_fatal): Functions removed.
23876         Include <sysdeps/posix/libc_fatal.c> instead.
23877
23878 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
23879
23880         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23881         constants.
23882         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23883         double constants.
23884
23885 2013-03-19  Andreas Schwab  <schwab@suse.de>
23886
23887         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23888         * sysdeps/gnu/configure: Regenerate.
23889
23890         * configure.in: Substitute libc_cv_rtlddir.
23891         * configure: Regenerate.
23892         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23893         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23894         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23895         * elf/Makefile (install-others, CFLAGS-interp.c)
23896         (ldso_install, common-ldd-rewrite): Likewise.
23897         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23898         $(inst_slibdir)/$(rtld-installed-name).
23899         * scripts/rellns-sh: Add -p option.
23900         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23901         for source.
23902
23903 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23904
23905         * manual/nptl.texi: Renamed to ...
23906         * manual/threads.texi: ... this.
23907         * manual/Makefile (chapters): Update.
23908
23909 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23910
23911         [BZ #14812]
23912         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23913         on argument names, not just descriptions.
23914         * malloc/memusagestat.c (options): Likewise.
23915         * nss/getent.c (options): Likewise.
23916
23917 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23918
23919         [BZ #14812]
23920         * iconv/iconv_prog.c (options): Put N_ translation marker
23921         on argument names, not just descriptions.
23922         * iconv/iconvconfig.c (options): Likewise.
23923
23924 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23925
23926         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23927         implementation which is faster on all x86_64 architectures.
23928         Tested on AMD, Intel Nehalem, SNB, IVB.
23929         * sysdeps/x86_64/strnlen.S: Likewise.
23930
23931         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23932         Remove all multiarch strlen and strnlen versions.
23933         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23934         Remove strlen and strnlen related parts.
23935
23936         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23937         Inline strlen part.
23938         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23939
23940         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23941         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23942         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23943         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23944         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23945         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23946
23947 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
23948
23949         * manual/memory.texi (Malloc Tunable Parameters):
23950         Sort parameters alphabetically. Add comments for missing entries.
23951
23952 2013-03-17  David S. Miller  <davem@davemloft.net>
23953
23954         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23955
23956 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
23957
23958         [BZ #15283]
23959         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23960         for arguments at most half maximum finite value.
23961         * math/libm-test.inc (j0_test): Add more tests.
23962         (j1_test): Likewise.
23963         (y0_test): Likewise.
23964         (y1_test): Likewise.
23965         * sysdeps/i386/fpu/libm-test-ulps: Update.
23966         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23967
23968         [BZ #14155]
23969         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23970         1 / x and functions P and Q for arguments above 0x1p256L.
23971         (__ieee754_y0l): Likewise.
23972         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23973         (__ieee754_y1l): Likewise.
23974         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23975         (j1_test): Likewise.
23976         (y0_test): Likewise.
23977         (y1_test): Likewise.
23978
23979 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
23980
23981         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23982         variable.
23983
23984 2013-03-15  Roland McGrath  <roland@hack.frob.com>
23985
23986         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23987         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23988         zero since it's initialized to EXEC_PAGESIZE.
23989
23990         * sysdeps/unix/sysv/linux/ldsodefs.h
23991         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23992         * sysdeps/generic/ldsodefs.h: ... here.
23993
23994 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
23995
23996         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23997
23998         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23999         math/test-snan.c.
24000         * math/test-snan.c: Renamed from
24001         sysdeps/powerpc/fpu/test-powerpc-snan.c.
24002         * math/Makefile (tests): Add test-snan.
24003         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
24004         test-powerpc-snan.
24005
24006         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
24007         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
24008         functions.
24009         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
24010         __builtin_nan family of functions.
24011         * math/libm-test.inc (initialize): Initialize qnan_value with
24012         __builtin_nan family of functions.
24013         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
24014         Remove variables.
24015         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
24016         Remove functions.
24017         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
24018         storage class.  Initialize qNaN_var and sNaN_var with
24019         __builtin_nan and __builtin_nans families of functions,
24020         respectively.
24021
24022         * math/libm-test.inc (acosh_test): Also test with qNaN input.
24023         (sqrt_test): Remove duplicate test with qNaN input.
24024         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
24025         (round_test, signbit_test, significand_test): Note missing +/-Inf
24026         as well as qNaN tests.
24027
24028         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
24029         qNaN_var.  Fix a few strings, too.
24030         * math/libm-test.inc (nan_value): Rename to qnan_value.
24031         * math/gen-libm-test.pl (%beautify): Adjust to that.
24032         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
24033         * math/test-misc.c (main): Likewise.
24034         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
24035         to __qnan_bytes, and __qnan_union, respectively.
24036         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
24037         Likewise.
24038         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
24039         and lqnanval, respectively.
24040         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
24041         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
24042         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
24043         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
24044
24045         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
24046         * math/test-misc.c (main) [__x86_64__]: Enable test for long
24047         doubles.
24048
24049         * math/test-misc.c (main): Fix copy'n'pastos.
24050         * misc/tst-efgcvt.c (special): Likewise.
24051
24052         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
24053         Remove declarations.
24054
24055 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24056
24057         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
24058         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
24059         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
24060         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
24061
24062 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24063
24064         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
24065         macro to return vdso values correctly in IFUNC implementations.
24066         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
24067         Optimization by using IFUNC.
24068
24069 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24070             Richard Henderson  <rth@redhat.com>
24071             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
24072
24073         * Makefile.in (bench): New target.
24074         * NEWS: Mention the benchmark framework.
24075         * Rules (bench): Likewise.
24076         (binaries-bench): Generate binaries for functions to
24077         benchmark.
24078         * benchtests/Makefile: New makefile for benchmark tests.
24079         * benchtests/bench-skeleton.c: New skeleton file for benchmark
24080         programs.
24081         * benchtests/exp-inputs: New input file for EXP function.
24082         * benchtests/pow-inputs: New input file for POW function.
24083         * scripts/bench.pl: New script to generate source files for
24084         benchmark programs.
24085
24086 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24087
24088         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24089         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
24090         computations on mantissa.  Use macros for rounding and
24091         division.
24092         (denorm): Likewise.
24093         (__dbl_mp): Likewise.
24094         (add_magnitudes): Likewise.
24095         (sub_magnitudes): Likewise.
24096         (__mul): Likewise.
24097         (__sqr): Likewise.
24098         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
24099         powers of two in terms of TWOPOW macro.
24100         (mp_no): Make type of mantissa as MANTISSA_T.
24101         [!RADIXI]: Define RADIXI.
24102         [!TWO52]: Define TWO52.
24103         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24104
24105         * manual/nptl.texi (cindex): Modify threads to pthreads.
24106
24107 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
24108
24109         * sysdeps/x86_64/preconfigure: Regenerated.
24110
24111 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
24112
24113         [BZ #14155]
24114         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24115         0x1p28 and above.
24116         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24117         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24118         0x1p28 and above.
24119         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24120         * math/libm-test.inc (j0_test): Do not allow one spurious
24121         underflow exception.
24122         (y1_test): Likewise.
24123
24124 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24125
24126         * manual/Makefile (chapters): Add nptl.
24127         * manual/debug.texi (Debugging Support): Add link to Threads
24128         chapter.
24129         * manual/nptl.texi: New file.
24130
24131         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24132
24133 2013-03-14  Petr Baudis  <pasky@ucw.cz>
24134
24135         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
24136         for non-NULL pointer before the memory validity test. Pointed
24137         out by Holger Brunck <holger.brunck@keymile.com>.
24138
24139 2013-03-13  Andreas Schwab  <schwab@suse.de>
24140
24141         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24142         instead of .os.
24143
24144 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
24145
24146         * timezone/zic.c: Update from tzcode 2013b.
24147
24148 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
24149
24150         * manual/install.texi (Configuring and compiling):
24151         Mention i686 and i586.
24152         * INSTALL: Regenerate.
24153
24154 2013-03-12  Roland McGrath  <roland@hack.frob.com>
24155
24156         * sysdeps/init_array/elf-init.c: New file.
24157         * csu/elf-init.c
24158         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24159         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24160
24161         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24162         __gmon_start__ as global, but as static with a .preinit_array pointer.
24163         * sysdeps/init_array/gmon-start.c: New file.  Use that.
24164         * sysdeps/init_array/crti.S: New file, empty except for comments.
24165         * sysdeps/init_array/crtn.S: Likewise.
24166
24167 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
24168
24169         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24170         definining bcopy.
24171         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24172         Remove Prefer_SSE_for_memop.
24173         * sysdeps/x86_64/multiarch/init-arch.h: Remove
24174         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24175         HAS_PREFER_SSE_FOR_MEMOP.
24176         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24177         memset-x86-64.
24178         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24179         Remove bzero, memset ifunc support.
24180         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24181         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24182         * sysdeps/x86_64/multiarch/memset.S: Likewise.
24183         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24184
24185 2013-03-11  Andreas Schwab  <schwab@suse.de>
24186
24187         [BZ #15234]
24188         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24189         by SHLIB_COMPAT.
24190         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24191         (GLIBC_2.16): Remove pthread_atfork.
24192
24193 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
24194
24195         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24196         (ptestcases.h): Likewise.
24197
24198 2013-03-08  Roland McGrath  <roland@hack.frob.com>
24199
24200         * Makeconfig ($(common-objpfx)config.status): Depend on
24201         sysdeps/*/preconfigure{,.in} too.
24202
24203 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
24204
24205         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24206         (__free_hook): Use void * instead of __malloc_ptr_t.
24207         (__malloc_hook): Likewise.
24208         (__realloc_hook): Likewise.
24209         (__memalign_hook): Likewise.
24210         (__after_morecore_hook): Likewise.
24211         * malloc/arena.c (save_malloc_hook): Likewise.
24212         (save_free_hook): Likewise.
24213         * malloc/hooks.c (malloc_hook_ini): Likewise.
24214         (realloc_hook_ini): Likewise.
24215         (memalign_hook_ini): Likewise.
24216         * malloc/malloc.c (malloc_hook_ini): Likewise.
24217         (realloc_hook_ini): Likewise.
24218         (memalign_hook_ini): Likewise.
24219         (__free_hook): Likewise.
24220         (__malloc_hook): Likewise.
24221         (__realloc_hook): Likewise.
24222         (__memalign_hook): Likewise.
24223         (__libc_malloc): Likewise.
24224         (__libc_free): Likewise.
24225         (__libc_realloc): Likewise.
24226         (__libc_memalign): Likewise.
24227         (__libc_valloc): Likewise.
24228         (__libc_pvalloc): Likewise.
24229         (__libc_calloc): Likewise.
24230         (__posix_memalign): Likewise.
24231         * malloc/morecore.c (__sbrk): Likewise.
24232         (__default_morecore): Likewise.
24233
24234         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24235
24236         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24237         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24238         __malloc_ptrdiff_t.
24239
24240         * malloc/malloc.h (__malloc_size_t): Remove macro.
24241         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24242         __malloc_size_t.
24243         (old_memalign_hook): Likewise.
24244         (old_realloc_hook): Likewise.
24245         (struct hdr): Likewise.
24246         (flood): Likewise.
24247         (mallochook): Likewise.
24248         (memalignhook): Likewise.
24249         (reallochook): Likewise.
24250         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24251         (tr_old_realloc_hook): Likewise.
24252         (tr_old_memalign_hook): Likewise.
24253         (tr_mallochook): Likewise.
24254         (tr_reallochook): Likewise.
24255         (tr_memalignhook): Likewise.
24256
24257 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24258
24259         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24260         default_ldbl_pack and using as default implementation.
24261         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24262         implementation.
24263         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24264         redundant definition.
24265         (ldbl_insert_mantissa): Likewise.
24266         (ldbl_canonicalize): Likewise.
24267         (ldbl_nearbyint): Likewise.
24268         (ldbl_pack): Rename to ldbl_pack_ppc.
24269         (ldbl_unpack): Rename to ldbl_unpack_ppc.
24270         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24271         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24272
24273 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24274
24275         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24276         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24277         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24278         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24279         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24280         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24281         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24282         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24283
24284 2013-03-07  Andreas Jaeger  <aj@suse.de>
24285
24286         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24287         bits/mman-linux.h.
24288
24289 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24290
24291         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24292         Include mpa.h and declare __MPEXP.
24293         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24294         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24295         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24296         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24297         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24298         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24299         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24300
24301         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24302         (__slowpow): Use long double EXPL and LOGL functions to
24303         compute POW.
24304         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24305         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24306         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24307         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24308         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24309         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24310
24311         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24312         intermediate variable to calculate exponent.
24313         (__sqr): Likewise.
24314         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24315         Likewise.
24316         (__sqr): Likewise.
24317
24318         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24319         [!NO__SQR]: Define __sqr.
24320         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24321         and NO__SQR.  Remove all code except __mul and __sqr.  Include
24322         sysdeps/ieee754/dbl-64/mpa.c.
24323         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24324
24325         [BZ #12723]
24326         * posix/Makefile (tests): Add tst-pathconf.
24327         * posix/tst-pathconf.c: New test case.
24328         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24329         _PC_PIPE_BUF.
24330         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24331
24332 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
24333
24334         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24335
24336 2013-03-06  Andreas Jaeger  <aj@suse.de>
24337
24338         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24339         definition via __MAP_ANONYMOUS.
24340
24341         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24342         it's not part of Linux headers.
24343
24344         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24345         (MAP_HUGE_MASK): Define.
24346
24347         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24348         Define.
24349         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24350         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24351         Define.
24352         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24353         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24354         Define.
24355         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24356         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24357         Define.
24358         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24359
24360         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24361         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24362         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24363         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24364         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24365         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24366
24367         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24368         Handle f2fs.
24369
24370         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24371         Handle f2fs and efivarfs.
24372
24373         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24374         f2fs.
24375
24376         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24377         (EFIVARFS_MAGIC): Add.
24378         (F2FS_LINK_MAX): Add.
24379
24380 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
24381
24382         * stdio-common/vfprintf.c: Replace __builtin_expect with
24383         __glibc_unlikely.
24384
24385 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
24386
24387         [BZ #13550]
24388         * sysdeps/generic/bp-sym.h: Remove file.
24389         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24390         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24391         <bp-sym.h> and <bp-asm.h>.
24392         (__longjmp): Don't use BP_SYM.
24393         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24394         and <bp-asm.h>.
24395         (memcpy): Don't use BP_SYM.
24396         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24397         <bp-sym.h> and <bp-asm.h>.
24398         (memcpy): Don't use BP_SYM.
24399         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24400         <bp-asm.h>.
24401         (memcpy): Don't use BP_SYM.
24402         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24403         <bp-asm.h>.
24404         (memset): Don't use BP_SYM.
24405         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24406         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24407         (__bzero): Don't use BP_SYM.
24408         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24409         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24410         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24411         <bp-sym.h> and <bp-asm.h>.
24412         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24413         pointers.
24414         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24415         <bp-sym.h> and <bp-asm.h>.
24416         (memcpy): Don't use BP_SYM.
24417         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24418         <bp-sym.h> and <bp-asm.h>.
24419         (memset): Don't use BP_SYM.
24420         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24421         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24422         (__bzero): Don't use BP_SYM.
24423         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24424         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24425         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24426         <bp-sym.h> and <bp-asm.h>.
24427         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24428         pointers.
24429         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24430         <bp-sym.h> and <bp-asm.h>.
24431         (memcpy): Don't use BP_SYM.
24432         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24433         <bp-sym.h> and <bp-asm.h>.
24434         (memset): Don't use BP_SYM.
24435         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24436         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24437         (__bzero): Don't use BP_SYM.
24438         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24439         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24440         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24441         <bp-sym.h> and <bp-asm.h>.
24442         (__memchr): Don't use BP_SYM.
24443         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24444         <bp-sym.h> and <bp-asm.h>.
24445         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24446         pointers.
24447         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24448         <bp-sym.h> and <bp-asm.h>.
24449         (memcpy): Don't use BP_SYM.
24450         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24451         <bp-sym.h> and <bp-asm.h>.
24452         (__mempcpy): Don't use BP_SYM.
24453         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24454         <bp-sym.h> and <bp-asm.h>.
24455         (__memrchr): Don't use BP_SYM.
24456         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24457         <bp-sym.h> and <bp-asm.h>.
24458         (memset): Don't use BP_SYM.
24459         (__bzero): Likewise.
24460         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24461         <bp-sym.h> and <bp-asm.h>.
24462         (__rawmemchr): Don't use BP_SYM.
24463         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24464         <bp-sym.h> and <bp-asm.h>.
24465         (__STRCMP): Don't use BP_SYM.
24466         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24467         <bp-sym.h> and <bp-asm.h>.
24468         (strchr): Don't use BP_SYM.
24469         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24470         <bp-sym.h> and <bp-asm.h>.
24471         (__strchrnul): Don't use BP_SYM.
24472         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24473         <bp-sym.h> and <bp-asm.h>.
24474         (strlen): Don't use BP_SYM.
24475         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24476         <bp-sym.h> and <bp-asm.h>.
24477         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24478         pointers.
24479         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24480         <bp-sym.h> and <bp-asm.h>.
24481         (__strnlen): Don't use BP_SYM.
24482         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24483         <bp-sym.h> and <bp-asm.h>.
24484         (__GI__setjmp): Don't use BP_SYM.
24485         (_setjmp): Likewise.
24486         (__sigsetjmp): Likewise.
24487         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24488         (L(start_addresses)): Don't use BP_SYM.
24489         (_start): Likewise.
24490         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24491         <bp-asm.h>.
24492         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24493         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24494         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24495         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24496         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24497         <bp-asm.h>.
24498         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24499         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
24500         about bounded pointers.
24501         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24502         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24503         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24504         <bp-asm.h>.
24505         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24506         about bounded pointers.  Remove GKM FIXME comments.
24507         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24508         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24509         <bp-asm.h>.
24510         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24511         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
24512         Remove GKM FIXME comments.
24513         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24514         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24515         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24516         <bp-asm.h>.
24517         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24518         about bounded pointers.  Remove GKM FIXME comment.
24519         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24520         and <bp-asm.h>.
24521         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24522         pointers.
24523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24524         <bp-sym.h> and <bp-asm.h>.
24525         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24527         <bp-sym.h> and <bp-asm.h>.
24528         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24529         comment.
24530
24531 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
24532
24533         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24534         call free(NULL).
24535
24536 2013-03-05  David S. Miller  <davem@davemloft.net>
24537
24538         * po/es.po: Update from translation team.
24539
24540 2013-03-05  Andreas Jaeger  <aj@suse.de>
24541
24542         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
24543         <bits/mman-linux.h>.
24544         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24545         is fine.
24546         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
24547         <bits/mman-linux.h> to end of file.
24548         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24549         is fine.
24550         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
24551         <bits/mman-linux.h> to end of file.
24552         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24553         is fine.
24554         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
24555         <bits/mman-linux.h> to end of file.
24556
24557         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
24558         (MCL_CURRENT, MCL_FUTURE): Define here.
24559
24560 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24561
24562         [BZ #15232]
24563         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
24564         attribute_hidden.
24565         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
24566
24567 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24568
24569         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
24570         fourth parameter needed for rt_sigprocmask syscall.
24571         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
24572         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24573         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
24574         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24575         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24576         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
24577
24578 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
24579
24580         [BZ #13550]
24581         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
24582         comment about bounded pointers.
24583         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
24584         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
24585
24586 2013-03-04  Andreas Jaeger  <aj@suse.de>
24587
24588         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
24589         common definitions.
24590
24591         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
24592         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
24593         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
24594         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24595         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
24596         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24597
24598 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24599
24600         [BZ #15055]
24601         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
24602         __ieee754_sqrl instead of __sqrl.
24603
24604 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
24605
24606         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
24607         * sysdeps/powerpc/fpu_control.h: ... here.
24608         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
24609         * sysdeps/powerpc/bits/fenvinline.h: ... here.
24610         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
24611         * sysdeps/powerpc/bits/mathinline.h: ... here.
24612
24613 2013-03-01  Roland McGrath  <roland@hack.frob.com>
24614
24615         * elf/dl-hwcaps.c (_dl_important_hwcaps):
24616         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
24617         to just [NEED_DL_SYSINFO_DSO].
24618         * elf/dl-support.c: Likewise.
24619         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
24620         * elf/rtld.c (dl_main): Likewise.
24621         * elf/setup-vdso.h (setup_vdso): Likewise.
24622         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
24623         * sysdeps/unix/sysv/linux/dl-sysdep.c
24624         (_dl_discover_osversion): Likewise.
24625
24626 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
24627
24628         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
24629         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24630
24631 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
24632
24633         * NEWS: Mention libm performance improvements and non-x86 PI
24634         futex support.
24635
24636         * csu/libc-start.c (__pthread_initialize_minimal): Change
24637         function arguments.
24638         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24639
24640 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
24641
24642         [BZ #13550]
24643         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
24644         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
24645         <bp-sym.h> and <bp-asm.h>.
24646         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24647         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
24648         and <bp-asm.h>.
24649         (memcpy): Don't use BP_SYM.
24650         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
24651         <bp-asm.h>.
24652         (__mpn_add_n): Don't use BP_SYM.
24653         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
24654         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
24655         and <bp-asm.h>.
24656         (__mpn_addmul_1): Don't use BP_SYM.
24657         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24658         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
24659         <bp-sym.h>.
24660         (_setjmp): Don't use BP_SYM.
24661         (__novmx_setjmp): Likewise.
24662         (__GI__setjmp): Likewise.
24663         (__vmx_setjmp): Likewise.
24664         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
24665         <bp-sym.h>.
24666         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
24667         (__bzero): Don't use BP_SYM.
24668         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24669         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24670         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
24671         <bp-sym.h> and <bp-asm.h>.
24672         (memcpy): Don't use BP_SYM.
24673         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
24674         <bp-sym.h> and <bp-asm.h>.
24675         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24676         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
24677         <bp-sym.h> and <bp-asm.h>.
24678         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24679         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
24680         <bp-asm.h>.
24681         (__mpn_lshift): Don't use BP_SYM.
24682         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24683         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
24684         <bp-asm.h>.
24685         (memset): Don't use BP_SYM.
24686         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24687         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24688         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
24689         <bp-asm.h>.
24690         (__mpn_mul_1): Don't use BP_SYM.
24691         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24692         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
24693         <bp-sym.h> and <bp-asm.h>.
24694         (memcmp): Don't use BP_SYM.
24695         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
24696         <bp-sym.h> and <bp-asm.h>.
24697         (memcpy): Don't use BP_SYM.
24698         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
24699         <bp-sym.h> and <bp-asm.h>.
24700         (memset): Don't use BP_SYM.
24701         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
24702         <bp-sym.h> and <bp-asm.h>.
24703         (strncmp): Don't use BP_SYM.
24704         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
24705         <bp-sym.h> and <bp-asm.h>.
24706         (memcpy): Don't use BP_SYM.
24707         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
24708         <bp-sym.h> and <bp-asm.h>.
24709         (memset): Don't use BP_SYM.
24710         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
24711         <bp-sym.h> and <bp-asm.h>.
24712         (__memchr): Don't use BP_SYM.
24713         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
24714         <bp-sym.h> and <bp-asm.h>.
24715         (memcmp): Don't use BP_SYM.
24716         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
24717         <bp-sym.h> and <bp-asm.h>.
24718         (memcpy): Don't use BP_SYM.
24719         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
24720         <bp-sym.h> and <bp-asm.h>.
24721         (__mempcpy): Don't use BP_SYM.
24722         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
24723         <bp-sym.h> and <bp-asm.h>.
24724         (__memrchr): Don't use BP_SYM.
24725         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
24726         <bp-sym.h> and <bp-asm.h>.
24727         (memset): Don't use BP_SYM.
24728         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
24729         <bp-sym.h> and <bp-asm.h>.
24730         (__rawmemchr): Don't use BP_SYM.
24731         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
24732         <bp-sym.h> and <bp-asm.h>.
24733         (__STRCMP): Don't use BP_SYM.
24734         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
24735         <bp-sym.h> and <bp-asm.h>.
24736         (strchr): Don't use BP_SYM.
24737         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
24738         <bp-sym.h> and <bp-asm.h>.
24739         (__strchrnul): Don't use BP_SYM.
24740         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
24741         <bp-sym.h> and <bp-asm.h>.
24742         (strlen): Don't use BP_SYM.
24743         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
24744         <bp-sym.h> and <bp-asm.h>.
24745         (strncmp): Don't use BP_SYM.
24746         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
24747         <bp-sym.h> and <bp-asm.h>.
24748         (__strnlen): Don't use BP_SYM.
24749         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
24750         <bp-asm.h>.
24751         (__mpn_rshift): Don't use BP_SYM.
24752         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24753         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
24754         <bp-sym.h> and <bp-asm.h>.
24755         (__sigsetjmp): Don't use BP_SYM.
24756         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
24757         (L(start_addresses)): Don't use BP_SYM.
24758         (_start): Likewise.
24759         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
24760         <bp-asm.h>.
24761         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
24762         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24763         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24764         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
24765         <bp-asm.h>.
24766         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
24767         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24768         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24769         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
24770         <bp-asm.h>.
24771         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24772         comments.
24773         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24774         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
24775         <bp-asm.h>.
24776         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
24777         FIXME comments.
24778         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24779         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24780         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24781         <bp-asm.h>.
24782         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24783         comment.
24784         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24785         and <bp-asm.h>.
24786         (strncmp): Don't use BP_SYM,
24787         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
24788         <bp-asm.h>.
24789         (__mpn_sub_n): Don't use BP_SYM.
24790         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24791         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
24792         and <bp-asm.h>.
24793         (__mpn_submul_1): Don't use BP_SYM.
24794         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
24796         <bp-sym.h> and <bp-asm.h>.
24797         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
24799         <bp-sym.h> and <bp-asm.h>.
24800         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24801         comment.
24802
24803 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24804
24805         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
24806         Use ZK to minimize writes to Z.
24807         (sub_magnitudes): Simplify code a bit.
24808         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
24809         Use ZK to minimize writes to Z.
24810         (sub_magnitudes): Simplify code a bit.
24811
24812 2013-02-27  Roland McGrath  <roland@hack.frob.com>
24813
24814         * csu/gmon-start.c: Add special exception to license text.
24815
24816 2013-02-27  Richard Henderson  <rth@redhat.com>
24817
24818         * scripts/config.guess: Update from config.git.
24819         * scripts/config.sub: Likewise.
24820
24821 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
24822
24823         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
24824
24825         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24826
24827         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24828
24829         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24830
24831         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24832
24833 2013-02-26  Roland McGrath  <roland@hack.frob.com>
24834
24835         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24836         [$(build-shared = yes].
24837
24838 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24839
24840         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24841         (__mul): Reduce iterations for calculating mantissa.
24842
24843         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24844         MPTWO.
24845         (__mpranred): Likewise.
24846
24847         [BZ #15160]
24848         * malloc/memusagestat.c (main): Draw graphs for heap and stack
24849         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24850
24851 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24852
24853         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24854         Define __attribute__.
24855
24856 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24857
24858         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24859         unused.
24860         * posix/regex_internal.h (__attribute): Remove.
24861         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24862         (re_string_context_at): Likewise.
24863         (bitset_not): Use __attribute__ and mark function as possibly
24864         unused.
24865         (bitset_merge): Likewise.
24866         (bitset_mask): Likewise.
24867         (re_string_char_size_at): Likewise.
24868         (re_string_wchar_at): Likewise.
24869         (re_string_elem_size_at): Likewise.
24870
24871 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24872
24873         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24874         code.
24875         (cc32): Likewise.
24876
24877         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24878         (__acr): Likewise.
24879         (__cpy): Likewise.
24880         (norm): Likewise.
24881         (denorm): Likewise.
24882         (__dbl_mp): Likewise.
24883         (add_magnitudes): Likewise.
24884         (sub_magnitudes): Likewise.
24885         (__mul): Likewise.
24886         (__inv): Likewise.
24887
24888         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24889         style.
24890
24891         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24892         style.
24893
24894         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24895         code.
24896
24897         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24898         up changes with default code.
24899         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24900         Likewise.
24901
24902 2013-02-24  Allan McRae  <allan@archlinux.org>
24903
24904         * manual/socket.texi (The Internet Namespace): Order menu items
24905         to match that in the file.
24906
24907         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24908         node listing of the info page menu.
24909
24910 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24911
24912         [BZ #13550]
24913         * sysdeps/i386/bp-asm.h: Remove file.
24914         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24915         (PARMS): Do not use macros from bp-asm.h.
24916         (S1): Likewise.
24917         (S2): Likewise.
24918         (SIZE): Likewise.
24919         (__mpn_add_n): Do not use BP_SYM
24920         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24921         "bp-asm.h".
24922         (PARMS): Do not use macros from bp-asm.h.
24923         (S1): Likewise.
24924         (SIZE): Likewise.
24925         (__mpn_addmul_1): Do not use BP_SYM
24926         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24927         "bp-asm.h".
24928         (PARMS): Do not use macros from bp-asm.h.
24929         (SIGMSK): Likewise.
24930         (_setjmp): Likewise.  Do not use BP_SYM.
24931         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24932         "bp-asm.h".
24933         (PARMS): Do not use macros from bp-asm.h.
24934         (SIGMSK): Likewise.
24935         (setjmp): Likewise.  Do not use BP_SYM.
24936         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24937         "bp-asm.h".
24938         (PARMS): Do not use macros from bp-asm.h.
24939         (__frexp): Do not use BP_SYM.
24940         (frexp): Likewise.
24941         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24942         "bp-asm.h".
24943         (PARMS): Do not use macros from bp-asm.h.
24944         (__frexpf): Do not use BP_SYM.
24945         (frexpf): Likewise.
24946         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24947         "bp-asm.h".
24948         (PARMS): Do not use macros from bp-asm.h.
24949         (__frexpl): Do not use BP_SYM.
24950         (frexpl): Likewise.
24951         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24952         "bp-asm.h".
24953         (PARMS): Do not use macros from bp-asm.h.
24954         (__remquo): Do not use BP_SYM.
24955         (remquo): Likewise.
24956         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24957         "bp-asm.h".
24958         (PARMS): Do not use macros from bp-asm.h.
24959         (__remquof): Do not use BP_SYM.
24960         (remquof): Likewise.
24961         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24962         "bp-asm.h".
24963         (PARMS): Do not use macros from bp-asm.h.
24964         (__remquol): Do not use BP_SYM.
24965         (remquol): Likewise.
24966         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24967         "bp-asm.h".
24968         (PARMS): Do not use macros from bp-asm.h.
24969         (DEST): Likewise.
24970         (SRC): Likewise.
24971         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
24972         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24973         "bp-asm.h".
24974         (PARMS): Do not use macros from bp-asm.h.
24975         (strlen): Do not use BP_SYM.
24976         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24977         "bp-asm.h".
24978         (PARMS): Do not use macros from bp-asm.h.
24979         (S1): Likewise.
24980         (S2): Likewise.
24981         (SIZE): Likewise.
24982         (__mpn_add_n): Do not use BP_SYM.
24983         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24984         "bp-asm.h".
24985         (PARMS): Do not use macros from bp-asm.h.
24986         (S1): Likewise.
24987         (SIZE): Likewise.
24988         (__mpn_addmul_1): Do not use BP_SYM.
24989         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24990         weak_alias.
24991         (bzero): Likewise.
24992         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24993         "bp-asm.h".
24994         (PARMS): Do not use macros from bp-asm.h.
24995         (S): Likewise.
24996         (SIZE): Likewise.
24997         (__mpn_lshift): Do not use BP_SYM.
24998         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24999         "bp-asm.h".
25000         (PARMS): Do not use macros from bp-asm.h.
25001         (DEST): Likewise.
25002         (SRC): Likewise.
25003         (LEN): Likewise.
25004         (memcpy): Likewise.  Do not use BP_SYM.
25005         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
25006         libc_hidden_def and weak_alias.
25007         (mempcpy): Do not use BP_SYM in weak_alias.
25008         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
25009         "bp-asm.h".
25010         (PARMS): Do not use macros from bp-asm.h.
25011         (DEST): Likewise.
25012         (LEN): Likewise.
25013         [!BZERO_P] (CHR): Likewise.
25014         (memset): Likewise.  Do not use BP_SYM.
25015         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
25016         "bp-asm.h".
25017         (PARMS): Do not use macros from bp-asm.h.
25018         (S1): Likewise.
25019         (SIZE): Likewise.
25020         (__mpn_mul_1): Do not use BP_SYM.
25021         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
25022         "bp-asm.h".
25023         (PARMS): Do not use macros from bp-asm.h.
25024         (S): Likewise.
25025         (SIZE): Likewise.
25026         (__mpn_rshift): Do not use BP_SYM.
25027         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
25028         "bp-asm.h".
25029         (PARMS): Do not use macros from bp-asm.h.
25030         (STR): Likewise.
25031         (CHR): Likewise.
25032         (strchr): Likewise.  Do not use BP_SYM.
25033         (index): Do not use BP_SYM in weak_alias.
25034         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
25035         "bp-asm.h".
25036         (PARMS): Do not use macros from bp-asm.h.
25037         (DEST): Likewise.
25038         (SRC): Likewise.
25039         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
25040         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
25041         "bp-asm.h".
25042         (PARMS): Do not use macros from bp-asm.h.
25043         (strlen): Do not use BP_SYM.
25044         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
25045         "bp-asm.h".
25046         (PARMS): Do not use macros from bp-asm.h.
25047         (S1): Likewise.
25048         (S2): Likewise.
25049         (SIZE): Likewise.
25050         (__mpn_sub_n): Do not use BP_SYM.
25051         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
25052         "bp-asm.h".
25053         (PARMS): Do not use macros from bp-asm.h.
25054         (S1): Likewise.
25055         (SIZE): Likewise.
25056         (__mpn_submul_1): Do not use BP_SYM.
25057         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
25058         "bp-asm.h".
25059         (PARMS): Do not use macros from bp-asm.h.
25060         (S1): Likewise.
25061         (S2): Likewise.
25062         (SIZE): Likewise.
25063         (__mpn_add_n): Do not use BP_SYM.
25064         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
25065         weak_alias.
25066         (bzero): Likewise.
25067         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
25068         "bp-asm.h".
25069         (PARMS): Do not use macros from bp-asm.h.
25070         (BLK2): Likewise.
25071         (LEN): Likewise.
25072         (memcmp): Do not use BP_SYM.
25073         (bcmp): Do not use BP_SYM in weak_alias.
25074         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
25075         "bp-asm.h".
25076         (PARMS): Do not use macros from bp-asm.h.
25077         (DEST): Likewise.
25078         (SRC): Likewise.
25079         (LEN): Likewise.
25080         (memcpy): Likewise.  Do not use BP_SYM.
25081         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
25082         "bp-asm.h".
25083         (PARMS): Do not use macros from bp-asm.h.
25084         (DEST): Likewise.
25085         (SRC): Likewise.
25086         (LEN): Likewise.
25087         (memmove): Likewise.  Do not use BP_SYM.
25088         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
25089         "bp-asm.h".
25090         (PARMS): Do not use macros from bp-asm.h.
25091         (DEST): Likewise.
25092         (SRC): Likewise.
25093         (LEN): Likewise.
25094         (__mempcpy): Likewise.  Do not use BP_SYM.
25095         (mempcpy): Do not use BP_SYM in weak_alias.
25096         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
25097         "bp-asm.h".
25098         (PARMS): Do not use macros from bp-asm.h.
25099         (DEST): Likewise.
25100         (LEN): Likewise.
25101         [!BZERO_P] (CHR): Likewise.
25102         (memset): Likewise.  Do not use BP_SYM.
25103         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
25104         "bp-asm.h".
25105         (PARMS): Do not use macros from bp-asm.h.
25106         (STR2): Likewise.
25107         (strcmp): Do not use BP_SYM.
25108         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
25109         "bp-asm.h".
25110         (PARMS): Do not use macros from bp-asm.h.
25111         (STR): Likewise.
25112         (DELIM): Likewise.
25113         [USE_AS_STRTOK_R] (SAVE): Likewise.
25114         (FUNCTION): Likewise.  Do not use BP_SYM.
25115         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25116         aliases.
25117         (strtok_r): Likewise.
25118         (__GI___strtok_r): Likewise.
25119         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25120         (PARMS): Do not use macros from bp-asm.h.
25121         (S): Likewise.
25122         (SIZE): Likewise.
25123         (__mpn_lshift): Do not use BP_SYM.
25124         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25125         (PARMS): Do not use macros from bp-asm.h.
25126         (STR): Likewise.
25127         (CHR): Likewise.
25128         (__memchr): Do not use BP_SYM.
25129         (memchr): Do not use BP_SYM in weak_alias.
25130         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25131         (PARMS): Do not use macros from bp-asm.h.
25132         (BLK2): Likewise.
25133         (LEN): Likewise.
25134         (memcmp): Do not use BP_SYM.
25135         (bcmp): Do not use BP_SYM in weak_alias.
25136         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
25137         (PARMS): Do not use macros from bp-asm.h.
25138         (S1): Likewise.
25139         (SIZE): Likewise.
25140         (__mpn_mul_1): Do not use BP_SYM.
25141         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25142         "bp-asm.h".
25143         (PARMS): Do not use macros from bp-asm.h.
25144         (STR): Likewise.
25145         (CHR): Likewise.
25146         (__rawmemchr): Do not use BP_SYM.
25147         (rawmemchr): Do not use BP_SYM in weak_alias.
25148         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25149         (PARMS): Do not use macros from bp-asm.h.
25150         (S): Likewise.
25151         (SIZE): Likewise.
25152         (__mpn_rshift): Do not use BP_SYM.
25153         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25154         (PARMS): Do not use macros from bp-asm.h.
25155         (SIGMSK): Likewise.
25156         (__sigsetjmp): Likewise.  Do not use BP_SYM.
25157         * sysdeps/i386/start.S: Do not include "bp-sym.h".
25158         (_start): Do not use BP_SYM.
25159         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25160         (PARMS): Do not use macros from bp-asm.h.
25161         (DEST): Likewise.
25162         (SRC): Likewise.
25163         (__stpcpy): Likewise.  Do not use BP_SYM.
25164         (stpcpy): Do not use BP_SYM in weak_alias.
25165         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25166         "bp-asm.h".
25167         (PARMS): Do not use macros from bp-asm.h.
25168         (DEST): Likewise.
25169         (SRC): Likewise.
25170         (LEN): Likewise.
25171         (__stpncpy): Likewise.  Do not use BP_SYM.
25172         (stpncpy): Do not use BP_SYM in weak_alias.
25173         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25174         (PARMS): Do not use macros from bp-asm.h.
25175         (STR): Likewise.
25176         (CHR): Likewise.
25177         (strchr): Likewise.  Do not use BP_SYM.
25178         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25179         "bp-asm.h".
25180         (PARMS): Do not use macros from bp-asm.h.
25181         (STR): Likewise.
25182         (CHR): Likewise.
25183         (__strchrnul): Likewise.  Do not use BP_SYM.
25184         (strchrnul): Do not use BP_SYM in weak_alias.
25185         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25186         "bp-asm.h".
25187         (PARMS): Do not use macros from bp-asm.h.
25188         (STOP): Likewise.
25189         (strcspn): Do not use BP_SYM.
25190         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25191         "bp-asm.h".
25192         (PARMS): Do not use macros from bp-asm.h.
25193         (STR): Likewise.
25194         (STOP): Likewise.
25195         (strpbrk): Likewise.  Do not use BP_SYM.
25196         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25197         "bp-asm.h".
25198         (PARMS): Do not use macros from bp-asm.h.
25199         (STR): Likewise.
25200         (CHR): Likewise.
25201         (strrchr): Likewise.  Do not use BP_SYM.
25202         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25203         (PARMS): Do not use macros from bp-asm.h.
25204         (SKIP): Likewise.
25205         (strspn): Do not use BP_SYM.
25206         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25207         (PARMS): Do not use macros from bp-asm.h.
25208         (STR): Likewise.
25209         (DELIM): Likewise.
25210         (SAVE): Likewise.
25211         (FUNCTION): Likewise.  Do not use BP_SYM.
25212         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25213         aliases.
25214         (strtok_r): Likewise.
25215         (__GI___strtok_r): Likewise.
25216         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25217         (PARMS): Do not use macros from bp-asm.h.
25218         (S1): Likewise.
25219         (S2): Likewise.
25220         (SIZE): Likewise.
25221         (__mpn_sub_n): Do not use BP_SYM.
25222         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25223         "bp-asm.h".
25224         (PARMS): Do not use macros from bp-asm.h.
25225         (S1): Likewise.
25226         (SIZE): Likewise.
25227         (__mpn_submul_1): Do not use BP_SYM.
25228         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25229         <bp-sym.h>.
25230         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25231         and <bp-asm.h>.
25232         (PARMS): Do not use macros from bp-asm.h.
25233         (FLAGS): Likewise.
25234         (PTID): Likewise.
25235         (TLS): Likewise.
25236         (CTID): Likewise.
25237         (__clone): Do not use BP_SYM.
25238         (clone): Do not use BP_SYM in weak_alias.
25239         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25240         and <bp-asm.h>.
25241         (PARMS): Do not use macros from bp-asm.h.
25242         (LEN): Likewise.
25243         (__mmap64): Do not use BP_SYM.
25244         (mmap64): Do not use BP_SYM in weak_alias.
25245         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25246         <bp-sym.h> and <bp-asm.h>.
25247         (PARMS): Do not use macros from bp-asm.h.
25248         (__posix_fadvise64_l64): Do not use BP_SYM.
25249         * sysdeps/unix/sysv/linux/i386/semtimedop.S
25250         (PARMS): Do not use macros from bp-asm.h.
25251         (NSOPS): Likewise.
25252         (semtimedop): Do not use BP_SYM.
25253         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25254         and <bp-asm.h>.
25255
25256 2013-02-21  Allan McRae  <allan@archlinux.org>
25257
25258         * manual/message.texi (Charset conversion in gettext):
25259         Move @end statement to beginning of line.
25260
25261 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25262
25263         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25264         static.
25265         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25266         Likewise.
25267
25268         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25269         (denorm): Likewise.
25270         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25271         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25272
25273 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25274
25275         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25276         tail-call to the resolved function if pltexit isn't needed.
25277
25278 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25279
25280         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25281         or Y being zero as being unlikely.
25282         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25283         Likewise.
25284
25285 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
25286
25287         * manual/nss.texi (System Databases and Name Service Switch):
25288         Remove frobnicate @pxref.
25289
25290 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25291
25292         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25293         __attribute__ ((unused)) to __attribute__ ((__unused__)).
25294
25295 2013-02-20  Petr Machata  <pmachata@redhat.com>
25296
25297         * elf/elf.h (R_ARM_TARGET1): New macro.
25298         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25299         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25300         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25301         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25302         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25303         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25304         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25305         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25306         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25307         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25308         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25309         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25310         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25311         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25312         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25313         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25314         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25315         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25316         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25317         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25318         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25319         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25320         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25321         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25322         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25323         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25324         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25325         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25326         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25327         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25328         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25329         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25330         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25331         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25332         (R_ARM_THM_GOT_BREL12): Likewise.
25333         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25334         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25335         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25336         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25337         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25338         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25339         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25340         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25341         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25342
25343 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25344
25345         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25346         __attribute_used__ to __attribute__ ((unused)).
25347
25348 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25349
25350         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25351         powerpc mpa.c.
25352         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25353         comment formatting.
25354         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25355
25356 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
25357
25358         [BZ #13550]
25359         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25360         Remove macro.
25361         (ENTER): Remove both macro definitions.
25362         (LEAVE): Likewise.
25363         (CHECK_BOUNDS_LOW): Likewise.
25364         (CHECK_BOUNDS_HIGH): Likewise.
25365         (CHECK_BOUNDS_BOTH): Likewise.
25366         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25367         (RETURN_BOUNDED_POINTER): Likewise.
25368         (RETURN_NULL_BOUNDED_POINTER): Likewise.
25369         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25370         (POP_ERRNO_LOCATION_RETURN): Likewise.
25371         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25372         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25373         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25374         macros.
25375         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25376         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25377         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25378         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25379         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25380         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25381         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25382         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25383         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25384         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25385         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25386         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25387         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25388         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25389         removed macros.
25390         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25391         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25392         macros.
25393         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25394         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25395         * sysdeps/i386/i586/memset.S (memset): Likewise.
25396         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25397         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25398         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25399         macros.
25400         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25401         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25402         Change uses of L(2) to L(out).
25403         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25404         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25405         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25406         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25407         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25408         removed macros.
25409         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25410         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25411         macros.
25412         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25413         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25414         (RETURN): Do not use macro LEAVE.
25415         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25416         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25417         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25418         * sysdeps/i386/i686/memset.S (memset): Likewise.
25419         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25420         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25421         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25422         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25423         Likewise.
25424         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25425         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
25426         L(1_2) and L(1_3) into L(1).
25427         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25428         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25429         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25430         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25431         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25432         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25433         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25434         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25435         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25436         macros.
25437         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25438         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25439         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25440         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25441         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25442         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25443         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25444         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25445         * sysdeps/i386/strcspn.S (strcspn): Likewise.
25446         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25447         * sysdeps/i386/strrchr.S (strrchr): Likewise.
25448         * sysdeps/i386/strspn.S (strspn): Likewise.
25449         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25450         conditional code.
25451         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25452         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25453         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25454         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
25455         L(1_3) into L(1_1).
25456         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25457         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25458         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25459         macros.
25460         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25461
25462 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
25463
25464         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25465         macro.
25466
25467 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25468
25469         * math/atest-exp.c (exp_mpn): Remove ROUND.
25470         * math/atest-exp2.c (exp_mpn): Likewise.
25471         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25472
25473         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25474         * stdlib/tst-tls-atexit-lib.c: Likewise.
25475         * stdlib/tst-tls-atexit.c: Likewise.
25476
25477 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25478
25479         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25480         and __attribute_alloc_size__.
25481
25482 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25483
25484         * include/programs/xmalloc.h: Change __attribute_alloc_size to
25485         __attribute_alloc_size__.
25486         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25487         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25488
25489 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25490
25491         * include/programs/xmalloc.h: New file.
25492         * catgets/gencat.c: Include it.
25493         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25494         * elf/pldd.c: Likewise.
25495         * iconv/iconv_charmap.c: Likewise.
25496         * iconv/iconvconfig.c: Likewise.
25497         * iconv/strtab.c: Likewise.
25498         * locale/programs/locale.c: Likewise.
25499         * locale/programs/localedef.h: Likewise.
25500         * locale/programs/simple-hash.c: Likewise.
25501         * nscd/nscd.h: Likewise.
25502         * nss/makedb.c: Likewise.
25503         * sysdeps/generic/ldconfig.h: Likewise.
25504
25505 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25506
25507         * Versions.def: Add GLIBC_2.18.
25508         * include/link.h (struct link_map): New member l_tls_dtor_count.
25509         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25510         (__call_tls_dtors): Likewise.
25511         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25512         __cxa_thread_atexit_impl.
25513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25514         Likewise.
25515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25516         Likewise.
25517         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25518         Likewise.
25519         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25520         Likewise.
25521         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25522         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25523         Likewise.
25524         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25525         Likewise.
25526         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25527         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25528         Likewise.
25529         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25530         (tests): Add test case tst-tls-atexit.
25531         (modules-names): Add shared library for tst-tls-atexit.
25532         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
25533         (GLIBC_PRIVATE): Add __call_tls_dtors.
25534         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
25535         for libstdc++.
25536         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
25537         * stdlib/tst-tls-atexit.c: New test case.
25538         * stdlib/tst-tls-atexit-lib.c: New test case.
25539
25540         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
25541
25542         * elf/Versions (ld): Add _dl_find_dso_for_object.
25543         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
25544         * elf/dl-open.c (_dl_find_dso_for_object): New function.
25545         (dl_open_worker): Use _dl_find_dso_for_object.
25546         * elf/dl-sym.c (do_sym): Likewise.
25547         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
25548
25549 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25550
25551         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
25552         Syntactic changes only.
25553         (_dl_runtime_profile): Do a tail-call to the resolved function.
25554
25555 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
25556
25557         [BZ #13550]
25558         * sysdeps/x86_64/bp-asm.h: Remove file.
25559         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
25560         <bp-sym.h> and <bp-asm.h>.
25561         (__clone): Do not use BP_SYM.
25562         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
25563         <bp-sym.h> and <bp-asm.h>.
25564         * sysdeps/unix/x86_64/sysdep.S: Likewise.
25565         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
25566         "bp-asm.h".
25567         (_setjmp): Do not use BP_SYM.
25568         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
25569         "bp-asm.h".
25570         (setjmp): Do not use BP_SYM.
25571         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
25572         libc_hidden_def.
25573         (mempcpy): Do not use BP_SYM in weak_alias.
25574         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
25575         "bp-asm.h".
25576         (strchr): Do not use BP_SYM.
25577         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
25578         "bp-asm.h".
25579         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
25580         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
25581         (_start): Do not use BP_SYM.
25582         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
25583         "bp-asm.h".
25584         (strcat): Do not use BP_SYM.
25585         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
25586         "bp-asm.h".
25587         (STRCMP): Do not use BP_SYM.
25588         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
25589         "bp-asm.h".
25590         (STRCPY): Do not use BP_SYM.
25591         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
25592         "bp-asm.h".
25593         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
25594         "bp-asm.h".
25595         (FUNCTION): Do not use BP_SYM.
25596         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
25597         weak_alias.
25598         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
25599
25600 2013-02-17  Andreas Jaeger  <aj@suse.de>
25601
25602         * time/Versions: Sort entries.
25603         * string/Versions: Likewise.
25604         * resolv/Versions: Likewise.
25605         * posix/Versions: Likewise.
25606         * iconv/Versions: Likewise.
25607         * elf/Versions: Likewise.
25608         * wcsmbs/Versions: Likewise.
25609
25610 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25611
25612         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
25613         loop termination condition.
25614
25615         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
25616         variable to calculate EZ.
25617         (__sqr): Likewise.
25618
25619         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
25620         the lower precision input.
25621
25622 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
25623
25624         [BZ #13550]
25625         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
25626         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
25627         (run-via-rtld-prefix): Do not handle %-bp tests.
25628         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
25629         (all-object-suffixes): Remove .ob.
25630         (bppfx): Remove variable.
25631         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
25632         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
25633         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
25634         [$(build-bounded) = yes] (libtype.ob): Likewise.
25635         * Makerules (elide-routines.ob): Remove variable.
25636         (do-tests-clean): Do not handle *-bp.out.
25637         (common-mostlyclean): Do not handle *-bp and *-bp.out.
25638         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
25639         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
25640         (tests): Do not include $(tests-bp.out).
25641         (xtests): Do not include $(xtests-bp.out).
25642         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
25643         [$(build-bounded) = yes] ($(addprefix
25644         $(objpfx),$(binaries-bounded))): Remove rule.
25645         ($(objpfx)%-bp.out): Remove rule.
25646         * config.make.in (build-bounded): Remove variable.
25647         * crypt/Makefile [$(build-bounded) = yes]
25648         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
25649         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
25650         append to variable.
25651         [$(build-bounded) = yes] (install-lib): Likewise.
25652         [$(build-bounded) = yes] (generated): Likewise.
25653         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
25654         Remove rule.
25655         * intl/Makefile [$(build-bounded) = yes]
25656         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
25657         * math/Makefile [$(build-bounded) = yes]
25658         ($(tests:%=$(objpfx)%-bp): Likewise.
25659         * misc/Makefile [$(build-bounded) = yes]
25660         ($(objpfx)tst-tsearch-bp): Likewise.
25661         * nptl/Makeconfig (bounded-thread-library): Remove variable.
25662         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
25663         Remove dependency.
25664         * string/Makefile (o-objects.ob): Remove variable.
25665         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
25666         (CFLAGS-.ob): Remove variable.
25667         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
25668         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
25669         both definitions of variable.
25670         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
25671         (ASFLAGS-.ob): Remove variable.
25672
25673 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
25674
25675         [BZ #13550]
25676         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
25677         Remove __BOUNDED_POINTERS__ from condition.
25678         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
25679         * string/bits/string2.h [!__NO_STRING_INLINES &&
25680         !__BOUNDED_POINTERS__]: Likewise.
25681         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
25682         Likewise.
25683         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
25684         Remove conditional code.
25685         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
25686         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
25687         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
25688         condition.
25689
25690         [BZ #13550]
25691         * csu/libc-start.c: Do not include <bp-sym.h>.
25692         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
25693         * elf/dl-open.c: Do not include <bp-sym.h>.
25694         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
25695         * math/fegetenv.c: Do not include <bp-sym.h>.
25696         (fegetenv): Do not use BP_SYM in versioned symbols.
25697         * nptl/sysdeps/pthread/bits/libc-lockP.h
25698         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
25699         <bp-sym.h>.
25700         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25701         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
25702         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25703         (__pthread_mutex_destroy): Likewise.
25704         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25705         (__pthread_mutex_lock): Likewise.
25706         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25707         (__pthread_mutex_trylock): Likewise.
25708         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25709         (__pthread_mutex_unlock): Likewise.
25710         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25711         (__pthread_mutexattr_init): Likewise.
25712         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25713         (__pthread_mutexattr_destroy): Likewise.
25714         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25715         (__pthread_mutexattr_settype): Likewise.
25716         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25717         (__pthread_rwlock_init): Likewise.
25718         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25719         (__pthread_rwlock_destroy): Likewise.
25720         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25721         (__pthread_rwlock_rdlock): Likewise.
25722         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25723         (__pthread_rwlock_tryrdlock): Likewise.
25724         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25725         (__pthread_rwlock_wrlock): Likewise.
25726         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25727         (__pthread_rwlock_trywrlock): Likewise.
25728         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25729         (__pthread_rwlock_unlock): Likewise.
25730         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25731         (__pthread_key_create): Likewise.
25732         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25733         (__pthread_setspecific): Likewise.
25734         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25735         (__pthread_getspecific): Likewise.
25736         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
25737         Likewise.
25738         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25739         (_pthread_cleanup_push_defer): Likewise.
25740         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25741         (_pthread_cleanup_pop_restore): Likewise.
25742         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25743         (pthread_setcancelstate): Likewise.
25744         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
25745         <bp-sym.h>.
25746         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
25747         (memchr): Do not use BP_SYM in weak_alias.
25748         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
25749         (fegetenv): Do not use BP_SYM in versioned symbols.
25750         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
25751         (fesetenv): Do not use BP_SYM in versioned symbols.
25752         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25753         (feupdateenv): Do not use BP_SYM in versioned symbols.
25754         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25755         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25756         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
25757         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
25758         (open64): Do not use BP_SYM in weak_alias.
25759         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
25760         (fegetenv): Do not use BP_SYM in versioned symbols.
25761         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
25762         (fesetenv): Do not use BP_SYM in versioned symbols.
25763         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25764         (feupdateenv): Do not use BP_SYM in versioned symbols.
25765         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
25766         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
25767         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
25768         (feraiseexcept): Do not use BP_SYM in versioned symbols.
25769         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25770         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25771         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
25772         <bp-sym.h>.
25773         (__libc_start_main): Do not use BP_SYM.
25774
25775 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25776
25777         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25778         redundant return line.
25779         (norm): Likewise.
25780         (denorm): Likewise.
25781         (dbl_mp): Likewise.
25782         (sub_magnitudes): Likewise.
25783         (__add): Likewise.
25784         (__sub): Likewise.
25785         (__mul): Likewise.
25786         (__inv): Likewise.
25787         (__dvd): Likewise.
25788         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
25789         (norm): Likewise.
25790         (denorm): Likewise.
25791         (dbl_mp): Likewise.
25792         (sub_magnitudes): Likewise.
25793         (__add): Likewise.
25794         (__sub): Likewise.
25795         (__mul): Likewise.
25796         (__inv): Likewise.
25797         (__dvd): Likewise.
25798
25799         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
25800         instead of __mul.
25801         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25802         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
25803         (cc32): Likewise.
25804
25805         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
25806         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
25807         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
25808         of __mul for squares.
25809         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
25810         function
25811         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
25812         Likewise.
25813         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
25814         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25815
25816 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
25817
25818         [BZ #13550]
25819         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
25820         code.
25821         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
25822         prototype or function definition.  Rename ubp_* variables and
25823         parameters.  Remove argv definitions conditional on
25824         [__BOUNDED_POINTERS__].
25825         * debug/backtrace.c (__backtrace): Do not use __unbounded.
25826         * elf/dl-runtime.c (_dl_fixup): Likewise.
25827         * include/set-hooks.h (RUN_HOOK): Likewise.
25828         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25829         definition.
25830         * string/strcpy.c (strcpy): Do not use __unbounded.
25831         * sysdeps/generic/frame.h (struct layout): Likewise.
25832         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25833         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25834         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25835         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25836         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25837         (__backtrace): Likewise.
25838         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25839         use __ptrvalue.
25840         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25841         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25842         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25843         Likewise.
25844         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25845         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25846         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25847         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25848         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25849         Do not use __unbounded.
25850         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25851         Rename __unboundedrlimits parameter to rlimits in prototype.
25852         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25853         Do not use __unbounded.
25854         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25855         not use __ptrvalue.
25856         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25857         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25858         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25859         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25860         __ptrvalue or __unbounded.
25861         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25862         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25863         use __unbounded.
25864         (__new_msgctl): Do not use __ptrvalue.
25865         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25866         __unbounded.
25867         (__libc_msgrcv): Do not use __ptrvalue.
25868         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25869         startup_info): Do not use __unbounded.
25870         (__libc_start_main): Likewise.  Rename ubp_* variables and
25871         parameters.  Remove argv definitions conditional on
25872         [__BOUNDED_POINTERS__].
25873         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25874         __ptrvalue.
25875         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25876         use __unbounded.
25877         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25878         or __ptrvalue.
25879         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25880         use __unbounded.
25881         (__new_shmctl): Do not use __ptrvalue.
25882         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25883         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25884         Likewise.
25885         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25886         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25887         (__libc_sigaction): Likewise.
25888         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25889         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25890         Likewise.
25891         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25892
25893 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25894
25895         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25896
25897         * string/mempcpy.c: Implement by calling memcpy.
25898
25899 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25900
25901         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25902
25903         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25904         evaluation.
25905
25906         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25907         values in the mantissa.
25908
25909         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25910         minimize writes to Z.
25911         (sub_magnitudes): Simplify code a bit.
25912
25913 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25914
25915         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25916         from the message.  The linker prefixes all warnings with that already.
25917
25918 2013-02-12  Andreas Schwab  <schwab@suse.de>
25919
25920         [BZ #15078]
25921         * posix/regexec.c (extend_buffers): Add parameter min_len.
25922         (check_matching): Pass minimum needed length.
25923         (clean_state_log_if_needed): Likewise.
25924         (get_subexp): Likewise.
25925         * posix/Makefile (tests): Add bug-regex34.
25926         (bug-regex34-ENV): Define.
25927         * posix/bug-regex34.c: New file.
25928
25929         [BZ #11561]
25930         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25931         elements compare against the byte sequence of it, not its name.
25932         * posix/Makefile (tests): Add bug-regex35.
25933         (bug-regex35-ENV): Define.
25934         * posix/bug-regex35.c: New file.
25935
25936 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25937
25938         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25939         comment.
25940         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25941         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25942         (CHECK_EOL): Add undef.
25943
25944 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
25945
25946         * bits/stdlib-bsearch.h: New file.
25947         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
25948         * stdlib/stdlib.h: Likewise.
25949
25950 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25951
25952         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25953         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25954         declaration.
25955         * manual/search.texi (Array Search Function): Add missing const in
25956         lfind prototype.
25957         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25958         declaration to use rlim_t.
25959         (Basic Scheduling Functions): Remove erroneous const from
25960         sched_getparam prototype.  Remove erroneous * from
25961         sched_get_priority_max and sched_get_priority_min prototypes.
25962         (Resource Usage): Fix summary @comment on vtimes to refer to
25963         sys/vtimes.h rather than vtimes.h.
25964         Add missing *s in vtimes prototype.
25965         (Limits on Resources): Fix ulimit prototype to return long int.
25966         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25967         prototypes to use long int rather than double.
25968         (BSD Random): Fix initstate and setstate to use char *, not void *.
25969         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25970         prototype to make second argument 'struct aiocb64 *const[]'.
25971         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25972         (Status of AIO Operations): Remove erroneous const in aio_return and
25973         aio_return64 prototypes.
25974         (Synchronizing I/O): Fix sync prototype to return void.
25975         * manual/startup.texi (Suboptions): Remove an erroneous const in
25976         getsubopt prototype.
25977         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25978         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25979         use size_t rather than int.
25980         (Scanning All Users): Likewise for getpwent_r.
25981         (Setting Groups): Add missing const to setgroups prototype.
25982         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25983         * manual/socket.texi (Host Names): Fix gethostbyaddr and
25984         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25985         'const void *' rather than 'const char *'.
25986         (Host Address Functions): Likewise for inet_ntop.
25987         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25988         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25989         ssize_t for return value.
25990         (Sending Data): Likewise for send, sendto, sendmsg.
25991         (Socket Option Functions): Add a missing const in setsockopt prototype.
25992         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25993         use wchar_t for the argument.
25994         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25995         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25996         take no arguments.
25997         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25998         double/float/long double for second argument.
25999         Fix return types of significand, significandf, significandl.
26000         * manual/filesys.texi (Setting Permissions): Use mode_t for second
26001         argument in fchmod prototype.
26002         (File Owner): Use uid_t and gid_t in fchown prototype.
26003         (File Times): Add const to utimes, futimes, and lutimes prototypes.
26004         (Making Special Files): Use mode_t and dev_t in mknod prototype.
26005         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
26006         use 'const struct dirent **' as argument types to CMP function pointer
26007         argument.
26008         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
26009         (File Times): Fix summary magic @comment for struct utimbuf and utime
26010         to refer to utime.h, not time.h.
26011         * manual/string.texi (Argz Functions): Add missing const in
26012         argz_extract and argz_next prototypes.
26013         (Finding Tokens in a String): Likewise for basename.
26014         (String/Array Comparison): Fix typo in wcscasecmp prototype.
26015         (Copying and Concatenation): Fix typo in wmemmove prototype.
26016         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
26017         (Signal Stack): Remove erroneous const in sigstack prototype.
26018         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
26019         prototype.
26020         (Simple Calendar Time): Likewise for stime.
26021         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
26022         prototype.
26023         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
26024         say sys/sysctl.h instead.
26025         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
26026         and vsyslog prototypes.
26027
26028 2013-02-11  Tom de Vries  <tom@codesourcery.com>
26029
26030         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
26031         Remove.
26032
26033 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26034
26035         * misc/sys/mman.h: Fix typo in mremap comment.
26036
26037 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26038
26039         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
26040         the '\0' terminator.
26041
26042 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26043
26044         [BZ #13550]
26045         * debug/segfault.c: Don't include <bp-checks.h>.
26046         * sysdeps/generic/bp-checks.h: Remove file.
26047         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
26048         (__GETDENTS): Don't use CHECK_N.
26049         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
26050         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
26051         (__getgroups): Don't use CHECK_N.
26052         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
26053         (setgroups): Don't use CHECK_N.
26054         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
26055         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
26056         (__libc_msgrcv): Don't use CHECK_N.
26057         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
26058         (__libc_msgsnd): Don't use CHECK_N.
26059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
26060         <bp-checks.h>.
26061         (__libc_pread): Don't use CHECK_N.
26062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
26063         include <bp-checks.h>.
26064         (__libc_pread64): Don't use CHECK_N.
26065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
26066         include <bp-checks.h>.
26067         (__libc_pwrite): Don't use CHECK_N.
26068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
26069         include <bp-checks.h>.
26070         (__libc_pwrite64): Don't use CHECK_N.
26071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
26072         <bp-checks.h>.
26073         (__libc_pread): Don't use CHECK_N.
26074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
26075         include <bp-checks.h>.
26076         (__libc_pread64): Don't use CHECK_N.
26077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
26078         include <bp-checks.h>.
26079         (__libc_pwrite): Don't use CHECK_N.
26080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
26081         include <bp-checks.h>.
26082         (__libc_pwrite64): Don't use CHECK_N.
26083         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
26084         (do_pread): Don't use CHECK_N.
26085         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
26086         (do_pread64): Don't use CHECK_N.
26087         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
26088         (do_pwrite): Don't use CHECK_N.
26089         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
26090         (do_pwrite64): Don't use CHECK_N.
26091         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
26092         (__libc_readv): Don't use CHECK_N.
26093         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
26094         (semop): Don't use CHECK_N.
26095         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
26096         <bp-checks.h>.
26097         (semtimedop): Don't use CHECK_N.
26098         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
26099         (__libc_pread): Don't use CHECK_N.
26100         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
26101         <bp-checks.h>.
26102         (__libc_pread64): Don't use CHECK_N.
26103         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
26104         <bp-checks.h>.
26105         (__libc_pwrite): Don't use CHECK_N.
26106         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
26107         <bp-checks.h>.
26108         (__libc_pwrite64): Don't use CHECK_N.
26109         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26110         <bp-checks.h>.
26111         (__libc_msgrcv): Don't use CHECK_N.
26112         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26113         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
26114         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26115         (__libc_writev): Don't use CHECK_N.
26116
26117 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26118
26119         * string/strcpy.c: Removed unused variable.
26120
26121         * Makeconfig (+sysdep-includes): Define with := rather than =.
26122         Use an existing include/ subdir of each sysdeps dir before it.
26123
26124 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26125
26126         * nscd/connection.c (register_traced_file): Comment function.
26127         [HAVE_INOTIFY] (union __inev): Define.
26128         [HAVE_INOTIFY] (inotify_check_files): New function.
26129         [HAVE_INOTIFY] (clear_db_cache): Likewise.
26130         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26131         clear_db_cache.
26132         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26133
26134 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26135
26136         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
26137         loaded if not already and that a failure is permanent.
26138
26139 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26140
26141         [BZ #15006]
26142         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26143         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26144
26145 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26146
26147         [BZ #13550]
26148         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26149         (CHECK_1_NULL_OK): Likewise.
26150         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26151         (__fxstat): Do not use CHECK_1.
26152         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26153         <bp-checks.h>.
26154         (___fxstat64): Do not use CHECK_1.
26155         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26156         <bp-checks.h>.
26157         (__fxstatat): Do not use CHECK_1.
26158         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26159         <bp-checks.h>.
26160         (__fxstatat64): Do not use CHECK_1.
26161         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26162         <bp-checks.h>.
26163         (__fxstat): Do not use CHECK_1.
26164         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26165         <bp-checks.h>.
26166         (__fxstatat): Do not use CHECK_1.
26167         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26168         <bp-checks.h>.
26169         (__getresgid): Do not use CHECK_1.
26170         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26171         <bp-checks.h>.
26172         (__getresuid): Do not use CHECK_1.
26173         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26174         <bp-checks.h>.
26175         (__lxstat): Do not use CHECK_1.
26176         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26177         <bp-checks.h>.
26178         (__old_msgctl): Do not use CHECK_1.
26179         (__new_msgctl): Likewise.
26180         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26181         <bp-checks.h>.
26182         (__new_setrlimit): Do not use CHECK_1.
26183         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26184         <bp-checks.h>.
26185         (__old_shmctl): Do not use CHECK_1.
26186         (__new_shmctl): Likewise.
26187         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26188         <bp-checks.h>.
26189         (__xstat): Do not use CHECK_1.
26190         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26191         (__lxstat): Do not use CHECK_1.
26192         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26193         <bp-checks.h>.
26194         (___lxstat64): Do not use CHECK_1.
26195         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26196         (__old_msgctl): Do not use CHECK_1.
26197         (__new_msgctl): Likewise.
26198         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26199         <bp-checks.h>.
26200         (__gettimeofday): Do not use CHECK_1.
26201         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26202         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26203         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26204         <bp-checks.h>.
26205         (__gettimeofday): Do not use CHECK_1.
26206         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26207         (__old_shmctl): Do not use CHECK_1_NULL_OK.
26208         (__new_shmctl): Do not use CHECK_1.
26209         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26210         <bp-checks.h>.
26211         (do_sigtimedwait): Do not use CHECK_1.
26212         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26213         <bp-checks.h>.
26214         (do_sigwaitinfo): Do not use CHECK_1.
26215         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26216         <bp-checks.h>.
26217         (msgctl): Do not use CHECK_1.
26218         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26219         <bp-checks.h>.
26220         (shmctl): Do not use CHECK_1.
26221         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26222         (ustat): Do not use CHECK_1.
26223         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26224         <bp-checks.h>.
26225         (__fxstat): Do not use CHECK_1.
26226         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26227         <bp-checks.h>.
26228         (__fxstatat): Do not use CHECK_1.
26229         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26230         <bp-checks.h>.
26231         (__lxstat): Do not use CHECK_1.
26232         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26233         <bp-checks.h>.
26234         (__xstat): Do not use CHECK_1.
26235         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26236         (__xstat): Do not use CHECK_1.
26237         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26238         (___xstat64): Do not use CHECK_1.
26239
26240         [BZ #13550]
26241         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26242         definitions.
26243         (CHECK_BOUNDS_HIGH): Likewise.
26244         * string/strcpy.c: Do not include <bp-checks.h>.
26245         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26246
26247 2013-02-07  Roland McGrath  <roland@hack.frob.com>
26248
26249         * nscd/nscd-client.h (__nscd_drop_map_ref):
26250         Add __attribute__ ((unused)).
26251         * nis/nss-nisplus.h (niserr2nss): Likewise.
26252
26253         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26254         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26255
26256         * csu/libc-tls.c (init_static_tls, init_slotinfo):
26257         Remove inline keyword.
26258         * include/rounding-mode.h (round_away): Likewise.
26259         * libio/wfileops.c (adjust_wide_data): Likewise.
26260         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26261         (__m128i_strloadu_tolower): Likewise.
26262         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26263         (__m128i_strloadu_tolower): Likewise.
26264         * time/mktime.c (ydhms_diff): Likewise.
26265         * locale/elem-hash.h (elem_hash): Likewise.
26266         * locale/setlocale.c (setdata): Likewise.
26267         * posix/regex_internal.h (re_string_char_size_at): Likewise.
26268         (re_string_wchar_at): Likewise.
26269         (bitset_not, bitset_merge, bitset_mask): Likewise.
26270         [!(__GNUC__ > 3)] (inline): Remove macro.
26271         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26272         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26273         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26274         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26275         * string/memcmp.c (memcmp_bytes): Likewise.
26276         * locale/programs/locarchive.c (compute_hashval): Likewise.
26277         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26278         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26279         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26280         * nss/getent.c (print_rpc, print_protocols): Likewise.
26281         (print_passwd, print_group, print_aliases): Likewise.
26282         * nis/nss-nisplus.h (niserr2nss): Likewise.
26283         * nscd/connections.c (restart_p): Likewise.
26284         Change return type to bool.
26285
26286 2013-02-05  Roland McGrath  <roland@hack.frob.com>
26287
26288         * Makeconfig (all-Depend-files): Add existing
26289         $(sorted-subdirs:=/Depend) files.
26290         (all-subdirs): Remove nss.
26291         * sysdeps/unix/inet/Subdirs: Add it here instead.
26292         * hesiod/Depend: New file.
26293
26294         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26295         instead of calling alloca.
26296
26297         * io/lseek.c (__lseek): Rename to __libc_lseek.
26298         Define __lseek as an alias.
26299
26300         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26301
26302 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
26303
26304         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26305         else clause and remove check for non-standard endianness.
26306
26307 2013-02-04  David S. Miller  <davem@davemloft.net>
26308
26309         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26310
26311 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
26312
26313         [BZ #13550]
26314         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26315         (__ubp_memchr): Remove prototype.
26316         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26317         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26318         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26319         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26320         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26321         Remove alias.
26322         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26323         (__ubp_memchr): Likewise.
26324         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26325         (__ubp_memchr): Likewise.
26326         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26327         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26328         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26329         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26330         CHECK_STRING.
26331         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26332         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26333         (__getcwd): Do not use CHECK_STRING.
26334         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26335         <bp-checks.h>.
26336         (__real_chown): Do not use CHECK_STRING.
26337         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26338         <bp-checks.h>.
26339         (fchownat): Do not use CHECK_STRING.
26340         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26341         CHECK_STRING.
26342         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26343         <bp-checks.h>.
26344         (__lchown): Do not use CHECK_STRING.
26345         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26346         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26347         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26348         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26350         include <bp-checks.h>.
26351         (truncate64): Do not use CHECK_STRING.
26352         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26353         <bp-checks.h>.
26354         (__real_chown): Do not use CHECK_STRING.
26355         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26356         <bp-checks.h>.
26357         (__lchown): Do not use CHECK_STRING.
26358         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26359         <bp-checks.h>.
26360         (__chown): Do not use CHECK_STRING.
26361         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26362         <bp-checks.h>.
26363         (truncate64): Do not use CHECK_STRING.
26364         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26365         Likewise.
26366         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26367         (__xmknod): Do not use CHECK_STRING.
26368         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26369         <bp-checks.h>.
26370         (__xmknodat): Do not use CHECK_STRING.
26371         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26372         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26373
26374 2013-02-04  Andreas Schwab  <schwab@suse.de>
26375
26376         [BZ #14142]
26377         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26378         * include/netdb.h: Likewise for h_errno.
26379         * elf/tst-stackguard1.c: Include <tls.h>.
26380
26381 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
26382
26383         * elf/link.h (struct link_map): Extend the l_addr comment.
26384         * include/link.h (struct link_map): Likewise.
26385
26386 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
26387
26388         [BZ #13550]
26389         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26390         (BOUNDED_1): Remove macro.
26391         * debug/backtrace.c: Don't include <bp-checks.h>.
26392         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26393         (__backtrace): Likewise.
26394         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26395         <bp-checks.h>.
26396         (__backtrace): Don't use BOUNDED_1.
26397         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26398         <bp-checks.h>.
26399         (__backtrace): Don't use BOUNDED_1.
26400         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26401         (__backtrace): Don't use BOUNDED_1.
26402         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26403         (shmat): Don't use BOUNDED_N.
26404
26405 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
26406
26407         [BZ #13550]
26408         * sysdeps/generic/bp-start.h: Remove file.
26409         * csu/libc-start.c: Don't include <bp-start.h>.
26410         (LIBC_START_MAIN): Set up __environ directly instead of using
26411         INIT_ARGV_and_ENVIRON.
26412         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26413         <bp-start.h>.
26414
26415         [BZ #13550]
26416         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26417         definitions.
26418         (CHECK_FCNTL): Likewise.
26419         (CHECK_N_PAGES): Likewise.
26420
26421         [BZ #13550]
26422         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26423         definitions.
26424         (CHECK_SIGSET_NULL_OK): Likewise.
26425         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26426         <bp-checks.h>.
26427         (sigpending): Don't use CHECK_SIGSET.
26428         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26429         <bp-checks.h>.
26430         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26431         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26432         <bp-checks.h>.
26433         (do_sigsuspend): Don't use CHECK_SIGSET.
26434         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26435         use CHECK_SIGSET.
26436         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26437         (do_sigwait): Don't use CHECK_SIGSET.
26438         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26439         use CHECK_SIGSET.
26440         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26441         include <bp-checks.h>.
26442         (sigpending): Don't use CHECK_SIGSET.
26443         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26444         include <bp-checks.h>.
26445         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26446         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26447         <bp-checks.h>.
26448         (sigpending): Don't use CHECK_SIGSET.
26449         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26450         <bp-checks.h>.
26451         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26452
26453         [BZ #13550]
26454         * sysdeps/generic/bp-semctl.h: Remove file.
26455         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26456         <bp-checks.h> and <bp-semctl.h>.
26457         (__old_semctl): Don't use CHECK_SEMCTL.
26458         (__new_semctl): Likewise.
26459         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26460         and <bp-semctl.h>.
26461         (__old_semctl): Don't use CHECK_SEMCTL.
26462         (__new_semctl): Likewise.
26463         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26464         <bp-checks.h> and <bp-semctl.h>.
26465         (__old_semctl): Don't use CHECK_SEMCTL.
26466         (__new_semctl): Likewise.
26467         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26468         <bp-checks.h> and <bp-semctl.h>.
26469         (semctl): Don't use CHECK_SEMCTL.
26470
26471         [BZ #13550]
26472         * Makerules (elide-bp-thunks): Remove variable.
26473         (elide-routines.oS): Don't use $(elide-bp-thunks).
26474         (elide-routines.os): Likewise.
26475         (elide-routines.o): Likewise.
26476         (elide-routines.op): Likewise.
26477         (elide-routines.og): Likewise.
26478         (objects): Don't use $(bp-thunks).
26479         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26480         include.
26481         (common-generated): Do not add s-proto-bp.d.
26482         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26483         (int): Likewise.
26484         (typ): Likewise.
26485         Do not generate makefile rules for bounded-pointer thunks.
26486         * sysdeps/generic/bp-thunks.h: Remove file.
26487         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26488         * sysdeps/unix/s-proto-bp.S: Likewise.
26489
26490         [BZ #15062]
26491         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26492         parts of result separately when argument is not close to line from
26493         -i to i and one part of argument is small.
26494         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26495         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26496         * math/libm-test.inc (cacos_test): Add more tests.
26497         (casin_test): Likewise.
26498         (casinh_test): Likewise.
26499         * sysdeps/i386/fpu/libm-test-ulps: Update.
26500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26501
26502 2013-01-31  David S. Miller  <davem@davemloft.net>
26503
26504         * po/de.po: Update from translation team.
26505
26506 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
26507
26508         * time/tzfile.c: Include stdint.h for SIZE_MAX.
26509
26510 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
26511
26512         * configure.in (_AC_PROG_CC_C89): New definition.
26513         * configure: Regenerate.
26514
26515         * configure.in (AC_PROG_CPP): New definition.
26516         * configure: Regenerate.
26517
26518 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26519
26520         * debug/tst-backtrace.h: New file.
26521         * debug/tst-backtrace2.c: Include tst-backtrace.h.
26522         (ret): Remove variable.
26523         (x): Likewise.
26524         (FAIL): Remove macro.
26525         (NO_INLINE): Likewise.
26526         (fn1): Use match function instead of strstr.
26527         * debug/tst-backtrace3.c: Include tst-backtrace.h.
26528         (ret): Remove variable.
26529         (x): Likewise.
26530         (FAIL): Remove macro.
26531         (NO_INLINE): Likewise.
26532         (fn): Use match function instead of strstr.
26533         * debug/tst-backtrace4.c: Include tst-backtrace.h.
26534         (ret): Remove variable.
26535         (x): Likewise.
26536         (FAIL): Remove macro.
26537         (NO_INLINE): Likewise.
26538         (handle_signal): Use match function instead of strstr.
26539         * debug/tst-backtrace5.c: Include tst-backtrace.h.
26540         (ret): Remove variable.
26541         (x): Likewise.
26542         (FAIL): Remove macro.
26543         (NO_INLINE): Likewise.
26544         (handle_signal): Use match function instead of strstr.
26545
26546 2013-01-23  Roland McGrath  <roland@hack.frob.com>
26547
26548         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
26549
26550 2013-01-23  David S. Miller  <davem@davemloft.net>
26551
26552         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
26553         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
26554         argument of CAS if possible.
26555         * sysdeps/sparc/sparc64/bits/atomic.h
26556         (__arch_compare_and_exchange_val_32_acq): Likewise.
26557         (__arch_compare_and_exchange_val_64_acq): Likewise.
26558
26559 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
26560
26561         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
26562         * sysdeps/posix/ulimit.c: ... this.
26563         Include <limits.h>.
26564         * sysdeps/unix/bsd/ulimit.c: Remove file.
26565
26566 2013-01-23  Adam Conrad  <adconrad@0c3.net>
26567
26568         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
26569         (LDFLAGS-tst-array5): Likewise.
26570
26571 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26572
26573         [BZ #15036]
26574         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
26575         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
26576         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
26577         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
26578
26579 2013-01-21  David S. Miller  <davem@davemloft.net>
26580
26581         * sysdeps/sparc/backtrace.c: New file.
26582         * sysdeps/sparc/sparc32/backtrace.h: New file.
26583         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
26584         * sysdeps/sparc/sparc64/backtrace.h: New file.
26585         * sysdeps/sparc/sparc64/backtrace.c: Delete.
26586         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
26587         -funwind-tables.
26588
26589 2013-01-21  Andreas Schwab  <schwab@suse.de>
26590
26591         [BZ #15020]
26592         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
26593         closed its stdout.
26594
26595 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
26596
26597         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
26598         "mpa2.h".
26599         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26600
26601 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
26602             Mark Mitchell  <mark@codesourcery.com>
26603             Tom de Vries  <tom@codesourcery.com>
26604             Paul Pluzhnikov  <ppluzhnikov@google.com>
26605
26606         * debug/tst-backtrace2.c: New file.
26607         * debug/tst-backtrace3.c: Likewise.
26608         * debug/tst-backtrace4.c: Likewise.
26609         * debug/tst-backtrace5.c: Likewise.
26610         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
26611         (CFLAGS-tst-backtrace3.c): Likewise.
26612         (CFLAGS-tst-backtrace4.c): Likewise.
26613         (CFLAGS-tst-backtrace5.c): Likewise.
26614         (LDFLAGS-tst-backtrace2): Likewise.
26615         (LDFLAGS-tst-backtrace3): Likewise.
26616         (LDFLAGS-tst-backtrace4): Likewise.
26617         (LDFLAGS-tst-backtrace5): Likewise.
26618         (tests): Add new tests tst-backtrace2, tst-backtrace3,
26619         tst-backtrace4 and tst-backtrace5.
26620
26621 2013-01-18  Anton Blanchard  <anton@samba.org>
26622             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26623
26624         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
26625         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
26626         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
26627         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
26628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26629         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
26630         "+r" and remove output regs list as redundant.  Add explicit inline
26631         asm to specify register of return val to work around compiler codegen
26632         bug.  Remove (int) cast on return value.  Add return type parameter to
26633         use in macro so that this macro does not truncate return value for
26634         64-bit values.
26635         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
26636         pass to INTERNAL_VSYSCALL_NCS.
26637         (INLINE_VSYSCALL): Add 'long int' as return type to
26638         INTERNAL_VSYSCALL_NCS macro invocation.
26639         (INTERNAL_VSYSCALL): Add 'long int' as return type to
26640         INTERNAL_VSYSCALL_NCS macro invocation.
26641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26642
26643 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26644
26645         [BZ #14496]
26646         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
26647         Fix application of SIMD FP exception mask.
26648
26649         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
26650         mp_no from a power of two.
26651         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
26652         __mpexp_twomm1.  Use __pow_mp.
26653
26654         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
26655         multiplication.
26656
26657 2013-01-17  David S. Miller  <davem@davemloft.net>
26658
26659         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26660
26661 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26662
26663         [BZ #15023]
26664         * include/complex.h: Condition contents on [!_COMPLEX_H].
26665         (__kernel_casinhf): New prototype.
26666         (__kernel_casinh): Likewise.
26667         (__kernel_casinhl): Likewise.
26668         * math/Makefile (libm_calls): Add k_casinh.
26669         * math/k_casinh.c: New file.
26670         * math/k_casinhf.c: Likewise.
26671         * math/k_casinhl.c: Likewise.
26672         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
26673         finite nonzero arguments.
26674         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
26675         finite nonzero arguments.
26676         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
26677         finite nonzero arguments.
26678         * math/s_casinh.c: Do not include <float.h>.
26679         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
26680         * math/s_casinhf.c: Do not include <float.h>.
26681         (__casinhf): Move code for finite nonzero arguments to
26682         k_casinhf.c.
26683         * math/s_casinhl.c: Do not include <float.h>.
26684         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
26685         redefine.
26686         (__casinhl): Move code for finite nonzero arguments to
26687         k_casinhl.c.
26688         * math/libm-test.inc (cacos_test): Add more tests.
26689         * sysdeps/i386/fpu/libm-test-ulps: Update.
26690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26691
26692 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
26693
26694         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
26695         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
26696         [!HAVE_MREMAP]: Remove [defined linux] case.
26697         * malloc/arena.c: Do not include <malloc-sysdep.h>.
26698
26699 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26700
26701         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
26702
26703 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
26704
26705         * elf/elf.h (R_386_SIZE32): New relocation.
26706         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
26707         R_386_SIZE32.
26708         (elf_machine_rela): Likewise.
26709         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
26710         R_X86_64_SIZE64 and R_X86_64_SIZE32.
26711
26712 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26713
26714         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
26715         (FP_FAST_FMA): Do not define.
26716         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
26717         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
26718         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
26719         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
26720         !_SOFT_FLOAT]: Likewise.
26721         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
26722         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
26723         value.
26724         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
26725         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
26726         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
26727         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
26728         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
26729         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
26730         file.
26731
26732 2013-01-16  Andreas Schwab  <schwab@suse.de>
26733
26734         [BZ #14327]
26735         * include/stdlib.h (__mktemp): Add declaration.
26736         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
26737         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
26738
26739 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26740
26741         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
26742         definitions.
26743         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26744         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
26745         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
26746         definitions here.
26747         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
26748         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
26749         definitions.
26750         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
26751         and ONE.
26752         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
26753         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
26754         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
26755         definitions.
26756         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
26757         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
26758         definitions.
26759         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26760
26761         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
26762
26763 2013-01-15  David S. Miller  <davem@davemloft.net>
26764
26765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26766         trunc{,f} to libm-sysdep_routes.
26767         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
26769         file.
26770         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
26771         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
26772         file.
26773         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
26774         file.
26775         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26776         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26777         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26778         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26779         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26780         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26781         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26782         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26783
26784         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26785         nearbyint{,f} to libm-sysdep_routes.
26786         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26787         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
26788         New file.
26789         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
26790         file.
26791         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
26792         New file.
26793         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
26794         file.
26795         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
26796         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
26797         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
26798         file.
26799         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
26800         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
26801         file.
26802         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
26803         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
26804         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
26805
26806         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26807         libc_feholdexcept and libc_fesetenv.
26808
26809 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
26810
26811         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
26812
26813 2013-01-14  David S. Miller  <davem@davemloft.net>
26814
26815         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
26816         (SPARC_ASM_VIS2_IFUNC): Likewise.
26817         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
26818         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
26819         use of 'siam' instruction.
26820         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
26821         Likewise.
26822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
26823         Likewise.
26824         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
26825         Likewise.
26826         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26827         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26828         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26829         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26830         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26831         file.
26832         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26833         file.
26834         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26835         file.
26836         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26837         file.
26838         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26839         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26840         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26841         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26842         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26843         new VIS2 routines.
26844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26845         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26847         Likewise.
26848         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26849         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26850         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26851         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26853         routines to libm-sysdep_routines.
26854         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26855
26856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26857         fdim/fdimf to libm-sysdep_routines.
26858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26859         file.
26860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26862         file.
26863         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26864         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26865         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26866         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26867         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26868         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26869         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26870
26871 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26872
26873         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26874         to optimize copies.
26875
26876         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26877         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26878         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26879
26880         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26881         local variable MPTWO.
26882         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26883         Likewise.
26884
26885 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26886
26887         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26888         GLOB_NOESCAPE.
26889
26890 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26891
26892         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26893
26894 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26895
26896         * manual/pattern.texi (glob_t): Document gl_flags.
26897         (glob64_t): Likewise.
26898
26899 2013-01-11  David S. Miller  <davem@davemloft.net>
26900
26901         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26902         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26903         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26904         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26905         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26906         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26907         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26908         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26909         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26910         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26911         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26912         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26913         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26914
26915         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26916         sparc V9 rather than using V8 code.
26917         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26918         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26919
26920         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26921         Move to...
26922         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26923         Here.
26924
26925 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26926
26927         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26928         not in the main loop.
26929         * configure: Regenerated.
26930
26931 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26932
26933         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26934         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26935         to just #else.
26936         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26937         [!__GLIBC_HAVE_LONG_LONG] case.
26938         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26939         condition to just #else.
26940         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26941         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26942         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26943         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26944         unconditional.
26945         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26946         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26947         #elif condition to just #else.
26948         * sysdeps/unix/sysv/linux/sys/sysmacros.h
26949         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26950         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26951         #elif condition to just #else.
26952
26953 2013-01-11  Steve Ellcey  <sellcey@mips.com>
26954
26955         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26956         (EF_MIPS_ARCH_64): Fix value.
26957         (EF_MIPS_ARCH_32R2): New.
26958         (EF_MIPS_ARCH_64R2): New.
26959
26960 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
26961
26962         * Makeconfig (+link-pie-before-libc): New.
26963         (+link-pie-after-libc): Likewise.
26964         (+link-pie-tests): Likewise.
26965         (+link-pie): Rewritten.
26966         (link-before-libc): Remove $(config-LDFLAGS).
26967         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26968         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26969         (config-LDFLAGS): Renamed to ...
26970         (rtld-LDFLAGS): This.
26971         (rtld-tests-LDFLAGS): New macro.
26972         (link-libc-rpath-link): Likewise.
26973         (link-libc-tests-rpath-link): Likewise.
26974         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26975         (link-libc): Prepand $(link-libc-rpath-link).
26976         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26977         (test-program-prefix): New macro.
26978         (test-via-rtld-prefix): Likewise.
26979         (test-program-cmd): Likewise.
26980         (host-test-program-cmd): Likewise.
26981         * Makefile ($(common-objpfx)testrun.sh): Replace
26982         $(run-program-prefix) with $(test-program-prefix).
26983         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26984         $(rtld-LDFLAGS).
26985         ($(common-objpfx)shlib.lds): Likewise.
26986         (build-module-helper): Likewise.
26987         ($(common-objpfx)format.lds): Likewise.
26988         * Rules (binaries-pie-tests): New.
26989         (binaries-pie-notests): Likewise.
26990         (binaries-pie): Rewritten.
26991         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26992         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26993         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26994         (make-test-out): Replace $(host-built-program-cmd) with
26995         $(host-test-program-cmd).
26996         * config.make.in (build-hardcoded-path-in-tests): New variable.
26997         * configure.in (--enable-hardcoded-path-in-tests): New configure
26998         option.
26999         (hardcoded_path_in_tests): New AC_SUBST.
27000         * configure: Regenerated.
27001         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
27002         $(built-program-cmd) with $(test-program-cmd).
27003         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
27004         (test_program_cmd): This.
27005         * elf/Makefile ($(objpfx)order.out): Run test with
27006         $(test-program-prefix).
27007         ($(objpfx)order2.out): Likewise.
27008         ($(objpfx)tst-initorder.out): Likewise.
27009         ($(objpfx)tst-initorder2.out): Likewise.
27010         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
27011         $(test-program-cmd).
27012         ($(objpfx)tst-array1-static.out): Likewise.
27013         ($(objpfx)tst-array2.out): Likewise.
27014         ($(objpfx)tst-array3.out): Likewise.
27015         ($(objpfx)tst-array4.out): Likewise.
27016         ($(objpfx)tst-array5.out): Likewise.
27017         ($(objpfx)tst-array5-static.out): Likewise.
27018         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
27019         $(test-program-cmd).
27020         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
27021         $(run-program-prefix) with $(test-program-prefix).
27022         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
27023         (test_program_prefix): This.
27024         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
27025         $(run-program-prefix) with $(test-program-prefix).
27026         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
27027         (test_program_prefix): This.
27028         * iconvdata/tst-tables.sh: Likewise.
27029         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
27030         $(run-program-prefix) with $(test-program-prefix).
27031         ($(objpfx)tst-translit.out): Likewise.
27032         ($(objpfx)tst-gettext2.out): Likewise.
27033         ($(objpfx)tst-gettext4.out): Likewise.
27034         ($(objpfx)tst-gettext6.out): Likewise.
27035         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
27036         (test_program_prefix): This.
27037         * intl/tst-gettext2.sh: Likewise.
27038         * intl/tst-gettext4.sh  Likewise.
27039         * intl/tst-gettext6.sh: Likewise.
27040         * intl/tst-translit.sh: Likewise.
27041         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
27042         with $(test-program-cmd).
27043         * libio/Makefile ($(objpfx)test-freopen.out): Replace
27044         $(run-program-prefix) with $(test-program-prefix).
27045         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
27046         (test_program_prefix): This.
27047         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
27048         $(run-program-prefix) with $(test-program-prefix).
27049         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
27050         (test_program_prefix): This.
27051         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
27052         * posix/Makefile ($(objpfx)globtest.out): Replace
27053         $(run-via-rtld-prefix) and $(test-wrapper) with
27054         $(test-program-prefix) and $(test-via-rtld-prefix).
27055         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
27056         $(test-program-prefix).
27057         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
27058         $(host-test-program-cmd).
27059         (tst-spawn-ARGS): Likewise.
27060         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
27061         $(test-program-prefix).
27062         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
27063         (test_via_rtld_prefix): This.
27064         (test_wrapper): Renamed to ...
27065         (test_program_prefix): This.
27066         (run_program_prefix): Replaced by test_program_prefix.
27067         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
27068         (test_program_prefix): This.
27069         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
27070         with $(host-test-program-cmd).
27071         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
27072         $(run-program-prefix) with $(test-program-prefix).
27073         ($(objpfx)tst-printf.out): Likewise.
27074         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
27075         $(test-program-cmd).
27076         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
27077         (test_program_prefix): This.
27078         * stdio-common/tst-unbputc.sh: Likewise.
27079         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
27080         $(run-program-prefix) with $(test-program-prefix).
27081         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
27082         (test_program_prefix): This.
27083         * string/Makefile ($(objpfx)tst-svc.out):  Replace
27084         $(built-program-cmd) with $(test-program-cmd).
27085
27086 2013-01-11  Andreas Jaeger  <aj@suse.de>
27087
27088         [BZ #15003]
27089         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
27090         value. Sync with Linux 3.7.
27091
27092 2013-01-10  David S. Miller  <davem@davemloft.net>
27093
27094         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
27095         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27096         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27097
27098 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27099
27100         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
27101         never set.
27102         * configure: Regenerated.
27103
27104 2013-01-10  David S. Miller  <davem@davemloft.net>
27105
27106         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27107         sparc V9 rather than using V8 code.
27108         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27109         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27110
27111 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27112
27113         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27114         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27115         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27116         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27117         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27118         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27119         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27120         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27121         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27122         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27123         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27124         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27125         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27126         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27127         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27128         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27129         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27130         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27131         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27132         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27133         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27134         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
27135         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
27136         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
27137         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
27138         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
27139         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
27140
27141 2013-01-10  David S. Miller  <davem@davemloft.net>
27142
27143         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27144
27145 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27146
27147         * posix/Makefile (tests-static): New variable.
27148         (tests): Add $(tests-static).
27149         (tst-exec-static-ARGS): New variable.
27150         (tst-spawn-static-ARGS): Likewise.
27151         * posix/tst-exec-static.c: New file.
27152         * posix/tst-spawn-static.c: Likewise.
27153         * posix/tst-exec.c: Support run directly.
27154         * posix/tst-spawn.c: Likewise.
27155
27156 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
27157
27158         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27159         long.
27160         * math/bits/mathcalls.h (llrint): Likewise.
27161         (llround): Likewise.
27162         * stdlib/stdlib.h (struct drand48_data): Likewise.
27163         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27164         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27165         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27166         Likewise.
27167         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27168         Likewise.
27169         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27170         (elf_greg_t): Likewise.
27171         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27172         (__jmp_buf): Likewise.
27173         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27174         definitions.
27175         (llrint): Likewise, for all definitions.
27176         (llrintl): Likewise.
27177
27178         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27179         Remove [__GNUC__] condition.
27180         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27181         condition to just [__USE_ISOC99].
27182         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27183
27184 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27185
27186         [BZ #14200]
27187         * sysdeps/unix/sysv/linux/x86/bits/environments.h
27188         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27189         defined.
27190         (_POSIX_V6_ILP32_OFF32): Likewise.
27191         (_XBS5_ILP32_OFF32): Likewise.
27192         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27193         (__ILP32_OFFBIG_LDFLAGS): Likewise.
27194
27195 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27196
27197         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27198
27199         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27200         doubles __mpexp_twomm1.  Adjust usage.
27201         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27202         Remove.
27203
27204 2013-01-10  Andreas Schwab  <schwab@suse.de>
27205
27206         [BZ #14964]
27207         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27208         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27209
27210 2013-01-09  David S. Miller  <davem@davemloft.net>
27211
27212         [BZ #15003]
27213         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27214         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27215         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27216         (TCP_FASTOPEN): Define.
27217         (tcp_repair_opt): New structure.
27218         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27219         enum values.
27220         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27221         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27222         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
27223         (tcp_cookie_transactions): New structure.
27224
27225 2013-01-09  Anton Blanchard  <anton@samba.org>
27226
27227         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27228         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27229         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27230         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27231
27232 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
27233
27234         * include/features.h (__USE_ANSI): Remove.
27235
27236 2013-01-09  Roland McGrath  <roland@hack.frob.com>
27237
27238         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27239
27240         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27241
27242 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
27243
27244         * sysdeps/s390/fpu/libm-test-ulps: Update.
27245
27246         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27247
27248         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27249         (__acr): Likewise.
27250         (__cpy): Likewise.
27251         (norm): Likewise.
27252         (denorm): Likewise.
27253         (__mp_dbl): Likewise.
27254         (__dbl_mp): Likewise.
27255         (add_magnitudes): Likewise.
27256         (sub_magnitudes): Likewise.
27257         (__add): Likewise.
27258         (__sub): Likewise.
27259         (__mul): Likewise.
27260         (__inv): Likewise.
27261         (__dvd): Likewise.
27262         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27263         (__acr): Likewise.
27264         (__cpy): Likewise.
27265         (norm): Likewise.
27266         (denorm): Likewise.
27267         (__mp_dbl): Likewise.
27268         (__dbl_mp): Likewise.
27269         (add_magnitudes): Likewise.
27270         (sub_magnitudes): Likewise.
27271         (__add): Likewise.
27272         (__sub): Likewise.
27273         (__mul): Likewise.
27274         (__inv): Likewise.
27275         (__dvd): Likewise.
27276         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27277         (__acr): Likewise.
27278         (__cpy): Likewise.
27279         (norm): Likewise.
27280         (denorm): Likewise.
27281         (__mp_dbl): Likewise.
27282         (__dbl_mp): Likewise.
27283         (add_magnitudes): Likewise.
27284         (sub_magnitudes): Likewise.
27285         (__add): Likewise.
27286         (__sub): Likewise.
27287         (__mul): Likewise.
27288         (__inv): Likewise.
27289         (__dvd): Likewise.
27290
27291 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
27292
27293         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27294         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27295         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27296         2 && __USE_EXTERN_INLINES]: Likewise.
27297
27298 2013-01-08  Andreas Jaeger  <aj@suse.de>
27299
27300         [BZ# 14985]
27301         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27302         Remove.
27303         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27304         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27305
27306 2013-01-07  Anton Blanchard  <anton@samba.org>
27307
27308         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27309         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27310         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27311         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27312         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27313         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27314         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27315         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27316         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27317         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27318         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27319         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27320         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27321         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27322         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27323         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27324         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27325         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27326         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27327         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27328         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27329         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27330         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27331         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27332         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27333         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27334         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27335         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27336         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27337         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27338         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27339         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27340         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27341         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27342         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27343         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27344         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27345         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27346         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27347         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27348         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27349         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27350         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27351
27352 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
27353
27354         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27355         (__MALLOC_PMT): Likewise.
27356         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27357         [__GNUC__], only on [_LIBC].
27358         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27359         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27360         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27361         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27362         forward declaration.
27363         (realloc_hook_ini): Likewise.
27364         (memalign_hook_ini): Likewise.
27365         (__libc_memalign): Do not use __MALLOC_PMT in variable
27366         declaration.
27367         (__libc_valloc): Likewise.
27368         (__libc_pvalloc): Likewise.
27369         (__libc_calloc): Likewise.
27370         (__posix_memalign): Likewise.
27371
27372         [BZ #14996]
27373         * math/s_casinh.c: Include <float.h>.
27374         (__casinh): Do not do computation with squaring and square root
27375         for large arguments.
27376         * math/s_casinhf.c: Include <float.h>.
27377         (__casinhf): Do not do computation with squaring and square root
27378         for large arguments.
27379         * math/s_casinhl.c: Include <float.h>.
27380         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27381         (__casinhl): Do not do computation with squaring and square root
27382         for large arguments.
27383         * math/libm-test.inc (casin_test): Add more tests.
27384         (casinh_test): Likewise.
27385         * sysdeps/i386/fpu/libm-test-ulps: Update.
27386         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27387
27388 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
27389
27390         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27391         (__x86_64_raw_data_cache_size): Likewise.
27392         (__x86_64_data_cache_size_half): Likewise.
27393         (__x86_64_raw_data_cache_size_half): Likewise.
27394         (__x86_64_shared_cache_size): Likewise.
27395         (__x86_64_raw_shared_cache_size): Likewise.
27396         (__x86_64_shared_cache_size_half): Likewise.
27397         (__x86_64_raw_shared_cache_size_half): Likewise.
27398         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27399         to ...
27400         (__x86_data_cache_size): This.
27401         (__x86_64_raw_data_cache_size): Renamed to ...
27402         (__x86_raw_data_cache_size): This.
27403         (__x86_64_data_cache_size_half): Renamed to ...
27404         (__x86_data_cache_size_half): This.
27405         (__x86_64_raw_data_cache_size_half): Renamed to ...
27406         (__x86_raw_data_cache_size_half): This.
27407         (__x86_64_shared_cache_size): Renamed to ...
27408         (__x86_shared_cache_size): This.
27409         (__x86_64_raw_shared_cache_size): Renamed to ...
27410         (__x86_raw_shared_cache_size): This.
27411         (__x86_64_shared_cache_size_half): Renamed to ...
27412         (__x86_shared_cache_size_half): This.
27413         (__x86_64_raw_shared_cache_size_half): Renamed to ...
27414         (__x86_raw_shared_cache_size_half): This.
27415         * sysdeps/x86_64/memcpy.S: Updated.
27416         * sysdeps/x86_64/memset.S: Likewise.
27417         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27418         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27419         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27420
27421 2013-01-04  David S. Miller  <davem@davemloft.net>
27422
27423         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27424
27425 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
27426
27427         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27428         1 to avoid redefinition warning.
27429         (__USE_GNU): Don't define.
27430         (init_signaling_nan): Protoize.
27431
27432         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27433
27434 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27435
27436         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27437         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27438         (__cpymn): Likewise.
27439         (norm): Remove commented code.
27440         (denorm): Likewise.
27441         (__mp_dbl): Likewise.
27442         (__inv): Likewise.
27443         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27444         (__cpymn): Likewise.
27445         (norm): Remove commented code.
27446         (denorm): Likewise.
27447         (__mp_dbl): Likewise.
27448         (__inv): Likewise.
27449
27450         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27451         mp_no value for 1.0 and 2.0.
27452         (norm): Use RADIXI instead of radixi.d.
27453         (denorm): Likewise.
27454         (__mul): Use 0.0 instead of zero.d.
27455         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27456         mp_no value for 1.0 and 2.0.
27457         (norm): Use RADIXI instead of radixi.d.
27458         (denorm): Likewise.
27459         (__mul): Use 0.0 instead of zero.d.
27460
27461 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
27462
27463         [BZ #14994]
27464         * math/s_casinh.c (__casinh): Reduce finite argument to first
27465         quadrant then set signs of results at the end.
27466         * math/s_casinhf.c (__casinhf): Likewise.
27467         * math/s_casinhl.c (__casinhl): Likewise.
27468         * math/libm-test.inc (casin_test): Add more tests.
27469         (casinh_test): Likewise.
27470         * sysdeps/i386/fpu/libm-test-ulps: Update.
27471         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27472
27473 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27474
27475         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27476
27477         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27478
27479         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27480         declarations.
27481         (denorm): Likewise.
27482         (__mp_dbl): Likewise.
27483         (__inv): Likewise.
27484
27485         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27486         and adjust the header comment.
27487
27488         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27489         variable name from declaration.
27490
27491 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
27492
27493         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27494         Initialize COMMON_CPUID_INDEX_7 element.
27495         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27496         (CPUID_RTM): Likewise.
27497         (HAS_RTM): Likewise.
27498         (COMMON_CPUID_INDEX_7): New enum.
27499
27500 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
27501
27502         [BZ #14981]
27503         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27504         size is zero, record memory as freed.
27505
27506 2013-01-03  Andreas Jaeger  <aj@suse.de>
27507
27508         * po/ia.po: Add new Interlingua translation.
27509
27510 2012-01-03  Allan McRae  <allan@archlinux.org>
27511
27512         * locale/programs/localedef.c: Fix description of '--posix' flag.
27513
27514 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
27515
27516         * NEWS: Update dates in second copyright notice.
27517         * README: Update copyright dates in example.
27518         * manual/libc.texinfo: Update copyright dates.
27519         * scripts/test-installation.pl: Update copyright date in --version
27520         output.
27521
27522         * hurd/ctty-input.c: Fix copyright notice formatting.
27523         * hurd/ctty-output.c: Likewise.
27524         * hurd/dtable.c: Likewise.
27525         * hurd/hurd-raise.c: Likewise.
27526         * hurd/hurdprio.c: Likewise.
27527         * hurd/msgportdemux.c: Likewise.
27528         * misc/sys/file.h: Likewise.
27529         * misc/sys/ioctl.h: Likewise.
27530         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27531         * sysdeps/mach/hurd/chdir.c: Likewise.
27532         * sysdeps/mach/hurd/fchdir.c: Likewise.
27533         * sysdeps/mach/hurd/rename.c: Likewise.
27534         * sysdeps/mach/hurd/rmdir.c: Likewise.
27535         * sysdeps/mach/hurd/seekdir.c: Likewise.
27536         * sysdeps/mach/hurd/setsid.c: Likewise.
27537         * sysdeps/posix/wait3.c: Likewise.
27538
27539         * All files with FSF copyright notices: Update copyright dates
27540         using scripts/update-copyrights.
27541         * intl/plural.c: Regenerated.
27542         * locale/programs/charmap-kw.h: Likewise.
27543         * locale/programs/locfile-kw.h: Likewise.
27544
27545 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27546
27547         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
27548         four values.
27549
27550         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
27551         calculation loop and add branch prediction.
27552
27553         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
27554         check access beyond bounds of m1np.
27555
27556         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27557         MPTWO.
27558         (__inv): Remove local variable MPTWO to use the global
27559         constant.
27560         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
27561         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27562         variable MPTWO.
27563         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
27564         MP3HALFS static const.
27565
27566 2013-01-01  David S. Miller  <davem@davemloft.net>
27567
27568         * po/ca.po: Update from translation team.
27569
27570 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
27571
27572         * scripts/update-copyrights: New file.
27573         * Makeconfig: Reformat copyright notice.
27574         * ctype/ctype.h: Likewise.
27575         * debug/swprintf_chk.c: Likewise.
27576         * elf/dl-cache.c: Likewise.
27577         * elf/dl-debug.c: Likewise.
27578         * elf/dl-object.c: Likewise.
27579         * grp/initgroups.c: Likewise.
27580         * hurd/Makefile: Likewise.
27581         * hurd/hurd/signal.h: Likewise.
27582         * hurd/hurdfault.c: Likewise.
27583         * hurd/hurdioctl.c: Likewise.
27584         * hurd/hurdlookup.c: Likewise.
27585         * hurd/intr-msg.c: Likewise.
27586         * iconv/gconv_open.c: Likewise.
27587         * libio/swprintf.c: Likewise.
27588         * locale/lc-ctype.c: Likewise.
27589         * locale/nl_langinfo.c: Likewise.
27590         * mach/Machrules: Likewise.
27591         * mach/Makefile: Likewise.
27592         * malloc/obstack.h: Likewise.
27593         * manual/Makefile: Likewise.
27594         * manual/tsort.awk: Likewise.
27595         * misc/bits/stab.def: Likewise.
27596         * nis/nis_print_group_entry.c: Likewise.
27597         * nis/nis_table.c: Likewise.
27598         * nis/nss_compat/compat-pwd.c: Likewise.
27599         * nis/nss_compat/compat-spwd.c: Likewise.
27600         * po/Makefile: Likewise.
27601         * posix/fnmatch.c: Likewise.
27602         * posix/regex.h: Likewise.
27603         * resolv/Makefile: Likewise.
27604         * resolv/nss_dns/dns-network.c: Likewise.
27605         * resolv/res_hconf.c: Likewise.
27606         * scripts/gen-sorted.awk: Likewise.
27607         * soft-fp/soft-fp.h: Likewise.
27608         * stdio-common/printf.h: Likewise.
27609         * stdlib/monetary.h: Likewise.
27610         * stdlib/random.c: Likewise.
27611         * stdlib/random_r.c: Likewise.
27612         * sysdeps/generic/Makefile: Likewise.
27613         * sysdeps/gnu/Makefile: Likewise.
27614         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27615         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27616         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27617         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27618         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27619         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27620         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27621         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27622         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27623         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27624         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27625         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27626         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
27627         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
27628         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
27629         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
27630         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27631         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27632         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27633         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27634         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27635         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27636         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27637         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27638         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
27639         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
27640         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
27641         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
27642         * sysdeps/mach/hurd/errnos.awk: Likewise.
27643         * sysdeps/mach/hurd/fork.c: Likewise.
27644         * sysdeps/mach/hurd/getcwd.c: Likewise.
27645         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
27646         * sysdeps/mach/hurd/mmap.c: Likewise.
27647         * sysdeps/mach/hurd/utimes.c: Likewise.
27648         * sysdeps/mach/hurd/xmknod.c: Likewise.
27649         * sysdeps/posix/profil.c: Likewise.
27650         * sysdeps/posix/readdir_r.c: Likewise.
27651         * sysdeps/powerpc/bits/mathdef.h: Likewise.
27652         * sysdeps/powerpc/bits/setjmp.h: Likewise.
27653         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
27654         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27655         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27656         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27657         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27658         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27659         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27660         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27661         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27662         * sysdeps/pthread/lio_listio.c: Likewise.
27663         * sysdeps/sparc/dl-procinfo.h: Likewise.
27664         * sysdeps/unix/i386/sysdep.S: Likewise.
27665         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
27666         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
27667         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
27668         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
27669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27670         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27671         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27672         * sysdeps/unix/sysv/linux/speed.c: Likewise.
27673         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
27674         * sysdeps/wordsize-32/divdi3.c: Likewise.
27675         * time/sys/time.h: Likewise.
27676         * wcsmbs/Makefile: Likewise.
27677
27678 2013-01-01  David S. Miller  <davem@davemloft.net>
27679
27680         * po/fr.po: Update from translation team.
27681
27682         * catgets/gencat.c: Update copyright year.
27683         * csu/version.c: Likewise.
27684         * debug/catchsegv.sh: Likewise.
27685         * debug/pcprofiledump.c: Likewise.
27686         * debug/xtrace.sh: Likewise.
27687         * elf/ldconfig.c: Likewise.
27688         * elf/ldd.bash.in: Likewise.
27689         * elf/pldd.c: Likewise.
27690         * elf/sotruss.ksh: Likewise.
27691         * elf/sprof.c: Likewise.
27692         * iconv/iconv_prog.c: Likewise.
27693         * iconv/iconvconfig.c: Likewise.
27694         * locale/programs/locale.c: Likewise.
27695         * locale/programs/localedef.c: Likewise.
27696         * login/programs/pt_chown.c: Likewise.
27697         * malloc/memusage.sh: Likewise.
27698         * malloc/memusagestat.c: Likewise.
27699         * malloc/mtrace.pl: Likewise.
27700         * nscd/nscd.c: Likewise.
27701         * nss/getent.c: Likewise.
27702         * nss/makedb.c: Likewise.
27703         * posix/getconf.c: Likewise.
27704
27705 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
27706
27707         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
27708         numbers.
27709
27710 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
27711
27712         * math/bits/mathcalls.h (modf): Use __nonnull.
27713
27714 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27715
27716         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
27717         (split): Use macro CN instead of the bare value.
27718         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
27719         could be used.
27720         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
27721         instead of the bare value.
27722         (power1): Likewise.
27723
27724 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27725
27726         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
27727         __ATAN_TWOM.
27728         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27729
27730         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
27731         their values.
27732         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27733         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27734         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
27735         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27736
27737 2012-12-28  Andreas Jaeger  <aj@suse.de>
27738
27739         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
27740         values are from Linux 3.7.
27741
27742         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
27743         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
27744
27745 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27746
27747         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
27748         TRUE case.
27749
27750         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
27751         (norm): Likewise.
27752         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
27753         variables with preprocessor constants.
27754         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27755         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
27756         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
27757
27758 2012-12-27  Bruno Haible  <bruno@clisp.org>
27759
27760         [BZ #14317]
27761         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
27762         only if needed.
27763
27764 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27765
27766         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
27767         and use variable directly.
27768         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
27769
27770         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27771         MPONE.
27772         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
27773         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27774         variable MPONE.
27775         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27776         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27777         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27778         include directive.  Remove local variable MPONE.
27779         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27780         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27781         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27782
27783 2012-12-25  David S. Miller  <davem@davemloft.net>
27784
27785         * version.h (RELEASE): Set to "development".
27786         (VERSION): Set to "2.17.90".
27787         * NEWS: Add 2.18 section.
27788
27789 2012-12-21  David S. Miller  <davem@davemloft.net>
27790
27791         * po/hr.po: Update from translation team.
27792
27793 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27794
27795         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
27796
27797 2012-12-19  Steve Ellcey  <sellcey@mips.com>
27798
27799         * NEWS:  Mention new memcpy for MIPS.
27800
27801 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27802
27803         * manual/contrib.texi (Contributors): Spelling correction.
27804
27805 2012-12-15  David S. Miller  <davem@davemloft.net>
27806
27807         * po/ru.po: Update from translation team.
27808
27809 2012-12-13  David S. Miller  <davem@davemloft.net>
27810
27811         * NEWS: Mention IFUNC testsuite enhancements.
27812
27813         * po/pl.po: Update from translation team.
27814         * po/bg.po: Likewise.
27815
27816         * manual/contrib.texi (Contributors): Update entries for Hongjiu
27817         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
27818
27819 2012-12-11  David S. Miller  <davem@davemloft.net>
27820
27821         * po/sv.po: Update from translation team.
27822
27823         * po/vi.po: Update from translation team.
27824
27825         * po/cs.po: Update from translation team.
27826
27827         * po/de.po: Update from translation team.
27828         * po/eo.po: Likewise.
27829         * po/nl.po: Likewise.
27830
27831 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27832
27833         [BZ #14246]
27834         * manual/argp.texi (Argp Helper Functions): Move node to follow
27835         Argp Parsing State.
27836
27837         [BZ #14872]
27838         * manual/conf.texi (Limits on File System Capacity): Mention if
27839         terminating null is included in the max size.
27840
27841 2012-12-10  Andreas Jaeger  <aj@suse.de>
27842
27843         * po/cs.po: Update from translation team.
27844
27845 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27846
27847         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27848         void pointer and cast to uintptr_t.
27849         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27850         path.
27851         * sysdeps/s390/s390-64/memcpy.S: Likewise.
27852         * sysdeps/s390/s390-64/memset.S: Likewise.
27853
27854 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
27855
27856         [BZ #14833]
27857         * menual/message.texi (Message Translation): Fix typos.
27858         (Helper programs for gettext): Likewise.
27859
27860 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
27861
27862         [BZ #14898]
27863         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27864         Change to -1.
27865
27866 2012-12-07  David S. Miller  <davem@davemloft.net>
27867
27868         * po/libc.pot: Update.
27869
27870 2012-12-07  Richard Henderson  <rth@redhat.com>
27871
27872         [BZ #10114]
27873         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27874         normal/normal case to before the switch.
27875         (_FP_DIV): Likewise.
27876
27877 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
27878             Mike Frysinger  <vapier@gentoo.org>
27879
27880         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27881         check for __NR_fadvise64_64.
27882
27883 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
27884
27885         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27886         0, not just to plain "0" as a statement.
27887         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27888         with cw.
27889
27890 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27891
27892         * NEWS: Use sourceware.org in Bugzilla URL.
27893
27894 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27895
27896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27897         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27898
27899         * stdio-common/tst-put-error.c (do_test): Add newline to the
27900         padded test to ensure flush.
27901
27902 2012-12-05  Jeff Law  <law@redhat.com>
27903
27904         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27905
27906 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27907
27908         * README: Don't refer to ports add-on as distributed separately.
27909         Mention AArch64 in list of systems supported in the ports add-on.
27910
27911         * LICENSES: Add more non-FSF copyright and license notices.
27912
27913         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27914         ((unused)).
27915
27916         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27917
27918         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27919         10000 as width of padded output.
27920
27921 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27922
27923         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27924
27925         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27926         variable LX with __attribute__ ((unused)).
27927         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27928         Likewise.
27929         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27930         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27931         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27932         with __attribute__ ((unused)).
27933
27934 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27935
27936         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27937
27938 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27939
27940         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27941         (CFLAGS-nldbl-acos.c): New variable.
27942         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27943         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27944         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27945         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27946         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27947         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27948         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27949         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27950         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27951         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27952         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27953         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27954         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27955         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27956         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27957         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27958         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27959         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27960         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27961         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27962         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27963         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27964         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27965         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27966         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27967         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27968         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27969         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27970         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27971         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27972         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27973         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27974         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27975         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27976         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27977         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27978         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27979         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27980         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27981         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27982         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27983         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27984         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27985         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27986         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27987         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27988         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27989         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27990         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27991         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27992         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27993         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27994         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27995         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27996         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27997         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27998         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27999         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
28000         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
28001         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
28002         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
28003         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
28004         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
28005         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
28006         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
28007         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
28008         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
28009         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
28010         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
28011         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
28012         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
28013         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
28014         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
28015         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
28016         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
28017         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
28018         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
28019         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
28020         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
28021         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
28022         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
28023         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
28024         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
28025         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
28026         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
28027         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
28028         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
28029         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
28030         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
28031         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
28032         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
28033         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
28034         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
28035         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
28036         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
28037         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
28038         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
28039
28040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28041         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28042
28043         [BZ #14914]
28044         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
28045         whole low double instead of just low 47 bits when splitting values
28046         into two parts.
28047
28048 2012-12-03  Allan McRae  <allan@archlinux.org>
28049
28050         * manual/stdio.texi (Predefined Printf Handlers): Remove
28051         @hsep and @vsep usage.
28052
28053 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
28054
28055         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
28056         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
28057
28058 2012-12-03  Jeff Law  <law@redhat.com>
28059
28060         * time/sys/time.h (settimeofday): Do not mark TV argument
28061         as __nonnull.
28062
28063 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
28064
28065         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
28066         when currently writing and seek to current position when not.
28067         * libio/Makefile (tests): Remove bug-fclose1.
28068         * libio/bug-fclose1.c: Delete.
28069
28070 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
28071
28072         * manual/arith.texi (feenableexcept): Fix typo.
28073         (fedisableexcept): Likewise.
28074
28075 2012-11-30  Roland McGrath  <roland@hack.frob.com>
28076
28077         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
28078         second, differently-typed declaration, rather than a cast.
28079
28080 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28081
28082         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
28083         * include/rpc/svc.h: ... here.
28084
28085 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
28086
28087         [BZ #13013]
28088         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
28089         depending n and resplen2 to catch cases where answer
28090         equals answerp2.
28091
28092 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
28093
28094         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
28095         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
28096
28097 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
28098
28099         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
28100
28101 2012-11-29  Roland McGrath  <roland@hack.frob.com>
28102
28103         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
28104
28105 2012-11-28  Jeff Law  <law@redhat.com>
28106
28107         [BZ #13761]
28108         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28109         dataset_temporary.  Track alloca usage into alloca_used.
28110         If dataset is large allocate and release it via malloc/free.
28111
28112 2012-06-04  Florian Weimer  <fweimer@redhat.com>
28113
28114         [BZ #14197]
28115         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28116
28117 2012-11-28  David S. Miller  <davem@davemloft.net>
28118
28119         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28120
28121 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28122
28123         [BZ #14803]
28124         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28125         of pi/2 rounded to nearest to 64 bits.
28126         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28127         nearest to 64 bits.
28128         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28129         bits.
28130
28131 2012-11-28  Jeff Law <law@redhat.com>
28132             Martin Osvald <mosvald@redhat.com>
28133
28134         [BZ #14889]
28135         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
28136         * sunrpc/svc.c: Include time.h.
28137         (__svc_accept_failed): New function.
28138         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
28139         any reason other than EINTR, call __svc_accept_failed.
28140         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28141         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28142
28143 2012-11-28  Andreas Schwab  <schwab@suse.de>
28144
28145         * scripts/abilist.awk: Also handle indirect functions in .opd
28146         section.
28147
28148 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28149
28150         [BZ #13881]
28151         * sysdeps/x86/fpu/powl_helper.c: New file.
28152         * sysdeps/x86/fpu/Makefile: Likewise.
28153         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
28154         (p3): New object.
28155         (__ieee754_powl): Use __powl_helper for finite arguments except
28156         integer exponents below 8.
28157         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28158         (p3): New object.
28159         (__ieee754_powl): Use __powl_helper for finite arguments except
28160         integer exponents below 8.
28161         * math/libm-test.inc (pow_test): Add more tests and enable some
28162         previously disabled tests.
28163         * sysdeps/i386/fpu/libm-test-ulps: Update.
28164         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28165
28166 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28167             Carlos O'Donell  <carlos_odonell@mentor.com>
28168
28169         * nss/makedb.c (is_prime): Assert that input is odd and greater
28170         than 4.  Note that fact in a comment too.
28171         (next_prime): Add 4 to input.
28172
28173 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28174
28175         [BZ #11741]
28176         * libio/Makefile (tests): Add test case tst-fwrite-error.
28177         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28178         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28179         * libio/tst-fwrite-error.c: New test case.
28180
28181 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
28182
28183         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28184         before casting to void *.
28185         * include/libc-internal.h (__pointer_type): New macro.
28186         (__integer_if_pointer_type_sub): Likewise.
28187         (__integer_if_pointer_type): Likewise.
28188         (cast_to_integer): Likewise.
28189         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28190         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28191         before casting to atomic64_t.
28192         (atomic_exchange_acq): Likewise.
28193         (__arch_exchange_and_add_body): Likewise.
28194         (__arch_add_body): Likewise.
28195         (atomic_add_negative): Likewise.
28196         (atomic_add_zero): Likewise.
28197
28198 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
28199
28200         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28201         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28202         (add_fdes): Likewise.
28203         (linear_search_fdes): Likewise.
28204         (binary_search_unencoded_fdes): Likewise.
28205
28206 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
28207
28208         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28209
28210 2012-11-24  Adam Conrad  <adconrad@0c3.net>
28211
28212         * configure.in: Autodetect C++ header directories.
28213         * configure: Regenerated.
28214
28215 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
28216
28217         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28218
28219 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
28220
28221         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28222
28223 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
28224
28225         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28226         LDBL_MANT_DIG == 106]: Disable some tests.
28227         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28228         Likewise.
28229         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28230         Likewise.
28231
28232         [BZ #14871]
28233         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28234         input for small inputs.  Return +/- pi/2 for large inputs.
28235         * math/libm-test.inc (atan_test): Add more tests.
28236
28237         * sysdeps/generic/unwind-dw2-fde-glibc.c
28238         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28239         __attribute__ ((unused)).
28240
28241         [BZ #14645]
28242         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28243         x * y if x and y are nonzero and z is zero.
28244
28245         [BZ #14811]
28246         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28247         nonzero exponents with absolute value below 0x1p-117 to +/-
28248         0x1p-117.
28249
28250         [BZ #14869]
28251         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28252         up arguments below 2**-450, not just those below 2**-500.
28253         * math/libm-test.inc (hypot_test): Add another test.
28254
28255         [BZ #14868]
28256         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28257         Return a+b for ratio over 2**120, not 2**60.
28258         * math/libm-test.inc (hypot_test): Add another test.
28259
28260         * math/libm-test.inc (clog_test): Use
28261         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28262         (clog10_test): Likewise.
28263
28264         [BZ #6778]
28265         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28266
28267 2012-11-22  Andreas Schwab  <schwab@suse.de>
28268
28269         * sysdeps/i386/fpu/libm-test-ulps: Update.
28270
28271 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
28272
28273         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28274         printf output with newline.
28275
28276 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
28277
28278         [BZ #14865]
28279         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28280         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28281         -z nodlopen, -z initfirst and -z execstack support.
28282         * configure: Regenerated.
28283
28284         * elf/elf.h (DF_1_NODIRECT): New macro.
28285         (DF_1_IGNMULDEF): Likewise.
28286         (DF_1_NOKSYMS): Likewise.
28287         (DF_1_NOHDR): Likewise.
28288         (DF_1_EDITED): Likewise.
28289         (DF_1_NORELOC): Likewise.
28290         (DF_1_SYMINTPOSE): Likewise.
28291         (DF_1_GLOBAUDIT): Likewise.
28292         (DF_1_SINGLETON): Likewise.
28293         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28294         DT_1_SUPPORTED_MASK bits.
28295         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28296
28297 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
28298
28299         * sysdeps/unix/make-syscalls.sh: Document prefixes.
28300
28301 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
28302
28303         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28304         macro.
28305
28306         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28307         (sendmmsg): Move declarations...
28308         * socket/sys/socket.h: ... here.
28309         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28310         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28311         include it from...
28312         * socket/recvmmsg.c: ... this new file.
28313         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28314         (sendmmsg): Rename to __sendmmsg, create weak alias and make
28315         definition of __sendmmsg hidden.
28316         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28317         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28318         Move ENOSYS stub into and include it from...
28319         * socket/sendmmsg.c: ... this new file.
28320         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28321         (sysdep_routines): Move recvmmsg and sendmmsg...
28322         * socket/Makefile (routines): ... here.
28323         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28324         (GLIBC_PRIVATE): Add __sendmmsg.
28325         * include/sys/socket.h (__sendmmsg): Add declarations.
28326         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28327         sendmmsg.
28328
28329 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
28330
28331         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28332         variable I1 with __attribute__ ((unused)).
28333         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28334
28335 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28336
28337         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28338         DUMMY variables with __attribute__ ((unused)).
28339
28340         * bits/byteswap.h: Include <bits/types.h>.
28341         (__bswap_64): Use __uint64_t instead of unsigned long long int.
28342
28343 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28344
28345         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28346         string_t.  Do not manually set errno.
28347         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28348         length with __strnlen.  Make sure to both set errno and return it on
28349         failure.
28350
28351 2012-11-19  David S. Miller  <davem@davemloft.net>
28352
28353         With help from Joseph Myers.
28354         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28355         very large arguments properly.
28356         * math/libm-test.inc (atan_test): New tests.
28357         (atan2_test): New tests.
28358         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28359         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28360
28361 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28362
28363         [BZ #14856]
28364         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28365         Define to 3.
28366
28367         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28368         [POSIX] (EADDRNOTAVAIL): Likewise.
28369         [POSIX] (EAFNOSUPPORT): Likewise.
28370         [POSIX] (EALREADY): Likewise.
28371         [POSIX] (ECONNABORTED): Likewise.
28372         [POSIX] (ECONNREFUSED): Likewise.
28373         [POSIX] (ECONNRESET): Likewise.
28374         [POSIX] (EDESTADDRREQ): Likewise.
28375         [POSIX] (EDQUOT): Likewise.
28376         [POSIX] (EHOSTUNREACH): Likewise.
28377         [POSIX] (EIDRM): Likewise.
28378         [POSIX] (EISCONN): Likewise.
28379         [POSIX] (ELOOP): Likewise.
28380         [POSIX] (EMULTIHOP): Likewise.
28381         [POSIX] (ENETDOWN): Likewise.
28382         [POSIX] (ENETUNREACH): Likewise.
28383         [POSIX] (ENOBUFS): Likewise.
28384         [POSIX] (ENODATA): Likewise.
28385         [POSIX] (ENOLINK): Likewise.
28386         [POSIX] (ENOMSG): Likewise.
28387         [POSIX] (ENOPROTOOPT): Likewise.
28388         [POSIX] (ENOSR): Likewise.
28389         [POSIX] (ENOSTR): Likewise.
28390         [POSIX] (ENOTCONN): Likewise.
28391         [POSIX] (ENOTSOCK): Likewise.
28392         [POSIX] (EOPNOTSUPP): Likewise.
28393         [POSIX] (EOVERFLOW): Likewise.
28394         [POSIX] (EPROTO): Likewise.
28395         [POSIX] (EPROTONOSUPPORT): Likewise.
28396         [POSIX] (EPROTOTYPE): Likewise.
28397         [POSIX] (ESTALE): Likewise.
28398         [POSIX] (ETIME): Likewise.
28399         [POSIX] (ETXTBSY): Likewise.
28400         [POSIX] (EWOULDBLOCK): Likewise.
28401         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28402         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28403         [POSIX] (SEEK_CUR): Likewise.
28404         [POSIX] (SEEK_END): Likewise.
28405         [POSIX || UNIX98] (mode_t): Do not require.
28406         [POSIX] (off_t): Likewise.
28407         [POSIX] (pid_t): Likewise.
28408         [POSIX] (sys/stat.h): Do not allow header.
28409         [POSIX] (unistd.h): Likewise.
28410         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28411         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28412         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28413         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28414         require.
28415         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28416         sigevent): Specify elements.
28417         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28418         entry.
28419         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28420         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28421
28422         * conform/data/cpio.h-data [POSIX]: Disable whole file.
28423         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28424         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28425         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28426         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28427         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28428         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28429         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28430         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28431         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28432         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28433         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28434         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28435         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28436         Likewise.
28437         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28438         Likewise.
28439         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28440         Likewise.
28441         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28442         Likewise.
28443         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28444         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28445         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28446         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28447         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28448         Specify lower bound on value.
28449         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28450         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28451         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28452         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28453         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28454         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28455         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28456         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28457         value.
28458         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28459         as optional.
28460         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28461         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28462         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28463         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28464         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28465         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28466         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28467         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28468         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28469         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28470         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28471         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28472         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28473         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28474         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28475         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28476         entry.
28477         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28478         optional.
28479         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28480         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28481         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28482         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28483         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28484         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28485         Likewise.
28486         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28487         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28488         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28489         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28490         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
28491         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28492         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28493         as optional.
28494         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28495         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28496         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28497         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28498         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28499         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28500         specify as optional.
28501         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28502         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28503         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28504         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28505         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28506         [XPG3] (NL_LANGMAX): Likewise.
28507         [POSIX || XPG3] (NL_MSGMAX): Likewise.
28508         [POSIX || XPG3] (NL_NMAX): Likewise.
28509         [POSIX || XPG3] (NL_SETMAX): Likewise.
28510         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28511         [XPG3] (NZERO): Likewise.
28512         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28513         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28514         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28515         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28516         (REG_ERANGE): Expect.
28517         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28518         optional-constant.
28519         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28520         Use (void) in prototype.
28521         [POSIX] (*_t): Allow.
28522         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28523         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28524         (WRDE_BADVAL): Expect.
28525
28526         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28527         expect.
28528         [XPG3 || XPG4] (O_RSYNC): Likewise.
28529         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28530         Likewise.
28531         [XPG3 || XPG4] (pthread_sigmask): Likewise.
28532         [XPG3 || XPG4] (sigqueue): Likewise.
28533         [XPG3 || XPG4] (sigtimedwait): Likewise.
28534         [XPG3 || XPG4] (sigwaitinfo): Likewise.
28535         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
28536         [XPG3 || XPG4] (vsnprintf): Likewise.
28537         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
28538         Likewise.
28539         [XPG3 || XPG4] (blksize_t): Likewise.
28540         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
28541         Likewise.
28542         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
28543         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
28544         [XPG3 || XPG4] (struct itimerspec): Likewise.
28545         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
28546         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
28547         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
28548         [XPG3 || XPG4] (clockid_t): Likewise.
28549         [XPG3 || XPG4] (timer_t): Likewise.
28550         [XPG3 || XPG4] (clock_getres): Likewise.
28551         [XPG3 || XPG4] (clock_gettime): Likewise.
28552         [XPG3 || XPG4] (clock_settime): Likewise.
28553         [XPG3 || XPG4] (nanosleep): Likewise.
28554         [XPG3 || XPG4] (timer_create): Likewise.
28555         [XPG3 || XPG4] (timer_delete): Likewise.
28556         [XPG3 || XPG4] (timer_gettime): Likewise.
28557         [XPG3 || XPG4] (timer_getoverrun): Likewise.
28558         [XPG3 || XPG4] (timer_settime): Likewise.
28559         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
28560         [XPG3 || XPG4] (getlogin_r): Likewise.
28561         [XPG3 || XPG4] (pread): Likewise.
28562         [XPG3 || XPG4] (pthread_atfork): Likewise.
28563         [XPG3 || XPG4] (pwrite): Likewise.
28564
28565         [BZ #14835]
28566         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
28567         <bits/siginfo.h>.
28568
28569 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28570
28571         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
28572         finalizing MALLSTREAM.
28573
28574         * sysdeps/mach/hurd/syncfs.c: New file.
28575
28576 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28577
28578         [BZ #14719]
28579         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
28580         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
28581         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
28582         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
28583         (_nss_dns_gethostbyname4_r): Likewise.
28584         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
28585         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28586
28587 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
28588
28589         [BZ #13763]
28590         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
28591
28592 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
28593
28594         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
28595         * elf/cache.c (print_entry): Print ",AArch64" for
28596         FLAG_AARCH64_LIB64
28597
28598         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
28599         * elf/cache.c (print_entry): Print ",hard-float" for
28600         FLAG_ARM_LIBHF.
28601
28602 2012-11-18  David S. Miller  <davem@davemloft.net>
28603
28604         With help from Joseph Myers.
28605         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
28606         cutoff to 2**-13.
28607         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
28608         cutoff to 2**-25.
28609         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
28610         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
28611         small.
28612         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
28613         * math/libm-test.inc (y0_test): New tests.
28614         (y1_test): New tests.
28615         * sysdeps/i386/fpu/libm-test-ulps: Update.
28616         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28617         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28618
28619 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
28620
28621         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
28622         64-bit targets.
28623         * configure: Regenerated.
28624
28625 2012-11-17  David S. Miller  <davem@davemloft.net>
28626
28627         [BZ #14811]
28628         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
28629         nonzero exponents with absolute value below 0x1p-128 to +/-
28630         0x1p-128.
28631
28632 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
28633
28634         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
28635
28636         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
28637
28638         * posix/getconf-speclist.c: New file.
28639         * posix/posix-envs.def: Likewise.
28640         * posix/confstr.c (START_ENV_GROUP): New macro.
28641         (END_ENV_GROUP): Likewise.
28642         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28643         (KNOWN_PRESENT_ENV_STRING): Likewise.
28644         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28645         (UNKNOWN_ENVIRONMENT): Likewise.
28646         (confstr): Include posix-envs.def instead of handling
28647         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
28648         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
28649         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
28650         (END_ENV_GROUP): Likewise.
28651         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28652         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28653         (UNKNOWN_ENVIRONMENT): Likewise.
28654         (__sysconf): Include posix-envs.def instead of handling associated
28655         cases directly here.
28656         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
28657         preprocessing getconf-speclist.c rather than running getconf or
28658         generating empty file.
28659
28660 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
28661
28662         * scripts/check-local-headers.sh: Ignore 'mach' headers.
28663
28664 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
28665
28666         [BZ #14672]
28667         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
28668
28669 2012-11-16  David S. Miller  <davem@davemloft.net>
28670
28671         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
28672         smaller than LDBL_EPSILON/2.0L, just return xm1.
28673
28674 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
28675
28676         * elf/tst-array1.c (init): Set constructor priority to 1000.
28677         (fini): Set destructor priority to 1000.
28678         * elf/tst-array2dep.c: Likewise.
28679
28680 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28681
28682         [BZ #11741]
28683         * libio/fileops.c (_IO_new_file_write): Correctly return error.
28684         (_IO_new_file_xsputn): Also return EOF if none of the input
28685         data was written when overflow failed.
28686         * libio/iopadn.c (_IO_padn): Likewise.
28687         * libio/iowpadn.c (_IO_wpadn): Likewise.
28688         * stdio-common/tst-put-error.c: Add copyright notice.
28689         (do_test): Add case for printing padded string.
28690         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
28691         _IO_padn returned error.
28692         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
28693         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
28694         return EOF.
28695
28696 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28697
28698         * libio/libioP.h: Add comment note that the references to C++
28699         bits are now obsolete.
28700
28701 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28702
28703         * math/libm-test.inc (check_complex): Use asprintf.
28704
28705 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
28706
28707         * debug/pcprofiledump.c (print_version): Update copyright year.
28708         * malloc/memusagestat.c (print_version): Likewise.
28709
28710 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
28711
28712         [BZ #14831]
28713         * elf/Makefile (tests): Add tst-audit8.
28714         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
28715         ($(objpfx)tst-audit8.out): New target.
28716         (tst-audit8-ENV): New variable.
28717         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
28718         audit if l_reloc_result is NULL.
28719         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
28720         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
28721         * elf/tst-audit8.c: New file.
28722
28723 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28724
28725         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
28726         * misc/Makefile (CFLAGS-select.c): Define.
28727         * posix/Makefile (CFLAGS-pause.c): Define.
28728
28729 2012-11-13  David S. Miller  <davem@davemloft.net>
28730
28731         * crypt/Makefile: Move test targets after toplevel Rules
28732         inclusion.  Grab any necessary sysdep routines when linking.
28733         * crypt/md5.c (md5_process_block): Remove define, we will always
28734         name it __md5_process_block.
28735         (md5_finish_ctx): Update md5_process_block call.
28736         (md5_stream): Likewise.
28737         (md5_process_bytes): Likewise.
28738         (md5_process_block): Rename to __md5_process_block and move to ...
28739         * crypt/md5-block.c: ... here.
28740         * crypt/sha256.c (sha256_process_block): Move to ...
28741         * crypt/sha256-block.c: ... here.
28742         * crypt/sha512.c (sha512_process_block): Move to ...
28743         * crypt/sha512-block.c: ... here.
28744         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
28745         path.
28746         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
28747         * sysdeps/sparc/sparc64/multiarch/Makefile
28748         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
28749         crypt subdir.
28750         (localedef-aux): Add md5 crypto assembler when in locale subdir.
28751         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
28752         multiarch changes.
28753         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
28754         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
28755         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
28756         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
28757         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
28758         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
28759         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
28760         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
28761         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
28762         file.
28763         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
28764         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
28765         file.
28766         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
28767
28768 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
28769
28770         * timezone/tzselect.ksh: Update from tzcode git revision
28771         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
28772         * timezone/zdump.c: Likewise.
28773         * timezone/zic.c: Likewise.
28774         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
28775         in TZVERSION setting, not $(PKGVERSION).
28776         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
28777         REPORT_BUGS_TO settings.
28778
28779         [BZ #14838]
28780         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28781         macro.
28782
28783 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28784
28785         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28786         detection to immediately after _FP_ROUND().
28787         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
28788         bits are 0.
28789
28790 2012-11-11  David S. Miller  <davem@davemloft.net>
28791
28792         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
28793         inttypes.h
28794         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
28795         __close rather than their public counterparts.
28796
28797 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
28798
28799         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
28800         file.
28801         [UNIX98] (sem_timedwait): Do not expect.
28802         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
28803         [XPG4 || UNIX98] (sockatmark): Do not expect.
28804         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
28805         (clock_getcpuclockid): Do not expect.
28806         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
28807         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
28808         Do not expect.
28809         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
28810         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
28811         [UNIX98] (vwscanf): Likewise.
28812         [UNIX98] (vswscanf): Likewise.
28813
28814 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
28815
28816         * timezone/version.h: Remove file.
28817         * timezone/README: Do not refer to version.h.
28818         * timezone/Makefile ($(objpfx)zic.o): New dependency on
28819         $(objpfx)version.h.
28820         ($(objpfx)zdump.o): Likewise.
28821         ($(objpfx)version.h): New target.
28822
28823         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
28824         2012i.
28825         * timezone/README: Don't mention modification to tzselect.ksh.
28826         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28827         work on unmodified tzselect.ksh.  Substitute version numbers in
28828         tzselect.ksh.
28829
28830         * Makefile (format-me): Remove.
28831         (INSTALL): Adjust indentation.  Use commands directly instead of
28832         using $(format-me).
28833
28834         * aclocal.m4 (ACX_PKGVERSION): New macro.
28835         (ACX_BUGURL): Likewise.
28836         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28837         (PKGVERSION): New AC_DEFINE_UNQUOTED.
28838         (REPORT_BUGS_TO): Likewise.
28839         * configure: Regenerated.
28840         * config.h.in (PKGVERSION): New macro.
28841         (REPORT_BUGS_TO): Likewise.
28842         * config.make.in (PKGVERSION): New variable.
28843         (PKGVERSION_TEXI): Likewise.
28844         (REPORT_BUGS_TO): Likewise.
28845         (REPORT_BUGS_TEXI): Likewise.
28846         * Makefile (format-me): Use -I$(common-objpfx)manual.
28847         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28848         ($(common-objpfx)manual/%): New target.
28849         (manual/%): Remove target.
28850         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28851         (print_version): Use PKGVERSION.
28852         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28853         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28854         and REPORT_BUGS_TO.
28855         ($(objpfx)xtrace): Likewise.
28856         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28857         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28858         (print_version): Use PKGVERSION.
28859         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28860         (do_version): Use PKGVERSION.
28861         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28862         REPORT_BUGS_TO.
28863         (common-ldd-rewrite): Likewise.
28864         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28865         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28866         (print_version): Use PKGVERSION.
28867         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28868         * elf/pldd.c (argp_program_bug_address): Remove variable.
28869         (more_help): New function.
28870         (argp): Use more_help.
28871         (print_version): Use PKGVERSION.
28872         * elf/sln.c (main): Use PKGVERSION.
28873         (usage): Use REPORT_BUGS_TO.
28874         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28875         (top level): Use PKGVERSION.
28876         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28877         (print_version): Use PKGVERSION.
28878         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28879         (print_version): Use PKGVERSION.
28880         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28881         (print_version): Use PKGVERSION.
28882         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28883         (print_version): Use PKGVERSION.
28884         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28885         (print_version): Use PKGVERSION.
28886         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28887         (print_version): Use PKGVERSION.
28888         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28889         and BUGURL.
28890         ($(objpfx)memusage): Likewise.
28891         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28892         (do_version): Use PKGVERSION.
28893         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28894         (print_version): Use PKGVERSION.
28895         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28896         ($PKGVERSION): New variable.
28897         ($REPORT_BUGS_TO): Likewise.
28898         (usage): Use $REPORT_BUGS_TO.
28899         (top level): Use $PKGVERSION.
28900         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28901         ($(objpfx)pkgvers.texi): New rule.
28902         ($(objpfx)stamp-pkgvers): Likewise.
28903         * manual/install.texi: Include pkgvers.texi.
28904         (--with-pkgversion): Document new configure option.
28905         (--with-bugurl): Likewise.
28906         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28907         than necessarily for this particular distribution.  Use
28908         REPORT_BUGS_TO for where to report bugs.
28909         * INSTALL: Regenerated.
28910         * manual/libc.texinfo: Include pkgvers.texi.
28911         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28912         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28913         (print_version): Use PKGVERSION.
28914         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28915         (print_version): Use PKGVERSION.
28916         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28917         (print_version): Use PKGVERSION.
28918         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28919         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28920         macro.
28921         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28922         (print_version): Use PKGVERSION.
28923         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28924         (print_version): Use PKGVERSION.
28925         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28926         and PKGVERSION.
28927
28928         * timezone/checktab.awk: Update from tzcode 2012i.
28929         * timezone/ialloc.c: Likewise.
28930         * timezone/private.h: Likewise.
28931         * timezone/scheck.c: Likewise.
28932         * timezone/tzfile.h: Likewise.
28933         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28934         (TZVERSION): Hardcode tzcode version number.
28935         * timezone/zdump.c: Update from tzcode 2012i.
28936         * timezone/zic.c: Likewise.
28937         * timezone/version.h: New file.
28938         * timezone/README: Describe version.h.  Update upstream location.
28939
28940         [BZ #14824]
28941         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28942         (mktemp): Enable declaration.
28943         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28944         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28945         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28946         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28947         Likewise.
28948         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28949         Likewise.
28950         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28951         Likewise.
28952         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28953         Likewise.
28954         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28955         Likewise.
28956         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28957         Likewise.
28958
28959         [BZ #14821]
28960         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28961         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
28962         for copies of such integer values.
28963         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28964         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28965
28966 2012-11-09  Andreas Jaeger  <aj@suse.de>
28967
28968         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28969         definitions and declarations that are provided by
28970         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28971
28972 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28973
28974         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
28975         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28976         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28977         definition.
28978
28979 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28980
28981         * elf/elf.h: Update comment before AArch64 relocations.
28982
28983 2012-11-07  David S. Miller  <davem@davemloft.net>
28984
28985         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28986         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28987         (__start_context): Declare.
28988         (__makecontext_ret): Delete.
28989         (__makecontext): Hook up __start_context instead of
28990         __makecontext_ret.
28991         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28992         (sysdep_routines): Add __start_context when in stdlib.
28993
28994 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28995
28996         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28997         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28998         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
28999         hardcoded "nm".
29000         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
29001         (READELF): New variable.  Use it instead of hardcoded "readelf".
29002
29003 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
29004
29005         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
29006         * sysdeps/x86/Makefile: Here.
29007         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
29008         * sysdeps/x86/tst-xmmymm.sh: This.
29009
29010 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29011
29012         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
29013         expectations.
29014         [UNIX98] (pthread_barrier_t): Do not expect.
29015         [UNIX98] (pthread_barrierattr_t): Likewise.
29016         [UNIX98] (pthread_spinlock_t): Likewise.
29017         [UNIX98] (pthread_barrier_destroy): Likewise.
29018         [UNIX98] (pthread_barrier_init): Likewise.
29019         [UNIX98] (pthread_barrier_wait): Likewise.
29020         [UNIX98] (pthread_barrierattr_destroy): Likewise.
29021         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
29022         [UNIX98] (pthread_barrierattr_init): Likewise.
29023         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
29024         [UNIX98] (pthread_getcpuclockid): Likewise.
29025         [UNIX98] (pthread_mutex_timedlock): Likewise.
29026         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
29027         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
29028         [UNIX98] (pthread_sigmask): Likewise.
29029         [UNIX98] (pthread_spin_destroy): Likewise.
29030         [UNIX98] (pthread_spin_init): Likewise.
29031         [UNIX98] (pthread_spin_lock): Likewise.
29032         [UNIX98] (pthread_spin_trylock): Likewise.
29033         [UNIX98] (pthread_spin_unlock): Likewise.
29034         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
29035         Do not expect.
29036         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
29037         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
29038         [XPG3 || XPG4] (pthread_cond_t): Likewise.
29039         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
29040         [XPG3 || XPG4] (pthread_key_t): Likewise.
29041         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
29042         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
29043         [XPG3 || XPG4] (pthread_once_t): Likewise.
29044         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
29045         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
29046         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
29047         [XPG3 || XPG4] (pthread_t): Likewise.
29048
29049         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
29050         not expect.
29051         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
29052
29053         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
29054         Change function return type to int.
29055
29056         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
29057         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
29058         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
29059         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
29060         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
29061         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
29062         [!POSIX] (posix_madvise): Likewise.
29063         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
29064         && !UNIX98].
29065         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
29066         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
29067         (mode_t): Likewise.
29068         (posix_mem_offset): Likewise.
29069         (posix_typed_mem_get_info): Likewise.
29070         (posix_typed_mem_open): Likewise.
29071
29072         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
29073         Change condition to [XOPEN2K8].
29074
29075         * conform/conformtest.pl: Preprocess allow-header data with -x c
29076         instead of from stdin.
29077         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
29078         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
29079         [C99-based standards] (cerfc): Likewise.
29080         [C99-based standards] (cexp2): Likewise.
29081         [C99-based standards] (cexpm1): Likewise.
29082         [C99-based standards] (clog10): Likewise.
29083         [C99-based standards] (clog1p): Likewise.
29084         [C99-based standards] (clog2): Likewise.
29085         [C99-based standards] (clgamma): Likewise.
29086         [C99-based standards] (ctgamma): Likewise.
29087         [C99-based standards] (cerff): Likewise.
29088         [C99-based standards] (cerfcf): Likewise.
29089         [C99-based standards] (cexp2f): Likewise.
29090         [C99-based standards] (cexpm1f): Likewise.
29091         [C99-based standards] (clog10f): Likewise.
29092         [C99-based standards] (clog1pf): Likewise.
29093         [C99-based standards] (clog2f): Likewise.
29094         [C99-based standards] (clgammaf): Likewise.
29095         [C99-based standards] (ctgammaf): Likewise.
29096         [C99-based standards] (cerfl): Likewise.
29097         [C99-based standards] (cerfcl): Likewise.
29098         [C99-based standards] (cexp2l): Likewise.
29099         [C99-based standards] (cexpm1l): Likewise.
29100         [C99-based standards] (clog10l): Likewise.
29101         [C99-based standards] (clog1pl): Likewise.
29102         [C99-based standards] (clog2l): Likewise.
29103         [C99-based standards] (clgammal): Likewise.
29104         [C99-based standards] (ctgammal): Likewise.
29105         * conform/data/inttypes.h-data [C99-based standards]: Include
29106         stdint.h-data.  Remove all expectations for stdint.h contents.
29107         [C99-based standards] (PRI*): Do not allow.
29108         [C99-based standards] (SCN*): Likewise.
29109         [C99-based standards] (*_t): Likewise.
29110         [C99-based-standards] (PRId8): Expect macro.
29111         [C99-based-standards] (PRIi8): Likewise.
29112         [C99-based-standards] (PRIo8): Likewise.
29113         [C99-based-standards] (PRIu8): Likewise.
29114         [C99-based-standards] (PRIx8): Likewise.
29115         [C99-based-standards] (PRIX8): Likewise.
29116         [C99-based-standards] (SCNd8): Likewise.
29117         [C99-based-standards] (SCNi8): Likewise.
29118         [C99-based-standards] (SCNo8): Likewise.
29119         [C99-based-standards] (SCNu8): Likewise.
29120         [C99-based-standards] (SCNx8): Likewise.
29121         [C99-based-standards] (PRIdLEAST8): Likewise.
29122         [C99-based-standards] (PRIiLEAST8): Likewise.
29123         [C99-based-standards] (PRIoLEAST8): Likewise.
29124         [C99-based-standards] (PRIuLEAST8): Likewise.
29125         [C99-based-standards] (PRIxLEAST8): Likewise.
29126         [C99-based-standards] (PRIXLEAST8): Likewise.
29127         [C99-based-standards] (SCNdLEAST8): Likewise.
29128         [C99-based-standards] (SCNiLEAST8): Likewise.
29129         [C99-based-standards] (SCNoLEAST8): Likewise.
29130         [C99-based-standards] (SCNuLEAST8): Likewise.
29131         [C99-based-standards] (SCNxLEAST8): Likewise.
29132         [C99-based-standards] (PRIdFAST8): Likewise.
29133         [C99-based-standards] (PRIiFAST8): Likewise.
29134         [C99-based-standards] (PRIoFAST8): Likewise.
29135         [C99-based-standards] (PRIuFAST8): Likewise.
29136         [C99-based-standards] (PRIxFAST8): Likewise.
29137         [C99-based-standards] (PRIXFAST8): Likewise.
29138         [C99-based-standards] (SCNdFAST8): Likewise.
29139         [C99-based-standards] (SCNiFAST8): Likewise.
29140         [C99-based-standards] (SCNoFAST8): Likewise.
29141         [C99-based-standards] (SCNuFAST8): Likewise.
29142         [C99-based-standards] (SCNxFAST8): Likewise.
29143         [C99-based-standards] (PRId16): Likewise.
29144         [C99-based-standards] (PRIi16): Likewise.
29145         [C99-based-standards] (PRIo16): Likewise.
29146         [C99-based-standards] (PRIu16): Likewise.
29147         [C99-based-standards] (PRIx16): Likewise.
29148         [C99-based-standards] (PRIX16): Likewise.
29149         [C99-based-standards] (SCNd16): Likewise.
29150         [C99-based-standards] (SCNi16): Likewise.
29151         [C99-based-standards] (SCNo16): Likewise.
29152         [C99-based-standards] (SCNu16): Likewise.
29153         [C99-based-standards] (SCNx16): Likewise.
29154         [C99-based-standards] (PRIdLEAST16): Likewise.
29155         [C99-based-standards] (PRIiLEAST16): Likewise.
29156         [C99-based-standards] (PRIoLEAST16): Likewise.
29157         [C99-based-standards] (PRIuLEAST16): Likewise.
29158         [C99-based-standards] (PRIxLEAST16): Likewise.
29159         [C99-based-standards] (PRIXLEAST16): Likewise.
29160         [C99-based-standards] (SCNdLEAST16): Likewise.
29161         [C99-based-standards] (SCNiLEAST16): Likewise.
29162         [C99-based-standards] (SCNoLEAST16): Likewise.
29163         [C99-based-standards] (SCNuLEAST16): Likewise.
29164         [C99-based-standards] (SCNxLEAST16): Likewise.
29165         [C99-based-standards] (PRIdFAST16): Likewise.
29166         [C99-based-standards] (PRIiFAST16): Likewise.
29167         [C99-based-standards] (PRIoFAST16): Likewise.
29168         [C99-based-standards] (PRIuFAST16): Likewise.
29169         [C99-based-standards] (PRIxFAST16): Likewise.
29170         [C99-based-standards] (PRIXFAST16): Likewise.
29171         [C99-based-standards] (SCNdFAST16): Likewise.
29172         [C99-based-standards] (SCNiFAST16): Likewise.
29173         [C99-based-standards] (SCNoFAST16): Likewise.
29174         [C99-based-standards] (SCNuFAST16): Likewise.
29175         [C99-based-standards] (SCNxFAST16): Likewise.
29176         [C99-based-standards] (PRId32): Likewise.
29177         [C99-based-standards] (PRIi32): Likewise.
29178         [C99-based-standards] (PRIo32): Likewise.
29179         [C99-based-standards] (PRIu32): Likewise.
29180         [C99-based-standards] (PRIx32): Likewise.
29181         [C99-based-standards] (PRIX32): Likewise.
29182         [C99-based-standards] (SCNd32): Likewise.
29183         [C99-based-standards] (SCNi32): Likewise.
29184         [C99-based-standards] (SCNo32): Likewise.
29185         [C99-based-standards] (SCNu32): Likewise.
29186         [C99-based-standards] (SCNx32): Likewise.
29187         [C99-based-standards] (PRIdLEAST32): Likewise.
29188         [C99-based-standards] (PRIiLEAST32): Likewise.
29189         [C99-based-standards] (PRIoLEAST32): Likewise.
29190         [C99-based-standards] (PRIuLEAST32): Likewise.
29191         [C99-based-standards] (PRIxLEAST32): Likewise.
29192         [C99-based-standards] (PRIXLEAST32): Likewise.
29193         [C99-based-standards] (SCNdLEAST32): Likewise.
29194         [C99-based-standards] (SCNiLEAST32): Likewise.
29195         [C99-based-standards] (SCNoLEAST32): Likewise.
29196         [C99-based-standards] (SCNuLEAST32): Likewise.
29197         [C99-based-standards] (SCNxLEAST32): Likewise.
29198         [C99-based-standards] (PRIdFAST32): Likewise.
29199         [C99-based-standards] (PRIiFAST32): Likewise.
29200         [C99-based-standards] (PRIoFAST32): Likewise.
29201         [C99-based-standards] (PRIuFAST32): Likewise.
29202         [C99-based-standards] (PRIxFAST32): Likewise.
29203         [C99-based-standards] (PRIXFAST32): Likewise.
29204         [C99-based-standards] (SCNdFAST32): Likewise.
29205         [C99-based-standards] (SCNiFAST32): Likewise.
29206         [C99-based-standards] (SCNoFAST32): Likewise.
29207         [C99-based-standards] (SCNuFAST32): Likewise.
29208         [C99-based-standards] (SCNxFAST32): Likewise.
29209         [C99-based-standards] (PRId64): Likewise.
29210         [C99-based-standards] (PRIi64): Likewise.
29211         [C99-based-standards] (PRIo64): Likewise.
29212         [C99-based-standards] (PRIu64): Likewise.
29213         [C99-based-standards] (PRIx64): Likewise.
29214         [C99-based-standards] (PRIX64): Likewise.
29215         [C99-based-standards] (SCNd64): Likewise.
29216         [C99-based-standards] (SCNi64): Likewise.
29217         [C99-based-standards] (SCNo64): Likewise.
29218         [C99-based-standards] (SCNu64): Likewise.
29219         [C99-based-standards] (SCNx64): Likewise.
29220         [C99-based-standards] (PRIdLEAST64): Likewise.
29221         [C99-based-standards] (PRIiLEAST64): Likewise.
29222         [C99-based-standards] (PRIoLEAST64): Likewise.
29223         [C99-based-standards] (PRIuLEAST64): Likewise.
29224         [C99-based-standards] (PRIxLEAST64): Likewise.
29225         [C99-based-standards] (PRIXLEAST64): Likewise.
29226         [C99-based-standards] (SCNdLEAST64): Likewise.
29227         [C99-based-standards] (SCNiLEAST64): Likewise.
29228         [C99-based-standards] (SCNoLEAST64): Likewise.
29229         [C99-based-standards] (SCNuLEAST64): Likewise.
29230         [C99-based-standards] (SCNxLEAST64): Likewise.
29231         [C99-based-standards] (PRIdFAST64): Likewise.
29232         [C99-based-standards] (PRIiFAST64): Likewise.
29233         [C99-based-standards] (PRIoFAST64): Likewise.
29234         [C99-based-standards] (PRIuFAST64): Likewise.
29235         [C99-based-standards] (PRIxFAST64): Likewise.
29236         [C99-based-standards] (PRIXFAST64): Likewise.
29237         [C99-based-standards] (SCNdFAST64): Likewise.
29238         [C99-based-standards] (SCNiFAST64): Likewise.
29239         [C99-based-standards] (SCNoFAST64): Likewise.
29240         [C99-based-standards] (SCNuFAST64): Likewise.
29241         [C99-based-standards] (SCNxFAST64): Likewise.
29242         [C99-based-standards] (PRIdMAX): Likewise.
29243         [C99-based-standards] (PRIiMAX): Likewise.
29244         [C99-based-standards] (PRIoMAX): Likewise.
29245         [C99-based-standards] (PRIuMAX): Likewise.
29246         [C99-based-standards] (PRIxMAX): Likewise.
29247         [C99-based-standards] (PRIXMAX): Likewise.
29248         [C99-based-standards] (SCNdMAX): Likewise.
29249         [C99-based-standards] (SCNiMAX): Likewise.
29250         [C99-based-standards] (SCNoMAX): Likewise.
29251         [C99-based-standards] (SCNuMAX): Likewise.
29252         [C99-based-standards] (SCNxMAX): Likewise.
29253         [C99-based-standards] (PRIdPTR): Likewise.
29254         [C99-based-standards] (PRIiPTR): Likewise.
29255         [C99-based-standards] (PRIoPTR): Likewise.
29256         [C99-based-standards] (PRIuPTR): Likewise.
29257         [C99-based-standards] (PRIxPTR): Likewise.
29258         [C99-based-standards] (PRIXPTR): Likewise.
29259         [C99-based-standards] (SCNdPTR): Likewise.
29260         [C99-based-standards] (SCNiPTR): Likewise.
29261         [C99-based-standards] (SCNoPTR): Likewise.
29262         [C99-based-standards] (SCNuPTR): Likewise.
29263         [C99-based-standards] (SCNxPTR): Likewise.
29264         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29265         allow.
29266         * conform/data/stdint.h-data: Update comments to clarify
29267         requirements.
29268         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
29269         type.
29270         [C99-based standards] (INT8_MAX): Likewise.
29271         [C99-based standards] (INT16_MIN): Likewise.
29272         [C99-based standards] (INT16_MAX): Likewise.
29273         [C99-based standards] (INT32_MIN): Likewise.
29274         [C99-based standards] (INT32_MAX): Likewise.
29275         [C99-based standards] (INT64_MIN): Likewise.
29276         [C99-based standards] (INT64_MAX): Likewise.
29277         [C99-based standards] (UINT8_MAX): Likewise.
29278         [C99-based standards] (UINT16_MAX): Likewise.
29279         [C99-based standards] (UINT32_MAX): Likewise.
29280         [C99-based standards] (UINT64_MAX): Likewise.
29281         [C99-based standards] (INT_LEAST8_MIN): Likewise.
29282         [C99-based standards] (INT_LEAST8_MAX): Likewise.
29283         [C99-based standards] (INT_LEAST16_MIN): Likewise.
29284         [C99-based standards] (INT_LEAST16_MAX): Likewise.
29285         [C99-based standards] (INT_LEAST32_MIN): Likewise.
29286         [C99-based standards] (INT_LEAST32_MAX): Likewise.
29287         [C99-based standards] (INT_LEAST64_MIN): Likewise.
29288         [C99-based standards] (INT_LEAST64_MAX): Likewise.
29289         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29290         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29291         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29292         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29293         [C99-based standards] (INT_FAST8_MIN): Likewise.
29294         [C99-based standards] (INT_FAST8_MAX): Likewise.
29295         [C99-based standards] (INT_FAST16_MIN): Likewise.
29296         [C99-based standards] (INT_FAST16_MAX): Likewise.
29297         [C99-based standards] (INT_FAST32_MIN): Likewise.
29298         [C99-based standards] (INT_FAST32_MAX): Likewise.
29299         [C99-based standards] (INT_FAST64_MIN): Likewise.
29300         [C99-based standards] (INT_FAST64_MAX): Likewise.
29301         [C99-based standards] (UINT_FAST8_MAX): Likewise.
29302         [C99-based standards] (UINT_FAST16_MAX): Likewise.
29303         [C99-based standards] (UINT_FAST32_MAX): Likewise.
29304         [C99-based standards] (UINT_FAST64_MAX): Likewise.
29305         [C99-based standards] (INTPTR_MIN): Likewise.
29306         [C99-based standards] (INTPTR_MAX): Likewise.
29307         [C99-based standards] (UINTPTR_MAX): Likewise.
29308         [C99-based standards] (INTMAX_MIN): Likewise.
29309         [C99-based standards] (INTMAX_MAX): Likewise.
29310         [C99-based standards] (UINTMAX_MAX): Likewise.
29311         [C99-based standards] (PTRDIFF_MIN): Likewise.
29312         [C99-based standards] (PTRDIFF_MAX): Likewise.
29313         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29314         [C99-based standards] (SIZE_MAX): Likewise.
29315         [C99-based standards] (WCHAR_MAX): Likewise.
29316         [C99-based standards] (WINT_MAX): Likewise.
29317         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
29318         constraint on value.
29319         [C99-based standards] (WCHAR_MIN): Likewise.
29320         [C99-based standards] (WINT_MIN): Likewise.
29321         [C99-based standards] (*_t): Allow.
29322         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29323         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29324         Include math.h-data and complex.h-data.  Remove all expectations
29325         of math.h and complex.h contents.
29326         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29327         at end of line.
29328         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29329         (struct tm): Expect tag.
29330         [C99-based-standards] (wcstof): Expect function.
29331         [C99-based-standards] (wcstold): Likewise.
29332         [C99-based-standards] (wcstoll): Likewise.
29333         [C99-based-standards] (wcstoull): Likewise.
29334         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29335         macro-int-constant.  Specify type.
29336         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
29337         constraint on value.
29338         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29339         Specify type.
29340         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29341         Specify value.
29342         [ISO C standards]: Do not allow headers.
29343         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29344         wcs[abcdefghijklmnopqrstuvwxyz]*.
29345         [ISO C standards] (*_t): Do not allow.
29346         * conform/data/wctype.h-data [C99-based standards] (iswblank):
29347         Expect function.
29348         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29349         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29350         Specify type.
29351         [ISO C standards]: Do not allow headers.
29352         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29353         is[abcdefghijklmnopqrstuvwxyz]*.
29354         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29355         to[abcdefghijklmnopqrstuvwxyz]*.
29356         [ISO C standards] (*_t): Do not allow.
29357         * conform/data/stdalign.h-data: New file.
29358         * conform/data/stdbool.h-data: Likewise.
29359         * conform/data/stdnoreturn.h-data: Likewise.
29360
29361 2012-11-07  Roland McGrath  <roland@hack.frob.com>
29362
29363         [BZ #14815]
29364         * manual/filesys.texi (Directory Entries): Typo fix.
29365         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29366
29367 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29368
29369         * elf/elf.h (EM_AARCH64): New macro.
29370         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29371         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29372         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29373         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29374         (R_AARCH64_TLSDESC): Likewise.
29375         (NT_ARM_TLS): Likewise.
29376         (NT_ARM_HW_BREAK): Likewise.
29377         (NT_ARM_HW_WATCH): Likewise.
29378
29379 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29380
29381         [BZ #14811]
29382         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29383         (__ieee754_powl): Saturate nonzero exponents with absolute value
29384         below 0x1p-79 to +/- 0x1p-79.
29385         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29386         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29387         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29388         nonzero exponents with absolute value below 0x1p-32 to +/-
29389         0x1p-32.
29390         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29391         (__ieee754_powl): Saturate nonzero exponents with absolute value
29392         below 0x1p-79 to +/- 0x1p-79.
29393         * math/libm-test.inc (pow_test): Add more tests.
29394
29395 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29396
29397         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29398         _dl_s390_cap_flags with kernel. Increase string length.
29399         (_dl_s390_platforms): Add z196 and zEC12.
29400
29401 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29402
29403         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29404         Change XOPEN21K to XOPEN2K.
29405
29406 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
29407
29408         * string/memmove.c: Use memcpy when possible.
29409
29410 2012-11-06  Andreas Jaeger  <aj@suse.de>
29411
29412         * po/eo.po: Update from translation team.
29413
29414 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
29415
29416         [BZ #14793]
29417         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29418         exponent and small x and y exponents, scale x or y up.  Increase
29419         by 2 the exponent used in scaling up.
29420         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29421         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29422         * math/libm-test.inc (fma_test): Add more tests.
29423         (fma_test_towardzero): Likewise.
29424         (fma_test_downward): Likewise.
29425         (fma_test_upward): Likewise.
29426
29427 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
29428
29429         [BZ #14805]
29430         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29431         fenv_t *.
29432
29433         [BZ #14801]
29434         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29435         namespace for names of struct fields.
29436         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29437         fenv_t fields.
29438         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29439         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29440
29441 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29442
29443         [BZ #3665]
29444         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29445
29446 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29447
29448         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29449         PTR_DEMANGLE.
29450
29451         [BZ #5246]
29452         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29453         PTR_DEMANGLE.
29454
29455 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
29456
29457         [BZ #14797]
29458         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29459         definitely overflow as x * y not x * y + z.
29460         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29461         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29462         * math/libm-test.inc (fma_test): Add more tests.
29463         (fma_test_towardzero): Likewise.
29464         (fma_test_downward): Likewise.
29465         (fma_test_upward): Likewise.
29466
29467 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29468
29469         [BZ #157]
29470
29471         * include/stub-tag.h: Remove file.
29472         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29473         '#include' of it.
29474         * manual/maint.texi (Porting): Don't reference it.
29475         * Makerules ($(objpfx)stubs): Likewise.
29476         * dirent/closedir.c: Don't include <stub-tag.h>.
29477         * dirent/dirfd.c: Likewise.
29478         * dirent/fdopendir.c: Likewise.
29479         * dirent/getdents.c: Likewise.
29480         * dirent/getdents64.c: Likewise.
29481         * dirent/opendir.c: Likewise.
29482         * dirent/readdir.c: Likewise.
29483         * dirent/readdir64.c: Likewise.
29484         * dirent/readdir64_r.c: Likewise.
29485         * dirent/readdir_r.c: Likewise.
29486         * dirent/rewinddir.c: Likewise.
29487         * dirent/seekdir.c: Likewise.
29488         * dirent/telldir.c: Likewise.
29489         * gmon/profil.c: Likewise.
29490         * grp/setgroups.c: Likewise.
29491         * inet/if_index.c: Likewise.
29492         * io/access.c: Likewise.
29493         * io/chdir.c: Likewise.
29494         * io/chmod.c: Likewise.
29495         * io/chown.c: Likewise.
29496         * io/close.c: Likewise.
29497         * io/dup.c: Likewise.
29498         * io/dup2.c: Likewise.
29499         * io/dup3.c: Likewise.
29500         * io/euidaccess.c: Likewise.
29501         * io/faccessat.c: Likewise.
29502         * io/fchdir.c: Likewise.
29503         * io/fchmod.c: Likewise.
29504         * io/fchmodat.c: Likewise.
29505         * io/fchown.c: Likewise.
29506         * io/fchownat.c: Likewise.
29507         * io/fcntl.c: Likewise.
29508         * io/flock.c: Likewise.
29509         * io/fstatfs.c: Likewise.
29510         * io/fstatfs64.c: Likewise.
29511         * io/fstatvfs.c: Likewise.
29512         * io/fstatvfs64.c: Likewise.
29513         * io/futimens.c: Likewise.
29514         * io/fxstat.c: Likewise.
29515         * io/fxstat64.c: Likewise.
29516         * io/fxstatat.c: Likewise.
29517         * io/fxstatat64.c: Likewise.
29518         * io/getcwd.c: Likewise.
29519         * io/isatty.c: Likewise.
29520         * io/lchmod.c: Likewise.
29521         * io/lchown.c: Likewise.
29522         * io/link.c: Likewise.
29523         * io/linkat.c: Likewise.
29524         * io/lseek.c: Likewise.
29525         * io/lseek64.c: Likewise.
29526         * io/lxstat64.c: Likewise.
29527         * io/mkdir.c: Likewise.
29528         * io/mkdirat.c: Likewise.
29529         * io/mkfifo.c: Likewise.
29530         * io/mkfifoat.c: Likewise.
29531         * io/open.c: Likewise.
29532         * io/open64.c: Likewise.
29533         * io/openat.c: Likewise.
29534         * io/openat64.c: Likewise.
29535         * io/pipe.c: Likewise.
29536         * io/pipe2.c: Likewise.
29537         * io/poll.c: Likewise.
29538         * io/posix_fadvise.c: Likewise.
29539         * io/posix_fadvise64.c: Likewise.
29540         * io/posix_fallocate.c: Likewise.
29541         * io/posix_fallocate64.c: Likewise.
29542         * io/read.c: Likewise.
29543         * io/readlink.c: Likewise.
29544         * io/readlinkat.c: Likewise.
29545         * io/rmdir.c: Likewise.
29546         * io/sendfile.c: Likewise.
29547         * io/sendfile64.c: Likewise.
29548         * io/statfs.c: Likewise.
29549         * io/statfs64.c: Likewise.
29550         * io/statvfs.c: Likewise.
29551         * io/statvfs64.c: Likewise.
29552         * io/symlink.c: Likewise.
29553         * io/symlinkat.c: Likewise.
29554         * io/ttyname.c: Likewise.
29555         * io/ttyname_r.c: Likewise.
29556         * io/umask.c: Likewise.
29557         * io/unlink.c: Likewise.
29558         * io/unlinkat.c: Likewise.
29559         * io/utime.c: Likewise.
29560         * io/utimensat.c: Likewise.
29561         * io/write.c: Likewise.
29562         * io/xmknod.c: Likewise.
29563         * io/xmknodat.c: Likewise.
29564         * io/xstat.c: Likewise.
29565         * io/xstat64.c: Likewise.
29566         * login/getpt.c: Likewise.
29567         * login/grantpt.c: Likewise.
29568         * login/unlockpt.c: Likewise.
29569         * math/e_acoshl.c: Likewise.
29570         * math/e_acosl.c: Likewise.
29571         * math/e_asinl.c: Likewise.
29572         * math/e_atan2l.c: Likewise.
29573         * math/e_atanhl.c: Likewise.
29574         * math/e_coshl.c: Likewise.
29575         * math/e_expl.c: Likewise.
29576         * math/e_fmodl.c: Likewise.
29577         * math/e_gammal_r.c: Likewise.
29578         * math/e_hypotl.c: Likewise.
29579         * math/e_j0l.c: Likewise.
29580         * math/e_j1l.c: Likewise.
29581         * math/e_jnl.c: Likewise.
29582         * math/e_lgammal_r.c: Likewise.
29583         * math/e_log10l.c: Likewise.
29584         * math/e_log2l.c: Likewise.
29585         * math/e_logl.c: Likewise.
29586         * math/e_powl.c: Likewise.
29587         * math/e_rem_pio2l.c: Likewise.
29588         * math/e_sinhl.c: Likewise.
29589         * math/e_sqrtl.c: Likewise.
29590         * math/fclrexcpt.c: Likewise.
29591         * math/fedisblxcpt.c: Likewise.
29592         * math/feenablxcpt.c: Likewise.
29593         * math/fegetenv.c: Likewise.
29594         * math/fegetexcept.c: Likewise.
29595         * math/fegetround.c: Likewise.
29596         * math/feholdexcpt.c: Likewise.
29597         * math/fesetenv.c: Likewise.
29598         * math/fesetround.c: Likewise.
29599         * math/feupdateenv.c: Likewise.
29600         * math/fgetexcptflg.c: Likewise.
29601         * math/fraiseexcpt.c: Likewise.
29602         * math/fsetexcptflg.c: Likewise.
29603         * math/ftestexcept.c: Likewise.
29604         * math/k_cosl.c: Likewise.
29605         * math/k_rem_pio2l.c: Likewise.
29606         * math/k_sinl.c: Likewise.
29607         * math/k_tanl.c: Likewise.
29608         * math/s_asinhl.c: Likewise.
29609         * math/s_atanl.c: Likewise.
29610         * math/s_cbrtl.c: Likewise.
29611         * math/s_erfl.c: Likewise.
29612         * math/s_expm1l.c: Likewise.
29613         * math/s_log1pl.c: Likewise.
29614         * math/s_tanhl.c: Likewise.
29615         * misc/acct.c: Likewise.
29616         * misc/brk.c: Likewise.
29617         * misc/chflags.c: Likewise.
29618         * misc/chroot.c: Likewise.
29619         * misc/fchflags.c: Likewise.
29620         * misc/fgetxattr.c: Likewise.
29621         * misc/flistxattr.c: Likewise.
29622         * misc/fremovexattr.c: Likewise.
29623         * misc/fsetxattr.c: Likewise.
29624         * misc/fsync.c: Likewise.
29625         * misc/ftruncate.c: Likewise.
29626         * misc/futimes.c: Likewise.
29627         * misc/futimesat.c: Likewise.
29628         * misc/getdomain.c: Likewise.
29629         * misc/getdtsz.c: Likewise.
29630         * misc/gethostid.c: Likewise.
29631         * misc/gethostname.c: Likewise.
29632         * misc/getloadavg.c: Likewise.
29633         * misc/getpagesize.c: Likewise.
29634         * misc/getsysstats.c: Likewise.
29635         * misc/getxattr.c: Likewise.
29636         * misc/gtty.c: Likewise.
29637         * misc/ioctl.c: Likewise.
29638         * misc/lgetxattr.c: Likewise.
29639         * misc/listxattr.c: Likewise.
29640         * misc/llistxattr.c: Likewise.
29641         * misc/lremovexattr.c: Likewise.
29642         * misc/lsetxattr.c: Likewise.
29643         * misc/lutimes.c: Likewise.
29644         * misc/madvise.c: Likewise.
29645         * misc/mincore.c: Likewise.
29646         * misc/mlock.c: Likewise.
29647         * misc/mlockall.c: Likewise.
29648         * misc/mmap.c: Likewise.
29649         * misc/mprotect.c: Likewise.
29650         * misc/msync.c: Likewise.
29651         * misc/munlock.c: Likewise.
29652         * misc/munlockall.c: Likewise.
29653         * misc/munmap.c: Likewise.
29654         * misc/preadv.c: Likewise.
29655         * misc/preadv64.c: Likewise.
29656         * misc/ptrace.c: Likewise.
29657         * misc/pwritev.c: Likewise.
29658         * misc/pwritev64.c: Likewise.
29659         * misc/readv.c: Likewise.
29660         * misc/reboot.c: Likewise.
29661         * misc/remap_file_pages.c: Likewise.
29662         * misc/removexattr.c: Likewise.
29663         * misc/revoke.c: Likewise.
29664         * misc/select.c: Likewise.
29665         * misc/setdomain.c: Likewise.
29666         * misc/setegid.c: Likewise.
29667         * misc/seteuid.c: Likewise.
29668         * misc/sethostid.c: Likewise.
29669         * misc/sethostname.c: Likewise.
29670         * misc/setregid.c: Likewise.
29671         * misc/setreuid.c: Likewise.
29672         * misc/setxattr.c: Likewise.
29673         * misc/sstk.c: Likewise.
29674         * misc/stty.c: Likewise.
29675         * misc/swapoff.c: Likewise.
29676         * misc/swapon.c: Likewise.
29677         * misc/sync.c: Likewise.
29678         * misc/syncfs.c: Likewise.
29679         * misc/syscall.c: Likewise.
29680         * misc/truncate.c: Likewise.
29681         * misc/ualarm.c: Likewise.
29682         * misc/usleep.c: Likewise.
29683         * misc/ustat.c: Likewise.
29684         * misc/utimes.c: Likewise.
29685         * misc/vhangup.c: Likewise.
29686         * misc/writev.c: Likewise.
29687         * posix/_exit.c: Likewise.
29688         * posix/alarm.c: Likewise.
29689         * posix/execve.c: Likewise.
29690         * posix/fexecve.c: Likewise.
29691         * posix/fork.c: Likewise.
29692         * posix/fpathconf.c: Likewise.
29693         * posix/getaddrinfo.c: Likewise.
29694         * posix/getegid.c: Likewise.
29695         * posix/geteuid.c: Likewise.
29696         * posix/getgid.c: Likewise.
29697         * posix/getgroups.c: Likewise.
29698         * posix/getlogin.c: Likewise.
29699         * posix/getlogin_r.c: Likewise.
29700         * posix/getpgid.c: Likewise.
29701         * posix/getpid.c: Likewise.
29702         * posix/getppid.c: Likewise.
29703         * posix/getresgid.c: Likewise.
29704         * posix/getresuid.c: Likewise.
29705         * posix/getsid.c: Likewise.
29706         * posix/getuid.c: Likewise.
29707         * posix/glob64.c: Likewise.
29708         * posix/nanosleep.c: Likewise.
29709         * posix/pathconf.c: Likewise.
29710         * posix/pause.c: Likewise.
29711         * posix/posix_madvise.c: Likewise.
29712         * posix/pread.c: Likewise.
29713         * posix/pread64.c: Likewise.
29714         * posix/pwrite.c: Likewise.
29715         * posix/pwrite64.c: Likewise.
29716         * posix/sched_getaffinity.c: Likewise.
29717         * posix/sched_getp.c: Likewise.
29718         * posix/sched_gets.c: Likewise.
29719         * posix/sched_primax.c: Likewise.
29720         * posix/sched_primin.c: Likewise.
29721         * posix/sched_rr_gi.c: Likewise.
29722         * posix/sched_setaffinity.c: Likewise.
29723         * posix/sched_setp.c: Likewise.
29724         * posix/sched_sets.c: Likewise.
29725         * posix/sched_yield.c: Likewise.
29726         * posix/setgid.c: Likewise.
29727         * posix/setlogin.c: Likewise.
29728         * posix/setpgid.c: Likewise.
29729         * posix/setresgid.c: Likewise.
29730         * posix/setresuid.c: Likewise.
29731         * posix/setsid.c: Likewise.
29732         * posix/setuid.c: Likewise.
29733         * posix/sleep.c: Likewise.
29734         * posix/spawni.c: Likewise.
29735         * posix/sysconf.c: Likewise.
29736         * posix/times.c: Likewise.
29737         * posix/wait.c: Likewise.
29738         * posix/wait3.c: Likewise.
29739         * posix/wait4.c: Likewise.
29740         * posix/waitpid.c: Likewise.
29741         * resolv/gai_sigqueue.c: Likewise.
29742         * resource/getpriority.c: Likewise.
29743         * resource/getrlimit.c: Likewise.
29744         * resource/getrusage.c: Likewise.
29745         * resource/nice.c: Likewise.
29746         * resource/setpriority.c: Likewise.
29747         * resource/setrlimit.c: Likewise.
29748         * resource/ulimit.c: Likewise.
29749         * rt/aio_cancel.c: Likewise.
29750         * rt/aio_fsync.c: Likewise.
29751         * rt/aio_read.c: Likewise.
29752         * rt/aio_sigqueue.c: Likewise.
29753         * rt/aio_suspend.c: Likewise.
29754         * rt/aio_write.c: Likewise.
29755         * rt/clock_getres.c: Likewise.
29756         * rt/clock_gettime.c: Likewise.
29757         * rt/clock_nanosleep.c: Likewise.
29758         * rt/clock_settime.c: Likewise.
29759         * rt/lio_listio.c: Likewise.
29760         * rt/mq_close.c: Likewise.
29761         * rt/mq_getattr.c: Likewise.
29762         * rt/mq_notify.c: Likewise.
29763         * rt/mq_open.c: Likewise.
29764         * rt/mq_receive.c: Likewise.
29765         * rt/mq_send.c: Likewise.
29766         * rt/mq_setattr.c: Likewise.
29767         * rt/mq_timedreceive.c: Likewise.
29768         * rt/mq_timedsend.c: Likewise.
29769         * rt/mq_unlink.c: Likewise.
29770         * rt/shm_open.c: Likewise.
29771         * rt/shm_unlink.c: Likewise.
29772         * rt/timer_create.c: Likewise.
29773         * rt/timer_delete.c: Likewise.
29774         * rt/timer_getoverr.c: Likewise.
29775         * rt/timer_gettime.c: Likewise.
29776         * rt/timer_settime.c: Likewise.
29777         * setjmp/__longjmp.c: Likewise.
29778         * setjmp/setjmp.c: Likewise.
29779         * signal/kill.c: Likewise.
29780         * signal/killpg.c: Likewise.
29781         * signal/raise.c: Likewise.
29782         * signal/sigaction.c: Likewise.
29783         * signal/sigaltstack.c: Likewise.
29784         * signal/sigblock.c: Likewise.
29785         * signal/sigignore.c: Likewise.
29786         * signal/sigintr.c: Likewise.
29787         * signal/signal.c: Likewise.
29788         * signal/sigpause.c: Likewise.
29789         * signal/sigpending.c: Likewise.
29790         * signal/sigqueue.c: Likewise.
29791         * signal/sigreturn.c: Likewise.
29792         * signal/sigset.c: Likewise.
29793         * signal/sigsetmask.c: Likewise.
29794         * signal/sigstack.c: Likewise.
29795         * signal/sigsuspend.c: Likewise.
29796         * signal/sigtimedwait.c: Likewise.
29797         * signal/sigvec.c: Likewise.
29798         * signal/sigwait.c: Likewise.
29799         * signal/sigwaitinfo.c: Likewise.
29800         * signal/sysv_signal.c: Likewise.
29801         * socket/accept.c: Likewise.
29802         * socket/accept4.c: Likewise.
29803         * socket/bind.c: Likewise.
29804         * socket/connect.c: Likewise.
29805         * socket/getpeername.c: Likewise.
29806         * socket/getsockname.c: Likewise.
29807         * socket/getsockopt.c: Likewise.
29808         * socket/isfdtype.c: Likewise.
29809         * socket/listen.c: Likewise.
29810         * socket/recv.c: Likewise.
29811         * socket/recvfrom.c: Likewise.
29812         * socket/recvmsg.c: Likewise.
29813         * socket/send.c: Likewise.
29814         * socket/sendmsg.c: Likewise.
29815         * socket/sendto.c: Likewise.
29816         * socket/setsockopt.c: Likewise.
29817         * socket/shutdown.c: Likewise.
29818         * socket/sockatmark.c: Likewise.
29819         * socket/socket.c: Likewise.
29820         * socket/socketpair.c: Likewise.
29821         * stdio-common/ctermid.c: Likewise.
29822         * stdio-common/cuserid.c: Likewise.
29823         * stdio-common/remove.c: Likewise.
29824         * stdio-common/rename.c: Likewise.
29825         * stdio-common/renameat.c: Likewise.
29826         * stdio-common/tempname.c: Likewise.
29827         * stdlib/getcontext.c: Likewise.
29828         * stdlib/makecontext.c: Likewise.
29829         * stdlib/setcontext.c: Likewise.
29830         * stdlib/swapcontext.c: Likewise.
29831         * stdlib/system.c: Likewise.
29832         * streams/fattach.c: Likewise.
29833         * streams/fdetach.c: Likewise.
29834         * streams/getmsg.c: Likewise.
29835         * streams/getpmsg.c: Likewise.
29836         * streams/putmsg.c: Likewise.
29837         * streams/putpmsg.c: Likewise.
29838         * sysdeps/unix/bsd/getpt.c: Likewise.
29839         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29840         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29841         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29843         Likewise.
29844         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29845         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29846         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29847         * sysvipc/msgctl.c: Likewise.
29848         * sysvipc/msgget.c: Likewise.
29849         * sysvipc/msgrcv.c: Likewise.
29850         * sysvipc/msgsnd.c: Likewise.
29851         * sysvipc/semctl.c: Likewise.
29852         * sysvipc/semget.c: Likewise.
29853         * sysvipc/semop.c: Likewise.
29854         * sysvipc/semtimedop.c: Likewise.
29855         * sysvipc/shmat.c: Likewise.
29856         * sysvipc/shmctl.c: Likewise.
29857         * sysvipc/shmdt.c: Likewise.
29858         * sysvipc/shmget.c: Likewise.
29859         * termios/tcdrain.c: Likewise.
29860         * termios/tcflow.c: Likewise.
29861         * termios/tcflush.c: Likewise.
29862         * termios/tcgetattr.c: Likewise.
29863         * termios/tcgetpgrp.c: Likewise.
29864         * termios/tcsendbrk.c: Likewise.
29865         * termios/tcsetattr.c: Likewise.
29866         * termios/tcsetpgrp.c: Likewise.
29867         * time/adjtime.c: Likewise.
29868         * time/clock.c: Likewise.
29869         * time/getitimer.c: Likewise.
29870         * time/gettimeofday.c: Likewise.
29871         * time/setitimer.c: Likewise.
29872         * time/settimeofday.c: Likewise.
29873         * time/stime.c: Likewise.
29874         * time/time.c: Likewise.
29875
29876 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
29877
29878         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29879         /usr/old/bin.
29880
29881         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29882         instead of spaces.
29883         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29884
29885 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
29886
29887         [BZ #14796]
29888         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29889         FE_TONEAREST before applying Dekker multiplication and Knuth
29890         addition.  Clear inexact exceptions and check for exact zero
29891         results afterwards.
29892         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29893         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29894         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29895         * math/libm-test.inc (fma_test): Add more tests.
29896         (fma_test_towardzero): Likewise.
29897         (fma_test_downward): Likewise.
29898         (fma_test_upward): Likewise.
29899         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29900         function.
29901         (libc_fesetround): New macro.
29902         (libc_fesetroundf): Likewise.
29903         (libc_fesetroundl): Likewise.
29904         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29905         function.
29906         (libc_fesetround_387): Likewise.
29907         (libc_fesetroundf): New macro.
29908         (libc_fesetround): Likewise.
29909         (libc_fesetroundl): Likewise.
29910         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29911         function.
29912         (libc_fesetroundf): New macro.
29913         (libc_fesetround): Likewise.
29914         (libc_fesetroundl): Likewise.
29915         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29916         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29917         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29918         libm_hidden_ver.
29919         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29920         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29921         libm_hidden_def.
29922         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29923         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29924         libm_hidden_ver.
29925         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29926         libm_hidden_def.
29927
29928         [BZ #3439]
29929         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29930         integer constant usable in #if and use that to give value to enum
29931         constant.
29932         (FE_DIVBYZERO): Likewise.
29933         (FE_UNDERFLOW): Likewise.
29934         (FE_OVERFLOW): Likewise.
29935         (FE_INVALID): Likewise.
29936         (FE_INVALID_SNAN): Likewise.
29937         (FE_INVALID_ISI): Likewise.
29938         (FE_INVALID_IDI): Likewise.
29939         (FE_INVALID_ZDZ): Likewise.
29940         (FE_INVALID_IMZ): Likewise.
29941         (FE_INVALID_COMPARE): Likewise.
29942         (FE_INVALID_SOFTWARE): Likewise.
29943         (FE_INVALID_SQRT): Likewise.
29944         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29945         (FE_TONEAREST): Likewise.
29946         (FE_TOWARDZERO): Likewise.
29947         (FE_UPWARD): Likewise.
29948         (FE_DOWNWARD): Likewise.
29949         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29950         (FE_DIVBYZERO): Likewise.
29951         (FE_OVERFLOW): Likewise.
29952         (FE_UNDERFLOW): Likewise.
29953         (FE_INEXACT): Likewise.
29954         (FE_TONEAREST): Likewise.
29955         (FE_DOWNWARD): Likewise.
29956         (FE_UPWARD): Likewise.
29957         (FE_TOWARDZERO): Likewise.
29958         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29959         (FE_UNDERFLOW): Likewise.
29960         (FE_OVERFLOW): Likewise.
29961         (FE_DIVBYZERO): Likewise.
29962         (FE_INVALID): Likewise.
29963         (FE_TONEAREST): Likewise.
29964         (FE_TOWARDZERO): Likewise.
29965         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29966         (FE_OVERFLOW): Likewise.
29967         (FE_UNDERFLOW): Likewise.
29968         (FE_DIVBYZERO): Likewise.
29969         (FE_INEXACT): Likewise.
29970         (FE_TONEAREST): Likewise.
29971         (FE_TOWARDZERO): Likewise.
29972         (FE_UPWARD): Likewise.
29973         (FE_DOWNWARD): Likewise.
29974         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29975         (FE_DIVBYZERO): Likewise.
29976         (FE_OVERFLOW): Likewise.
29977         (FE_UNDERFLOW): Likewise.
29978         (FE_INEXACT): Likewise.
29979         (FE_TONEAREST): Likewise.
29980         (FE_DOWNWARD): Likewise.
29981         (FE_UPWARD): Likewise.
29982         (FE_TOWARDZERO): Likewise.
29983
29984 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
29985
29986         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29987
29988 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
29989
29990         * scripts/cross-test-ssh.sh (command): Use newlines to separate
29991         commands.  Quote $PWD.
29992         (blacklist_exports): Don't use remove_newlines.  Replace "declare
29993         -x" by "export".
29994         (remove_newlines): Remove.
29995
29996 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
29997
29998         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29999         * stdlib/stdlib.h (atof): Moved to ...
30000         * include/bits/stdlib-float.h: Here.  New file.
30001         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
30002         * stdlib/bits/stdlib-float.h: New file.
30003         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
30004         -mno-sse -mno-mmx.
30005         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
30006         <xmmintrin.h>.
30007
30008 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30009
30010         * conform/conformtest.pl (@headers): Add fenv.h.
30011         * conform/data/fenv.h-data: New file.
30012         * include/fenv.h [_ISOMAC]: Disable all contents of file except
30013         include of <math/fenv.h>.
30014
30015         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
30016         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
30017         && !UNIX98].  Enables tests for XOPEN2K8.
30018         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
30019         POSIX2008]: Likewise.
30020
30021         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
30022         (struct rusage): Do not expect type or its members.
30023
30024         [BZ #3439]
30025         * math/math.h (FP_NAN): Define macro to integer constant usable in
30026         #if and use that to give value to enum constant.
30027         (FP_INFINITE): Likewise.
30028         (FP_ZERO): Likewise.
30029         (FP_SUBNORMAL): Likewise.
30030         (FP_NORMAL): Likewise.
30031
30032 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
30033
30034         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
30035         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
30036         arguments.
30037
30038 2012-11-02  Roland McGrath  <roland@hack.frob.com>
30039
30040         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
30041         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
30042         autoconf-time if not.
30043         * configure.in: Remove AC_PREREQ.
30044
30045 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30046
30047         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
30048         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
30049         of the internal implementation.
30050
30051 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30052
30053         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
30054         except include of <misc/sys/syslog.h>.
30055
30056 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30057
30058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
30059         function returns with a NULL context exit with zero.
30060
30061 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30062
30063         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
30064
30065 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
30066
30067         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
30068         (run_program_cmd): This.
30069         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
30070         (tst_langinfo): New variable.  Use it.
30071
30072 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
30073
30074         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
30075         floating point opcodes.
30076
30077 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30078
30079         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
30080         variable.
30081
30082         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
30083
30084         * sysdeps/mach/hurd/powerpc: Remove directory.
30085         * sysdeps/mach/powerpc: Likewise.
30086
30087 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30088
30089         * scripts/check-local-headers.sh: Ignore c++ headers.
30090
30091 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30092
30093         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
30094         __libc_cleanup_region_start argument.
30095
30096 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
30097
30098         [BZ #14784]
30099         [BZ #14785]
30100         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
30101         x * y using scaling, not as x * y + z.
30102         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30103         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30104         * math/libm-test.inc (fma_test): Add more tests.
30105         (fma_test_towardzero): Likewise.
30106         (fma_test_downward): Likewise.
30107         (fma_test_upward): Likewise.
30108
30109 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30110
30111         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30112
30113 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30114
30115         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30116         New variable.
30117
30118 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
30119
30120         * rt/tst-shm.c (worker): Correct checking for mmap failure.
30121
30122 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30123
30124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30125         Fix sort order.
30126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30127         Likewise.
30128
30129 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30130
30131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30132         Fix the order of the list for glibc 2.17.
30133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30134         Likewise.
30135
30136 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30137
30138         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30139
30140 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30141
30142         [BZ #14610]
30143         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30144         for low part of x being zero before using __atanl (y).
30145         * math/libm-test.inc (atan2_test): Add another test.
30146
30147         * manual/install.texi (Configuring and compiling): Document
30148         general use of test-wrapper and test-wrapper-env.
30149         * INSTALL: Regenerated.
30150
30151         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30152         (__fma): Do not extract and scale down low bits on after-rounding
30153         systems when result rounded to normal precision would have normal
30154         exponent.
30155         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
30156         (__fmal): Do not extract and scale down low bits on after-rounding
30157         systems when result rounded to normal precision would have normal
30158         exponent.
30159         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30160         (__fmal): Do not extract and scale down low bits on after-rounding
30161         systems when result rounded to normal precision would have normal
30162         exponent.
30163         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30164         macro.
30165         (fma_test): Add more tests.
30166         (fma_test_towardzero): Likewise.
30167         (fma_test_downward): Likewise.
30168         (fma_test_upward): Likewise.
30169
30170 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
30171
30172         * sysdeps/i386/tininess.h: Renamed to ...
30173         * sysdeps/x86/tininess.h: This.
30174         * sysdeps/x86_64/tininess.h: Removed.
30175
30176 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30177
30178         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30179         input.  Use $(build-program-cmd).
30180         ($(objpfx)tst-array1-static.out): Likewise.
30181         ($(objpfx)tst-array2.out): Likewise.
30182         ($(objpfx)tst-array3.out): Likewise.
30183         ($(objpfx)tst-array4.out): Likewise.
30184         ($(objpfx)tst-array5.out): Likewise.
30185         ($(objpfx)tst-array5-static.out): Likewise.
30186
30187 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
30188
30189         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30190         if defined.
30191
30192         * nss/nsswitch.h (nss_interface_function): Provide new
30193         macro for use with NSS functions.
30194         * grp/initgroups.c: Use new macro.
30195         * nss/getXXbyYY.c: Likewise.
30196         * nss/getXXbyYY_r.c: Likewise.
30197         * nss/getXXent.c: Likewise.
30198         * nss/getXXent_r.c: Likewise.
30199         * sysdeps/posix/getaddrinfo.c: Likewise.
30200
30201 2012-10-30  Andreas Jaeger  <aj@suse.de>
30202
30203         * po/ru.po: Update Russion translation from translation project.
30204
30205 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30206
30207         [BZ #14152]
30208         [BZ #14783]
30209         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30210         result and shift together with sticky bit instead of replicating
30211         round-to-nearest rounding.
30212         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30213         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30214         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
30215         missing underflow exceptions.
30216         (fma_test_towardzero): Add more tests.
30217         (fma_test_downward): Likewise.
30218         (fma_test_upward): Likewise.
30219
30220         [BZ #14047]
30221         * sysdeps/generic/tininess.h: New file.
30222         * sysdeps/i386/tininess.h: Likewise.
30223         * sysdeps/sh/tininess.h: Likewise.
30224         * sysdeps/x86_64/tininess.h: Likewise.
30225         * stdlib/tst-strtod-underflow.c: Likewise.
30226         * stdlib/tst-tininess.c: Likewise.
30227         * stdlib/strtod_l.c: Include <tininess.h>.
30228         (round_and_return): Do not set errno for exact underflow cases.
30229         Force an underflow exception when setting errno for underflow.
30230         Determine underflow based on rounding to normal precision if
30231         TININESS_AFTER_ROUNDING.
30232         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30233         ERANGE for exact underflow cases.
30234         * stdlib/Makefile (tests): Add tst-tininess and
30235         tst-strtod-underflow.
30236         ($(objpfx)tst-tininess): Use $(link-libm).
30237         ($(objpfx)tst-strtod-underflow): Likewise.
30238
30239 2012-10-30  Andreas Jaeger  <aj@suse.de>
30240
30241         [BZ#14767]
30242         * elf/Makefile (tests): Remove conditional for have-initfini-array
30243         since this is now always required and the variable does not exist
30244         anymore.
30245         (tests-static): Likewise.
30246         (modules-names): Likewise.
30247
30248         * po/eo.po: Add Esperanto translation from translation project.
30249
30250         * elf/tst-array1.c (fini_array): Make writeable so that it can be
30251         merged with constructor/destructor.
30252         (init_array): Likewise.
30253         * elf/tst-array2dep.c (fini_array): Likewise.
30254         (init_array): Likewise.
30255
30256 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
30257
30258         * manual/message.texi: Delete @cartouche tags.
30259
30260 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
30261
30262         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30263         EOPNOTSUPP.
30264         * sysdeps/mach/hurd/fsync.c: Likewise.
30265
30266         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30267         [_POSIX_REALTIME_SIGNALS]: Change condition to
30268         [_POSIX_REALTIME_SIGNALS > 0].
30269
30270 2012-10-27  Andreas Jaeger  <aj@suse.de>
30271
30272         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30273         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30274         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30275         [__WORDSIZE != 64]: Likewise.
30276
30277 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
30278
30279         *  iconvdata/tst-table.sh: Remove ${SHELL}.
30280         *  iconvdata/tst-tables.sh: Likewise.
30281
30282 2012-10-25  David S. Miller  <davem@davemloft.net>
30283
30284         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30285         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30286         of strtoull.
30287
30288         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30289         ifunc-impl-list.c
30290         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30291         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30292         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30293         file.
30294
30295 2012-10-25  Roland McGrath  <roland@hack.frob.com>
30296
30297         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30298         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30299         __getdirentries.
30300
30301 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30302             Jim Blandy  <jimb@codesourcery.com>
30303
30304         * scripts/cross-test-ssh.sh: New file.
30305         * manual/install.texi (Configuring and compiling): Document use of
30306         cross-test-ssh.sh.
30307         * INSTALL: Regenerated.
30308
30309 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
30310
30311         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30312         EOPNOTSUPP.
30313
30314 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30315
30316         * Makeconfig (run-program-prefix): Fix comment.
30317
30318 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30319             Jim Blandy  <jimb@codesourcery.com>
30320
30321         * Makeconfig (test-wrapper): New variable,
30322         (test-wrapper-env): Likewise.
30323         [$(cross-compiling) = yes && $(test-wrapper) != ""]
30324         (run-built-tests): Define to yes.
30325         (run-program-prefix): Use $(test-wrapper).
30326         (built-program-cmd): Likewise.
30327         * Rules (make-test-out): Use $(test-wrapper-env) and
30328         $(host-built-program-cmd).
30329         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30330         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30331         tst-pathopt.sh.
30332         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30333         $(test-wrapper-env) to tst-rtld-load-self.sh.
30334         ($(objpfx)order2.out): Use $(test-wrapper).
30335         ($(objpfx)tst-initorder.out): Likewise.
30336         ($(objpfx)tst-initorder2.out): Likewise.
30337         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30338         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30339         (test_wrapper_env): New variable.  Use it to run ld.so.
30340         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30341         Use it to run ld.so.
30342         (test_wrapper_env): Likewise.
30343         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30344         $(test-wrapper) to run-iconv-test.sh.
30345         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30346         (ICONV): Use $test_wrapper.
30347         * posix/Makefile ($(objpfx)globtest.out): Pass
30348         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30349         globtest.sh, not $(run-program-prefix).
30350         * posix/globtest.sh (run_via_rtld_prefix): New variable.
30351         (test_wrapper): Likewise.
30352         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
30353         set together with run_via_rtld_prefix.
30354         (run_program_prefix): Define in terms of test_wrapper and
30355         run_via_rtld_prefix.
30356
30357 2012-10-24  Roland McGrath  <roland@hack.frob.com>
30358
30359         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30360         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30361         Targets removed.
30362
30363         [BZ #14743]
30364         * include/time.h: Remove librt_hidden_proto (clock_gettime).
30365         Declare __clock_getres, __clock_gettime, __clock_settime,
30366         __clock_nanosleep, and __clock_getcpuclockid.
30367         * rt/clock_gettime.c: Define __clock_gettime as an alias.
30368         Remove librt_hidden_def (clock_gettime).
30369         * sysdeps/unix/clock_gettime.c: Likewise.
30370         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30371         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30372         * rt/clock_getres.c: Define __clock_getres as an alias.
30373         * sysdeps/posix/clock_getres.c: Likewise.
30374         * rt/clock_settime.c: Define __clock_settime as an alias.
30375         * sysdeps/unix/clock_settime.c: Likewise.
30376         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30377         * sysdeps/unix/clock_nanosleep.c: Likewise.
30378         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30379         * rt/clock-compat.c: New file.
30380         * rt/Makefile (librt-routines): Add clock-compat and move
30381         $(clock-routines) to ...
30382         (routines): ... here, new variable.
30383         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30384         Don't add get_clockfreq here.
30385         * rt/Versions (libc: GLIBC_2.17): New version set.
30386         Add clock_* symbols here.
30387         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
30388         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30389         (GLIBC_2.17): Add clock_* symbols.
30390         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30391         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30392         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30394         Likewise.
30395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30396         Likewise.
30397         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30398         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30399         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30400         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30401         * NEWS: Mention the move.
30402
30403         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30404         Use __open, __read, __close rather than their public counterparts.
30405         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30406         (__get_clockfreq_via_cpuinfo): Likewise.
30407         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30408         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30409
30410         * config.h.in (HAVE_IFUNC): New #undef.
30411         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30412         was successful.
30413         * configure: Regenerated.
30414
30415 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30416
30417         * configure.in: Move READELF check to start of file.
30418         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30419         libc_cv_asm_gnu_indirect_function in the process.
30420         * configure: Regenerated.
30421
30422 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30423
30424         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30425         send the output to /dev/null.
30426         (libc_cv_cc_with_libunwind): Likewise.
30427         (libc_cv_as_noexecstack): Likewise.
30428         * configure: Regenerate.
30429
30430 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30431
30432         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30433
30434         * posix/globtest.sh (TMPDIR): Do not set.
30435         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30436         (testout): Likewise.
30437
30438 2012-10-24  Andreas Jaeger  <aj@suse.de>
30439
30440         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30441         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30442         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30443         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30444         posix_fadvise64, posix_fallocate64.
30445
30446         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30447         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30448         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30449         Likewise.
30450         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30451         Likewise.
30452         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30453
30454         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30455         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30456         <bits/fcntl-linux.h>.
30457         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30458
30459         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30460         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30461         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30462         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30463         [__WORDSIZE != 64]: Likewise.
30464
30465 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30466
30467         * Makeconfig (run-built-tests): New variable.
30468         * Rules [$(cross-compiling) = yes]: Change condition to
30469         [$(run-built-tests) = no].
30470         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30471         to [$(run-built-tests) = yes].
30472         * elf/Makefile [$(cross-compiling) = no]: Likewise
30473         * grp/Makefile [$(cross-compiling) = no]: Likewise.
30474         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30475         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30476         * intl/Makefile [$(cross-compiling) = no]: Likewise.
30477         * io/Makefile [$(cross-compiling) = no]: Likewise.
30478         * libio/Makefile [$(cross-compiling) = no]: Likewise.
30479         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30480         * misc/Makefile [$(cross-compiling) = no]: Likewise.
30481         * posix/Makefile [$(cross-compiling) = no]: Likewise.
30482         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30483         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30484         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30485         * string/Makefile [$(cross-compiling) = no]: Likewise.
30486
30487         * posix/Makefile ($(objpfx)globtest.out): Pass
30488         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30489         $(rtld-installed-name).
30490         * posix/globtest.sh (elf_objpfx): Remove variable.
30491         (rtld_installed_name): Likewise.
30492         (library_path): Likewise.
30493         (run_program_prefix): New variable.  Use for running globtest
30494         binary.
30495
30496 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
30497             Joseph Myers  <joseph@codesourcery.com>
30498
30499         * Makeconfig (host-built-program-cmd): New variable.
30500         * elf/Makefile (tst-stackguard1-ARGS): Use
30501         $(host-built-program-cmd).
30502         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30503         (tst-spawn-ARGS): Likewise.
30504         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30505
30506 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30507             Jim Blandy  <jimb@codesourcery.com>
30508
30509         * Makeconfig (run-via-rtld-prefix): New variable.
30510         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30511         (built-program-cmd): Likewise.
30512
30513 2012-10-22  Andreas Jaeger  <aj@suse.de>
30514
30515         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30516         __O_RSYNC if it exists, otherwise to O_SYNC.
30517
30518 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
30519             Joseph Myers  <joseph@codesourcery.com>
30520
30521         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30522         /dev/null.
30523         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30524         from /dev/null
30525         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30526         /dev/null.
30527
30528 2012-10-22  Andreas Jaeger  <aj@suse.de>
30529
30530         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30531         Define always.
30532         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30533
30534         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30535         bits/fcntl-linux.h.
30536
30537         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
30538         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
30539
30540         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
30541         to __O_LARGEFILE.
30542         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
30543         to __O_LARGEFILE.
30544
30545 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
30546             Joseph Myers  <joseph@codesourcery.com>
30547
30548         * config.make.in (NM): New variable.
30549
30550 2012-10-21  Andreas Jaeger  <aj@suse.de>
30551
30552         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
30553         definitions and declarations that are provided by
30554         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
30555
30556 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30557
30558         [BZ #14683]
30559         * elf/Makefile (tests-static): Add tst-leaks1-static.
30560         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
30561         ($(objpfx)tst-leaks1-static): New rule.
30562         ($(objpfx)tst-leaks1-static-mem): Likewise.
30563         (tst-leaks1-static-ENV): New macro.
30564         * elf/dl-open.c (dl_open_worker): Check the main application
30565         only if SHARED is defined.
30566         * elf/tst-leaks1-static.c: New file.
30567
30568 2012-10-20  Andreas Jaeger  <aj@suse.de>
30569
30570         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
30571         generic values for Linux.
30572         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
30573         and declarations that are provided by <bits/fcntl-linux.h> and
30574         include <bits/fcntl-linux.h>.
30575         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30576         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30577
30578 2012-10-20  Roland McGrath  <roland@hack.frob.com>
30579
30580         * io/fcntl.h: Move include of <bits/types.h> to the top and
30581         include it unconditionally.
30582
30583 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30584
30585         * wcsmbs/Makefile (tests-ifunc): New variable.
30586         (tests): Add $(tests-ifunc).
30587         * wcsmbs/test-wcschr-ifunc.c: New file.
30588         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
30589         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
30590         * wcsmbs/test-wcslen-ifunc.c: Likewise.
30591         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
30592         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
30593
30594         * string/Makefile (tests-ifunc): New variable.
30595         (tests): Add $(tests-ifunc).
30596         * string/test-memccpy.c (TEST_NAME): New macro.
30597         * string/test-memchr.c (TEST_NAME): Likewise.
30598         * string/test-memcmp.c (TEST_NAME): Likewise.
30599         * string/test-memcpy.c (TEST_NAME): Likewise.
30600         * string/test-memmem.c (TEST_NAME): Likewise.
30601         * string/test-memmove.c (TEST_NAME): Likewise.
30602         * string/test-memset.c (TEST_NAME): Likewise.
30603         * string/test-rawmemchr.c (TEST_NAME): Likewise.
30604         * string/test-stpcpy.c (TEST_NAME): Likewise.
30605         * string/test-stpncpy.c (TEST_NAME): Likewise.
30606         * string/test-strcasecmp.c (TEST_NAME): Likewise.
30607         * string/test-strcasestr.c (TEST_NAME): Likewise.
30608         * string/test-strcat.c (TEST_NAME): Likewise.
30609         * string/test-strchr.c (TEST_NAME): Likewise.
30610         * string/test-strcmp.c(TEST_NAME): Likewise.
30611         * string/test-strcpy.c (TEST_NAME): Likewise.
30612         * string/test-strcspn.c (TEST_NAME): Likewise.
30613         * string/test-strlen.c (TEST_NAME): Likewise.
30614         * string/test-strncasecmp.c (TEST_NAME): Likewise.
30615         * string/test-strncmp.c (TEST_NAME): Likewise.
30616         * string/test-strncpy.c (TEST_NAME): Likewise.
30617         * string/test-strnlen.c (TEST_NAME): Likewise.
30618         * string/test-strpbrk.c (TEST_NAME): Likewise.
30619         * string/test-strrchr.c (TEST_NAME): Likewise.
30620         * string/test-strspn.c (TEST_NAME): Likewise.
30621         * string/test-strstr.c (TEST_NAME): Likewise.
30622         * string/test-bcopy-ifunc.c: New file.
30623         * string/test-bzero-ifunc.c: Likewise.
30624         * string/test-memccpy-ifunc.c: Likewise.
30625         * string/test-memchr-ifunc.c: Likewise.
30626         * string/test-memcmp-ifunc.c: Likewise.
30627         * string/test-memcpy-ifunc.c: Likewise.
30628         * string/test-memmem-ifunc.c: Likewise.
30629         * string/test-memmove-ifunc.c: Likewise.
30630         * string/test-mempcpy-ifunc.c: Likewise.
30631         * string/test-memset-ifunc.c: Likewise.
30632         * string/test-rawmemchr-ifunc.c: Likewise.
30633         * string/test-stpcpy-ifunc.c: Likewise.
30634         * string/test-stpncpy-ifunc.c: Likewise.
30635         * string/test-strcasecmp-ifunc.c: Likewise.
30636         * string/test-strcasestr-ifunc.c: Likewise.
30637         * string/test-strcat-ifunc.c: Likewise.
30638         * string/test-strchr-ifunc.c: Likewise.
30639         * string/test-strchrnul-ifunc.c: Likewise.
30640         * string/test-strcmp-ifunc.c: Likewise.
30641         * string/test-strcpy-ifunc.c: Likewise.
30642         * string/test-strcspn-ifunc.c: Likewise.
30643         * string/test-strlen-ifunc.c: Likewise.
30644         * string/test-strncasecmp-ifunc.c: Likewise.
30645         * string/test-strncat-ifunc.c: Likewise.
30646         * string/test-strncmp-ifunc.c: Likewise.
30647         * string/test-strncpy-ifunc.c: Likewise.
30648         * string/test-strnlen-ifunc.c: Likewise.
30649         * string/test-strpbrk-ifunc.c: Likewise.
30650         * string/test-strrchr-ifunc.c: Likewise.
30651         * string/test-strspn-ifunc.c: Likewise.
30652         * string/test-strstr-ifunc.c: Likewise.
30653
30654         * debug/Makefile (tests-ifunc): New variable.
30655         (tests): Add $(tests-ifunc).
30656         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
30657         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
30658         * debug/test-stpcpy_chk-ifunc.c: New file.
30659         * debug/test-strcpy_chk-ifunc.c: Likewise.
30660
30661 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30662
30663         [BZ #13601]
30664         * elf/dl-load.c (open_verify): Retry read if the entire ELF
30665         header is not read in.
30666
30667 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
30668
30669         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
30670         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
30671         directly.  Pass built executable to script as
30672         $(built-program-cmd).
30673         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
30674         $testprogram without using LD_LIBRARY_PATH and $ldso.
30675
30676         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
30677         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
30678         $(rtld-installed-name).
30679         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
30680         (rtld_installed_name): Likewise.
30681         (library_path): Likewise.
30682         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
30683         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
30684         $(run-program-prefix) to tst-tables.sh.
30685         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
30686         it to run tst-table-from and tst-table-to.
30687         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
30688         Pass it to tst-table.sh.
30689         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
30690         $(run-program-prefix) to tst-gettext.sh.
30691         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
30692         tst-translit.sh.
30693         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
30694         tst-gettext2.sh.
30695         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
30696         to run tst-gettext.
30697         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
30698         to run tst-gettext2.
30699         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
30700         to run tst-translit.
30701         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
30702         $(run-program-prefix) to tst-mtrace.sh.
30703         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
30704         to run tst-mtrace.
30705         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
30706         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
30707         $(rtld-installed-name).
30708         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
30709         (rtld_installed_name): Likewise.
30710         (run_program_prefix): New variable.  Use it to run wordexp-test.
30711
30712         * Makeconfig (ARCH): Remove all definitions.
30713         (machine): Likewise.
30714         [ARCH]: Remove conditional code.
30715         [!objdir]: Give error.
30716         [!objdir] (objpfx): Remove.
30717         [!objdir] (common-objpfx): Likewise.
30718         [!objdir] (common-objdir): Likewise.
30719         * configure.in (config_makefile): Remove.  Hardcode Makefile in
30720         AC_CONFIG_FILES call.
30721         * configure: Regenerated.
30722
30723         [BZ #13888]
30724         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
30725         or TMPDIR.
30726         (testout): Likewise.
30727
30728         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
30729         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
30730         $(rtld-installed-name).
30731         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
30732         (rtld_installed_name): Likwise.
30733         (runit): Remove function.
30734         (run_getconf): New variable,  Use it for running getconf binary.
30735
30736 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
30737
30738         [BZ #14716]
30739         * string/test-memmem.c (check_result): New function.
30740         (do_one_test): Use it.
30741         (check1): New function.
30742         (test_main): Use it.
30743
30744 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
30745
30746         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
30747
30748 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
30749
30750         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
30751         (_G_LSEEK64): Likewise.
30752         (_G_MMAP64): Likewise.
30753         (_G_FSTAT64): Likewise.
30754         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
30755         (_G_LSEEK64): Likewise.
30756         (_G_MMAP64): Likewise.
30757         (_G_FSTAT64): Likewise.
30758         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
30759         unconditional.  Call __mmap64 directly.
30760         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
30761         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
30762         __lseek64 directly.
30763         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
30764         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
30765         __mmap64 directly.
30766         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
30767         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30768         __lseek64 directly.
30769         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
30770         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30771         __lseek64 directly.
30772         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
30773         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
30774         __lseek64 directly.
30775         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30776         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
30777         __fxstat64 directly.
30778         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30779         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30780         unconditional.
30781         (freopen64) [!_G_OPEN64]: Remove conditional code.
30782         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30783         unconditional.
30784         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30785         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30786         unconditional.
30787         (ftello64) [!_G_LSEEK64]: Remove conditional code.
30788         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
30789         unconditional.
30790         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30791         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
30792         unconditional.
30793         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
30794         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
30795         unconditional.
30796         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30797         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
30798         unconditional.
30799         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30800         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
30801         unconditional.
30802         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30803
30804 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30805
30806         [BZ #12140]
30807         * manual/memory.texi (Malloc Tunable Parameters): Add note
30808         about free list pointers overwriting some perturb bytes.
30809         Wording suggested by Roland McGrath.
30810
30811 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
30812
30813         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
30814         (lgamma_test): Likewise.
30815         (tgamma_test): Likewise.
30816
30817 2012-10-16  Florian Weimer  <fweimer@redhat.com>
30818
30819         [BZ #14700]
30820         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
30821         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
30822
30823 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
30824
30825         * NEWS: Mention BZ #14716.
30826         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30827         when removing AVAILABLE1_USES_J macro.
30828
30829 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
30830
30831         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30832         (__bswap_64): __uint64_t for unsigned 64-bit int.
30833
30834 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
30835
30836         * include/string.h (memmem): Declare libc hidden alias.
30837         * string/memmem.c (memmem): Define libc hidden alias.
30838         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30839         __read, __close instead of open, read, close.
30840
30841 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
30842
30843         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30844         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30845         global and hidden.
30846         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30847         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30848         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30849         Likewise.
30850         (__rawmemchr_sse2): Likewise.
30851         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30852         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30853         (__strchr_sse2): Likewise.
30854         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30855         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30856         (__strcasecmp_sse2): Likewise.
30857         (__strncasecmp_sse2): Likewise.
30858         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30859         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30860         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30861         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30862         (__strrchr_sse2): Likewise.
30863         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30864         ifunc-impl-list.c.
30865         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30866         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30867         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30868         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30869         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30870         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30871         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30872         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30873         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30874         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30875         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30876         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30877         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30878         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30879         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30880         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30881         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30882         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30883         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30884         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30885         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30886         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30887         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30888         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30889         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30890         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30891         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30892         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30893         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30894         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30895
30896         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30897         global and hidden.
30898         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30899         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30900         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30901         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30902         Likewise.
30903         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30904         Likewise.
30905         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30906         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30907         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30908         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30909         ifunc-impl-list.c.
30910         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30911         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30912         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30913         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30914         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30915         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30916         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30917         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30918         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30919         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30920         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30921         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30922         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30923         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30924         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30925         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30926         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30927         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30928         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30929         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30930         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30931         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30932         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30933         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30934         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30935         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30936         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30937         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30938         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30939         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30940         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30941         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30942         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30943         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30944         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30945         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30946         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30947         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30948         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30949         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30950         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30951
30952         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30953         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30954         * include/ifunc-impl-list.h: New file.
30955         * misc/ifunc-impl-list.c: Likewise.
30956         * misc/Makefile (routines): Add ifunc-impl-list.
30957         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30958         * string/test-string.h: Include <ifunc-impl-list.h>.
30959         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30960         TEST_NAME]: New variables.
30961         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30962         are defined.
30963         (test_init): Call __libc_ifunc_impl_list to initialize
30964         func_list if TEST_IFUNC and TEST_NAME are defined.
30965
30966         * string/Makefile (strop-tests): Add bcopy and bzero.
30967         * string/test-bcopy.c: New file.
30968         * string/test-bzero.c: Likewise.
30969         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30970         defined.
30971         * string/test-memset.c: Support bzero test if TEST_BZERO is
30972         defined.
30973         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30974         __libc_memmove.
30975         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30976         __libc_memset.
30977         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30978         of memset.
30979
30980 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
30981
30982         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30983         * configure: Regenerated.
30984
30985         * Makeconfig (+link-static-before-libc): Don't include
30986         $(link-static-libc).
30987
30988         * libio/libio.h (_IO_pos_t): Remove.
30989
30990 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30991
30992         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
30993         McGrath.
30994
30995 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30996
30997         * crypt/crypt-entry.c: Include fips-private.h.
30998         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30999         * crypt/md5c-test.c (main): Tolerate disabled MD5.
31000         * sysdeps/unix/sysv/linux/fips-private.h: New file.
31001         * sysdeps/generic/fips-private.h: New file, dummy fallback.
31002
31003 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
31004
31005         * crypt/crypt-private.h: Include stdbool.h.
31006         (_ufc_setup_salt_r): Return bool.
31007         * crypt/crypt-entry.c: Include errno.h.
31008         (__crypt_r): Return NULL with EINVAL for bad salt.
31009         * crypt/crypt_util.c (bad_for_salt): New.
31010         (_ufc_setup_salt_r): Check that salt is long enough and within
31011         the specified alphabet.
31012         * crypt/badsalttest.c: New file.
31013         * crypt/Makefile (tests): Add it.
31014         ($(objpfx)badsalttest): New.
31015
31016 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
31017
31018         * NEWS: Add entry for BZ #14602.
31019
31020 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31021
31022         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
31023         type-generic.
31024         * math/libm-test.inc: Update comment listing what functions and
31025         macros are tested.
31026         (isgreater_test): New function.
31027         (isgreaterequal_test): Likewise.
31028         (isless_test): Likewise.
31029         (islessequal_test): Likewise.
31030         (islessgreater_test): Likewise.
31031         (isunordered_test): Likewise.
31032         (main): Call the new functions.
31033
31034 2012-10-09  Roland McGrath  <roland@hack.frob.com>
31035
31036         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
31037         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
31038         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
31039         * sysdeps/i386/configure: Regenerated.
31040         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
31041         * sysdeps/mach/configure: Regenerated.
31042         * sysdeps/mach/hurd/configure: Regenerated.
31043         * sysdeps/powerpc/configure: Regenerated.
31044         * sysdeps/powerpc/powerpc32/configure: Regenerated.
31045         * sysdeps/powerpc/powerpc64/configure: Regenerated.
31046         * sysdeps/s390/s390-32/configure: Regenerated.
31047         * sysdeps/s390/s390-64/configure: Regenerated.
31048         * sysdeps/sh/configure: Regenerated.
31049         * sysdeps/sparc/configure: Regenerated.
31050         * sysdeps/unix/sysv/linux/configure: Regenerated.
31051         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
31052         * sysdeps/x86_64/configure: Regenerated.
31053
31054         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
31055         defined.  Don't check if MAP is NULL.
31056
31057 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31058
31059         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
31060         (_G_stat64): Likewise.
31061         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
31062         (_G_stat64): Likewise.
31063         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
31064         instead of struct _G_stat64.
31065         * libio/fileops.c (mmap_remap_check): Likewise.
31066         (decide_maybe_mmap): Likewise.
31067         (_IO_new_file_seekoff): Likewise.
31068         (_IO_file_stat): Likewise.
31069         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
31070         _G_off64_t.
31071         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
31072         instead of struct _G_stat64.
31073         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31074
31075 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
31076
31077         [BZ #14602]
31078         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31079         Replace with ...
31080         (CHECK_EOL): New macro.
31081         (two_way_short_needle): Check beginning of haystack for EOL.  Use
31082         CHECK_EOL.
31083         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31084         Replace with CHECK_EOL.
31085         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31086         Replace with CHECK_EOL.
31087
31088 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
31089
31090         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
31091         type-generic.
31092         * math/libm-test.inc: Update comment listing what functions and
31093         macros are tested.
31094         (finite_test): New function.
31095         (isinf_test): Likewise.
31096         (isnan_test): Likewise.
31097         (fpclassify_test): Test subnormal input.
31098         (isfinite_test): Likewise.
31099         (isnormal_test): Likewise.
31100         (main): Call the new functions.
31101
31102 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
31103
31104         [BZ #14660]
31105         * Makerules (%.dynsym): Force C locale when running
31106         $(OBJDUMP) --dynamic-syms.
31107
31108 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
31109
31110         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31111         <stdint.h>.
31112
31113 2012-10-06  David S. Miller  <davem@davemloft.net>
31114
31115         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31116         upper 32-bits of the length value in %o2 since we use branch-on-register
31117         tests which consider the entire 64-bit register.
31118
31119 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
31120
31121         * string/test-strstr.c (check2): Add a test for page boundary.
31122
31123 2012-10-05  David S. Miller  <davem@davemloft.net>
31124
31125         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31126         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31127         file.
31128         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31129         sysdep_routines.
31130         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31131         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31132         and bzero when HWCAP_SPARC_CRYPTO is present.
31133
31134 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
31135
31136         [BZ #14602]
31137         * string/test-strstr.c (check2): New function.
31138         (test_main): Call check2.
31139
31140         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31141         and bug-strchr1.
31142         * string/bug-strcasestr1.c (do_test): Moved to ...
31143         * string/test-strcasestr.c (check1): Here.  New function.
31144         (do_one_test): Break out result checking code into ...
31145         (check_result): This.  New function.
31146         (do_one_test): Call check_result.
31147         (test_main): Call check1.
31148         * string/bug-strchr1.c (do_test): Moved to ...
31149         * string/test-strchr.c (check1): Here.  New function.
31150         (do_one_test): Break out result checking code into ...
31151         (check_result): This.  New function.
31152         (do_one_test): Call check_result.
31153         (test_main): Call check1.
31154         * string/bug-strstr1.c (main): Moved to ...
31155         * string/test-strstr.c (check1): Here.  New function.
31156         (do_one_test): Break out result checking code into ...
31157         (check_result): This.  New function.
31158         (do_one_test): Call check_result.
31159         (test_main): Call check1.
31160         * string/bug-strcasestr1.c: Removed.
31161         * string/bug-strchr1.c: Likewise.
31162         * string/bug-strstr1.c: Likewise.
31163
31164         * elf/Makefile (dl-routines): Add hwcaps.
31165         * elf/dl-support.c (_dl_important_hwcaps): Removed.
31166         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31167         (_dl_important_hwcaps): Moved to ...
31168         * elf/dl-hwcaps.c: Here.  New file.
31169         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31170
31171         [BZ #14557]
31172         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31173         if IS_IN_rtld isn't defined.
31174
31175         * elf/dl-support.c (_dl_sysinfo_map): New.
31176         Include "get-dynamic-info.h" and "setup-vdso.h".
31177         (_dl_non_dynamic_init): Call setup_vdso.
31178         * elf/dynamic-link.h: Don't include <assert.h>.
31179         (elf_get_dynamic_info): Moved to ...
31180         * elf/get-dynamic-info.h: Here.  New file.
31181         * elf/dynamic-link.h: Include "get-dynamic-info.h".
31182         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31183         * elf/setup-vdso.h: Here.  New file.
31184         * elf/rtld.c: Include "setup-vdso.h".
31185         (dl_main): Call setup_vdso.
31186
31187 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
31188
31189         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31190         creal in comment listing functions tested.  List finite, isinf,
31191         isnan, isless, islessequal, isgreater, isgreaterequal,
31192         islessgreater, isunordered, lgamma_r and pow10 as functions and
31193         macros not tested.  Mention which functions not tested are aliases
31194         for other functions.  Fix typo.  Note that signs of NaNs are not
31195         tested.
31196
31197         * scripts/config.guess: Update from config.git.
31198         * scripts/config.sub: Likewise.
31199
31200 2012-10-04  Roland McGrath  <roland@hack.frob.com>
31201
31202         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31203         * misc/madvise.c (madvise): Renamed to __madvise.
31204         Make madvise a weak alias.
31205         * include/sys/mman.h: Declare __madvise.
31206         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31207         * sysdeps/unix/syscalls.list
31208         (madvise): Make __madvise the strong name, and madvise a weak alias.
31209         * sysdeps/unix/sysv/linux/syscalls.list
31210         (madvise, mmap): Remove redundant entries.
31211         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31212         * malloc/malloc.c (mtrim): Likewise.
31213         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31214
31215 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31216
31217         * sysdeps/mach/hurd/dl-cache.c: File removed.
31218         * config.h.in (USE_LDCONFIG): New #undef.
31219         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31220         * configure: Regenerated.
31221         * elf/Makefile (dl-routines): Add dl-cache only under
31222         [$(use-ldconfig) = yes].
31223         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31224         cache on [USE_LDCONFIG].
31225         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31226         [USE_LDCONFIG].
31227         * elf/rtld.c (dl_main): Likewise.
31228
31229 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
31230
31231         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31232         _SC_LEVEL4_CACHE_LINESIZE.
31233
31234 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31235
31236         * sysdeps/unix/bsd/confstr.h: File removed.
31237
31238 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
31239
31240         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31241         sys/sdt-config.h.
31242
31243 2012-10-02  Roland McGrath  <roland@hack.frob.com>
31244
31245         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31246         Make 'mapoff' field ElfW(Off) rather than off_t.
31247
31248 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
31249
31250         * nscd/Makefile: Remove nscd-cflags and all its users.
31251         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31252         (CFLAGS-nonlib): Add compiler flags for nscd modules.
31253
31254         [BZ #10631]
31255         * malloc.c (malloc_printerr): Clarify error message.
31256
31257 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
31258
31259         [BZ #14648]
31260         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31261         Set bit_FMA_Usable if FMA is supported.
31262         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31263         macro.
31264         (bit_FMA4_Usable): Updated.
31265         (index_FMA_Usable): New macro.
31266         (CPUID_FMA): Likewise
31267         (HAS_FMA): Defined with bit_FMA_Usable.
31268
31269 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31270
31271         * bits/types.h (__swblk_t): Type removed.
31272         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31273         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31274         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31275         (__SWBLK_T_TYPE): Likewise.
31276         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31277         (__SWBLK_T_TYPE): Likewise.
31278         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31279         (__SWBLK_T_TYPE): Likewise.
31280         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31281         (__SWBLK_T_TYPE): Likewise.
31282
31283 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
31284             Honza Horak <hhorak@redhat.com>
31285
31286         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31287         (xdr_mapname): Use YPMAXMAP as maxsize.
31288         (xdr_peername): Use YPMAXPEER as maxsize.
31289         (xdr_keydat): Use YPAXRECORD as maxsize.
31290         (xdr_valdat): Use YPMAXRECORD as maxsize.
31291
31292 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31293
31294         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31295
31296         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31297         * csu/init-first.c: ... here.
31298         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31299         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31300         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31301         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31302         * sysdeps/i386/init-first.c: File removed.
31303         * sysdeps/sh/init-first.c: File removed.
31304
31305 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
31306
31307         [BZ #14645]
31308         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31309         if x * y might underflow to zero and z is zero.
31310         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31311         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31312         * math/libm-test.inc (min_subnorm_value): New variable.
31313         (fma_test): Add more tests.
31314         (fma_test_towardzero): Likewise.
31315         (fma_test_downward): Likewise
31316         (fma_test_upward): Likewise.
31317         (initialize): Set min_subnorm_value.
31318
31319 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
31320
31321         [BZ #14638]
31322         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31323         0 + 0.
31324         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31325         mode for addition resulting in exact zero.
31326         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31327         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31328         exact 0 + 0.
31329         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31330         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31331         * math/libm-test.inc (fma_test): Add more tests.
31332         (fma_test_towardzero): New function.
31333         (fma_test_downward): Likewise.
31334         (fma_test_upward): Likewise.
31335         (main): Call the new functions.
31336
31337 2012-09-28  David S. Miller  <davem@davemloft.net>
31338
31339         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31340
31341 2012-09-28  Roland McGrath  <roland@hack.frob.com>
31342
31343         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31344         instead of SIGALRM.
31345
31346         * sysdeps/gnu/_G_config.h: Moved to ...
31347         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31348         * sysdeps/mach/hurd/_G_config.h: Moved to ...
31349         * sysdeps/generic/_G_config.h: ... here.
31350
31351         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
31352
31353         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31354
31355         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31356         Conditionalize target on [libnss_test1.so-version].
31357
31358         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31359
31360         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31361         (elfobjdir): Move out of conditionals.
31362
31363         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31364         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31365         (__nss_lookup_function): Conditionalize label remove_from_tree on
31366         [!DO_STATIC_NSS || SHARED], matching its only use.
31367
31368 2012-09-28  David S. Miller  <davem@davemloft.net>
31369
31370         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31371         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31372         file.
31373         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31374         sysdep_routines.
31375         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31376         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31377         when HWCAP_SPARC_CRYPTO is present.
31378
31379 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31380
31381         * io/tst-mknodat.c: Create a FIFO instead of a socket.
31382
31383 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
31384
31385         [BZ #6530]
31386         * stdio-common/vfprintf.c (process_string_arg): Revert
31387         2000-07-22 change.
31388
31389 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
31390
31391         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31392         for testcase.
31393         * stdio-common/tst-sprintf.c: Include <locale.h>
31394         (main): Test sprintf's handling of incomplete multibyte
31395         characters.
31396
31397 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
31398
31399         * elf/dl-runtime.c (VERSYMIDX): Removed.
31400         * elf/dl-version.c (VERSYMIDX): Likewise.
31401         * elf/do-rel.h (VERSYMIDX): Likewise.
31402         (VALIDX): Likewise.
31403         * elf/dynamic-link.h (VERSYMIDX): Likewise.
31404         * elf/rtld.c (VALIDX): Likewise.
31405         (ADDRIDX): Likewise.
31406         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31407         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31408         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
31409         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31410         (VALIDX): Likewise.
31411         (ADDRIDX): Likewise.
31412
31413 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31414
31415         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31416
31417 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
31418
31419         [BZ #11438]
31420         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31421         to global scope.
31422         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31423         addresses are in the same scope as 192.0.2/24.
31424         * posix/gai.conf: Document new scope table defaults.
31425
31426 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31427
31428         [BZ #5298]
31429         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31430         for ftell.  Compute offsets from write pointers instead.
31431         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31432
31433 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31434
31435         [BZ #14543]
31436         * libio/Makefile (tests): New test case tst-fseek.
31437         * libio/tst-fseek.c: New test case to verify that fseek/ftell
31438         combination works in wide mode.
31439         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31440         state when the external buffer state changes.
31441
31442 2012-09-27  David S. Miller  <davem@davemloft.net>
31443
31444         [BZ #14376]
31445         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31446         pass reloc->r_addend in as the 'high' argument to
31447         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31448
31449         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31450
31451 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31452
31453         * rt/tst-aio2.c: Include <pthread.h>.
31454         * rt/tst-aio3.c: Likewise.
31455
31456 2012-09-27  Steve Ellcey  <sellcey@mips.com>
31457
31458         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31459
31460 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
31461
31462         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31463         contents on [SHARED].
31464
31465 2012-09-26  Marek Polacek  <polacek@redhat.com>
31466
31467         [BZ #14530]
31468         [BZ #13741]
31469         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31470         for C++ and GCC <4.3 as well as for non GCC compilers.
31471
31472 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31473
31474         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31475
31476 2012-09-25  Roland McGrath  <roland@hack.frob.com>
31477
31478         * Makefile.in (all, install): Declare with .PHONY.
31479         Reported by Michael Hope <michael.hope@linaro.org>.
31480
31481 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31482
31483         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31484         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31485         system header.
31486         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31487         Likewise.
31488         (sydep_routines): Add the new and the internal functions.
31489         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31490         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31492         (GLIBC_2.17): Add the new function.
31493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31494         (GLIBC_2.17): Likewise.
31495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31496         (GLIBC_2.17): Likewise.
31497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31498         (GLIBC_2.17): Likewise.
31499         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31500
31501 2012-09-25  Alan Modra  <amodra@gmail.com>
31502
31503         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31504         Add release barrier before setting once_control to say
31505         initialisation is done.  Add hints on lwarx.  Use macro in
31506         place of isync.
31507         (clear_once_control): Add release barrier.
31508
31509 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31510
31511         [BZ #13629]
31512         * math/s_clog.c (__clog): Handle more values close to |z| = 1
31513         specially.
31514         * math/s_clog10.c (__clog10): Likewise.
31515         * math/s_clog10f.c (__clog10f): Likewise.
31516         * math/s_clog10l.c (__clog10l): Likewise.
31517         * math/s_clogf.c (__clogf): Likewise.
31518         * math/s_clogl.c (__clogl): Likewise.
31519         * math/Makefile (libm-calls): Add x2y2m1.
31520         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31521         (__x2y2m1): Likewise.
31522         (__x2y2m1l): Likewise.
31523         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31524         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31525         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31526         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31527         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31528         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31529         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31530         * sysdeps/i386/fpu/libm-test-ulps: Update.
31531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31532
31533         [BZ #14621]
31534         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
31535         int as type of variable DEPTH.
31536         (glob): Use size_t instead of int as type of variables NEWCOUNT
31537         and OLD_PATHC.
31538
31539 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31540
31541         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31542         Add s_sincosf-sse2.
31543         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
31544         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
31545         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
31546         macros for using routine as __sincosf_ia32.
31547         Use macro for function declaration and weak_alias.
31548         * sysdeps/i386/fpu/libm-test-ulps: Update.
31549
31550         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
31551         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31552
31553         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
31554         subnormal argument.
31555         * math/s_cexpf.c (__cexpf): Likewise.
31556         * math/s_csinf.c (__csinf): Likewise.
31557         * math/s_csinhf.c (__csinhf): Likewise.
31558         * math/s_ctanf.c (__ctanf): Likewise.
31559         * math/s_ctanhf.c (__ctanhf): Likewise.
31560         * math/s_ccosh.c (__ccoshf): Likewise.
31561         * math/s_cexp.c (__cexpl): Likewise.
31562         * math/s_csin.c (__csin): Likewise.
31563         * math/s_csinh.c (__csinh): Likewise.
31564         * math/s_ctan.c (__ctan): Likewise.
31565         * math/s_ctanh.c (ctanh): Likewise.
31566         * math/s_ccoshl.c (__ccoshl): Likewise.
31567         * math/s_cexpl.c (__cexpl): Likewise.
31568         * math/s_csinl.c (__csinl): Likewise.
31569         * math/s_csinhl.c (__csinhl): Likewise.
31570         * math/s_ctanl.c (__ctanl): Likewise.
31571         * math/s_ctanhl.c (__ctanhl): Likewise.
31572
31573 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31574
31575         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
31576         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
31577         (_IO_off_t): Define to __off_t, not _G_off_t.
31578         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
31579         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
31580         (_IO_wint_t): Define to wint_t, not _G_wint_t.
31581         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
31582         type of __dummy and __dummy2 fields.
31583         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
31584         (_G_ssize_t): Likewise.
31585         (_G_off_t): Likewise.
31586         (_G_pid_t): Likewise.
31587         (_G_uid_t): Likewise.
31588         (_G_wchar_t): Likewise.
31589         (_G_wint_t): Likewise.
31590         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
31591         (_G_ssize_t): Likewise.
31592         (_G_off_t): Likewise.
31593         (_G_pid_t): Likewise.
31594         (_G_uid_t): Likewise.
31595         (_G_wchar_t): Likewise.
31596         (_G_wint_t): Likewise.
31597         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
31598         (_G_ssize_t): Likewise.
31599         (_G_off_t): Likewise.
31600         (_G_pid_t): Likewise.
31601         (_G_uid_t): Likewise.
31602         (_G_wchar_t): Likewise.
31603         (_G_wint_t): Likewise.
31604
31605 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31606
31607         * malloc/arena.c: Include malloc-sysdep.h.
31608         (shrink_heap): Use check_may_shrink_heap to decide if madvise
31609         is sufficient to shrink the heap or an unmap is needed.
31610         * sysdeps/generic/malloc-sysdep.h: New file.  Define
31611         new function check_may_shrink_heap.
31612         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
31613         new function check_may_shrink_heap.
31614
31615 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31616
31617         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
31618         comments.
31619
31620 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
31621
31622         * catgets/test-gencat.sh: Add "set -e".
31623         * elf/tst-pathopt.sh: Likewise.
31624         * grp/tst_fgetgrent.sh: Likewise.
31625         * iconvdata/run-iconv-test.sh: Likewise.
31626         * intl/tst-gettext.sh: Likewise.
31627         * intl/tst-gettext2.sh: Likewise.
31628         * intl/tst-gettext4.sh: Likewise.
31629         * intl/tst-gettext6.sh: Likewise.
31630         * intl/tst-translit.sh: Likewise.
31631         * io/ftwtest-sh: Likewise.
31632         * libio/test-freopen.sh: Likewise.
31633         * malloc/tst-mtrace.sh: Likewise.
31634         * posix/globtest.sh: Likewise.
31635         * posix/tst-getconf.sh: Likewise.
31636         * posix/wordexp-tst.sh: Likewise.
31637         * stdio-common/tst-printf.sh: Likewise.
31638         * stdio-common/tst-unbputc.sh: Likewise.
31639         * stdlib/tst-fmtmsg.sh: Likewise.
31640         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31641         * catgets/Makefile: Do not specify -e option when running
31642         testsuite shell scripts.
31643         * elf/Makefile: Likewise.
31644         * grp/Makefile: Likewise.
31645         * iconvdata/Makefile: Likewise.
31646         * intl/Makefile: Likewise.
31647         * io/Makefile: Likewise.
31648         * libio/Makefile: Likewise.
31649         * malloc/Makefile: Likewise.
31650         * posix/Makefile: Likewise.
31651         * stdio-common/Makefile: Likewise.
31652         * stdlib/Makefile: Likewise.
31653         * sysdeps/x86_64/Makefile: Likewise.
31654
31655         * io/ftwtest-sh: Add copyright header.
31656         * posix/globtest.sh: Likewise.
31657         * posix/tst-getconf.sh: Likewise.
31658         * posix/wordexp-tst.sh: Likewise.
31659         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31660
31661 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
31662
31663         [BZ #13679]
31664         * Makeconfig (+link): Defined as $(+link-static) if
31665         $(build-shared) isn't yes.
31666         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
31667         isn't yes.
31668         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
31669
31670         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
31671
31672         [BZ #14562]
31673         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
31674         new chunk size with MALLOC_ALIGN_MASK.
31675
31676 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
31677
31678         [BZ #5044]
31679         * stdio-common/printf_fphex.c: Include <stdbool.h> and
31680         <rounding-mode.h>.
31681         (__printf_fphex): Determine rounding using get_rounding_mode and
31682         round_away.
31683         * stdio-common/tst-printf-round.c (struct hex_test): New
31684         structure.
31685         (hex_tests): New variable.
31686         (test_hex_in_one_mode): New function.
31687         (do_test): Also run tests for hex float output.
31688
31689 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
31690
31691         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31692         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31693         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
31694         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31695         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31696         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
31697         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31698         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31699
31700 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
31701
31702         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
31703         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
31704         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
31705         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
31706
31707 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
31708
31709         [BZ #14579]
31710         * elf/rtld.c (dl_main): Limit the check for self loading to normal
31711         mode only.
31712         * elf/tst-rtld-load-self.sh: New test.
31713         * elf/Makefile: Run it.
31714
31715 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
31716
31717         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
31718         (tst-writev-ENV): Remove.
31719         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
31720
31721 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
31722
31723         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
31724
31725 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
31726
31727         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
31728         unconditional.
31729         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
31730         Likewise.
31731         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
31732         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
31733         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
31734         Likewise.
31735
31736 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
31737
31738         [BZ #14587]
31739         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
31740         * config.make.in (have-cpp-asm-debuginfo): Removed.
31741         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
31742         * configure: Regenerated.
31743
31744 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
31745
31746         [BZ #5044]
31747         * stdio-common/printf_fp.c: Include <stdbool.h> and
31748         <rounding-mode.h>.
31749         (___printf_fp): Determine rounding using get_rounding_mode and
31750         round_away.
31751         * stdio-common/tst-printf-round.c: New file.
31752         * stdio-common/Makefile (tests): Add tst-printf-round.
31753         (link-libm): New variable.
31754         ($(objpfx)tst-printf-round): Depend in $(link-libm).
31755
31756 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
31757
31758         [BZ #14576]
31759         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
31760         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
31761         Likewise.
31762         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
31763         Likewise.
31764
31765 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
31766
31767         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
31768         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31769         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31770         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31771
31772 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
31773
31774         [BZ #14518]
31775         * include/rounding-mode.h: New file.
31776         * sysdeps/generic/get-rounding-mode.h: Likewise.
31777         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31778         * stdlib/strtod_l.c: Include <rounding-mode.h>.
31779         (MAX_VALUE): New macro.
31780         (MIN_VALUE): Likewise.
31781         (overflow_value): New function.
31782         (underflow_value): Likewise.
31783         (round_and_return): Use overflow_value and underflow_value to
31784         determine return values in overflow and underflow cases.  Use
31785         round_away to determine rounding depending on rounding mode.
31786         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31787         determine return values in overflow and underflow cases.
31788         * stdlib/tst-strtod-round.c: Include <fenv.h>.
31789         (struct test_results): New structure.
31790         (struct test): Use struct test_results to store expected results
31791         for all rounding modes.
31792         (TEST): Include expected results for all rounding modes.
31793         (test_in_one_mode): New function.
31794         (do_test): Use test_in_one_mode to compute and check results.
31795         Check results for all rounding modes.
31796         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
31797         $(link-libm).
31798
31799 2012-12-09  Allan McRae  <allan@archlinux.org>
31800
31801         * sysdeps/i386/fpu/libm-test-ulps: Update
31802
31803 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
31804
31805         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
31806         (_G_int32_t): Likewise.
31807         (_G_uint16_t): Likewise.
31808         (_G_uint32_t): Likewise.
31809         (_G_HAVE_BOOL): Likewise.
31810         (_G_HAVE_ATEXIT): Likewise.
31811         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31812         (_G_HAVE_IO_FILE_OPEN): Likewise.
31813         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
31814         (_G_int32_t): Likewise.
31815         (_G_uint16_t): Likewise.
31816         (_G_uint32_t): Likewise.
31817         (_G_HAVE_BOOL): Likewise.
31818         (_G_HAVE_ATEXIT): Likewise.
31819         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31820         (_G_HAVE_IO_FILE_OPEN): Likewise.
31821         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
31822         (_G_int32_t): Likewise.
31823         (_G_uint16_t): Likewise.
31824         (_G_uint32_t): Likewise.
31825         (_G_HAVE_BOOL): Likewise.
31826         (_G_HAVE_ATEXIT): Likewise.
31827         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31828         (_G_HAVE_IO_FILE_OPEN): Likewise.
31829
31830 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
31831
31832         * csu/libc-tls.c: Update copyright years.
31833
31834 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
31835
31836         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31837         [!_G_USING_THUNKS]: Remove conditional code.
31838         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31839         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31840
31841         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31842         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31843         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31844         (_G_VTABLE_LABEL_PREFIX): Likewise.
31845         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31846         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31847         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31848         (_G_VTABLE_LABEL_PREFIX): Likewise.
31849         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31850         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31851         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31852         (_G_VTABLE_LABEL_PREFIX): Likewise.
31853         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31854
31855 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
31856
31857         * libio/Makefile: Include ../Makeconfig before tests.
31858         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31859         only if $(build-shared) is yes.
31860
31861         * iconv/gconv_db.c: Update copyright years.
31862
31863 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31864
31865         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31866         unwind info if defined PIC. Fix special cases description.
31867         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31868
31869         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31870         DP_HI_MASK entry.
31871         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31872
31873 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
31874
31875         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31876
31877         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31878         is NULL.
31879
31880         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31881         (LDLIBS-tst-chk4): This.
31882         (LDFLAGS-tst-chk5): Renamed to ...
31883         (LDLIBS-tst-chk5): This.
31884         (LDFLAGS-tst-chk6): Renamed to ...
31885         (LDLIBS-tst-chk6): This.
31886         (LDFLAGS-tst-lfschk4): Renamed to ...
31887         (LDLIBS-tst-lfschk4): This.
31888         (LDFLAGS-tst-lfschk5): Renamed to ...
31889         (LDLIBS-tst-lfschk5): This.
31890         (LDFLAGS-tst-lfschk6): Renamed to ...
31891         (LDLIBS-tst-lfschk6): This.
31892
31893         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31894         on $(common-objpfx)soversions.mk.
31895
31896 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31897
31898         [BZ #10014]
31899         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31900         example host name.
31901
31902 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31903
31904         * malloc/arena.c (arena_get_retry): New function that gets
31905         another arena for the caller to try its request on.
31906         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31907         current arena cannot fulfill the request.
31908         (__libc_memalign): Likewise.
31909         (__libc_memalign): Likewise.
31910         (__libc_pvalloc): Likewise.
31911         (__libc_calloc): Likewise.
31912
31913 2012-09-05  John Tobey  <john.tobey@gmail.com>
31914
31915         [BZ #13542]
31916         * manual/arith.texi (Operations on Complex): Fix description
31917         of carg branch cut.
31918
31919 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31920
31921         [BZ #10014]
31922         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31923         host name.
31924
31925         [BZ #10038]
31926         * manual/memory.texi (Memory): Make order of menu items match
31927         order of sections.
31928
31929 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31930
31931         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31932         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31933         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31934
31935 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31936
31937         * csu/libc-tls.c (static_dtv): Renamed to ...
31938         (_dl_static_dtv): This.  Make it global.
31939         (_dl_initial_dtv): Removed.
31940         (__libc_setup_tls): Updated.
31941         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31942         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31943         DL_INITIAL_DTV.
31944
31945 2012-09-06  Petr Machata  <pmachata@redhat.com>
31946
31947         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31948         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31949         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31950         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31951
31952 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31953
31954         [BZ #14545]
31955         * csu/libc-tls.c (_dl_initial_dtv): New variable.
31956         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31957         freeing dtv[-1].
31958
31959 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31960
31961         [BZ #14544]
31962         * Makeconfig (link-static-before-libc): Replace $(+prector)
31963         with $(+prectorT).
31964         (link-static-after-libc): Replace $(+postctor) with
31965         $(+postctorT).
31966         (link-bounded): Replace $(+prector)/$(+postctor) with
31967         $(+prectorT)/$(+postctorT).
31968         (+prectorT): New macro.
31969         (+postctorT): Likewise.
31970
31971 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31972
31973         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31974         (round_str): Handle values above the maximum for IBM long double
31975         as inexact.
31976         * stdlib/tst-strtod-round.c (tests): Regenerated.
31977
31978 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31979
31980         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31981         assembler flag.
31982         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31983         zarch_nohighgprs around the zarch optimized routines.
31984         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31985         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31986         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31987         for zarch.
31988
31989 2012-09-05  David S. Miller  <davem@davemloft.net>
31990
31991         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31992
31993         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31994         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
31995         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31996         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31997         entries.
31998
31999 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32000
32001         * malloc/arena.c: Fold copyright years.
32002         * malloc/mcheck.c, malloc/memusage.c: Likewise.
32003
32004 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32005
32006         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
32007
32008 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32009
32010         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
32011
32012 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32013
32014         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
32015         change internal state upon failure.
32016
32017 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32018
32019         * malloc/mcheck.c (mcheck_check_all): Fix typo.
32020         * malloc/memusage.c (mmap): Likewise.
32021         (mmap64, mremap): Likewise.  Adjust name in comment.
32022
32023 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32024
32025         * libio/fileops.c: Fix typos in comments.
32026         * libio/oldfileops.c: Likewise.
32027         * libio/wfileops.c: Likewise.
32028
32029 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32030
32031         [BZ #1349]
32032         * malloc/Makefile (tests): Add tst-malloc-usable test case.
32033         (tst-malloc-usable-ENV): Set environment for test case.
32034         * malloc/hooks.c (malloc_check_get_size): New function to get
32035         requested size.
32036         * malloc/malloc.c (musable): Use malloc_check_get_size.
32037         * malloc/tst-malloc-usable.c: New test case.
32038
32039 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32040
32041         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
32042
32043 2012-09-05  Allan McRae  <allan@archlinux.org>
32044
32045         [BZ #13966]
32046         * configure.in (CXX_SYSINCLUDES): Use compiler output to
32047         determine header location.
32048         * configure: Regenerated.
32049
32050 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32051
32052         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
32053         float format.
32054         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
32055         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
32056         format.
32057         (test): Regenerate.
32058
32059 2012-09-04  David S. Miller  <davem@davemloft.net>
32060
32061         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
32062         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
32063         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
32064
32065 2012-09-04  Florian Weimer  <fweimer@redhat.com>
32066
32067         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
32068         failures.
32069
32070         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
32071
32072 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
32073
32074         [BZ #9914]
32075         * libio/iogetdelim.c: Include <limits.h>.
32076         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
32077         + len + 1 would overflow.
32078
32079 2012-09-03  Andreas Jaeger  <aj@suse.de>
32080
32081         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32082         * sysdeps/i386/fpu/libm-test-ulps: Update.
32083
32084 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32085
32086         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32087         Add s_sinf-sse2, s_conf-sse2.
32088
32089         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
32090         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
32091         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
32092         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
32093
32094         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
32095         for using routine as __sinf_ia32.
32096         Use macro for function declaration and weak_alias.
32097         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
32098         for using routine as __cosf_ia32.
32099         Use macro for function declaration and weak_alias.
32100
32101         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
32102         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
32103
32104         * sysdeps/x86_64/fpu/s_sinf.S: New file.
32105         * sysdeps/x86_64/fpu/s_cosf.S: New file.
32106         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32107
32108         * math/libm-test.inc (cos_test): Add more test cases.
32109         (sin_test): Likewise.
32110         (sincos_test): Likewise.
32111
32112 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32113
32114         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32115         (IFUNC_RESOLVE): Make pointers to the specialized implementations
32116         hidden.
32117         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32118
32119 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
32120
32121         [BZ #14538]
32122         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32123         first element of the GOT.
32124         (elf_machine_load_address): Return the difference between
32125         the runtime address of _DYNAMIC and elf_machine_dynamic ().
32126
32127 2012-09-01  Allan McRae  <allan@archlinux.org>
32128
32129         [BZ #13412]
32130         * configure.in (AWK): Require gawk version 3.0 or later.
32131         * configure: Regenerated.
32132
32133 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
32134
32135         * sysdeps/unix/sysv/linux/kernel-features.h
32136         (__ASSUME_POSIX_CPU_TIMERS): Remove.
32137         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32138         [__NR_clock_getres]: Make code unconditional.
32139         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
32140         (clock_getcpuclockid): Remove code left unreachable by removal of
32141         conditionals.
32142         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32143         code unconditional.
32144         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32145         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32146         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32147         Make code unconditional.
32148         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32149         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32150         * sysdeps/unix/sysv/linux/clock_settime.c
32151         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32152         conditional code.
32153         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32154         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32155
32156 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
32157
32158         [BZ #14476]
32159         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32160         scripts/test-installation.pl.
32161
32162         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32163         and $ld_so_version if it is set.
32164
32165 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32166
32167         [BZ #14516]
32168         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32169         failure if reading from procfs failed.
32170         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32171
32172 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32173
32174         * sysdeps/unix/sysv/linux/kernel-features.h
32175         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32176         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32177         Remove conditional code.
32178         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32179         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32180         Remove conditional code.
32181         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32182         * sysdeps/unix/sysv/linux/i386/fxstat.c
32183         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32184         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32185         * sysdeps/unix/sysv/linux/i386/fxstatat.c
32186         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32187         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32188         * sysdeps/unix/sysv/linux/i386/lxstat.c
32189         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32190         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32191         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32192         Remove conditional code.
32193         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32194         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32195         Remove conditional code.
32196         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32197         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32198         <kernel-features.h>.
32199         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32200         Remove.
32201         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32202         Remove conditional code.
32203         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32204         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32205         Remove conditional.
32206
32207 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
32208
32209         [BZ #5400]
32210         * NEWS: Add fixed bug number.
32211
32212 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32213
32214         [BZ #14519]
32215         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32216         underflowing exponent in case of negative sign.
32217         * stdlib/tst-strtod-round-data: Add more tests.
32218         * stdlib/tst-strtod-round.c (tests): Regenerated.
32219
32220         [BZ #3479]
32221         * stdlib/strtod_l.c (NDIG): Remove.
32222         (HEXNDIG): Likewise.
32223         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32224         smallest representable value.
32225         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32226         lie within an exact representation of 1/2 ulp of the result.
32227         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32228         unconditionally.
32229         (TENS_P9_IDX): Define unconditionally.
32230         (TENS_P9_SIZE): Likewise.
32231         (TENS_P10_IDX): Likewise.
32232         (TENS_P10_SIZE): Likewise.
32233         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32234         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32235         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32236         entries for 10^2^13 and 10^2^14.
32237         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32238         (TENS_P13_IDX): Define.
32239         (TENS_P13_SIZE): Likewise.
32240         (TENS_P14_IDX): Likewise.
32241         (TENS_P14_SIZE): Likewise.
32242         (_fpioconst_pow10): Change array size to
32243         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
32244         unconditional.
32245         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32246         1024]: Add entries for 10^2^13 and 10^2^14.
32247         [LAST_POW10 > _LAST_POW10]: Remove #error.
32248         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32249         (_fpioconst_pow10): Change array size to
32250         FPIOCONST_POW10_ARRAY_SIZE.
32251         * stdlib/gen-fpioconst.c: New file.
32252         * stdlib/gen-tst-strtod-round.c: Likewise.
32253         * stdlib/tst-strtod-round-data: Likewise.
32254         * stdlib/tst-strtod-round.c: Likewise.
32255         * stdlib/Makefile (tests): Add tst-strtod-round.
32256
32257         [BZ #14459]
32258         * stdlib/strtod_l.c: Include <stdint.h>.
32259         (NDEBUG): Do not define.
32260         (round_and_return): Change EXPONENT parameter to type intmax_t.
32261         Rearrange calculations to avoid internal overflow possibilities.
32262         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32263         Rearrange calculations to avoid internal overflow possibilities.
32264         Assert that number fits inside MPNSIZE limbs.
32265         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32266         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
32267         calculations and add assertions to avoid internal overflow
32268         possibilities.  Add casts to avoid signed/unsigned operations.
32269         * stdlib/tst-strtod-overflow.c: New file.
32270         * stdlib/Makefile (tests): Add tst-strtod-overflow.
32271
32272 2012-08-25  Marek Polacek  <polacek@redhat.com>
32273
32274         * time/time.h: Fix some typos in comments.
32275
32276 2012-08-23  Roland McGrath  <roland@hack.frob.com>
32277
32278         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32279         * posix/tst-rfc3484-2.c: Likewise.
32280         * posix/tst-rfc3484-3.c: Likewise.
32281
32282 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
32283
32284         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32285         (EF_ARM_ABI_FLOAT_HARD): Likewise.
32286
32287 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
32288
32289         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32290         #include of fxstatat64.c.
32291
32292 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32293
32294         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32295         * shadow/getspent_r.c: Likewise.
32296         * shadow/getspnam.c: Likewise.
32297         * shadow/getspnam_r.c: Likewise.
32298         * gshadow/getsgent.c: Likewise.
32299         * gshadow/getsgent_r.c: Likewise.
32300         * gshadow/getsgnam.c: Likewise.
32301         * gshadow/getsgnam_r.c: Likewise.
32302         * inet/getnetbyad.c: Likewise.
32303         * inet/getnetbyad_r.c: Likewise.
32304         * inet/getnetbynm.c: Likewise.
32305         * inet/getnetbynm_r.c: Likewise.
32306         * inet/getnetent.c: Likewise.
32307         * inet/getnetent_r.c: Likewise.
32308         * inet/getproto.c: Likewise.
32309         * inet/getproto_r.c: Likewise.
32310         * inet/getprtent.c: Likewise.
32311         * inet/getprtent_r.c: Likewise.
32312         * inet/getprtname.c: Likewise.
32313         * inet/getprtname_r.c: Likewise.
32314         * inet/getrpcbyname.c: Likewise.
32315         * inet/getrpcbyname_r.c: Likewise.
32316         * inet/getrpcbynumber.c: Likewise.
32317         * inet/getrpcbynumber_r.c: Likewise.
32318         * inet/getrpcent.c: Likewise.
32319         * inet/getrpcent_r.c: Likewise.
32320         * inet/getaliasent.c: Likewise.
32321         * inet/getaliasent_r.c: Likewise.
32322         * inet/getaliasname.c: Likewise.
32323         * inet/getaliasname_r.c: Likewise.
32324         * nscd/getgrgid_r.c: Likewise.
32325         * nscd/getgrnam_r.c: Likewise.
32326         * nscd/gethstbyad_r.c: Likewise.
32327         * nscd/gethstbynm3_r.c: Likewise.
32328         * nscd/getpwnam_r.c: Likewise.
32329         * nscd/getpwuid_r.c: Likewise.
32330         * nscd/getsrvbynm_r.c: Likewise.
32331         * nscd/getsrvbypt_r.c: Likewise.
32332         * nscd/gai.c: Likewise.
32333
32334         * configure.in (build_nscd): New substituted variable, set
32335         by --disable-build-nscd and defaults to $use_nscd.
32336         * configure: Regenerated.
32337         * config.make.in (build-nscd): New substituted variable.
32338         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32339         Change conditional to require [$(build-nscd) = yes] as well.
32340         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32341
32342         [BZ# 13696]
32343         * configure.in (use_nscd): New substituted variable, set by
32344         --disable-nscd.  If enabled, define USE_NSCD.
32345         * configure: Regenerated.
32346         * config.h.in: Add USE_NSCD.
32347         * config.make.in (use-nscd): New substituted variable.
32348         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32349         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32350         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32351         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32352         (CFLAGS-getgrnam_r.c): Likewise.
32353         (CFLAGS-initgroups.c): Likewise.
32354         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32355         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32356         Variables removed.
32357         * inet/getnetgrent_r.c
32358         (nscd_setnetgrent): New function, broken out of ...
32359         (setnetgrent): ... here.  Call it.
32360         (innetgr): Conditionalize nscd bits on [USE_NSCD].
32361         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32362         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32363         * nscd/Makefile (routines, aux): Move definitions after include of
32364         Makeconfig.  Conditionalize on [$(use-nscd) != no].
32365         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32366         Conditionalize on [USE_NSCD].
32367         (is_nscd, nscd_init_cb): Likewise.
32368         (nss_load_library): Conditionalize init callback on [USE_NSCD].
32369         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32370         * nss/nss_db/db-init.c: Likewise.
32371         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32372         [USE_NSCD].
32373         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32374         (make_request): Use it.
32375         (cache_valid_p): New function.
32376         (__check_pf): Use it.
32377         * NEWS: Add item for --disable-nscd.
32378
32379 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
32380
32381         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32382         to support sed >= 4.2.1-20-ga9bf076.
32383         * configure: Regenerated.
32384
32385 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32386
32387         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32388         Conditionalize whole body on [IREL].
32389
32390 2012-08-22  Jeff Law <law@redhat.com>
32391
32392         [BZ #14505]
32393         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32394         if the family is PF_UNSPEC.
32395
32396 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
32397
32398         * Makerules (lib-version): Rename from V.
32399         (install-lib-nosubdir): Change V to lib-version.
32400
32401 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
32402
32403         [BZ #14252]
32404         * powerpc32/power6/wcschr.c: New file.
32405         * powerpc32/power6/wcscpy.c: New file.
32406         * powerpc32/power6/wcsrchr.c: New file.
32407         * powerpc64/power6/wcschr.c: New file.
32408         * powerpc64/power6/wcscpy.c: New file.
32409         * powerpc64/power6/wcsrchr.c: New file.
32410
32411 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32412
32413         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32414         (two_way_short_needle): Use it.
32415         * string/strstr.c (AVAILABLE1_USES_J): Define.
32416         * string/strcasestr.c: Likewise.
32417
32418         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32419         array references.
32420         * string/strcasestr.c (TOLOWER): Make side-effect safe.
32421
32422         [BZ #11607]
32423         * NEWS: Add an entry.
32424         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32425         define their defaults.
32426         (two_way_short_needle): Detect end-of-string on-the-fly.
32427         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32428         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32429         * string/bug-strcasestr1.c: New test.
32430         * string/Makefile: Run it.
32431
32432 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32433
32434         [BZ #11607]
32435         * string/str-two-way.h (two_way_short_needle): Optimize matching of
32436         the first character.
32437
32438 2012-08-21  Roland McGrath  <roland@hack.frob.com>
32439
32440         * csu/elf-init.c (__libc_csu_irel): Function removed.
32441         * csu/libc-start.c (apply_irel): New function.
32442         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32443
32444 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
32445
32446         * sysdeps/unix/sysv/linux/kernel-features.h
32447         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32448         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32449         <kernel-features.h>.
32450         [__NR_fadvise64_64]: Make code unconditional.
32451         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32452         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32453         !__NR_fadvise64_64)]: Likewise.
32454         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32455         !__NR_fadvise64_64))]: Likewise.
32456         [__NR_fadvise64]: Make code unconditional.
32457         [!__NR_fadvise64]: Remove conditional code.
32458         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32459         <kernel-features.h>.
32460         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32461         unconditional.
32462         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32463         conditional code.
32464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32465         not include <kernel-features.h>.
32466         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32467         unconditional.
32468         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32469         conditional code.
32470         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32471         include <kernel-features.h>.
32472         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32473         unconditional.
32474         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32475         conditional code.
32476
32477 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
32478
32479         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32480         slight instruction rearrangements per scrollpipe analysis.
32481         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32482
32483 2012-08-20  Roland McGrath  <roland@hack.frob.com>
32484
32485         * manual/syslog.texi (syslog; vsyslog, closelog):
32486         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32487         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32488
32489         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32490         DSOCAPS to match condition on defining it.
32491
32492 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
32493
32494         * sysdeps/unix/sysv/linux/kernel-features.h
32495         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32497         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32498         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32500         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32501         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32503         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32504         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32505
32506         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32507         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32508
32509         * sysdeps/unix/sysv/linux/kernel-features.h
32510         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32511         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32512         unconditional.
32513         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32514         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32515         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32516         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32517         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32518         Make code unconditional.
32519         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32520         (__mmap64) [!__NR_mmap2]: Likewise.
32521         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32522         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32523         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32524         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32525         [__NR_mmap2]: Make code unconditional.
32526         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32527         (__mmap64) [!__NR_mmap2]: Likewise.
32528
32529 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32530
32531         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32532
32533 2012-08-18  Andreas Jaeger  <aj@suse.de>
32534
32535         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
32536
32537 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32538
32539         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
32540         * include/unistd.h (__have_sock_cloexec): Likewise.
32541         (__have_pipe2): Likewise.
32542         (__have_dup3): Likewise.
32543
32544 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32545
32546         [BZ #9685]
32547         * include/unistd.h (__have_pipe2): Change define into an extern int.
32548         (__have_dup3): Likewise.
32549         * socket/have_sock_cloexec.c: Include fcntl.h.
32550         (__have_pipe2): New variable.
32551         (__have_dup3): Likewise.
32552
32553 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
32554
32555         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
32556
32557 2012-08-17  Marek Polacek  <polacek@redhat.com>
32558
32559         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
32560         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
32561
32562 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32563
32564         * configure.in: Add AC_SUBST for sysheaders.
32565         * configure: Regenerated.
32566         * config.make.in (sysheaders): New substituted variable.
32567
32568         * sysdeps/unix/mkfifo.c: Moved ...
32569         * sysdeps/posix/mkfifo.c: ... here.
32570         * sysdeps/unix/mkfifoat.c: Moved ...
32571         * sysdeps/posix/mkfifoat.c: ... here.
32572
32573         * sysdeps/unix/utime.c: Moved ...
32574         * sysdeps/posix/utime.c: ... here.
32575
32576         * sysdeps/unix/time.c: Moved ...
32577         * sysdeps/posix/time.c: ... here.
32578         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
32579         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
32580
32581         * sysdeps/unix/nice.c: Moved ...
32582         * sysdeps/posix/nice.c: ... here.
32583
32584         * sysdeps/unix/alarm.c: Moved ...
32585         * sysdeps/posix/alarm.c: ... here.
32586
32587         * intl/Makefile ($(codeset_mo)): Depend on the input file.
32588
32589 2012-08-17  Jeff Law <law@redhat.com>
32590
32591         * intl/Makefile (codeset_mo): New variable.
32592         ($(codeset_mo)): New target.
32593         (tst-codeset.out): Depend on that.  Remove explicit rule.
32594         (tst-gettext3.out, tst-gettext5.out): Likewise.
32595         (LOCPATH-ENV, tst-codeset-ENV): New variables.
32596         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
32597         * intl/tst-codeset.sh: Remove.
32598         * intl/tst-gettext3.sh: Likewise.
32599         * intl/tst-gettext5.sh: Likewise.
32600
32601 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32602
32603         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
32604         * sysdeps/unix/syscalls.list: ... here.
32605
32606         * sysdeps/posix/getaddrinfo.c
32607         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
32608         (gaiconf_init, gaiconf_reload): Use them.
32609         [!_STATBUF_ST_NSEC]
32610         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
32611         Define using time_t rather than struct timespec.
32612
32613         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
32614         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
32615         Macros removed.
32616         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
32617         [!NO_THREADS].
32618         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
32619         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
32620         Likewise.
32621
32622         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
32623         __libc_cleanup_push argument.
32624
32625         * bits/param.h: New file.
32626         * misc/sys/param.h: New file.
32627         * include/sys/param.h: New file.
32628         * misc/Makefile (headers): Add bits/param.h.
32629         * sysdeps/generic/sys/param.h: File removed.
32630         * sysdeps/unix/sysv/linux/bits/param.h: New file.
32631         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
32632         * sysdeps/mach/hurd/bits/param.h: New file.
32633         * sysdeps/mach/hurd/sys/param.h: File removed.
32634
32635         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
32636         last change.
32637
32638         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
32639         [_IO_MTSAFE_IO].
32640         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
32641         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
32642         New macros.
32643
32644         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
32645         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
32646         rather than -D_IO_MTSAFE_IO conditionally.
32647         * stdio-common/Makefile (CPPFLAGS): Likewise.
32648         * wcsmbs/Makefile (CPPFLAGS): Likewise.
32649         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
32650         Use $(libio-mtsafe).
32651         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
32652         of -D_IO_MTSAFE_IO.
32653         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
32654         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
32655         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
32656         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
32657         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
32658         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
32659         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
32660         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
32661         (CFLAGS-fread_u_chk.c): Likewise.
32662         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
32663         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
32664         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
32665         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
32666         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
32667         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
32668         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
32669         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
32670         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
32671
32672         * libio/Makefile: Test [$(libc-reentrant) = yes]
32673         instead of [$(filter %REENTRANT, $(defines)) nonempty].
32674
32675         * Makeconfig
32676         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
32677         * sysdeps/pthread/configure: File removed.
32678         * sysdeps/pthread/Makeconfig: New file.
32679         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
32680         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
32681
32682 2012-08-16  Gary Benson  <gbenson@redhat.com>
32683
32684         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
32685         unmapping the first object in a namespace.
32686
32687 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32688
32689         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
32690         (__internal_setnetgrent): ... this.  Add internal_function to
32691         definition.  Add libc_hidden_def.
32692         (setnetgrent): Update caller.
32693         (internal_endnetgrent): Renamed to ...
32694         (__internal_endnetgrent): ... this.  Add internal_function to
32695         definition.  Add libc_hidden_def.
32696         (endnetgrent): Update caller.
32697         (internal_getnetgrent_r): Renamed to ...
32698         (__internal_getnetgrent_r): ... this.  Add internal_function to
32699         definition.  Add libc_hidden_def.
32700         (__getnetgrent_r): Update caller.
32701         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
32702
32703 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32704
32705         * stdlib/longlong.h: Update from GCC.
32706
32707 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32708
32709         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
32710         on _QL, which is set by umul_ppmm but never used.
32711         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
32712         variables, which are set by GMP macros but never used.
32713         * stdio-common/_itowa.c (_itowa): Likewise.
32714         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
32715         * stdlib/mod_1.c (mpn_mod_1): Likewise.
32716
32717 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
32718
32719         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
32720         struct La_sh_regs is not constant.
32721         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
32722         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
32723         and struct La_sparc64_regs are not constant.
32724
32725 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32726
32727         * sysdeps/unix/sysv/linux/kernel-features.h
32728         (__ASSUME_POSIX_TIMERS): Remove.
32729         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32730         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32731         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
32732         Make code unconditional.
32733         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32734         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
32735         Make code unconditional.
32736         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32737         * sysdeps/unix/sysv/linux/clock_nanosleep.c
32738         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
32739         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32740         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
32741         Make code unconditional.
32742         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32743         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
32744         (__libc_missing_posix_timers): Remove.
32745
32746 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32747
32748         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
32749         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
32750
32751         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
32752
32753         * elf/dl-sym.c: Include <stdlib.h>.
32754
32755         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
32756         constants, which avoids warnings in 32-bit builds.
32757
32758         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
32759         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
32760
32761         * misc/lseek.c: File moved to ...
32762         * io/lseek.c: ... here.
32763
32764         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
32765
32766         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
32767         shifting LEN more than 31 bits at once.
32768
32769 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32770
32771         [BZ #14195]
32772         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
32773         segmentation fault for a case of two empty input strings.
32774         * string/test-strncasecmp.c (check1): Renamed to...
32775         (bz12205): ...this.
32776         (bz14195): Add new testcase for two empty input strings and N > 0.
32777         (test_main): Call new testcase, adapt for renamed function.
32778
32779 2012-08-15  Andreas Jaeger  <aj@suse.de>
32780
32781         [BZ #14090]
32782         * crypt/md5test2.c: New test, based on test supplied by Serge
32783         Belyshev <belyshev@depni.sinp.msu.ru>.
32784         * crypt/Makefile (xtests): Add md5test-giant..
32785         * crypt/Makefile ($(objpfx)md5test-giant): Add.
32786
32787 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32788
32789         [BZ #14090]
32790         * crypt/md5.c (md5_process_block): Don't assume the buffer
32791         length is less than 2**32.
32792         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
32793         length is less than 2**64.
32794
32795 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32796
32797         * string/str-two-way.h: Include <sys/param.h>.
32798         (MAX): Macro removed.
32799
32800         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
32801         Move #define and #undef of memmove to just before and after
32802         including <string.h>.
32803
32804         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
32805         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
32806         and after including <string.h>.  Move declarations of
32807         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
32808         to before #include "string/memmove.c".
32809
32810         * include/dirent.h: Declare __getdirentries.
32811
32812         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
32813         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
32814
32815 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
32816
32817         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
32818         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
32819         * sysdeps/i386/configure: Regenerated.
32820         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
32821         STABS_CURRENT_FILE, and STABS_FUN.
32822         (END): Remove call to STABS_FUN_END.
32823         (STABS_CURRENT_FILE1): Delete.
32824         (STABS_CURRENT_FILE): Likewise.
32825         (STABS_FUN): Likewise.
32826         (STABS_FUN_END): Likewise.
32827         (STABS_FUN2): Likewise.
32828         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32829         * sysdeps/x86_64/configure: Regenerated.
32830
32831 2012-08-14  Roland McGrath  <roland@hack.frob.com>
32832
32833         * elf/dl-open.c: Include <atomic.h>.
32834         * elf/dl-lookup.c: Likewise.
32835
32836 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
32837
32838         * sysdeps/unix/sysv/linux/kernel-features.h
32839         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32840         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32841         unconditionally.
32842         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32843         unconditionally.
32844         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32845         condition on __ASSUME_CLONE_THREAD_FLAGS.
32846
32847 2012-08-14  Andreas Jaeger  <aj@suse.de>
32848
32849         * sysdeps/i386/fpu/libm-test-ulps: Update.
32850
32851 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
32852
32853         * include/atomic.h (atomic_exchange_and_add): Split into ...
32854         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32855         New atomic macros.
32856
32857 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
32858
32859         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32860
32861 2012-08-13  Jeff Law <law@redhat.com>
32862
32863         * manual/stdio.texi (snprintf): Clarify handling of the trailing
32864         null byte in the output string.
32865
32866 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
32867
32868         * sysdeps/unix/sysv/linux/kernel-features.h
32869         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32870         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32871         (__ASSUME_ARG_MAX_STACK_BASED): Define.
32872         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32873         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32874         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
32875         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32876
32877 2012-08-09  Jeff Law <law@redhat.com>
32878
32879         [BZ #13939]
32880         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32881         When avoid_arena is set, don't retry in the that arena.  Pick the
32882         next one, whatever it might be.
32883         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32884         (arena_lock): Pass in new parameter to arena_get2.
32885         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32886         arena_get2.
32887         (__libc_malloc): Unify retrying after main arena failure with
32888         __libc_memalign version.
32889         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32890
32891 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32892
32893         [BZ #14166]
32894         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32895         to __redirect_strstr.
32896         (__strstr_sse42): Use typeof __redirect_strstr.
32897         (__strstr_ia32): Likewise.
32898         (__libc_strstr): New prototype.
32899         (strstr): Renamed to ...
32900         (__libc_strstr): This.
32901         (strstr): New strong alias of __libc_strstr.
32902         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32903         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32904         __redirect_time.
32905         Include <time.h>.
32906         (__libc_time): New prototype.
32907         (time_ifunc): Replace time with __libc_time.
32908         (time): New strong alias and hidden definition of __libc_time.
32909         (__GI_time): Remove strong alias.
32910         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32911         Include <stddef.h>.
32912         (memmove): Redefined to __redirect_memmove.
32913         (__memmove_sse2): Use typeof __redirect_memmove.
32914         (__memmove_ssse3): Likewise.
32915         (__memmove_ssse3_back): Likewise.
32916         (__libc_memmove): New prototype.
32917         (memmove): Renamed to ...
32918         (__libc_memmove): This.
32919         (memmove): New strong alias of __libc_memmove.
32920
32921 2012-08-08  Mark Salter  <msalter@redhat.com>
32922
32923         * elf/elf.h
32924         (R_MN10300_TLS_GD): Define.
32925         (R_MN10300_TLS_LD): Likewise.
32926         (R_MN10300_TLS_LDO): Likewise.
32927         (R_MN10300_TLS_GOTIE): Likewise.
32928         (R_MN10300_TLS_IE): Likewise.
32929         (R_MN10300_TLS_LE): Likewise.
32930         (R_MN10300_TLS_DTPMOD): Likewise.
32931         (R_MN10300_TLS_DTPOFF): Likewise.
32932         (R_MN10300_TLS_TPOFF): Likewise.
32933         (R_MN10300_SYM_DIFF): Likewise.
32934         (R_MN10300_ALIGN): Likewise.
32935         (R_MN10300_NUM): Update.
32936
32937 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32938
32939         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32940         Remove.
32941
32942 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32943
32944         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32945
32946         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32947         sysdeps/unix -> sysdeps/posix move.
32948         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32949
32950 2012-08-07      Allan McRae     <allan@archlinux.org>
32951
32952         [BZ #14303]
32953         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32954         (SUNOS_CPP): Likewise.
32955         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32956         not found.
32957         (open_input): Call CPP using execvp.
32958
32959 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32960
32961         * sysdeps/unix/sysv/linux/kernel-features.h
32962         (__ASSUME_PROT_GROWSUPDOWN): Remove.
32963         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32964         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32965         (__ASSUME_WAITID_SYSCALL): Likewise.
32966         * sysdeps/unix/sysv/linux/dl-execstack.c
32967         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32968         code unconditional.
32969         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32970         conditional code.
32971         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32972         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32973         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32974         code.
32975         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32976         unconditional.
32977         [__ASSUME_WAITID_SYSCALL]: Likewise.
32978         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32979
32980 2012-08-07  Roland McGrath  <roland@hack.frob.com>
32981
32982         * sysdeps/unix/closedir.c: Renamed to ...
32983         * sysdeps/posix/closedir.c: ... here.
32984         * sysdeps/unix/dirfd.c: Renamed to ...
32985         * sysdeps/posix/dirfd.c: ... here.
32986         * sysdeps/unix/dirstream.h: Renamed to ...
32987         * sysdeps/posix/dirstream.h: ... here.
32988         * sysdeps/unix/fdopendir.c: Renamed to ...
32989         * sysdeps/posix/fdopendir.c: ... here.
32990         * sysdeps/unix/opendir.c: Renamed to ...
32991         * sysdeps/posix/opendir.c: ... here.
32992         * sysdeps/unix/readdir.c: Renamed to ...
32993         * sysdeps/posix/readdir.c: ... here.
32994         * sysdeps/unix/readdir_r.c: Renamed to ...
32995         * sysdeps/posix/readdir_r.c: ... here.
32996         * sysdeps/unix/rewinddir.c: Renamed to ...
32997         * sysdeps/posix/rewinddir.c: ... here.
32998         * sysdeps/unix/seekdir.c: Renamed to ...
32999         * sysdeps/posix/seekdir.c: ... here.
33000         * sysdeps/unix/telldir.c: Renamed to ...
33001         * sysdeps/posix/telldir.c: ... here.
33002         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
33003         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
33004         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
33005         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
33006
33007         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
33008         * bits/fcntl.h: ... here.
33009
33010         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
33011         not 0.
33012         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
33013         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
33014         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
33015         (struct flock): Move l_start, l_len to the beginning.
33016         Use __pid_t for l_pid.
33017         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
33018         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
33019         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
33020         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
33021         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
33022         [__USE_LARGEFILE64] (struct flock64): New type.
33023         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
33024
33025         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
33026         * bits/dirent.h: ... here.
33027
33028         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
33029         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
33030
33031 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33032
33033         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33034         Change from 2.6.0 to 2.6.16.
33035         * sysdeps/unix/sysv/linux/configure: Regenerated.
33036         * sysdeps/unix/sysv/linux/kernel-features.h
33037         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
33038         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
33039         version.
33040         (__ASSUME_UTIMES): Likewise.
33041         (__ASSUME_CLONE_STOPPED): Remove.
33042         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
33043         architectures, not kernel version.
33044         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
33045         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33046         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33047         (__ASSUME_WAITID_SYSCALL): Likewise.
33048         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
33049         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
33050         * README: State 2.6.16 as minimum Linux kernel version.  Do not
33051         refer to older versions.
33052
33053 2012-08-06  Roland McGrath  <roland@hack.frob.com>
33054
33055         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
33056         Define alphasort64 as an alias.
33057         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
33058         Define versionsort64 as an alias.
33059         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
33060         Define scandir64 as an alias.
33061         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
33062         Define scandirat64 as an alias.
33063         * dirent/alphasort64.c (alphasort64):
33064         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
33065         * dirent/versionsort64.c: Likewise.
33066         * dirent/scandir64.c: Likewise.
33067         * dirent/scandirat64.c: Likewise.
33068         * sysdeps/wordsize-64/alphasort.c: File removed.
33069         * sysdeps/wordsize-64/alphasort64.c: File removed.
33070         * sysdeps/wordsize-64/scandir.c: File removed.
33071         * sysdeps/wordsize-64/scandir64.c: File removed.
33072         * sysdeps/wordsize-64/scandirat.c: File removed.
33073         * sysdeps/wordsize-64/scandirat64.c: File removed.
33074         * sysdeps/wordsize-64/versionsort.c: File removed.
33075         * sysdeps/wordsize-64/versionsort64.c: File removed.
33076         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
33077         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
33078         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
33079         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
33080         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
33081         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
33082         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
33083         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
33084
33085         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
33086         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33087         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
33088         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33089         [defined __arch64__ || defined __sparcv9]
33090         (__INO_T_MATCHES_INO64_T): New macro.
33091         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33092         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
33093         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
33094         * sysdeps/unix/sysv/linux/bits/dirent.h
33095         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
33096         (_DIRENT_MATCHES_DIRENT64): New macro.
33097
33098         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
33099         Define lockf64 as an alias.
33100         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
33101         Define fseeko64 as an alias.
33102         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
33103         Define ftello64 as an alias.
33104         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
33105         Define _IO_fgetpos64 and fgetpos64 as aliases.
33106         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
33107         Define _IO_fsetpos64 and fsetpos64 as aliases.
33108         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33109         Conditionalize body on this.
33110         * libio/fseeko64.c: Likewise.
33111         * libio/ftello64.c: Likewise.
33112         * libio/iofgetpos64.c: Likewise.
33113         * libio/iofsetpos64.c: Likewise.
33114         * sysdeps/wordsize-64/lockf.c: File removed.
33115         * sysdeps/wordsize-64/lockf64.c: File removed.
33116         * sysdeps/wordsize-64/fseeko.c: File removed.
33117         * sysdeps/wordsize-64/fseeko64.c: File removed.
33118         * sysdeps/wordsize-64/ftello.c: File removed.
33119         * sysdeps/wordsize-64/ftello64.c: File removed.
33120         * sysdeps/wordsize-64/iofgetpos.c: File removed.
33121         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33122         * sysdeps/wordsize-64/iofsetpos.c: File removed.
33123         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33124         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33125         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33126         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33127         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33128         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33129         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33130         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33131         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33132         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33133         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33134
33135         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33136         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33137         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
33138         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33139         [defined __arch64__ || defined __sparcv9]
33140         (__OFF_T_MATCHES_OFF64_T): New macro.
33141         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33142         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33143         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33144         (__OFF_T_MATCHES_OFF64_T): New macro.
33145
33146 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33147
33148         * stdlib/secure-getenv.c (__secure_getenv): Replace
33149         GLIBC_2_16 with GLIBC_2_17.
33150
33151 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33152
33153         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33154         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33155
33156 2012-08-03  David S. Miller  <davem@davemloft.net>
33157
33158         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33159
33160 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33161
33162         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33163         Remove.
33164         (__ASSUME_CORRECT_SI_PID): Likewise.
33165         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33166         (__ASSUME_TMPFS_NAME): Likewise.
33167         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33168         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33169         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33170         (HAVE_AUX_SECURE): Make definition unconditional.
33171         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33172         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33173
33174 2012-08-03  Roland McGrath  <roland@hack.frob.com>
33175
33176         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33177         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33178         * sysdeps/mach/hurd/eloop-threshold.h: New file.
33179         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33180         __eloop_threshold instead of SYMLOOP_MAX.
33181
33182         * sysdeps/generic/eloop-threshold.h: New file.
33183         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33184         of MAXSYMLINKS.
33185         * elf/chroot_canon.c (chroot_canon): Likewise.
33186
33187 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33188
33189         [BZ #13717]
33190         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33191         Change to 2.6.0 everywhere.
33192         * sysdeps/unix/sysv/linux/configure: Regenerated.
33193         * sysdeps/unix/sysv/linux/kernel-features.h
33194         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33195         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33196         kernel versions.
33197         (__ASSUME_POSIX_TIMERS): Define unconditionally.
33198         (__ASSUME_FUTEX_REQUEUE): Remove.
33199         (__ASSUME_STATFS64): Define unconditionally.
33200         (__ASSUME_AT_SECURE): Likewise.
33201         (__ASSUME_CORRECT_SI_PID): Likewise.
33202         (__ASSUME_TGKILL): Define without depending on kernel version for
33203         i386.
33204         (__ASSUME_UTIMES): Likewise.
33205         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33206         kernel version.
33207         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33208         (__ASSUME_TMPFS_NAME): Likewise.
33209         * README: Update reference to Linux kernel versions.
33210
33211 2012-08-02  Marek Polacek  <polacek@redhat.com>
33212
33213         [BZ# 14150]
33214         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
33215         libc_cv_asm_type_prefix with %.
33216         * configure: Regenerated.
33217         * include/libc-symbols.h: Remove comment about
33218         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33219         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33220         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33221         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33222         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33223         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33224         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33225         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33226         * elf/tst-unique2mod1.c: Likewise.
33227         * elf/tst-unique1mod2.c: Likewise.
33228         * elf/tst-unique1mod1.c: Likewise.
33229         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33230         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33231         Replace ASM_TYPE_DIRECTIVE with .type.
33232         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33233         * sysdeps/i386/sysdep.h: Likewise.
33234         * sysdeps/x86_64/sysdep.h: Likewise.
33235         * sysdeps/sh/sysdep.h: Likewise.
33236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33237         Do not define ASM_TYPE_DIRECTIVE.
33238         * sysdeps/powerpc/sysdep.h: Likewise.
33239         * sysdeps/powerpc/powerpc32/sysdep.h:
33240         Replace ASM_TYPE_DIRECTIVE with .type.
33241         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33242         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33243         * sysdeps/i386/fpu/e_powf.S: Likewise.
33244         * sysdeps/i386/fpu/e_expl.S: Likewise.
33245         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33246         * sysdeps/i386/fpu/e_acosh.S: Likewise.
33247         * sysdeps/i386/fpu/e_pow.S: Likewise.
33248         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33249         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33250         * sysdeps/i386/fpu/s_expm1.S: Likewise.
33251         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33252         * sysdeps/i386/fpu/e_log2.S: Likewise.
33253         * sysdeps/i386/fpu/e_log2l.S: Likewise.
33254         * sysdeps/i386/fpu/e_scalb.S: Likewise.
33255         * sysdeps/i386/fpu/e_powl.S: Likewise.
33256         * sysdeps/i386/fpu/e_log10f.S: Likewise.
33257         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33258         * sysdeps/i386/fpu/e_logl.S: Likewise.
33259         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33260         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33261         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33262         * sysdeps/i386/fpu/e_log2f.S: Likewise.
33263         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33264         * sysdeps/i386/fpu/e_log.S: Likewise.
33265         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33266         * sysdeps/i386/fpu/e_logf.S: Likewise.
33267         * sysdeps/i386/fpu/e_log10l.S: Likewise.
33268         * sysdeps/i386/fpu/e_atanh.S: Likewise.
33269         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33270         * sysdeps/i386/fpu/e_log10.S: Likewise.
33271         * sysdeps/i386/fpu/s_frexp.S: Likewise.
33272         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33273         * sysdeps/i386/fpu/s_asinh.S: Likewise.
33274         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33275         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33276         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33277         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33278         * sysdeps/i386/i686/strtok.S: Likewise.
33279         * sysdeps/i386/i386-mcount.S: Likewise.
33280         * sysdeps/i386/strtok.S: Likewise.
33281         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33282         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33283         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33284         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33285         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33286         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33287         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33288         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33289         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33290         * sysdeps/x86_64/_mcount.S: Likewise.
33291         * sysdeps/x86_64/strtok.S: Likewise.
33292         * sysdeps/sh/_mcount.S: Likewise.
33293
33294 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33295
33296         * libio/iofopen.c: Include <fcntl.h>.
33297         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33298         (_IO_fopen64, fopen64): Define as aliases.
33299         * libio/iofopen64.c: Include <fcntl.h>.
33300         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33301         Conditionalize body on this.
33302         * sysdeps/wordsize-64/iofopen.c: File removed.
33303         * sysdeps/wordsize-64/iofopen64.c: File removed.
33304
33305 2012-08-01  Marek Polacek  <polacek@redhat.com>
33306
33307         * libc/Makeconfig: Use elf in place of binfmt-subdir.
33308         Use dlfcn directly instead of a variable.
33309         (binfmt-subdir): Do not define.
33310         (dlfcn): Likewise.
33311
33312 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
33313
33314         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33315         Remove all definitions.
33316         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33317         <kernel-features.h>.
33318         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33319         (miss_F_GETOWN_EX): Remove all definitions.
33320         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33321         macro definition.
33322         [!__ASSUME_FCNTL64]: Remove conditional code.
33323         [__ASSUME_FCNTL64]: Make code unconditional.
33324         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33325         <kernel-features.h>.
33326         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33327         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33328         (lockf64) [__NR_fcntl64]: Make code unconditional.
33329         (lockf64) [__ASSUME_FCNTL64]: Likewise.
33330
33331         * sysdeps/unix/sysv/linux/kernel-features.h
33332         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33333         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33334         Make code unconditional.
33335         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33336         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33338         [__NR_vfork]: Make code unconditional.
33339         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33340         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33342         [__NR_vfork]: Make code unconditional.
33343         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33344         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33345
33346 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33347
33348         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33349         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33350
33351         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33352         Define mkstemp64 as an alias.
33353         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33354         Define mkstemps64 as an alias.
33355         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33356         Define mkostemp64 as an alias.
33357         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33358         Define mkostemps64 as an alias.
33359         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33360         Conditionalize body on this.
33361         * misc/mkostemp64.c: Likewise.
33362         * misc/mkostemps64.c: Likewise.
33363         * misc/mkstemps64.c: Likewise.
33364         * sysdeps/wordsize-64/mkstemp64.c: File removed.
33365         * sysdeps/wordsize-64/mkostemp64.c: File removed.
33366         * sysdeps/wordsize-64/mkostemp.c: File removed.
33367         * sysdeps/wordsize-64/mkstemp.c: File removed.
33368         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33369         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33370         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33371         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33372
33373         [BZ #14138]
33374         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33375         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33376         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33377         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33378
33379         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33380         compat_symbol macros from <shlib-compat.h> rather than the underlying
33381         default_symbol_version and symbol_version macros, so that DEFAULT
33382         lines in shlib-versions are respected.
33383         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33384
33385 2012-08-01  Florian Weimer  <fweimer@redhat.com>
33386
33387         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33388         Declare with warn_unused_result.
33389         (setgid, setregid, setegid, setresgid): Likewise.
33390         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33391         Likewise.
33392         * WUR-REPORT: Remove set*id functions.
33393
33394 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
33395
33396         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33397
33398 2012-07-31  Roland McGrath  <roland@hack.frob.com>
33399
33400         [BZ #10191]
33401         * include/sys/socket.h (__libc_accept, __libc_accept4):
33402         Add attribute_hidden.
33403         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33404
33405         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33406         use of PTR_MANGLE.
33407         * inet/getnetgrent_r.c (setup): Likewise.
33408
33409         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33410
33411 2012-07-31  David S. Miller  <davem@davemloft.net>
33412
33413         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33414
33415 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
33416
33417         [BZ #13629]
33418         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33419         value between 1.0 and 2.0 and smaller part has absolute value less
33420         than 1.0.
33421         * math/s_clog10.c (__clog10): Likewise.
33422         * math/s_clog10f.c (__clog10f): Likewise.
33423         * math/s_clog10l.c (__clog10l): Likewise.
33424         * math/s_clogf.c (__clogf): Likewise.
33425         * math/s_clogl.c (__clogl): Likewise.
33426         * math/libm-test.inc (clog_test): Add more tests.
33427         (clog10_test): Likewise.
33428         * sysdeps/i386/fpu/libm-test-ulps: Update.
33429         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33430
33431 2012-07-31  Florian Weimer  <fweimer@redhat.com>
33432
33433         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33434         Exit with zero in case no suitable GID is found, and write a
33435         message to standard error.
33436
33437 2012-07-30  Roland McGrath  <roland@hack.frob.com>
33438
33439         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33440         rather than to 1.
33441         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33442         (MAXPATHLEN): Removed.
33443         (NOGROUP, NODEV): New macros.
33444         (setbit, clrbit, isset, isclr): New macros.
33445         (howmany, roundup, powerof2): New macros.
33446         (DEV_BSIZE): New macro.
33447
33448         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33449         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33450
33451         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33452         definition on [!__NO_LONG_DOUBLE_MATH].
33453
33454         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33455         PTR_MANGLE and PTR_DEMANGLE.
33456
33457         * socket/accept4.c (accept4): Rename to __libc_accept4.
33458         Define accept4 as a weak alias.
33459
33460         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33461         on [_DIRENT_HAVE_D_TYPE].
33462         * io/ftw.c (ftw_dir): Likewise.
33463
33464         * io/xmknod.c (__xmknod): Don't check PATH for being null.
33465
33466         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33467
33468         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33469         Use the BSD numbers rather than the arbitrary ones we had.
33470         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33471         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33472         (SIGXCPU, SIGXFSZ): New macros.
33473         (_NSIG): Now 32.
33474
33475         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33476         initializer on [_LIBC_REENTRANT].
33477
33478         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33479         definitions inside [_POSIX_MAPPED_FILES].
33480
33481         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33482
33483         * dirent/opendir.c: Include <fcntl.h>.
33484
33485         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33486         (__libc_getspecific): Likewise.
33487         (__libc_key_create): Likewise.
33488
33489         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33490         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33491         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33492         (tmpfile64): Define as alias.
33493         * sysdeps/wordsize-64/tmpfile.c: File removed.
33494         * sysdeps/wordsize-64/tmpfile64.c: File removed.
33495         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33496         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33497
33498         * stdio-common/vfscanf.c: Include <stdbool.h>.
33499         * nss/makedb.c: Likewise.
33500         * stdio-common/_i18n_number.h: Likewise.
33501         * argp/argp-help.c: Likewise.
33502         * posix/wordexp.c: Likewise.
33503         * sysdeps/posix/spawni.c: Likewise.
33504         * nss/nss_files/files-initgroups.c: Likewise.
33505         * stdio-common/reg-modifier.c: Include <stdlib.h>.
33506         * nss/nss_files/files-initgroups.c: Likewise.
33507         * nss/nss_db/db-netgrp.c: Likewise.
33508         * nss/nss_db/db-initgroups.c: Likewise.
33509         * io/fchmodat.c: Include <sys/stat.h>.
33510
33511         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33512         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33513
33514         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33515         [HAVE_MMAP].
33516
33517         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33518         Add multiple inclusion protection.
33519
33520 2012-07-27  David S. Miller  <davem@davemloft.net>
33521
33522         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33523
33524 2012-07-27  Gary Benson  <gbenson@redhat.com>
33525
33526         [BZ #14298]
33527         * elf/rtld.c: Include <stap-probe.h>.
33528         (dl_main): Added static probes "init_start" and "init_complete".
33529         * elf/dl-load.c: Include <stap-probe.h>.
33530         (lose): Take new parameter "nsid".
33531         Added static probe "map_failed".
33532         (_dl_map_object_from_fd): Pass namespace id to lose.
33533         Added static probe "map_start".
33534         (open_verify): Pass namespace id to lose.
33535         * elf/dl-open.c: Include <stap-probe.h>.
33536         (dl_open_worker) Added static probes "map_complete", "reloc_start"
33537         and "reloc_complete".
33538         * elf/dl-close.c: Include <stap-probe.h>.
33539         (_dl_close_worker): Added static probes "unmap_start" and
33540         "unmap_complete".
33541         * elf/rtld-debugger-interface.txt: New file documenting the above.
33542
33543 2012-07-26  Roland McGrath  <roland@hack.frob.com>
33544
33545         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
33546         rather than a string variable.
33547         * sunrpc/rpc_main.c (h_output): Likewise.
33548         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
33549
33550 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
33551
33552         * inet/check_native.c: New file.
33553
33554 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
33555
33556         [BZ #13629]
33557         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
33558         if larger part has absolute value 1.0.
33559         * math/s_clog10.c (__clog10): Likewise.
33560         * math/s_clog10f.c (__clog10f): Likewise.
33561         * math/s_clog10l.c (__clog10l): Likewise.
33562         * math/s_clogf.c (__clogf): Likewise.
33563         * math/s_clogl.c (__clogl): Likewise.
33564         * math/libm-test.inc (clog_test): Add more tests.
33565         (clog10_test): Likewise.
33566         * sysdeps/i386/fpu/libm-test-ulps: Update.
33567         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33568
33569         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
33570         (pltexit): Likewise.
33571         (La_regs): Likewise.
33572         (La_retval): Likewise.
33573         (int_retval): Likewise.
33574         Update #error for removed macros to refer only to definitions in
33575         tst-audit.h.
33576         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
33577         macro.
33578         (pltexit): Likewise.
33579         (La_regs): Likewise.
33580         (La_retval): Likewise.
33581         (int_retval): Likewise.
33582         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
33583         macro.
33584         (pltexit): Likewise.
33585         (La_regs): Likewise.
33586         (La_retval): Likewise.
33587         (int_retval): Likewise.
33588         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
33589         macro.
33590         (pltexit): Likewise.
33591         (La_regs): Likewise.
33592         (La_retval): Likewise.
33593         (int_retval): Likewise.
33594         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
33595         macro.
33596         (pltexit): Likewise.
33597         (La_regs): Likewise.
33598         (La_retval): Likewise.
33599         (int_retval): Likewise.
33600         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
33601         macro.
33602         (pltexit): Likewise.
33603         (La_regs): Likewise.
33604         (La_retval): Likewise.
33605         (int_retval): Likewise.
33606         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
33607         macro.
33608         (pltexit): Likewise.
33609         (La_regs): Likewise.
33610         (La_retval): Likewise.
33611         (int_retval): Likewise.
33612         * sysdeps/generic/tst-audit.h: Update comment to refer only to
33613         macro definitions in tst-audit.h.
33614         * sysdeps/i386/tst-audit.h: New file.
33615         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
33616         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
33617         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
33618         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
33619         * sysdeps/sh/tst-audit.h: Likewise.
33620         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
33621         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
33622         * sysdeps/x86_64/tst-audit.h: Likewise.
33623
33624 2012-07-26  Andreas Jaeger  <aj@suse.de>
33625
33626         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
33627         ptrace.
33628
33629         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
33630         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
33631         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
33632         PTRACE_O_MASK.
33633         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
33634         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
33635         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
33636
33637         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
33638         value.
33639
33640         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
33641         _sigsys.
33642         (si_call_addr, si_syscall, si_arch): Define new macro.
33643         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
33644         _sigsys.
33645         (si_call_addr, si_syscall, si_arch): Define new marcro.
33646         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
33647         _sigsys.
33648         (si_call_addr, si_syscall, si_arch): Define new macro.
33649         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
33650         _sigsys.
33651         (si_call_addr, si_syscall, si_arch): Define new macro.
33652
33653 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33654
33655         [BZ #13717]
33656         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33657         Change to 2.4.21 where previously 2.4.1.
33658         * sysdeps/unix/sysv/linux/configure: Regenerated.
33659         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
33660         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
33661         Linux kernel version.
33662         (__ASSUME_STD_AUXV): Remove.
33663         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
33664         kernel version.
33665         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
33666         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
33667         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
33668         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
33669         (__ASSUME_NETLINK_SUPPORT): Likewise.
33670         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
33671         (__no_netlink_support): Remove conditional definition.
33672         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
33673         Remove.
33674         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33675         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
33676         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
33677         (if_nameindex_ioctl): Remove.
33678         (if_nameindex_netlink): Do not handle __no_netlink_support.
33679         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33680         code.
33681         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
33682         Remove conditional code.
33683         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33684         code.
33685         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
33686         unconditional.
33687         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33688         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
33689         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
33690         Remove.
33691         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
33692         [!__ASSUME_STD_AUXV]: Remove conditional code.
33693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
33694         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
33695         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
33696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
33697         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
33698         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33699         code.
33700         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
33702         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
33703         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33704         conditional code.
33705         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
33707         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33708         code.
33709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
33710         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33711         conditional code.
33712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
33713         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33714         code unconditional.
33715         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33716         conditional code.
33717         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33718         unconditional.
33719         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33720         conditional code.
33721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
33722         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33723         unconditional.
33724         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33725         conditional code.
33726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
33727         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33728         code unconditional.
33729         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33730         conditional code.
33731         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33732         unconditional.
33733         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33734         conditional code.
33735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
33736         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33737         code unconditional.
33738         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33739         conditional code.
33740         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33741         unconditional.
33742         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33743         conditional code.
33744
33745 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
33746
33747         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
33748         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
33749         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
33750         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
33751         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
33752         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
33753         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
33754         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
33755         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
33756         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33757         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
33758         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
33759         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
33760         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
33761         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
33762         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
33763         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
33764         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
33765         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
33766         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
33767         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
33768         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
33769         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33770
33771 2012-07-25  Florian Weimer  <fweimer@redhat.com>
33772
33773         * Versions.def: Add GLIBC_2.17.
33774         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
33775         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33776         Introduce __libc_secure_getenv.
33777         * stdlib/Versions (2.17): Add secure_getenv
33778         (GLIBC_PRIVATE): Add __libc_secure_getenv.
33779         * stdlib/secure-getenv.c: Rename __secure_getenv to
33780         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
33781         symbol __secure_getenv for GLIBC_2.0.
33782         * stdlib/tst-secure-getenv.c: New.
33783         * stdlib/Makefile (tests): Add testcase.
33784         * manual/startup.texi (Environment Access): Document
33785         secure_getenv.
33786         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33787         __libc_secure_getenv.
33788         * inet/ruserpass.c (ruserpass): Likewise.
33789         * malloc/mtrace.c (mtrace): Likewise.
33790         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
33791         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
33792         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
33793         * sysdeps/posix/tempname.c: Likewise.  Evaluate
33794         HAVE_SECURE_GETENV.
33795         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
33796         __secure_getenv to __libc_secure_getenv.
33797         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
33798         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33799         Likewise.
33800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33801         Likewise.
33802         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33803         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33804         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33805         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33806         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33807         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33808         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33809
33810 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33811
33812         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
33813         (struct La_i86_retval): Likewise.
33814         (struct La_x86_64_regs): Likewise.
33815         (struct La_x86_64_retval): Likewise.
33816         (struct La_x32_regs): Likewise.
33817         (struct La_x32_retval): Likewise.
33818         (struct La_ppc32_regs): Likewise.
33819         (struct La_ppc32_retval): Likewise.
33820         (struct La_ppc64_regs): Likewise.
33821         (struct La_ppc64_retval): Likewise.
33822         (struct La_sh_regs): Likewise.
33823         (struct La_sh_retval): Likewise.
33824         (struct La_s390_32_regs): Likewise.
33825         (struct La_s390_32_retval): Likewise.
33826         (struct La_s390_64_regs): Likewise.
33827         (struct La_s390_64_retval): Likewise.
33828         (struct La_sparc32_regs): Likewise.
33829         (struct La_sparc32_retval): Likewise.
33830         (struct La_sparc64_regs): Likewise.
33831         (struct La_sparc64_retval): Likewise.
33832         (struct audit_ifaces): Remove architecture-specific pltenter and
33833         pltexit members.
33834         * sysdeps/i386/ldsodefs.h: New file.
33835         * sysdeps/powerpc/ldsodefs.h: Likewise.
33836         * sysdeps/s390/ldsodefs.h: Likewise.
33837         * sysdeps/sh/ldsodefs.h: Likewise.
33838         * sysdeps/sparc/ldsodefs.h: Likewise.
33839         * sysdeps/x86_64/ldsodefs.h: Likewise.
33840
33841 2012-07-25  Marek Polacek  <polacek@redhat.com>
33842
33843         [BZ #6808]
33844         * math/libm-test.inc (yn_test): Add another test.
33845         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33846         to ERANGE when the result is +-Inf.
33847         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33848         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33849         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33850         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33851
33852 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
33853
33854         * conform/data/time.h-data (NULL): Use macro-constant.  Require
33855         equal to 0.
33856         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
33857         clock_t.
33858         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
33859
33860 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
33861
33862         * configure.in <sysdeps resolving>: Correct printing
33863         Implies_before.
33864         * configure: Regenerate.
33865
33866 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
33867
33868         * math/w_ilogb.c: Include <limits.h>.
33869         * math/w_ilogbl.c: Likewise.
33870
33871 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33872
33873         * manual/lang.texi (__va_copy): Document primarily as ISO C99
33874         va_copy.  Document allowing for unavailable va_copy only as
33875         pre-C99 compatibility.
33876         * manual/string.texi (Copying and Concatenation): Use va_copy
33877         instead of __va_copy in concat example.
33878
33879 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
33880
33881         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33882         (__sendto): Use create_address_port.  Initialize APORT and deallocate
33883         it if not null.
33884
33885         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33886         with O_NOLINK passed to __file_name_lookup.
33887
33888         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33889         with O_NOLINK passed to __file_name_lookup.
33890
33891         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33892         negative N or less than NGIDS.
33893
33894         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33895         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33896         enough.  Use memcpy instead of strncpy.
33897
33898 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33899
33900         * elf/Makefile (check-data): Remove.
33901         (localplt.data): New vpath directive.
33902         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33903         instead of $(check-data).
33904         * scripts/data/localplt-generic.data: Move to ...
33905         * sysdeps/generic/localplt.data: ... here.
33906         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33907         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33908         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33910         ... here.
33911         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33913         ... here.
33914         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33915         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33916         ... here.
33917         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33918         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33919         ... here.
33920         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33921         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33922         ... here.
33923         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33924         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33925         ... here.
33926
33927 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33928
33929         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33930         PPC32 and PPC64 files.
33931         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33932         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33933
33934 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33935
33936         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33937         __makecontext_ret to ...
33938         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33939         ... here and call exit if uc_link is NULL.  New file.
33940         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33941         __makecontext_ret.S.
33942         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33943         __makecontext_ret to ...
33944         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33945         ... here and call exit if uc_link is NULL.  New file.
33946         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33947         __makecontext_ret.S.
33948
33949 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33950
33951         * elf/elf.h (R_390_IRELATIVE): New definition.
33952         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33953         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
33954         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33955         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33956         (elf_machine_lazy_rel): Likewise.
33957         * sysdeps/s390/dl-irel.h: New file.
33958         * sysdeps/s390/s390-64/memcpy.S: New asm code.
33959         * sysdeps/s390/s390-64/memset.S: New asm code.
33960         * sysdeps/s390/s390-64/memcmp.S: New asm code.
33961         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33962         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33963         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33964         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33965         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33966         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33967         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33968         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33969         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33970         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33971         * sysdeps/s390/s390-32/memcpy.S: New asm code.
33972         * sysdeps/s390/s390-32/memset.S: New asm code.
33973         * sysdeps/s390/s390-32/memcmp.S: New asm code.
33974
33975 2012-07-17  Marek Polacek  <polacek@redhat.com>
33976
33977         [BZ #14349]
33978         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33979         * sysdeps/s390/s390-64/configure.in: Likewise.
33980         * sysdeps/sparc/configure.in: Likewise.
33981         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33982         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33983         * sysdeps/i386/configure.in: Likewise.
33984         * sysdeps/x86_64/configure.in: Likewise.
33985         * sysdeps/sh/configure.in: Likewise.
33986         * sysdeps/s390/s390-32/configure: Regenerated.
33987         * sysdeps/s390/s390-64/configure: Likewise.
33988         * sysdeps/x86_64/configure: Likewise.
33989         * sysdeps/sh/configure: Likewise.
33990         * sysdeps/powerpc/powerpc64/configure: Likewise.
33991         * sysdeps/powerpc/powerpc32/configure: Likewise.
33992         * sysdeps/sparc/configure: Likwise.
33993         * sysdeps/i386/configure: Likewise.
33994
33995         * elf/dl-open.c: Comment fixes.
33996
33997 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
33998
33999         * Makefile [CXX] (check-data): Remove.
34000         [CXX] (c++-types.data): New vpath directive.
34001         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
34002         vpath.  Do not allow for C++ type data being missing.
34003         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
34004         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
34005         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
34006         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
34007         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
34008         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
34009         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
34010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
34011         ... here.
34012         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
34013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
34014         ... here.
34015         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
34016         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
34017         ... here.
34018         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
34019         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
34020         ... here.
34021         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
34022         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
34023         ... here.
34024         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
34025         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
34026         ... here.
34027         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
34028         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
34029         ... here.
34030         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
34031         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
34032
34033         * elf/tls-macros.h (TLS_LE): Move architecture-specific
34034         definitions to architecture-specific files.
34035         (TLS_IE): Likewise.
34036         (TLS_LD): Likewise.
34037         (TLS_GD): Likewise.
34038         * sysdeps/i386/tls-macros.h: New file.
34039         * sysdeps/powerpc/tls-macros.h: Likewise.
34040         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
34041         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
34042         * sysdeps/sh/tls-macros.h: Likewise.
34043         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
34044         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
34045         * sysdeps/x86_64/tls-macros.h: Likewise.
34046
34047 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34048
34049         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
34050         zero value for regular exit case.
34051
34052         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
34053         (__start_context): Preserve zero value for regular exit case.
34054
34055 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34056             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34057
34058         * manual/setjmp.texi (setcontext): Clarify normal process
34059         termination when uc_link is the null pointer.
34060         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
34061         exit call.
34062
34063 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
34064
34065         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
34066         preprocessor.  Test for each exception mask separately.
34067
34068 2012-07-16  Andreas Jaeger  <aj@suse.de>
34069
34070         * po/ru.po: Update from translation team.
34071
34072 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
34073
34074         * conform/data/string.h-data (NULL): Use macro-constant.  Require
34075         equal to 0.
34076         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34077         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34078         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
34079         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
34080         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34081
34082 2012-07-13  Andreas Jaeger  <aj@suse.de>
34083
34084         * po/fr.po: Update from translation team.
34085
34086 2012-07-12  Marek Polacek  <polacek@redhat.com>
34087
34088         [BZ #14173]
34089         * math/libm-test.inc (yn_test): Add test for BZ #14173.
34090         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
34091         loop condition.
34092
34093 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
34094
34095         [BZ #13717]
34096         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34097         Change to 2.4.1 where previously 2.4.0.
34098         * sysdeps/unix/sysv/linux/configure: Regenerated.
34099         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
34100         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
34101         version.
34102         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
34103         (__ASSUME_AT_CLKTCK): Remove.
34104         (__ASSUME_AT_PAGESIZE): Likewise.
34105         (__ASSUME_AT_XID): Likewise.
34106         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
34107         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
34108         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34109         unconditionally.
34110         (HAVE_AUX_PAGESIZE): Likewise.
34111         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34112         [__ASSUME_AT_CLKTCK]: Make code unconditional.
34113         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34114
34115 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
34116
34117         [BZ #14307]
34118         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34119         the temporary buffer used to invoke __gethostbyname2_r,
34120         __gethostbyaddr_r and gethostbyname4_r to make room for struct
34121         host_data / struct gaih_addrtuple.
34122         * resolv/nss_dns/dns-host.c (global scope): Move definition of
34123         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34124         header file nss/nsswitch.h.
34125         * nss/nsswitch.h (global scope): Add definition of implementation
34126         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34127         resolv/nss_dns/dns-host.c).
34128
34129 2012-07-11  Andreas Jaeger  <aj@suse.de>
34130
34131         * po/fr.po: Update from translation team.
34132
34133         * po/sv.po: Update from translation team
34134         * po/fr.po: Another update from translation team.
34135
34136 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34137
34138         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
34139         for subnormals or multiply small sinh result by itself.
34140         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34141         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34142
34143 2012-07-11  David S. Miller  <davem@davemloft.net>
34144
34145         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34146
34147 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
34148
34149         [BZ #14347]
34150         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34151         (INTERNAL_MARK): Shift it here.
34152
34153 2012-07-10  Marek Polacek  <polacek@redhat.com>
34154
34155         [BZ #14151]
34156         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
34157         libc_cv_asm_global_directive with .globl.
34158         * configure: Regenerated.
34159         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34160         with .globl.
34161         * sysdeps/i386/configure: Regenerated.
34162         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34163         with .globl.
34164         * sysdeps/x86_64/configure: Regenerated.
34165         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34166         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34167         * elf/tst-unique2mod2.c: Likewise.
34168         * elf/tst-unique2mod1.c: Likewise.
34169         * elf/tst-unique1mod2.c: Likewise.
34170         * elf/tst-unique1mod1.c: Likewise.
34171         * sysdeps/s390/s390-32/sysdep.h: Likewise.
34172         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34173         * sysdeps/s390/s390-64/sysdep.h: Likewise.
34174         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34175         * sysdeps/mach/sysdep.h: Likewise.
34176         * sysdeps/i386/sysdep.h: Likewise.
34177         * sysdeps/i386/i386-mcount.S: Likewise.
34178         * sysdeps/x86_64/_mcount.S: Likewise.
34179         * sysdeps/x86_64/sysdep.h: Likewise.
34180         * sysdeps/sh/_mcount.S: Likewise.
34181         * sysdeps/sh/sysdep.h: Likewise.
34182         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34183         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34184         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34185         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34186         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34187         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34188         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34189         * locale/localeinfo.h: Likewise.
34190         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34191         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34192
34193 2012-07-09  Roland McGrath  <roland@hack.frob.com>
34194
34195         [BZ #14336]
34196         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34197         system".
34198         * manual/message.texi (The Uniforum approach): Likewise.
34199         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34200         (glibc iconv Implementation): Likewise.
34201
34202 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
34203
34204         [BZ #14337]
34205         * math/s_clog.c (__clog): Avoid scaling a value down where that
34206         could result in underflow.
34207         * math/s_clog10.c (__clog10): Likewise.
34208         * math/s_clog10f.c (__clog10f): Likewise.
34209         * math/s_clog10l.c (__clog10l): Likewise.
34210         * math/s_clogf.c (__clogf): Likewise.
34211         * math/s_clogl.c (__clogl): Likewise.
34212         * math/libm-test.inc (clog_test): Add more tests.
34213         (clog10_test): Likewise.
34214         * sysdeps/i386/fpu/libm-test-ulps: Update.
34215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34216
34217 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
34218
34219         [BZ #14283]
34220         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34221         by 7 not 8 to examine high bit of fractional part.
34222
34223         [BZ #14042]
34224         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34225         for call to __mcount_internal.
34226         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34227         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34228         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34229
34230 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
34231
34232         [BZ #14154]
34233         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34234         approximation for values within 0x1p-13f of an odd multiple of
34235         pi/4.
34236         * math/libm-test.inc (tan_test): Do not allow spurious underflow
34237         exception.  Add more tests.
34238         * sysdeps/i386/fpu/libm-test-ulps: Update.
34239
34240         [BZ #6778]
34241         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34242         inputs and return -1 for them.  Do not check for +Inf in case not
34243         reachable for +Inf.
34244         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34245         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34246         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34247         and return -1 for them.  Do not check for +Inf in case not
34248         reachable for +Inf.
34249         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34250         define.
34251         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34252         and return -1 for them.  Do not check for +Inf in case not
34253         reachable for +Inf.
34254         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
34255         spurious underflow.
34256         * sysdeps/i386/fpu/libm-test-ulps: Update.
34257         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34258
34259 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
34260
34261         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34262
34263 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
34264
34265         [BZ #14157]
34266         [BZ #14331]
34267         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34268         could result in spurious underflow.  Scale down values above
34269         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34270         * math/s_csqrtf.c (__csqrtf): Likewise.
34271         * math/s_csqrtl.c (__csqrtl): Likewise.
34272         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
34273         spurious underflow.
34274         * sysdeps/i386/fpu/libm-test-ulps: Update.
34275         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34276
34277 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
34278
34279         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34280         xopen-msg.sed.
34281         * catgets/xopen-msg.awk: New file.
34282         * catgets/xopen-msg.sed: Removed.
34283
34284         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34285         po2text.sed.
34286         * intl/po2test.awk: New file.
34287         * intl/po2test.sed: Removed.
34288
34289 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
34290
34291         [BZ #14328]
34292         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34293         or multiply small sinh result by itself.
34294         * math/s_ctanf.c (__ctanf): Likewise.
34295         * math/s_ctanh.c (__ctanh): Likewise.
34296         * math/s_ctanhf.c (__ctanhf): Likewise.
34297         * math/s_ctanhl.c (__ctanhl): Likewise.
34298         * math/s_ctanl.c (__ctanl): Likewise.
34299         * math/libm-test.inc (ctan_test_tonearest): New function.
34300         (ctan_test_towardzero): Likewise.
34301         (ctan_test_downward): Likewise.
34302         (ctan_test_upward): Likewise.
34303         (ctanh_test_tonearest): Likewise.
34304         (ctanh_test_towardzero): Likewise.
34305         (ctanh_test_downward): Likewise.
34306         (ctanh_test_upward): Likewise.
34307         (main): Call these new functions.
34308         * sysdeps/i386/fpu/libm-test-ulps: Update.
34309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34310
34311 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
34312
34313         * .gitignore: Delete /ports entry.
34314
34315 2012-07-03  Andreas Jaeger  <aj@suse.de>
34316
34317         * po/bg.po: Update from translation team.
34318         * po/cs.po: Likewise.
34319         * po/de.po: Likewise.
34320         * po/hr.po: Likewise.
34321         * po/nl.pl: Likewise.
34322         * po/pl.po: Likewise.
34323         * po/vi.po: Likewise.
34324
34325 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
34326
34327         * Makeconfig [!+link] (+link-before-libc): New variable.
34328         [!+link] (+link-after-libc): Likewise.
34329         [!+link] (+link-tests): Likewise.
34330         [!+link] (+link): Define in terms of $(+link-before-libc) and
34331         $(+link-after-libc).
34332         [!+link-static] (+link-static-before-libc): New variable.
34333         [!+link-static] (+link-static-after-libc): Likewise.
34334         [!+link-static] (+link-static-tests): Likewise.
34335         [!+link-static] (+link-static): Define in terms of
34336         $(+link-static-before-libc) and $(+link-static-after-libc).
34337         [build-shared] (link-libc-before-gnulib): New variable.
34338         [build-shared] (link-libc-tests): Likewise.
34339         [build-shared] (link-libc): Define in terms of
34340         $(link-libc-before-gnulib).
34341         [!build-shared] (link-libc-tests): New variable.
34342         (link-libc-static-tests): New variable.
34343         [!gnulib] (gnulib-arch): New variable.
34344         [!gnulib] (gnulib-tests): Likewise.
34345         [!gnulib] (static-gnulib-arch): Likewise.
34346         [!gnulib] (static-gnulib-tests): Likewise.
34347         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
34348         Define with "=" instead of ":=".
34349         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
34350         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
34351         * Rules (binaries-all-notests): New variable.
34352         (binaries-all-tests): Likewise.
34353         (binaries-static-notests): Likewise.
34354         (binaries-static-tests): Likewise.
34355         (binaries-all): Define using $(binaries-all-notests) and
34356         $(binaries-all-tests).
34357         (binaries-static): Define using $(binaries-static-notests) and
34358         $(binaries-static-tests).
34359         (binaries-shared-tests): New variable.
34360         (binaries-shared-notests): Likewise.
34361         (binaries-shared): Remove variable.
34362         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34363         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34364         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34365         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34366         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34367         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34368         * elf/Makefile (sln-modules): New variable.
34369         (extra-objs): Add $(sln-modules:=.o).
34370         (ldconfig-modules): Add static-stubs.
34371         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34372         * elf/static-stubs.c: New file.
34373
34374         [BZ #14283]
34375         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34376         by 7 not 8 to examine high bit of fractional part.  Use volatile
34377         variables when splitting into final array of floats if
34378         __FLT_EVAL_METHOD__ != 0.
34379         * math/libm-test.inc (cos_test): Add another test.
34380         (sin_test): Likewise.
34381         * sysdeps/i386/fpu/libm-test-ulps: Update.
34382
34383         [BZ #14273]
34384         * math/libm-test.inc (cosh_test): Add more tests.
34385
34386         * version.h (RELEASE): Set to "development".
34387         (VERSION): Set to "2.16.90".
34388
34389 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
34390
34391         * NEWS: Update copyright. Remove last-updated date.
34392         Mention math library bug fixes and timezone data changes.
34393         * README: Mention GNU/Hurd, x32, and HPPA support status.
34394
34395 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
34396
34397         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34398
34399 2012-06-27  Andreas Jaeger  <aj@suse.de>
34400
34401         * manual/contrib.texi (Contributors): Add Samuel Thibault.
34402
34403 2012-06-25  Andreas Jaeger  <aj@suse.de>
34404
34405         * sysdeps/s390/fpu/libm-test-ulps: Update.
34406
34407 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
34408             Thomas Schwinge  <thomas@codesourcery.com>
34409
34410         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34411         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34412         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34413         fanotify_mark.
34414
34415 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
34416
34417         * sysdeps/mach/start.c: Remove file.
34418         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34419         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34420         * sysdeps/sh/init-first.c: Likewise.
34421
34422         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34423         registers for frame unwinding purposes, add CFI directives.
34424         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34425         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34426         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34427         Likewise.
34428
34429         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34430         __fortify_fail returning.
34431         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34432
34433         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34434         sysdeps/sh/____longjmp_chk.S.
34435         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34436         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34437         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34438         (gen-as-const-headers): Append sigaltstack-offsets.sym.
34439
34440         * sysdeps/sh/abort-instr.h: New file.
34441         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34442         process in case exit returns.
34443
34444         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34445         initialize the GOT register before use.
34446
34447         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34448         calculation of ARGC > 4.
34449
34450         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34451         meaningful names to some local labels.
34452
34453 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
34454             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34455
34456         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34457         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34458         (__arch_compare_and_exchange_val_16_acq): Likewise.
34459         (__arch_compare_and_exchange_val_32_acq): Likewise.
34460         (atomic_exchange_and_add): Fix gUSA sequence.
34461         (atomic_add): Likewise.
34462         (atomic_add_negative): Likewise.
34463         (atomic_add_zero): Likewise.
34464         (atomic_bit_test_set): Likewise.
34465
34466 2012-06-22  Andreas Schwab  <schwab@redhat.com>
34467
34468         [BZ #13579]
34469         * include/link.h (struct link_map): Add l_free_initfini.
34470         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34471         l_initfini.
34472         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34473         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34474         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34475         set.
34476
34477 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
34478
34479         * configure.in: Use AC_LANG_SOURCE.
34480         * configure: Regenerate.
34481
34482 2012-06-22  Roland McGrath  <roland@hack.frob.com>
34483
34484         * configure.in (libc_cv_localstatedir): New substituted variable.
34485         * configure: Regenerated.
34486         * config.make.in (localstatedir): New variable, substituted from
34487         libc_cv_localstatedir.
34488         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34489         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34490         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34491         * sysdeps/gnu/configure: Regenerated.
34492
34493 2012-06-21  Jeff Law  <law@redhat.com>
34494
34495         [BZ #14277]
34496         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34497         free.  Simplify list management for _LIBC case.
34498
34499 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
34500
34501         [BZ #14273]
34502         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34503         Clear sign bit of 64-bit integer value before comparing against
34504         overflow value.
34505
34506         * sysdeps/mach/configure: Regenerated.
34507
34508 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
34509
34510         [BZ #14278]
34511         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34512
34513 2012-06-21  Jeff Law  <law@redhat.com>
34514
34515         [BZ #13882]
34516         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
34517         uint16_t for elements in the "seen" array to avoid char overflows.
34518         * elf/dl-fini.c (_dl_sort_fini): Likewise.
34519         * elf/dl-open.c (dl_open_worker): Likewise.
34520
34521 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
34522
34523         * scripts/list-sources.sh: Scan PORTS for translations.
34524         * po/libc.pot: Regenerated.
34525
34526 2012-06-21  Andreas Jaeger  <aj@suse.de>
34527
34528         [BZ #12194]
34529         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34530         warning.
34531         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34532         * bits/byteswap-16.h (__bswap_16): Likewise.
34533         * bits/byteswap.h (__bswap_constant_16): Likewise.
34534
34535 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
34536
34537         [BZ #14117]
34538         * sysdeps/i386/fpu_control.h: Removed.
34539         * sysdeps/x86_64/fpu_control.h: Moved to ...
34540         * sysdeps/x86/fpu_control.h: Here.
34541
34542         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
34543         (_FPU_SETCW): Likewise.
34544
34545 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
34546
34547         [BZ #14117]
34548         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
34549         * sysdeps/x86/fpu/bits/mathinline.h: This.
34550         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
34551
34552         [BZ #14050]
34553         [BZ #14117]
34554         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
34555         functions if __x86_64__ is defined.
34556
34557 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
34558
34559         * string/endian.h: Add !__ASSEMBLER__ condition for including
34560         conversion interfaces.
34561
34562 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
34563
34564         [BZ #14241]
34565         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
34566         of ABS(x) in calculating zero to negative powers other than odd
34567         integers.
34568         * math/libm-test.inc (pow_test): Add more tests.
34569
34570 2012-06-15  Andreas Jaeger  <aj@suse.de>
34571
34572         * manual/contrib.texi (Contributors): Update entry of Liubov
34573         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
34574         Machado Filho.
34575
34576 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
34577
34578         * string/string.h: Add __wur to GNU version of strerror_r.
34579
34580 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
34581
34582         [BZ #14229]
34583         * string/Makefile (tests): Add tst-strtok_r.
34584         * string/tst-strtok_r.c: New file.
34585         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
34586         RAX_LP/RDX_LP on SAVE_PTR.
34587
34588 2012-06-14  Roland McGrath  <roland@hack.frob.com>
34589
34590         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
34591
34592 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
34593
34594         * libm_test.inc (csqrt_test): Allow more spurious underflow
34595         exceptions.
34596         (j0_test): Likewise.
34597         (j1_test): Likewise.
34598         (y0_test): Likewise.
34599         (y1_test): Likewise.
34600
34601 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
34602
34603         * po/Makefile (libc.pot): Use UTF-8 charset.
34604
34605 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
34606
34607         [BZ #14210]
34608         Suppress sign-conversion warning from FD_SET.
34609         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
34610         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
34611         not unsigned long int.
34612         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
34613
34614 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
34615
34616         [BZ #14050]
34617         [BZ #14117]
34618         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
34619         __extern_always_inline instead of __extern_inline.
34620         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
34621         (__signbit): Likewise.
34622         (__signbitl): Support C++ namespace.
34623         (lrintf): New inline function.
34624         (lrint): Likewise.
34625         (llrintf): Likewise.
34626         (llrint): Likewise.
34627         (fmaxf): Likewise.
34628         (fmax): Likewise.
34629         (fminf): Likewise.
34630         (fmin): Likewise.
34631         (rint): Likewise.
34632         (rintf): Likewise.
34633         (ceil): Likewise.
34634         (ceilf): Likewise.
34635         (floor): Likewise.
34636         (floorf): Likewise.
34637         (nearbyint): Likewise.
34638         (nearbyintf): Likewise.
34639
34640 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
34641
34642         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
34643         non-default versions.
34644
34645 2012-06-11  Roland McGrath  <roland@hack.frob.com>
34646
34647         [BZ #14218]
34648         * manual/argp.texi (Argp): Reword argp_parse description slightly.
34649
34650 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
34651
34652         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
34653         (FE_UPWARD, FE_DOWNWARD): Don't define.
34654         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
34655         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34656
34657         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
34658         reading it.
34659         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34660         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34661
34662 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34663
34664         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
34665         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
34666         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
34667         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
34668
34669 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
34670
34671         [BZ #14117]
34672         * sysdeps/i386/fpu/bits/fenv.h: Removed.
34673         * sysdeps/i386/fpu/Implies: New file.
34674         * sysdeps/x86_64/fpu/Implies: Likewise.
34675         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
34676         * sysdeps/x86/fpu/bits/fenv.h: This.
34677
34678         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
34679         __SSE_MATH__.
34680
34681 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34682
34683         [BZ #14134]
34684         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
34685         character 0xffff that matches the last element of the
34686         conversion table.
34687
34688 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34689
34690         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
34691         fmodl commit.
34692
34693 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34694
34695         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
34696         values higher than 25.6283.
34697
34698 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34699
34700         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
34701         subnormal exponent extraction and add some __builtin_expect.
34702         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
34703         Fix for subnormal mantissa calculation.
34704
34705 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
34706
34707         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
34708         cpu2 is -1 and errno is not ENOSYS.
34709
34710 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
34711
34712         [BZ #14117]
34713         * sysdeps/i386/i486/bits/string.h: Renamed to ...
34714         * sysdeps/x86/bits/string.h: This.
34715         * sysdeps/x86_64/bits/string.h: Removed.
34716
34717         * sysdeps/i386/i486/bits/string.h: Define inline functions only
34718         if not compiling for x86-64, but compiling for >= i486.
34719
34720         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
34721         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
34722
34723         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
34724         New macro from Linux kernel 3.4.0.
34725         (FP_XSTATE_MAGIC2): Likewise.
34726         (FP_XSTATE_MAGIC2_SIZE): Likewise.
34727         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
34728         (struct _fpx_sw_bytes): New struct.
34729         (struct _xsave_hdr): Likewise.
34730         (struct _ymmh_state): Likewise.
34731         (struct _xstate): Likewise.
34732
34733         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
34734         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
34735         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
34736         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
34737         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
34738         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
34739
34740         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
34741         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
34742         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
34743         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
34744         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
34745         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
34746
34747 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34748
34749         [BZ #13743]
34750         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
34751         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
34752         (sysdep_headers): Include sys/platform/ppc.h.
34753         * sysdeps/powerpc/test-gettimebase.c: Test for
34754         __ppc_get_timebase() to catch future ISA opcode/insn changes.
34755         * manual/Makefile (appendices): Include platform.texi.
34756         * manual/contrib.texi (Contributors): Update @node pointers.
34757         * manual/maint.texi (Maintenance): Likewise.
34758         (Platform): New node.
34759         * manual/platform.texi: New file.  Document the new features.
34760
34761 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34762             Jakub Jelinek  <jakub@redhat.com>
34763
34764         [BZ #14188]
34765         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
34766         where __builtin_expect is unavailable.
34767
34768 2012-06-03  David S. Miller  <davem@davemloft.net>
34769
34770         * stdlib/longlong.h: Updated from GCC.
34771
34772 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
34773
34774         [BZ #14042]
34775         * sysdeps/powerpc/powerpc32/mcount.c: New file.
34776         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34777         __mcount_internal.
34778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34779         (GLIBC_2.16): Likewise.
34780
34781 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34782
34783         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34784
34785 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34786
34787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
34788         (default-abi): New variable.
34789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
34790         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
34791         variable.
34792         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
34793         Likewise.
34794         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
34795         Likewise.
34796         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
34797         Likewise.
34798
34799         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
34800         definition.  Document in comment.
34801
34802 2012-06-01  David S. Miller  <davem@davemloft.net>
34803
34804         * stdlib/longlong.h: Updated from GCC.
34805
34806 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34807
34808         [BZ #14117]
34809         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
34810         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
34811         sys/debugreg.h sys/io.h here.
34812         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
34813         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
34814         sys/io.h.
34815         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
34816         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
34817         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
34818         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
34819         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
34820         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
34821
34822         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
34823         Define only if __x86_64__ is defined.
34824
34825 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34826
34827         [BZ #14048]
34828         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34829         Use int64_t for variable i.
34830         * math/libm-test.inc (fmod_test): Add more tests.
34831
34832         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34833         z computation is not scheduled after fetestexcept.
34834         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34835         Use math_force_eval instead of asm to ensure calculation scheduled
34836         before exception test.
34837         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34838         Ensure a1 + u.d computation is not scheduled after fetestexcept.
34839
34840 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
34841
34842         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34843         computation is not scheduled after fetestexcept.
34844
34845 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34846
34847         [BZ #14117]
34848         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34849         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34850
34851 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34852
34853         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34854         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34855
34856 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34857
34858         [BZ #14117]
34859         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34860         <bits/wordsize.h>.
34861         (__WCHAR_MIN): Support __WORDSIZE == 64.
34862         (__WCHAR_MAX): Likewise.
34863
34864         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34865         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34866
34867         [BZ #14183]
34868         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34869         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34870
34871         [BZ #14117]
34872         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34873         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34874
34875         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34876         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34877
34878         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34879         Defined to 1 if __x86_64__ isn't defined.
34880         (_STAT_VER_LINUX_OLD): New.
34881         (st_atime): Remove duplicate.
34882         (st_mtime): Likewise.
34883         (st_ctime): Likewise.
34884
34885 2012-05-31  David S. Miller  <davem@davemloft.net>
34886
34887         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34888         entries.
34889
34890 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34891
34892         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34893         gen-libm-test.pl.
34894
34895         [BZ #14132]
34896         * elf/dl-reloc.c: Include <_itoa.h>.
34897         (_dl_reloc_bad_type): Remove use of INTUSE.
34898         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34899         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34900         * stdio-common/psiginfo.c (psiginfo): Likewise.
34901         * stdio-common/psignal.c (psignal): Likewise.
34902         * string/strsignal.c (strsignal): Likewise.
34903         * include/signal.h (_sys_siglist): Declare hidden proto.
34904         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34905         INTVARDEF with libc_hidden_data_def.
34906         * stdio-common/itoa-udigits.c: Likewise.
34907         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34908         (_itoa_lower_digits_internal): Remove declaration.
34909         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34910         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34911         (_sys_sigabbrev_internal): Remove aliases.
34912         (_sys_siglist): Define hidden alias.
34913
34914 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34915
34916         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34917         bits/sysctl.h.
34918
34919 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34920
34921         [BZ #14117]
34922         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34923         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34924
34925         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34926         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34927         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34928         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34929         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34930         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34931
34932         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34933         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34934         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34935
34936         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34937         with __addr.
34938         (insw): Likewise.
34939         (insl): Likewise.
34940         (outsb): Likewise.
34941         (outsw): Likewise.
34942         (outsl): Likewise.
34943
34944         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34945         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34946         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34947
34948         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34949         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34950         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34951         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34952         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34953         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34954
34955         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34956         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34957
34958         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34959         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34960
34961         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34962         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34963         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34964
34965         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34966         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34967         to ...
34968         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34969
34970         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34971         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34972         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34973
34974         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34975         for x86-64.
34976         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34977
34978 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
34979
34980         * math/math.h (M_El): Use two more decimal places.
34981         (M_LOG2El): Likewise.
34982         (M_LOG10El): Likewise.
34983         (M_LN2l): Likewise.
34984         (M_LN10l): Likewise.
34985         (M_PIl): Likewise.
34986         (M_PI_2l): Likewise.
34987         (M_PI_4l): Likewise.
34988         (M_1_PIl): Likewise.
34989         (M_2_PIl): Likewise.
34990         (M_2_SQRTPIl): Likewise.
34991         (M_SQRT2l): Likewise.
34992         (M_SQRT1_2l): Likewise.
34993
34994 2012-05-31  David S. Miller  <davem@davemloft.net>
34995
34996         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34997         values between float registers.
34998         * sysdeps/sparc/sparc64/memset.S: Likewise.
34999         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
35000
35001 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
35002
35003         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
35004         -D_FORTIFY_SOURCE=1.
35005         (CPPFLAGS-tst-longjmp_chk.c): Define.
35006         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
35007         (CPPFLAGS-tst-longjmp_chk2.c): Define.
35008         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
35009         CFLAGS-tst-wchar-h.c.
35010
35011 2012-05-31  Marek Polacek  <polacek@redhat.com>
35012
35013         [BZ #14132]
35014         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
35015         __endmntent_internal): Remove declaration.
35016         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
35017         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
35018         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
35019
35020 2012-05-30  David S. Miller  <davem@davemloft.net>
35021
35022         * sysdeps/sparc/sparc32/soft-fp/q_util.c
35023         (___Q_simulate_exceptions): Use real FP ops rather than writing
35024         into the %fsr.
35025         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
35026         Likewise.
35027
35028 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35029
35030         [BZ #14117]
35031         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
35032         * sysdeps/x86/bits/xtitypes.h: This.
35033
35034         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
35035         * sysdeps/x86/bits/wordsize.h: This.
35036
35037         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
35038         * sysdeps/x86/bits/huge_vall.h: This.
35039
35040         * sysdeps/i386/bits/select.h: Removed.
35041         * sysdeps/x86_64/bits/select.h: Renamed to ...
35042         * sysdeps/x86/bits/select.h: This.
35043
35044         * sysdeps/i386/bits/setjmp.h: Removed.
35045         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
35046         * sysdeps/x86/bits/setjmp.h: This.
35047
35048         * sysdeps/i386/bits/mathdef.h: Removed.
35049         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
35050         * sysdeps/x86/bits/mathdef.h: This.
35051
35052 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
35053
35054         [BZ #14132]
35055         * include/sys/socket.h (__connect_internal)
35056         (__libc_sa_len_internal): Remove declaration.
35057         (__connect, __libc_sa_len): Declare hidden_proto.
35058         (SA_LEN): Remove use of INTUSE.
35059         * socket/connect.c: Add libc_hidden_def.
35060         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
35061         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
35062         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
35063         alias.
35064         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
35065         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
35066         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
35067         of adding _internal alias.
35068
35069 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35070
35071         [BZ #14117]
35072         * sysdeps/i386/bits/link.h: Removed.
35073         * sysdeps/i386/bits/linkmap.h: Likewise.
35074         * sysdeps/x86_64/bits/link.h: Renamed to ...
35075         * sysdeps/x86/bits/link.h: This.
35076         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
35077         * sysdeps/x86/bits/linkmap.h: This.
35078
35079         * sysdeps/i386/bits/endian.h: Removed.
35080         * sysdeps/x86_64/bits/endian.h: Renamed to ...
35081         * sysdeps/x86/bits/endian.h: This.
35082
35083         * sysdeps/i386/bits/byteswap.h: Removed.
35084         * sysdeps/i386/bits/byteswap-16.h: Likewise.
35085         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
35086         * sysdeps/x86/bits/byteswap.h: This.
35087         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
35088         * sysdeps/x86/bits/byteswap-16.h: This.
35089         * sysdeps/i386/Implies: Add x86.
35090         * sysdeps/x86_64/Implies: Likewise.
35091
35092 2012-05-30  David S. Miller  <davem@davemloft.net>
35093
35094         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
35095         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
35096         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
35097         (FP_TRAPPING_EXCEPTIONS): Define.
35098         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
35099         (FP_TRAPPING_EXCEPTIONS): Define.
35100         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
35101         subnormals only when inexact has been signalled or underflow
35102         exceptions are enabled.
35103         (_FP_PACK_CANONICAL): Likewise.
35104
35105 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35106
35107         [BZ #14183]
35108         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35109         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35110
35111 2012-05-30  Richard Henderson  <rth@twiddle.net>
35112
35113         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35114         with #ifndef NOT_IN_libc.
35115
35116         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
35117         marked to avoid plt entry.
35118
35119 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35120
35121         [BZ #14112]
35122         * Makeconfig (default-abi): New macro.
35123         (abi-includes): Likewise.
35124         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
35125         $(abi-$(default-abi)-lib-soname) for soname if defined.
35126         ($(common-objpfx)gnu/lib-names.stmp): Generate from
35127         abi-variants.
35128         * Makefile (installed-stubs): Likewise.
35129         * include/stubs-biarch.h: Removed.
35130         * scripts/lib-names.awk: Only handle one library at a time.
35131         * scripts/soversions.awk: Remove WORDSIZE support.
35132         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35133         entries.
35134         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
35135         Removed.
35136         (syscall-list-default-condition): Likewise.
35137         (syscall-list-default-condition): Likewise.
35138         (syscall-list-includes): Likewise.
35139         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
35140         syscall-list-* with abi-*.  Handle undefined abi-variants.
35141         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35142         * sysdeps/unix/sysv/linux/i386/Implies: New file.
35143         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35144         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35145         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35146         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35147         Removed.
35148         (syscall-list-32-options): Likewise.
35149         (syscall-list-32-condition): Likewise.
35150         (syscall-list-64-options): Likewise.
35151         (syscall-list-64-condition): Likewise.
35152         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35153         macro.
35154         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35155         Renamed to ...
35156         (abi-*): This.
35157         (abi-64-ld-soname): New macro.
35158         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35159         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35160         Renamed to ...
35161         (abi-*): This.
35162         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35163         * sysdeps/x86_64/x32/shlib-versions: Likewise.
35164
35165 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
35166
35167         * sysdeps/unix/sysv/linux/kernel-features.h
35168         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35169         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35170         include <kernel-features.h>.
35171         [!__NR_ftruncate64]: Remove conditional code.
35172         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35173         [__NR_ftruncate64]: Make code unconditional.
35174         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35175         * sysdeps/unix/sysv/linux/truncate64.c: Do not
35176         include <kernel-features.h>.
35177         [!__NR_ftruncate64]: Remove conditional code.
35178         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35179         [__NR_ftruncate64]: Make code unconditional.
35180         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35182         include <kernel-features.h>.
35183         [!__NR_ftruncate64]: Remove conditional code.
35184         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35185         [__NR_ftruncate64]: Make code unconditional.
35186         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35188         include <kernel-features.h>.
35189         [!__NR_ftruncate64]: Remove conditional code.
35190         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35191         [__NR_ftruncate64]: Make code unconditional.
35192         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35193
35194         * configure.in (libc_cv_fpie): Weaken to a compile test using
35195         LIBC_TRY_CC_OPTION.
35196         * configure: Regenerated.
35197
35198 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35199
35200         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35201         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35202         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35203         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35204         Refreshed.
35205         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35206         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35207         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35208         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35209         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35210         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35211         Refreshed.
35212
35213 2012-05-27  David S. Miller  <davem@davemloft.net>
35214
35215         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35216         (___Q_zero): New.
35217         (__Q_simulate_exceptions): Return void.  Change to simulate
35218         exceptions by writing into the %fsr.
35219         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35220         (__Qp_handle_exceptions): Likewise.
35221         (numbers): Delete.
35222         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35223         __Qp_handle_exceptions.
35224         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35225         __Qp_handle_exceptions.
35226         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35227         as unused and give dummy FP_RND_NEAREST initializer.
35228         (FP_INHIBIT_RESULTS): Define.
35229         (___Q_simulate_exceptions): Update declaration.
35230         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35231         formatting.
35232         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35233         as unused and give dummy FP_RND_NEAREST initializer.
35234         (__Qp_handle_exceptions): Update declaration.
35235         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35236         formatting.
35237
35238 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
35239
35240         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35241         the temporary FPU control word.
35242         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35243         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35244         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35245         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35246         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35247         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35248         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35249         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35250         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35251         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35252         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35253
35254 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35255
35256         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35257         fields.
35258
35259 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
35260
35261         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35262         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35263         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35264         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35265         Likewise.
35266         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35267         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35268         Likewise.
35269
35270 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
35271
35272         * po/h.po: Update from translation team.
35273
35274 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
35275
35276         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35277
35278         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35279         handling of denormals.
35280         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35281         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35282         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35283         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35284         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35285         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35286         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35287         Likewise.
35288
35289 2012-05-26  Marek Polacek  <polacek@redhat.com>
35290
35291         [BZ #14152]
35292         * math/libm-test.inc (fma_test): Don't always expect underflow
35293         exception.
35294
35295 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35296
35297         [BZ #12416]
35298         * elf/tst-execstack.c: Include stackinfo.h.
35299         (do_test): Adjust test case to ensure that pthread_getattr_np
35300         behaviour remains the same after marking stack executable.
35301
35302 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35303
35304         * sysdeps/unix/sysv/linux/kernel-features.h
35305         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35306         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
35307         kernel-features.h.
35308         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35309         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35310         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35311         kernel-features.h.
35312         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35313         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35314
35315 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
35316
35317         * configure.in: Define the default includes to being none.
35318         * configure: Regenerated.
35319
35320 2012-05-25  Roland McGrath  <roland@hack.frob.com>
35321
35322         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35323         * sysdeps/x86_64/setjmp.S: Likewise.
35324         * sysdeps/i386/bsd-setjmp.S: Likewise.
35325         * sysdeps/i386/bsd-_setjmp.S: Likewise.
35326         * sysdeps/i386/setjmp.S: Likewise.
35327         * sysdeps/i386/__longjmp.S: Likewise.
35328         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35329         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35330
35331         * include/stap-probe.h: New file.
35332         * configure.in: Handle --enable-systemtap.
35333         * configure: Regenerated.
35334         * config.h.in (USE_STAP_PROBE): New #undef.
35335         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35336         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35337         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35338
35339 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35340
35341         [BZ #13717]
35342         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35343         to 2.4.0 where earlier.
35344         * sysdeps/unix/sysv/linux/configure: Regenerated.
35345         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35346         <kernel-features.h>.
35347         [__ASSUME_32BITUIDS]: Make code unconditional.
35348         [!__ASSUME_32BITUIDS]: Remove conditional code.
35349         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35350         <kernel-features.h>.
35351         [__ASSUME_32BITUIDS]: Make code unconditional.
35352         [!__ASSUME_32BITUIDS]: Remove conditional code.
35353         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35354         [__ASSUME_32BITUIDS]: Make code unconditional.
35355         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35356         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
35357         <kernel-features.h>.
35358         [__ASSUME_32BITUIDS]: Make code unconditional.
35359         [!__ASSUME_32BITUIDS]: Remove conditional code.
35360         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
35361         <kernel-features.h>.
35362         [__ASSUME_32BITUIDS]: Make code unconditional.
35363         [!__ASSUME_32BITUIDS]: Remove conditional code.
35364         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
35365         <kernel-features.h>.
35366         [__ASSUME_32BITUIDS]: Make code unconditional.
35367         [!__ASSUME_32BITUIDS]: Remove conditional code.
35368         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
35369         <kernel-features.h>.
35370         [__ASSUME_32BITUIDS]: Make code unconditional.
35371         [!__ASSUME_32BITUIDS]: Remove conditional code.
35372         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
35373         <kernel-features.h>.
35374         [__ASSUME_32BITUIDS]: Make code unconditional.
35375         [!__ASSUME_32BITUIDS]: Remove conditional code.
35376         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
35377         <kernel-features.h>.
35378         [__ASSUME_32BITUIDS]: Make code unconditional.
35379         [!__ASSUME_32BITUIDS]: Remove conditional code.
35380         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
35381         <kernel-features.h>.
35382         [__ASSUME_32BITUIDS]: Make code unconditional.
35383         [!__ASSUME_32BITUIDS]: Remove conditional code.
35384         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
35385         <kernel-features.h>.
35386         [__ASSUME_32BITUIDS]: Make code unconditional.
35387         [!__ASSUME_32BITUIDS]: Remove conditional code.
35388         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
35389         <kernel-features.h>.
35390         [__ASSUME_32BITUIDS]: Make code unconditional.
35391         [!__ASSUME_32BITUIDS]: Remove conditional code.
35392         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
35393         <kernel-features.h>.
35394         [__ASSUME_32BITUIDS]: Make code unconditional.
35395         [!__ASSUME_32BITUIDS]: Remove conditional code.
35396         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
35397         <kernel-features.h>.
35398         [__NR_setresgid] (__setresgid): Do not declare.
35399         [__ASSUME_32BITUIDS]: Make code unconditional.
35400         [!__ASSUME_32BITUIDS]: Remove conditional code.
35401         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35402         <kernel-features.h>.
35403         [__NR_setresuid] (__setresuid): Do not declare.
35404         [__ASSUME_32BITUIDS]: Make code unconditional.
35405         [!__ASSUME_32BITUIDS]: Remove conditional code.
35406         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
35407         <kernel-features.h>.
35408         [__ASSUME_32BITUIDS]: Make code unconditional.
35409         [!__ASSUME_32BITUIDS]: Remove conditional code.
35410         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
35411         <kernel-features.h>.
35412         [__ASSUME_32BITUIDS]: Make code unconditional.
35413         [!__ASSUME_32BITUIDS]: Remove conditional code.
35414         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
35415         <kernel-features.h>.
35416         [__ASSUME_32BITUIDS]: Make code unconditional.
35417         [!__ASSUME_32BITUIDS]: Remove conditional code.
35418         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
35419         <kernel-features.h>.
35420         [__ASSUME_32BITUIDS]: Make code unconditional.
35421         [!__ASSUME_32BITUIDS]: Remove conditional code.
35422         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
35423         <kernel-features.h>.
35424         [__ASSUME_32BITUIDS]: Make code unconditional.
35425         [!__ASSUME_32BITUIDS]: Remove conditional code.
35426         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
35427         <kernel-features.h>.
35428         [__ASSUME_32BITUIDS]: Make code unconditional.
35429         [!__ASSUME_32BITUIDS]: Remove conditional code.
35430         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
35431         <kernel-features.h>.
35432         [__ASSUME_32BITUIDS]: Make code unconditional.
35433         [!__ASSUME_32BITUIDS]: Remove conditional code.
35434         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
35435         <kernel-features.h>.
35436         [__ASSUME_32BITUIDS]: Make code unconditional.
35437         [!__ASSUME_32BITUIDS]: Remove conditional code.
35438         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
35439         <kernel-features.h>.
35440         [__ASSUME_32BITUIDS]: Make code unconditional.
35441         [!__ASSUME_32BITUIDS]: Remove conditional code.
35442         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
35443         <kernel-features.h>.
35444         [__ASSUME_32BITUIDS]: Make code unconditional.
35445         [!__ASSUME_32BITUIDS]: Remove conditional code.
35446         * sysdeps/unix/sysv/linux/kernel-features.h
35447         (__ASSUME_SETRESUID_SYSCALL): Remove.
35448         (__ASSUME_SETRESGID_SYSCALL): Likewise.
35449         (__ASSUME_32BITUIDS): Likewise.
35450         (__ASSUME_LDT_WORKS): Likewise.
35451         (__ASSUME_O_DIRECTORY): Likewise.
35452         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35453         architecture but not kernel version.
35454         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35455         (__ASSUME_MMAP2_SYSCALL): Likewise.
35456         (__ASSUME_STAT64_SYSCALL): Likewise.
35457         (__ASSUME_IPC64): Likewise.
35458         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35459         <kernel-features.h>.
35460         [__ASSUME_32BITUIDS]: Make code unconditional.
35461         [!__ASSUME_32BITUIDS]: Remove conditional code.
35462         * sysdeps/unix/sysv/linux/opendir.c: Do not include
35463         <kernel-features.h>.
35464         [__ASSUME_O_DIRECTORY]: Make code unconditional.
35465         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35466         132096]: Remove conditional code.
35467         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35468         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
35469         <kernel-features.h>.
35470         [__ASSUME_32BITUIDS]: Make code unconditional.
35471         [!__ASSUME_32BITUIDS]: Remove conditional code.
35472         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
35473         <kernel-features.h>.
35474         [__ASSUME_32BITUIDS]: Make code unconditional.
35475         [!__ASSUME_32BITUIDS]: Remove conditional code.
35476         * sysdeps/unix/sysv/linux/setegid.c: Do not include
35477         <kernel-features.h>.
35478         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35479         unconditional.
35480         (__setresgid): Do not declare.
35481         [__ASSUME_32BITUIDS]: Make code unconditional.
35482         [!__ASSUME_32BITUIDS]: Remove conditional code.
35483         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35484         <kernel-features.h>.
35485         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35486         unconditional.
35487         (__setresuid): Do not declare.
35488         [__ASSUME_32BITUIDS]: Make code unconditional.
35489         [!__ASSUME_32BITUIDS]: Remove conditional code.
35490         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
35491         <kernel-features.h>.
35492         [__ASSUME_32BITUIDS]: Make code unconditional.
35493         [!__ASSUME_32BITUIDS]: Remove conditional code.
35494         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
35495         <kernel-features.h>.
35496         [__ASSUME_32BITUIDS]: Make code unconditional.
35497         [!__ASSUME_32BITUIDS]: Remove conditional code.
35498
35499 2012-05-25  Richard Henderson  <rth@twiddle.net>
35500
35501         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35502         dl_hwcap to ifunc resolver.
35503         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35504         elf_ifunc_invoke.
35505         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35506         dl_hwcap to ifunc resolver.
35507         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35508
35509 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35510
35511         [BZ #14153]
35512         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35513         for |x| <= 2**-26, not 2**-57.
35514         * math/libm-test.inc (acos_test): Do not allow spurious underflow
35515         exception.
35516
35517 2012-05-24  Jeff Law  <law@redhat.com>
35518
35519         * stdio-common/Makefile (tests): Add bug25.
35520         * stdio-common/bug25.c: New test.
35521
35522 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35523
35524         [BZ #13576]
35525         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35526         multiple of MALLOC_ALIGNMENT in size.
35527         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35528
35529 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35530
35531         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35532         Require >= 256.
35533         (FILENAME_MAX): Use macro-int-constant.
35534         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
35535         (_IOFBF): Use macro-int-constant.
35536         (_IOLBF): Likewise.
35537         (_IONBF): Likewise.
35538         (SEEK_CUR): Likewise.
35539         (SEEK_END): Likewise.
35540         (SEEK_SET): Likewise.
35541         (TMP_MAX): Likewise.
35542         (EOF): Use macro-int-constant.  Require < 0.
35543         (NULL): Use macro-constant.  Require == 0.
35544         (stdin): Require type to be FILE *.
35545         (stdout): Likewise.
35546         (stderr): Likewise.
35547         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
35548         macro-int-constant.
35549         (EXIT_SUCCESS): Likewise.
35550         (NULL): Use macro-constant.  Require == 0.
35551         (RAND_MAX): Use macro-int-constant.
35552         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
35553         [C99-based standards] (strtof): Require function.
35554         [C99-based standards] (strtold): Likewise.
35555         [C99-based standards] (strtoll): Likewise.
35556         [C99-based standards] (strtoull): Likewise.
35557         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
35558         [ISO || ISO99 || ISO11] (limits.h): Likewise.
35559         [ISO || ISO99 || ISO11] (math.h): Likewise.
35560         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
35561         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
35562         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35563
35564 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
35565
35566         [BZ #14132]
35567         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
35568         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
35569         * intl/dgettext.c (DCGETTEXT): Likewise.
35570         * intl/gettext.c (DCGETTEXT): Likewise.
35571         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
35572         * posix/regex_internal.h (gettext): Likewise.
35573         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
35574         Remove declaration.
35575         * include/argz.h (__argz_count_internal)
35576         (__argz_stringify_internal): Remove declaration.
35577         (__argz_count, __argz_stringify): Declare hidden proto.
35578         * intl/dcgettext.c: Remove use of INTDEF.
35579         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
35580         * string/argz-stringify.c: Likewise.
35581         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35582         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35583         Declare hidden proto.
35584         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35585         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35586         Declare hidden proto.
35587         * include/stdio.h (__asprintf_internal): Don't declare.
35588         (__asprintf): Don't define as macro.  Declare hidden proto.
35589         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
35590         (__fsetlocking): Declare hidden proto.
35591         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
35592         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
35593         hidden proto.
35594         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
35595         (_IO_setlinebuf): Remove use of INTUSE.
35596         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
35597         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
35598         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
35599         Remove declaration.
35600         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
35601         (_IO_do_flush): Remove use of INTUSE.
35602         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
35603         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
35604         (_IO_adjust_column, _IO_least_wmarker)
35605         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
35606         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
35607         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
35608         (_IO_default_doallocate, _IO_wdefault_doallocate)
35609         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
35610         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
35611         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
35612         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
35613         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
35614         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
35615         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
35616         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
35617         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
35618         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
35619         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
35620         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
35621         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
35622         proto.
35623         (_IO_flush_all_internal, _IO_adjust_column_internal)
35624         (_IO_default_uflow_internal, _IO_default_finish_internal)
35625         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
35626         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
35627         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
35628         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
35629         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
35630         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
35631         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
35632         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
35633         (_IO_file_close_internal, _IO_file_close_it_internal)
35634         (_IO_file_underflow_internal, _IO_file_overflow_internal)
35635         (_IO_file_init_internal, _IO_file_attach_internal)
35636         (_IO_file_fopen_internal, _IO_file_read_internal)
35637         (_IO_file_sync_internal, _IO_file_seek_internal)
35638         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
35639         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
35640         (_IO_str_underflow_internal, _IO_str_overflow_internal)
35641         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
35642         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
35643         (_IO_list_all_internal, _IO_link_in_internal)
35644         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
35645         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
35646         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
35647         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
35648         (_IO_do_write_internal, _IO_padn_internal)
35649         (_IO_getline_info_internal, _IO_getline_internal)
35650         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
35651         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
35652         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
35653         (_IO_vfscanf_internal, _IO_vfprintf_internal)
35654         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
35655         (_IO_init_internal, _IO_un_link_internal): Don't declare.
35656         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
35657         with libc_hidden_ver, remove use of INTUSE.
35658         * libio/genops.c: Likewise.
35659         * libio/freopen.c: Likewise.
35660         * libio/freopen64.c: Likewise.
35661         * libio/iofclose.c: Likewise.
35662         * libio/iofdopen.c: Likewise.
35663         * libio/iofflush.c: Likewise.
35664         * libio/iofflush_u.c: Likewise.
35665         * libio/iofgets.c: Likewise.
35666         * libio/iofgets_u.c: Likewise.
35667         * libio/iofopen.c: Likewise.
35668         * libio/iofopncook.c: Likewise.
35669         * libio/iofread.c: Likewise.
35670         * libio/iofread_u.c: Likewise.
35671         * libio/ioftell.c: Likewise.
35672         * libio/iofwrite.c: Likewise.
35673         * libio/iogetline.c: Likewise.
35674         * libio/iogets.c: Likewise.
35675         * libio/iogetwline.c: Likewise.
35676         * libio/iopadn.c: Likewise.
35677         * libio/iopopen.c: Likewise.
35678         * libio/ioseekoff.c: Likewise.
35679         * libio/ioseekpos.c: Likewise.
35680         * libio/iosetbuffer.c: Likewise.
35681         * libio/iosetvbuf.c: Likewise.
35682         * libio/ioungetc.c: Likewise.
35683         * libio/ioungetwc.c: Likewise.
35684         * libio/iovdprintf.c: Likewise.
35685         * libio/iovsprintf.c: Likewise.
35686         * libio/iovsscanf.c: Likewise.
35687         * libio/memstream.c: Likewise.
35688         * libio/obprintf.c: Likewise.
35689         * libio/oldfileops.c: Likewise.
35690         * libio/oldiofclose.c: Likewise.
35691         * libio/oldiofdopen.c: Likewise.
35692         * libio/oldiofopen.c: Likewise.
35693         * libio/oldiopopen.c: Likewise.
35694         * libio/oldstdfiles.c: Likewise.
35695         * libio/putc.c: Likewise.
35696         * libio/setbuf.c: Likewise.
35697         * libio/setlinebuf.c: Likewise.
35698         * libio/stdfiles.c: Likewise.
35699         * libio/strops.c: Likewise.
35700         * libio/vasprintf.c: Likewise.
35701         * libio/vscanf.c: Likewise.
35702         * libio/vsnprintf.c: Likewise.
35703         * libio/vswprintf.c: Likewise.
35704         * libio/wfiledoalloc.c: Likewise.
35705         * libio/wfileops.c: Likewise.
35706         * libio/wgenops.c: Likewise.
35707         * libio/wmemstream.c: Likewise.
35708         * libio/wstrops.c: Likewise.
35709         * libio/__fpurge.c: Likewise.
35710         * libio/__fsetlocking.c: Likewise.
35711         * assert/assert.c: Likewise.
35712         * debug/fgets_chk.c: Likewise.
35713         * debug/fgets_u_chk.c: Likewise.
35714         * debug/fread_chk.c: Likewise.
35715         * debug/fread_u_chk.c: Likewise.
35716         * debug/gets_chk.c: Likewise.
35717         * debug/obprintf_chk.c: Likewise.
35718         * debug/vasprintf_chk.c: Likewise.
35719         * debug/vdprintf_chk.c: Likewise.
35720         * debug/vsnprintf_chk.c: Likewise.
35721         * debug/vsprintf_chk.c: Likewise.
35722         * malloc/mtrace.c: Likewise.
35723         * misc/error.c: Likewise.
35724         * misc/syslog.c: Likewise.
35725         * stdio-common/asprintf.c: Likewise.
35726         * stdio-common/fxprintf.c: Likewise.
35727         * stdio-common/getw.c: Likewise.
35728         * stdio-common/isoc99_fscanf.c: Likewise.
35729         * stdio-common/isoc99_scanf.c: Likewise.
35730         * stdio-common/isoc99_vfscanf.c: Likewise.
35731         * stdio-common/isoc99_vscanf.c: Likewise.
35732         * stdio-common/isoc99_vsscanf.c: Likewise.
35733         * stdio-common/printf-prs.c: Likewise.
35734         * stdio-common/printf_fp.c: Likewise.
35735         * stdio-common/printf_fphex.c: Likewise.
35736         * stdio-common/printf_size.c: Likewise.
35737         * stdio-common/putw.c: Likewise.
35738         * stdio-common/scanf.c: Likewise.
35739         * stdio-common/sprintf.c: Likewise.
35740         * stdio-common/tmpfile.c: Likewise.
35741         * stdio-common/vfprintf.c: Likewise.
35742         * stdio-common/vfscanf.c: Likewise.
35743         * stdlib/strfmon_l.c: Likewise.
35744         * sunrpc/openchild.c: Likewise.
35745         * sunrpc/xdr_stdio.c: Likewise.
35746         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
35747         * sysdeps/mach/hurd/tmpfile.c: Likewise.
35748
35749 2012-05-24  Roland McGrath  <roland@hack.frob.com>
35750
35751         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35752
35753         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
35754         in the third column, to generate for the shared library an IFUNC
35755         that uses _dl_vdso_vsym.
35756         * Makerules (COMPILE.c, compile-stdin.c): New variables.
35757         * Makeconfig (object-suffixes-noshared): New variable.
35758
35759         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
35760         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
35761         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
35762         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
35763
35764         [BZ #14132]
35765         * include/sys/time.h (__gettimeofday): Remove macro.
35766         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
35767         * time/gettimeofday.c (__gettimeofday): Remove #undef.
35768         Remove INTDEF.
35769         (__gettimeofday): Add libc_hidden_def.
35770         (gettimeofday): Add libc_hidden_weak.
35771         * sysdeps/mach/gettimeofday.c: Likewise.
35772         * sysdeps/posix/gettimeofday.c: Likewise.
35773         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
35774         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
35775         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35776         (__gettimeofday_internal): Remove strong_alias.
35777         (__gettimeofday): Add libc_hidden_def.
35778         (gettimeofday): Add libc_hidden_weak.
35779         * sysdeps/unix/syscalls.list (gettimeofday):
35780         Remove __gettimeofday_internal alias.
35781
35782 2012-05-24  Daniel Jacobowitz  <drow@false.org>
35783             H.J. Lu  <hongjiu.lu@intel.com>
35784
35785         [BZ #12495]
35786         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35787         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
35788         (largebin_index_32_big): New.
35789         (largebin_index): Use it for 16-byte alignment.
35790         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
35791         correction with front_misalign.
35792
35793 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35794
35795         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
35796         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
35797         Likewise.
35798         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
35799         Likewise.
35800         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
35801         Likewise.
35802         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
35803         Likewise.
35804         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
35805         Likewise.
35806         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
35807         Likewise.
35808         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
35809         Likewise.
35810         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
35811         Likewise.
35812         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
35813         Likewise.
35814         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
35815         Likewise.
35816         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
35817         Likewise.
35818         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
35819         Likewise.
35820
35821         * scripts/data/c++-types-x32-linux-gnu.data: New file.
35822         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
35823
35824 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35825
35826         [BZ #10846]
35827         [BZ #14036]
35828         * math/libm-test.inc (exp_test): Add test from bug 14036.
35829         (pow_test): Add test from bug 10846.
35830
35831         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35832         and other flags.
35833         (special_function): Do not include flags in test name.
35834         (parse_args): Likewise.
35835         * sysdeps/i386/fpu/libm-test-ulps: Update.
35836         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35837         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35838         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35839         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35840
35841         * math/gen-libm-test.pl (%beautify): Add entries for underflow
35842         exceptions.
35843         * math/libm-test.inc ("Philosophy"): Update comment about
35844         exception testing.
35845         (UNDERFLOW_EXCEPTION): New macro.
35846         (UNDERFLOW_EXCEPTION_OK): Likewise.
35847         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35848         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35849         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35850         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35851         (INVALID_EXCEPTION_OK): Update value.
35852         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35853         (OVERFLOW_EXCEPTION_OK): Likewise.
35854         (IGNORE_ZERO_INF_SIGN): Likewise.
35855         (test_exceptions): Handle underflow exceptions.
35856         (acos_test): Update for underflow exception expectations.
35857         (cexp_test): Likewise.
35858         (clog_test): Likewise.
35859         (clog10_test): Likewise.
35860         (csqrt_test): Likewise.
35861         (ctan_test): Likewise.
35862         (ctanh_test): Likewise.
35863         (exp_test): Likewise.
35864         (exp10_test): Likewise.
35865         (exp2_test): Likewise.
35866         (expm1_test): Likewise.
35867         (fma_test): Likewise.
35868         (j0_test): Likewise.
35869         (jn_test): Likewise.
35870         (nexttoward_test): Likewise.
35871         (pow_test): Likewise.
35872         (scalbn_test): Likewise.
35873         (scalbln_test): Likewise.
35874         (tan_test): Likewise.
35875         (y1_test): Likewise.
35876         * sysdeps/i386/fpu/libm-test-ulps: Update.
35877         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35878
35879 2012-05-23  David S. Miller  <davem@davemloft.net>
35880
35881         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35882         (__libc_sigaction): Remove unused local variables.
35883
35884 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35885
35886         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35887
35888 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35889
35890         mktime: avoid signed integer overflow
35891         * time/mktime.c (__mktime_internal): Do not mishandle the case
35892         where diff == INT_MIN.
35893
35894         mktime: simplify computation of average
35895         * time/mktime.c (ranged_convert): Use new time_t_avg function
35896         instead of rolling our own (probably-slower) code.
35897
35898         mktime: do not assume signed right shift propagates sign bit
35899         * time/mktime.c (isdst_differ): New static function.
35900         (__mktime_internal): No need to normalize tm_isdst now.
35901         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35902         tm_isdst values.
35903
35904         mktime: merge another wrapv change from gnulib
35905         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35906         from some compilers.
35907
35908         mktime: remove incorrect attempt at unusual arithmetics
35909         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35910         The code didn't really work on such machines anyway.
35911         (TYPE_MINIMUM): Assume two's complement.
35912         (twos_complement_arithmetic): Verify that long_int and time_t
35913         are two's complement (or unsigned, in the latter case).
35914
35915         mktime: check signed shifts on long_int and time_t, too
35916         * time/mktime.c (SHR): Check that shifts work as desired
35917         on the types long_int and time_t too, as SHR is used on
35918         such types.
35919
35920         mktime: do not assume 'long' is wide enough
35921         * time/mktime.c (verify): Move decl up.
35922         (long_int): New type.
35923         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35924         to remove assumption in the code that 'long' is wide enough to
35925         store year values.  This assumption is not true on x32 and on
35926         some non-glibc platforms.
35927
35928         mktime: merge wrapv change from gnulib
35929         * time/mktime.c (WRAPV): New macro.
35930         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35931         (guess_time_tm, __mktime_internal): Do not assume that signed
35932         integer overflow wraps around; modern compilers generate code
35933         where this assumption is no longer valid.
35934
35935 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35936
35937         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35938         Replace "jmp L(pseudo_end)" with "ret".
35939         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35940         Likewise.
35941
35942 2012-05-23  Andreas Jaeger  <aj@suse.de>
35943
35944         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35945         * sysdeps/unix/sysv/linux/poll.c: Remove file.
35946
35947 2012-05-23  Andreas Jaeger  <aj@suse.de>
35948             Maximilian Attems  <max@stro.at>
35949
35950         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35951         New macros.
35952
35953 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35954
35955         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35956         code so that pseudo_end is just ret and the stack pointer is
35957         correct also for static library in error case.
35958
35959 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
35960
35961         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35962         move to syscalls.list.
35963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35967
35968         * manual/install.texi (Running make install): Do not mention Linux
35969         kernel version for which pt_chown is not needed.
35970         (Linux): Do not mention problems with nscd with 2.0 kernels.
35971         * INSTALL: Regenerated.
35972
35973 2012-05-23  Andreas Jaeger  <aj@suse.de>
35974
35975         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35976         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35977         macro.
35978         * sysdeps/unix/sysv/linux/s390/bits/mman.h
35979         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35980         * sysdeps/unix/sysv/linux/sh/bits/mman.h
35981         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35982         * sysdeps/unix/sysv/linux/i386/bits/mman.h
35983         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35984         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35985         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35986         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35987         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35988         * sysdeps/unix/sysv/linux/bits/in.h
35989         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35990
35991 2012-05-22  Roland McGrath  <roland@hack.frob.com>
35992
35993         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35994         (PREPARE_VERSION): Just use assert instead, it will be elided
35995         under [NDEBUG] anyway.
35996
35997 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35998
35999         * sysdeps/unix/sysv/linux/Makefile: Include
36000         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
36001         (sysdep_routines): Remove sysctl.
36002         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
36003         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
36004         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
36005         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
36006         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
36007
36008 2012-05-22  Andreas Jaeger  <aj@suse.de>
36009
36010         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
36011         that pseudo_end is just ret and the stack pointer is correct also
36012         for static library in error case.
36013
36014 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
36015
36016         [BZ #14122]
36017         * nss/nsswitch.c (defconfig_entries): New variable.
36018         (__nss_database_lookup): Don't leak defconfig entries.
36019         (nss_parse_service_list): Don't leak on error paths.
36020         (free_database_entries): New function.
36021         (free_defconfig): New function.
36022         (free_mem): Move common code to free_database_entries.
36023
36024 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36025
36026         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
36027         Add arch_prctl.
36028         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
36029
36030         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
36031         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
36032         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
36033         New macro.
36034         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
36035         (INTERNAL_SYSCALL_TYPES): Likewise.
36036         (LOAD_ARGS_TYPES_[1-6]): Likewise.
36037         (LOAD_REGS_TYPES_[1-6]): Likewise.
36038         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
36039         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
36040
36041 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36042
36043         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
36044         copysignl for GLIBC_2_0.
36045         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
36046         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
36047         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
36048         logbl for GLIBC_2_0.
36049         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
36050         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
36051
36052 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36053
36054         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
36055         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36056
36057         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36058         Use "neg %eax".
36059
36060         * time/mktime.c: Update copyright years.
36061
36062 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
36063
36064         mktime: merge comment-quoting-style change from gnulib
36065         * time/mktime.c: Quote 'like this' in comments.
36066         The GNU coding standards suggest that we no longer quote `like this',
36067         as "`" and "'" are typically rendered asymmetrically nowadays.
36068         The typical gnulib style is to quote 'like this' when quoting
36069         code, and "like this" when quoting English.
36070
36071         * time/mktime.c (compile-command): Add "-I.".
36072
36073         mktime: merge mktime-internal.h change from gnulib
36074         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
36075
36076         mktime: merge time_r change from gnulib
36077         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
36078
36079         mktime: merge DEBUG change from gnulib
36080         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
36081         case system <time.h> has a #define.
36082
36083         mktime: merge <sys/types.h> change from gnulib
36084         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
36085         since <time.t> is now guaranteed to define time_t.
36086
36087         mktime: merge HAVE_CONFIG_H change from gnulib
36088         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
36089
36090 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36091
36092         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36093         Use "neg %eax".
36094
36095         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
36096         __rlim_t cast.
36097         (struct rusage): Use anonymous union to pad each field to
36098         __syscall_slong_t.
36099
36100 2012-05-21  David S. Miller  <davem@davemloft.net>
36101
36102         * Makefules (o-iterator): Remove .s cases.
36103         (compile-command.s): Delete.
36104         (COMPILE.s): Delete.
36105         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
36106
36107 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
36108
36109         * configure.in (libc_cv_predef_stack_protector): Only consider
36110         "foobar" and "__stack_chk_fail" lines in libc_undefs.
36111         * configure: Regenerated.
36112
36113 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36114
36115         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36116         New macro.  Use R*LP on int and pointer.
36117         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
36118         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36119         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
36120         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36121
36122         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36123         [__WORDSIZE_TIME64_COMPAT32] instead of
36124         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36125         (struct utmp): Likewise.
36126         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36127         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36128         Renamed to ...
36129         (__WORDSIZE_TIME64_COMPAT32): This.
36130         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36131         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36132         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36133         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36134         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
36135         (__WORDSIZE_TIME64_COMPAT32): New macro.
36136
36137 2012-05-21  Andreas Jaeger  <aj@suse.de>
36138
36139         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
36140         only if [SHARED]. Add prototype for __wcschr_ia32.
36141
36142 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36143
36144         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36145         of %rbp unmolested in the jmp_buf while mangling the low bits.
36146         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36147         unmolested high bits of %rbp while demangling the low bits.
36148         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36149
36150 2012-05-21  Andreas Jaeger  <aj@suse.de>
36151
36152         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36153         * sunrpc/svc_simple.c: Use it for registerrpc.
36154         * sunrpc/xcrypt.c: Use it for passwd2des.
36155
36156         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36157
36158 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36159
36160         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36161         Don't define if [__SYSCALL_WORDSIZE != 32].
36162         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36163         New macro.
36164
36165 2012-05-21  Bruno Haible  <bruno@clisp.org>
36166             Andreas Jaeger  <aj@suse.de>
36167
36168         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36169         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36170         inptr and inend for must_buffer_ch.
36171         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36172         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36173         * stdio-common/Makefile (tests): Remove bug15.
36174         (bug15-ENV): Remove macro.
36175         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36176         anymore.
36177
36178 2012-05-19  Andreas Jaeger  <aj@suse.de>
36179             Roland McGrath  <roland@hack.frob.com>
36180
36181         * manual/contrib.texi: Completely rewritten. It contains now an
36182         alphabetical list of contributors and their contributions.
36183
36184 2012-05-21  Richard Henderson  <rth@twiddle.net>
36185
36186         * misc/getauxval.c (__getauxval): Use unsigned long int.
36187         * misc/sys/auxv.h: Include <sys/cdefs.h>.
36188         (getauxval): Use unsigned long int.
36189
36190 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36191
36192         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36193
36194 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36195
36196         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36197         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36198         __alignof__ (long double).
36199
36200 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36201
36202         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36203
36204 2012-05-20  Richard Henderson  <rth@twiddle.net>
36205
36206         * misc/getauxval.c: New file.
36207         * misc/sys/auxv.h: New file.
36208         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36209         (routines): Add getauxval.
36210         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36211         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36212         * elf/dl-sysdep.c (_dl_auxv): Remove.
36213         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36214         * elf/dl-support.c (_dl_auxv): New variable.
36215         (_dl_aux_init): Initialize it.
36216         * manual/startup.texi (Auxiliary Vector): New node.
36217         * sysdeps/generic/bits/hwcap.h: New file.
36218         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36219         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
36220         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36221         * sysdeps/sparc/sysdep.h: ... here.  Include it.
36222         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36223         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
36224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36225         Update.
36226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36227         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36228         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36229         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36230         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36231         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36232         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36233         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36234
36235 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36236
36237         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36238
36239 2012-05-19  David S. Miller  <davem@davemloft.net>
36240
36241         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36242
36243 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36244
36245         [BZ #14123]
36246         * math/s_ccosh.c: Include <float.h>
36247         (__ccosh): Avoid internal overflow calculating sinh and cosh
36248         values before multiplying by sin and cos values.
36249         * math/s_ccoshf.c: Likewise.
36250         * math/s_ccoshl.c: Likewise.
36251         * math/s_csin.c: Likewise.
36252         * math/s_csinf.c: Likewise.
36253         * math/s_csinl.c: Likewise.
36254         * math/s_csinh.c: Likewise.
36255         * math/s_csinhf.c: Likewise.
36256         * math/s_csinhl.c: Likewise.
36257         * math/libm-test.inc (ccos_test): Add more tests.
36258         (ccosh_test): Likewise.
36259         (csin_test): Likewise.
36260         (csinh_test): Likewise.
36261         * sysdeps/i386/fpu/libm-test-ulps: Update.
36262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36263
36264 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
36265
36266         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36267         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36268
36269         * sysdeps/x86_64/x32/_itoa.h: Add comment.
36270
36271 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36272
36273         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36274         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36275         * sysdeps/powerpc/soft-fp/Versions: Likewise.
36276         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36277         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36278         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36279         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36280         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36281         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36282         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36283         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36284         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36285         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36286         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36287         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36288         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36289         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36290         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36291         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36292         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36293         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36294         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36295         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36296         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36297         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36298         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36299         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36300         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36301         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36302         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36303         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36304
36305 2012-05-18  Andreas Jaeger  <aj@suse.de>
36306
36307         * csu/.gitignore: Delete.
36308
36309 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36310
36311         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36312         (timex): Use __syscall_slong_t.
36313
36314 2012-05-18  Andreas Jaeger  <aj@suse.de>
36315             Carlos O'Donell  <carlos_odonell@mentor.com>
36316
36317         * manual/install.texi (Configuring and compiling): Update
36318         description about files modified in the source directory.
36319         * INSTALL: Regenerated.
36320
36321 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36322
36323         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36324         value.  Use "or" to set return value to -1.
36325         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36326         negate return value.
36327
36328 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36329
36330         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36331         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
36332         failure if the compiler has Graphite support disabled.
36333         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36334         Likewise.
36335         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36336         (CFLAGS-memmove.c): Likewise.
36337         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36338         Likewise.
36339
36340 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36341
36342         * sysdeps/x86_64/x32/_itoa.h: New file.
36343
36344         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36345         getdents system call only if kernel and user dirents have the
36346         same d_ino and d_off.
36347
36348         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36349         LLONG_MAX != LONG_MAX.
36350         (_itoa_word): Use _ITOA_WORD_TYPE on value.
36351         (_fitoa_word): Likewise.
36352
36353         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36354         years.
36355         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36356         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36357         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36358
36359         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36360         include <bits/wordsize.h>.  Check __x86_64__ instead of
36361         __WORDSIZE.
36362         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36363         if __x86_64__ is defined.  Use anonymous union on fpstate.
36364
36365         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36366         anonymous union.
36367
36368 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
36369
36370         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36371         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36372         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36373         Refer to _rtld_local_ro instead of _rtld_global_ro.
36374         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36375         Likewise.
36376         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36377         Likewise.
36378         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36379         Likewise.
36380         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36381         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36382         of _rtld_global, and rtld_progname instead of _dl_argv[0].
36383
36384         * sysdeps/powerpc/powerpc32/dl-machine.c
36385         (__elf_machine_runtime_setup) [PROF]: Don't reference
36386         _dl_prof_resolve.
36387
36388 2012-05-18  Andreas Jaeger  <aj@suse.de>
36389
36390         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36391         function only available for GCCs before 3.4 since GCC 3.4
36392         introduced a builtin.
36393         (lrint): Likewise.
36394         (llrintf): Likewise.
36395         (llrint): Likewise.
36396         (fmaxf): Likewise.
36397         (fmax): Likewise.
36398         (fminf): Likewise.
36399         (fmin): Likewise.
36400         (rint): Likewise.
36401         (rintf): Likewise.
36402         (nearbyint): Likewise.
36403         (nearbyintf): Likewise.
36404         (ceil): Likewise.
36405         (ceilf): Likewise.
36406         (floor): Likewise.
36407         (floorf): Likewise.
36408
36409 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36410
36411         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36412         on both fields and cast pointer to __syscall_ulong_t.
36413
36414         * bits/types.h (__fsword_t): New type.
36415         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36416         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36417         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36418         (__FSWORD_T_TYPE): Likewise.
36419         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36420         (__FSWORD_T_TYPE): Likewise.
36421         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36422         (__FSWORD_T_TYPE): Likewise.
36423         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36424         (__FSWORD_T_TYPE): Likewise.
36425         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36426         __SWORD_TYPE with __fsword_t.
36427         (statfs64): Likewise.
36428
36429 2012-05-17  David S. Miller  <davem@davemloft.net>
36430
36431         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36432
36433 2012-05-17  Andreas Jaeger  <aj@suse.de>
36434
36435         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36436         warning.
36437
36438 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36439
36440         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36441
36442 2012-05-17  Andreas Jaeger  <aj@suse.de>
36443
36444         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36445         when it is used.
36446
36447 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36448
36449         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36450
36451 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36452
36453         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36454         * sysdeps/x86_64/tst-mallocalign1.c: New file.
36455
36456 2012-05-17  Andreas Jaeger  <aj@suse.de>
36457             Carlos O'Donell  <carlos_odonell@mentor.com>
36458
36459         [BZ #14059]
36460         * sysdeps/x86_64/multiarch/init-arch.h
36461         (bit_YMM_Usable): Rename to...
36462         (bit_AVX_Usable): ... this.
36463         (bit_FMA4_Usable): New macro.
36464         (bit_XMM_state): New macro.
36465         (bit_YMM_state): New macro.
36466         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36467         [__ASSEMBLER__] (index_AVX_Usable): ... this.
36468         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36469         (CPUID_OSXSAVE): New macro.
36470         (CPUID_AVX): New macro.
36471         (CPUID_FMA4): New macro.
36472         (index_YMM_Usable): Rename to...
36473         (index_AVX_Usable): ... this.
36474         (HAS_AVX): Use HAS_ARCH_FEATURE.
36475         (HAS_FMA4): Likewise.
36476         (HAS_YMM_USABLE): Remove.
36477         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36478         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36479         are present.
36480         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36481         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36482         * sysdeps/x86_64/multiarch/Makefile: Likewise.
36483         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36484         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36485
36486 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36487
36488         * math/libm-test.c: Support platforms without multiple rounding modes.
36489         * math/bug-nextafter.c: Support platforms without FP exceptions.
36490         * math/bug-nexttoward.c: Likewise.
36491         * math/test-fenv.c: Likewise.
36492         * math/test-misc.c: Likewise.
36493         * stdlib/bug-getcontext.c: Likewise.
36494
36495 2012-05-17  Andreas Jaeger  <aj@suse.de>
36496
36497         * manual/examples/search.c (critter_cmp): Change signature to
36498         avoid warnings.
36499         * manual/string.texi (Collation Functions): Likewise.
36500
36501 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36502
36503         * bits/types.h: Fold copyright years.
36504         * bits/typesizes.h: Likewise.
36505         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36506         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36507         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36508         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36509         * time/time.h: Likewise.
36510
36511 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
36512
36513         [BZ #208]
36514         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36515         in instead of returning them.  Return void.
36516         (__libc_mallinfo): Accumulate over all arenas.
36517         (__malloc_stats): Adjust for change in int_mallinfo interface.
36518
36519 2012-05-16  Roland McGrath  <roland@hack.frob.com>
36520
36521         [BZ #10375]
36522         * configure.in (NM): Add AC_CHECK_TOOL for it.
36523         (libc_extra_cflags): New substituted variable.
36524         Check for -fstack-protector being used implicitly.
36525         * configure: Regenerated.
36526         * config.make.in (config-extra-cflags): New variable,
36527         gets @libc_extra_cflags@.
36528         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36529
36530         [BZ #10375]
36531         * configure.in: Check for _FORTIFY_SOURCE being predefined.
36532         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36533         * configure: Regenerated.
36534         * config.make.in (CPPUNDEFS): New substituted variable.
36535         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
36536         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
36537         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
36538
36539 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36540
36541         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
36542         (mq_attr): Use __syscall_slong_t.
36543
36544 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36545
36546         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
36547         Check __x86_64__ instead of __WORDSIZE.
36548         (_STAT_VER_LINUX): Likewise.
36549         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
36550         __syscall_ulong_t and __syscall_slong_t.
36551         (stat64): Likewise.
36552
36553 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36554
36555         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
36556
36557 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36558
36559         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
36560
36561 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36562
36563         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
36564         __syscall_ulong_t.
36565
36566         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
36567         include <bits/wordsize.h>.  Check __x86_64__ instead of
36568         __WORDSIZE.
36569         (greg_t): Use "__extension__ long long int" if __x86_64__ is
36570         defined.
36571         (mcontext_t): Replace "unsigned long" with "unsigned long long".
36572
36573         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
36574         include <bits/wordsize.h>.  Check __x86_64__ instead of
36575         __WORDSIZE.
36576         (user_regs_struct): Use "__extension__ unsigned long long"
36577         instead of "unsigned long" if __x86_64__ is defined.
36578         (user): Likewise.  Pad after pointer field if __ILP32__ is
36579         defined.
36580
36581 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
36582
36583         * configure.in (makeinfo): Require version 4.5 or later.  Allow
36584         versions 5 to 9.
36585         * configure: Regenerated.
36586         * manual/install.texi (texinfo): Increase version requirement to
36587         4.5 or later.
36588         * INSTALL: Regenerated.
36589
36590         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
36591
36592 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36593
36594         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
36595
36596         * sysdeps/x86_64/x32/ffs.c: New file.
36597
36598         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
36599         __syscall_ulong_t.
36600         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
36601         defined.  Use __syscall_ulong_t.
36602         (shminfo): Use __syscall_ulong_t.
36603         (shm_info): Likewise.
36604
36605         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
36606         __syscall_ulong_t.
36607
36608         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
36609         <bits/wordsize.h>.
36610         (msgqnum_t): Use __syscall_ulong_t.
36611         (msglen_t): Likewise.
36612         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
36613         __syscall_ulong_t.
36614
36615         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
36616         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36617
36618         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
36619
36620         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
36621         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
36622
36623         * sysvipc/sys/msg.h (msgbuf): Replace long int with
36624         __syscall_slong_t.
36625
36626         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
36627         include <bits/wordsize.h>.  Check __x86_64__ instead of
36628         __WORDSIZE.
36629
36630         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
36631         "unsigned long long int" if __x86_64__ is defined.
36632         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
36633
36634         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
36635         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36636         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
36637
36638         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
36639         <stdint.h>.
36640         (GET_PC): Cast to uintptr_t first.
36641         (GET_FRAME): Likewise.
36642         (GET_STACK): Likewise.
36643
36644         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
36645         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
36646         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
36647         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
36648         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
36649         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
36650         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
36651         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
36652         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
36653         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
36654         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
36655         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
36656         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36657         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
36658         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
36659         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
36660         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
36661         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
36662         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
36663         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
36664         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
36665         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
36666         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
36667         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
36668         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
36669         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
36670         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
36671         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
36672         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
36673
36674 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
36675
36676         * Makerules (+depfiles): Also collect depfiles from .oS in
36677         $(extra-objs).
36678         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
36679         .oS, $(libnldbl-routines)).
36680
36681         * Makerules (native-compile-mkdep-flags): Define.
36682         * sunrpc/Makefile (extra-objs): Add $(addprefix
36683         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
36684         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
36685         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
36686         calling $(make-target-directory).
36687
36688 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36689
36690         * bits/types.h (__snseconds_t): Removed.
36691         * time/time.h (struct timespec): Replace __snseconds_t with
36692         __syscall_slong_t.
36693         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
36694         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
36695         Likewise.
36696         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36697         (__SNSECONDS_T_TYPE): Likewise.
36698         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36699         (__SNSECONDS_T_TYPE): Likewise.
36700         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36701         (__SNSECONDS_T_TYPE): Likewise.
36702
36703 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36704
36705         * sysdeps/mach/hurd/bits/typesizes.h
36706         (__SYSCALL_SLONG_TYPE): New macro.
36707         (__SYSCALL_ULONG_TYPE): Likewise.
36708
36709 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36710
36711         * bits/types.h (__syscall_slong_t): New type.
36712         (__syscall_ulong_t): Likewise.
36713
36714         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
36715         (__SYSCALL_ULONG_TYPE): Likewise.
36716         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36717         (__SYSCALL_SLONG_TYPE): Likewise.
36718         (__SYSCALL_ULONG_TYPE): Likewise.
36719         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36720         (__SYSCALL_SLONG_TYPE): Likewise.
36721         (__SYSCALL_ULONG_TYPE): Likewise.
36722         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36723         (__SYSCALL_SLONG_TYPE): Likewise.
36724         (__SYSCALL_ULONG_TYPE): Likewise.
36725
36726 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36727
36728         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
36729         Add sigaltstack-offsets.sym.
36730         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
36731         <sigaltstack-offsets.h>.
36732         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
36733         longjmp_msg pointer.
36734         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
36735         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
36736         signal stack.
36737         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
36738
36739 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36740
36741         * elf/stackguard-macros.h: Remove file.
36742         * sysdeps/generic/stackguard-macros.h: New file.
36743         * sysdeps/i386/stackguard-macros.h: Likewise.
36744         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
36745         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
36746         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
36747         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
36748         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
36749         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
36750         * sysdeps/x86_64/stackguard-macros.h: Likewise.
36751         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
36752         <elf/stackguard-macros.h>.
36753
36754         [BZ #14109]
36755         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
36756         __aligned__ in attribute.
36757         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
36758         (gregset_t): Likewise.
36759
36760 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36761
36762         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
36763         * sysdeps/x86_64/64/Implies-after: Here.  New file.
36764         * sysdeps/x86_64/x32/Implies-after: New file.
36765
36766 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36767
36768         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
36769         and access return value for _dl_profile_fixup.  Use R10_LP to
36770         load frame size.
36771
36772 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36773
36774         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
36775
36776 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36777
36778         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36779         * sysdeps/x86_64/x32/sysdep.h: New file.
36780
36781 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36782
36783         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36784         * sysdeps/x86_64/setjmp.S: Likewise.
36785
36786 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36787
36788         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
36789         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
36790         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
36791         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
36792         remove unused global constant.
36793
36794 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
36795
36796         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
36797         include of <not-cancel.h>.
36798
36799 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36800
36801         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
36802
36803 2012-05-15  Jeff Law  <law@redhat.com>
36804             Andreas Jaeger  <aj@suse.de>
36805
36806         [BZ #13594]
36807         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
36808         out from...
36809         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
36810         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
36811         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
36812         code changing __hst_map_handle.map.
36813
36814 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36815
36816         * configure.in (sysnames): Look for Implies-before and Implies-after
36817         files.
36818         * configure: Regenerated.
36819
36820 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36821
36822         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
36823         8-byte data alignment with LP_SIZE alignment.
36824
36825 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36826
36827         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36828         into R10_LP.
36829
36830 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36831
36832         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36833
36834 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36835
36836         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36837         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36838         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36839         Likewise.
36840         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36841
36842 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36843
36844         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36845         (stackinfo_sub_sp): Likewise.
36846
36847 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36848
36849         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36850         RAX_LP.
36851
36852 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36853
36854         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36855         into R*_LP.
36856
36857 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36858
36859         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36860         sizes into R*_LP.
36861
36862 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36863
36864         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36865
36866 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36867
36868         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36869         into R11_LP and load __x86_64_shared_cache_size_half into
36870         R8_LP.
36871
36872 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36873
36874         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36875         R8_LP.
36876
36877 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36878
36879         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36880         logb for POWER7.
36881         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36882         logbf for POWER7.
36883         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36884         logbl for POWER7.
36885         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36886         powerpc32/power7/fpu/s_logb.c via #include.
36887         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36888         powerpc32/power7/fpu/s_logbf.c via #include.
36889         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36890         powerpc32/power7/fpu/s_logbl.c via #include.
36891
36892 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36893
36894         * README.libm: Remove file.
36895
36896 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36897
36898         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36899         count for x32.  Use R*_LP and omit operand-size suffix.
36900
36901 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36902
36903         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36904         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36905         * sysdeps/x86_64/x32/shlib-versions: New file.
36906
36907 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36908
36909         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36910         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36911         Use _dl_fatal_printf instead.
36912
36913 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36914
36915         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36916         set if not set by the user.  Do not allow for being unset.
36917         * sysdeps/unix/sysv/linux/configure: Regenerated.
36918
36919 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36920
36921         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36922         the `q' suffix from lea and replace .quad with ASM_ADDR.
36923
36924 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36925
36926         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36927         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36928         instead of $17.
36929         (PTR_DEMANGLE): Likewise.
36930
36931 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36932
36933         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36934         (LP_OP): Likewise.
36935         (ASM_ADDR): Likewise.
36936         (RAX_LP): Likewise.
36937         (RBP_LP): Likewise.
36938         (RBX_LP): Likewise.
36939         (RCX_LP): Likewise.
36940         (RDI_LP): Likewise.
36941         (RSI_LP): Likewise.
36942         (RSP_LP): Likewise.
36943         (R8_LP): Likewise.
36944         (R9_LP): Likewise.
36945         (R10_LP): Likewise.
36946         (R10_LP): Likewise.
36947         (R11_LP): Likewise.
36948         (R12_LP): Likewise.
36949         (R13_LP): Likewise.
36950         (R14_LP): Likewise.
36951         (R15_LP): Likewise.
36952
36953 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36954
36955         * sysdeps/x86_64/x32/dl-machine.h: New file.
36956
36957 2012-05-14  Andreas Jaeger  <aj@suse.de>
36958
36959         * manual/Makefile (subdir): Remove export of subdir.
36960         (all): Remove target.
36961         (.PHONY): Remove all from list.
36962         (mkinstalldirs): Remove.
36963         (.PHONY): Remove installdirs from list.
36964         ($(inst_infodir)/libc.info): Use make-target-directory.
36965         (installdirs): Remove.
36966         (subdir_%): Remove.
36967         (glibc-targets): Remove.
36968         (lib): Remove.
36969         (stubs): Remove.
36970         ($(objpfx)stubs ../po/manual.pot): Remove.
36971         ($(objpfx)stamp%): Remove.
36972         (make-target-directory): Remove.
36973         (subdir_install): Remove.
36974         (routines): Remove.
36975         (aux): Remove.
36976         (sources): Remove.
36977         (objects): Remove.
36978         (headers): Remove.
36979
36980         [BZ #13750]
36981         * manual/.gitignore: Remove, it's not needed anymore.
36982         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36983         all files in it.
36984         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36985         directory.
36986         (texis): Renamed to $(objpfx)texis.
36987         (texis-path): New, contains path to generated files.
36988         (chapters.%): Use texis-path for complete path, add extra argument
36989         libc-texinfo.sh.
36990         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36991         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36992         (summary,texi, stamp-summary): Use complete path of
36993         files. Generate files in build dir.
36994         (dir-add.texi): Build in build dir.
36995         (libm-err.texi,stamp-libm-err): Likewise.
36996         (version.texi, stamp-version): Likewise.
36997         (.%c.texi): Likewise.
36998         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36999         (mostlyclean): Remove target.
37000         (realclean): Remove target.
37001         (generated): Add new variable with contents from mostlyclean and
37002         realclean, remove entries duplicated in common-mostlyclean, add
37003         stamp-libm-err and stamp-version.
37004         (generated-dirs): Add libc directory.
37005         ($(inst_infodir)/libc.info): Install files from build dir.
37006
37007         * manual/install.texi (Configuring and compiling): Adjust since
37008         the info files are not part of the tar ball anymore.
37009
37010 2012-05-14  Andreas Jaeger  <aj@suse.de>
37011
37012         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
37013         variable.
37014
37015 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
37016
37017         [BZ #13717]
37018         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37019         to 2.2.0 where earlier.
37020         * sysdeps/unix/sysv/linux/configure: Regenerated.
37021         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
37022         Remove conditional code.
37023         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
37024         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
37025         Remove conditional code.
37026         [!__NR_lchown]: Likewise.
37027         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37028         [__NR_lchown]: Likewise.
37029         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
37030         comment referencing __ASSUME_LCHOWN_SYSCALL.
37031         * sysdeps/unix/sysv/linux/i386/sigaction.c
37032         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37033         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37034         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
37035         Remove conditional code.
37036         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
37037         (__protocol_available): Remove #if 0 code.
37038         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
37039         conditional code.
37040         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
37041         * sysdeps/unix/sysv/linux/kernel-features.h
37042         (__ASSUME_GETCWD_SYSCALL): Don't define.
37043         (__ASSUME_REALTIME_SIGNALS): Likewise.
37044         (__ASSUME_PREAD_SYSCALL): Likewise.
37045         (__ASSUME_PWRITE_SYSCALL): Likewise.
37046         (__ASSUME_POLL_SYSCALL): Likewise.
37047         (__ASSUME_LCHOWN_SYSCALL): Likewise.
37048         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
37049         non-SPARC.
37050         (__ASSUME_SIOCGIFNAME): Don't define.
37051         (__ASSUME_MSG_NOSIGNAL): Likewise.
37052         (__ASSUME_SENDFILE): Define unconditionally.
37053         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
37054         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
37055         conditional code.
37056         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
37057         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
37058         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37059         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37060         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
37061         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37062         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
37064         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37065         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
37067         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37068         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
37070         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37071         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
37073         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37074         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
37076         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37077         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
37079         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37080         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
37082         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37083         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
37085         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37086         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37087         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
37088         Remove conditional code.
37089         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37090         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37091         Remove conditional code.
37092         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37093         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
37094         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
37095         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37096         Remove conditional code.
37097         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37098         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
37099         Remove conditional code.
37100         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37101         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
37102         Remove conditional code.
37103         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37104         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37105         Remove conditional code.
37106         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37107         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37108         Remove conditional code.
37109         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37110         * sysdeps/unix/sysv/linux/sh/pwrite64.c
37111         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37112         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37113         * sysdeps/unix/sysv/linux/sigaction.c
37114         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37115         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37116         * sysdeps/unix/sysv/linux/sigpending.c
37117         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37118         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37119         * sysdeps/unix/sysv/linux/sigprocmask.c
37120         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37121         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37122         * sysdeps/unix/sysv/linux/sigsuspend.c
37123         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37124         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37125         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37126         (__libc_missing_rt_sigs): Remove.
37127         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37128         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37129         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37130         Remove conditional code.
37131         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37132         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37133         return 1.
37134         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
37135         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
37136         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
37137         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
37138
37139 2012-05-14  Andreas Jaeger  <aj@suse.de>
37140
37141         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37142         it's not used in glibc.
37143         (__coshm1): Likewise.
37144         (__acosh1p): Likewise.
37145         (__sgn): Likewise.
37146
37147         * manual/string.texi (Copying and Concatenation): Add missing
37148         variable in concat example.
37149         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37150
37151 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37152
37153         [BZ #14103]
37154         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37155         __builtin_clzl with __builtin_clzll.
37156
37157 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37158
37159         [BZ #14104]
37160         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37161         libc_freeres_ptr.
37162
37163 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37164
37165         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37166         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37167         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37168         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37169
37170 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
37171
37172         * NEWS: Update ia64 info.
37173
37174 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
37175
37176         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37177         used as bcopy.
37178
37179 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
37180
37181         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37182         * sysdeps/unix/syscalls.list (dup3): Likewise.
37183         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37184         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37185
37186 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37187
37188         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37189         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37190
37191 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37192
37193         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37194         thread pointer.
37195         (TLS_IE): Use mov/add instead of movq/addq to load thread
37196         pointer.
37197         (TLS_GD_PREFIX): New.
37198         (TLS_GD): Use it.
37199
37200 2012-05-11  David S. Miller  <davem@davemloft.net>
37201
37202         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37203         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37204         (_FPU_SETCW): Likewise.
37205
37206 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37207
37208         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37209         is 32-byte aligned.
37210
37211 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
37212
37213         [BZ #11837]
37214         * iconvdata/gb18030.c: Update tables.
37215         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
37216         characters specially.
37217         (BODY for TO_LOOP): Add encoding of missing ranges.
37218
37219 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
37220
37221         [BZ #13673]
37222         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37223         * sysdeps/mach/hurd/dup3.c: Likewise.
37224         * sysdeps/mach/hurd/readlinkat.c: Likewise.
37225         * sysdeps/powerpc/memmove.c:: Likewise.
37226
37227 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37228
37229         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37230         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37231
37232 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37233
37234         * elf/elf.h (R_X86_64_RELATIVE64): New.
37235         (R_X86_64_NUM): Updated.
37236         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37237         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
37238         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37239         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37240         tst-quad1pie tst-quad2pie
37241         (modules-names): Add tst-quadmod1 tst-quadmod2.
37242         ($(objpfx)tst-quad1): New dependency.
37243         ($(objpfx)tst-quad2): Likewise.
37244         ($(objpfx)tst-quad1pie): Likewise.
37245         ($(objpfx)tst-quad2pie): Likewise.
37246         * sysdeps/x86_64/tst-quad1.c: New file.
37247         * sysdeps/x86_64/tst-quad1pie.c: New file.
37248         * sysdeps/x86_64/tst-quad2.c: Likewise.
37249         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37250         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37251         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37252         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37253         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37254
37255 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37256
37257         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37258         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37259         * streams/stropts.h (t_scalar_t): Define type.
37260
37261         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37262         (_PATH_PRESERVE): Set to "/var/lib".
37263         (_PATH_RWHODIR): Set to "/var/spool/rwho".
37264
37265         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37266         instead of int.
37267
37268         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37269         if __dir_mkfile succeeded.
37270
37271         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37272         checking for _hurd_dtablesize.  Unlock it right after having
37273         finished _hurd_dtable allocation.
37274
37275 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37276
37277         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37278         * sysdeps/mach/hurd/configure: Regenerated.
37279         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37280         special-casing to...
37281         * sysdeps/gnu/configure.in: ... this new file.
37282         * sysdeps/unix/sysv/linux/configure: Regenerated.
37283         * sysdeps/gnu/configure: New generated file.
37284
37285         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37286         for Linux: use nsec instead of usec, as well as:
37287         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37288         members of type struct timespec.
37289         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37290         New macros.
37291         (struct stat64): Likewise.
37292         (_STATBUF_ST_NSEC): New macro.
37293         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37294
37295         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37296         __strtoul_internal rather than strtoul.
37297
37298 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37299
37300         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37301         and reject them.
37302
37303 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37304
37305         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37306         which preserves existing values.
37307         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37308
37309 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37310
37311         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37312         TIMEOUT values.  Return EINVAL for NFDS values either negative or
37313         greater than FD_SETSIZE.
37314
37315 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37316
37317         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37318         allocated, call __vm_protect to finish enabling the existing space, and
37319         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37320         allocate the remainder.
37321
37322 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37323
37324         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37325         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
37326
37327 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37328
37329         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37330         sysdeps/mach/hurd/readlink.c.
37331
37332         * posix/tst-sysconf.c (posix_options): Only use
37333         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37334         _POSIX_SYNCHRONIZED_IO when they are defined
37335         * sysdeps/mach/hurd/bits/posix_opt.h:
37336         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37337         (_XOPEN_REALTIME): Undefine macro.
37338         (_XOPEN_REALTIME_THREADS): Undefine macro.
37339         (_XOPEN_SHM): Undefine macro.
37340         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37341         macro to -1.
37342         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37343         macro to -1.
37344         (_POSIX_ASYNC_IO): Undefine macro.
37345         (_POSIX_PRIORITIZED_IO): Undefine macro.
37346         (_POSIX_SPIN_LOCKS): Define macro to -1.
37347
37348         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37349         SA_NODEFER, SA_RESETHAND.
37350         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37351         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37352         F_DUPFD_CLOEXEC.
37353
37354 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37355
37356         * elf/Makefile (pldd-modules): Define unconditionally.
37357
37358 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37359
37360         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37361
37362 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37363
37364         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37365         Return ENOENT when name is empty.
37366         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37367
37368 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37369
37370         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37371
37372         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37373
37374 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37375
37376         Fix mlock in all cases except non-readable pages.
37377         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37378         instead of VM_PROT_ALL as parameter to __vm_wire function.
37379
37380         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37381         (__mkdir): When path is `/', just fail with EEXIST.
37382         * sysdeps/mach/hurd/mkdirat.c: Likewise.
37383
37384 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37385
37386         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37387         <sys/uio.h> (for writev).
37388         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37389         and <sys/param.h> (for MIN).
37390
37391 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37392
37393         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37394         REQUESTED_TIME.  Properly set the remaining time and return EINTR
37395         if interrupted.
37396
37397 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37398
37399         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37400         Depend on against $(link-rpcuserlibs).
37401
37402 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37403
37404         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37405         (__libc_stack_end): Do not use attribute_relro.
37406         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37407         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
37408         to libthread-provided value.
37409         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37410         attribute_relro.
37411
37412 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37413
37414         [BZ #3748]
37415         * bits/libc-lock.h (__libc_once_get): New macro.
37416         * sysdeps/mach/bits/libc-lock.h: Likewise.
37417         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37418         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37419         instead of using implementation details.
37420
37421         * libio/fileops.c: Unconditionally include <kernel-features.h>.
37422         * libio/freopen.c: Likewise.
37423         * libio/freopen64.c: Likewise.
37424         * misc/syslog.c: Likewise.
37425         * nscd/connections.c: Likewise.
37426         * nscd/netgroupcache.c: Likewise.
37427         * sysdeps/posix/getcwd.c: Likewise.
37428
37429 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37430
37431         * math/w_ilogbf.c: Add #include <limits.h>.
37432
37433 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37434
37435         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
37436         path instead of returning without unlocking.
37437
37438         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37439         immediate-write ioctls.
37440         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37441
37442 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37443
37444         * sysdeps/mach/hurd/i386/init-first.c (init): Use
37445         __builtin_frame_address instead of making assumptions about the
37446         location of the return address relative to DATA.  Force early load of
37447         the return address.
37448         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37449         __builtin_frame_address.
37450
37451         dup3 for GNU Hurd.
37452         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37453         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
37454         implement dup3 and do some further code clean-ups.
37455         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37456         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37457
37458 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37459
37460         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37461
37462         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37463         HURD_CRITICAL_END around holding _hurd_dtable_lock.
37464         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37465         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37466         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37467         d->port.lock.
37468
37469         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37470         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
37471         when handler == SIG_ERR, not when handler != SIG_ERR.
37472
37473 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37474
37475         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37476         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37477         definitions.
37478
37479         accept4 for GNU Hurd.
37480         * include/sys/socket.h (__libc_accept4): New prototype.
37481         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
37482         to implement __libc_accept4.
37483         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37484         __libc_accept4.
37485         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37486
37487         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37488         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37489         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37490         signal-defines.sym.
37491
37492 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37493
37494         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
37495
37496 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37497
37498         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37499         assertion on O_CLOEXEC flag.
37500         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37501         * hurd/intern-fd.c: Likewise.
37502         * hurd/port2fd.c: Likewise.
37503
37504 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37505
37506         [BZ #3906]
37507         * bits/in.h (IPV6_PKTINFO): Define new macro.
37508         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37509
37510 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37511
37512         [BZ #13954]
37513         [BZ #13955]
37514         [BZ #13956]
37515         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37516         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37517         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37518         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37519         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37520         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37521         * math/libm-test.inc (logb_test) : Additional logb tests.
37522
37523 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
37524             Andreas Jaeger  <aj@suse.de>
37525
37526         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37527         * configure: Regenerated.
37528         * config.h.in (LINK_OBSOLETE_RPC): New macro.
37529         * config.make.in (link-obsolete-rpc): New substituted variable.
37530         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37531         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37532         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37533         (shared-only-routines): Don't set it under [link-obsolete-rpc],
37534         so that libc.a contains the symbols.
37535         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37536         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
37537         * sunrpc/auth_none.c: Likewise.
37538         * sunrpc/auth_unix.c: Likewise.
37539         * sunrpc/authdes_prot.c: Likewise.
37540         * sunrpc/authuxprot.c: Likewise.
37541         * sunrpc/clnt_gen.c: Likewise.
37542         * sunrpc/clnt_perr.c: Likewise.
37543         * sunrpc/clnt_raw.c: Likewise.
37544         * sunrpc/clnt_simp.c: Likewise.
37545         * sunrpc/clnt_tcp.c: Likewise.
37546         * sunrpc/clnt_udp.c: Likewise.
37547         * sunrpc/clnt_unix.c: Likewise.
37548         * sunrpc/des_crypt.c: Likewise.
37549         * sunrpc/des_soft.c: Likewise.
37550         * sunrpc/get_myaddr.c: Likewise.
37551         * sunrpc/key_call.c: Likewise.
37552         * sunrpc/key_prot.c: Likewise.
37553         * sunrpc/netname.c: Likewise.
37554         * sunrpc/pm_getmaps.c: Likewise.
37555         * sunrpc/pm_getport.c: Likewise.
37556         * sunrpc/pmap_clnt.c: Likewise.
37557         * sunrpc/pmap_prot.c: Likewise.
37558         * sunrpc/pmap_prot2.c: Likewise.
37559         * sunrpc/pmap_rmt.c: Likewise.
37560         * sunrpc/publickey.c: Likewise.
37561         * sunrpc/rpc_cmsg.c: Likewise.
37562         * sunrpc/rpc_common.c: Likewise.
37563         * sunrpc/rpc_dtable.c: Likewise.
37564         * sunrpc/rpc_prot.c: Likewise.
37565         * sunrpc/rpc_thread.c: Likewise.
37566         * sunrpc/rtime.c: Likewise.
37567         * sunrpc/svc.c: Likewise.
37568         * sunrpc/svc_auth.c: Likewise.
37569         * sunrpc/svc_raw.c: Likewise.
37570         * sunrpc/svc_run.c: Likewise.
37571         * sunrpc/svc_tcp.c: Likewise.
37572         * sunrpc/svc_udp.c: Likewise.
37573         * sunrpc/svc_unix.c: Likewise.
37574         * sunrpc/svcauth_des.c: Likewise.
37575         * sunrpc/xcrypt.c: Likewise.
37576         * sunrpc/xdr.c: Likewise.
37577         * sunrpc/xdr_array.c: Likewise.
37578         * sunrpc/xdr_float.c: Likewise.
37579         * sunrpc/xdr_intXX_t.c: Likewise.
37580         * sunrpc/xdr_mem.c: Likewise.
37581         * sunrpc/xdr_rec.c: Likewise.
37582         * sunrpc/xdr_ref.c: Likewise.
37583         * sunrpc/xdr_sizeof.c: Likewise.
37584         * sunrpc/xdr_stdio.c: Likewise.
37585
37586 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37587
37588         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
37589         change.  Update copyright years.
37590
37591 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37592
37593         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
37594
37595 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
37596             Joseph Myers  <joseph@codesourcery.com>
37597             Paul Pluzhnikov  <ppluzhnikov@google.com>
37598
37599         [BZ #14012]
37600         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
37601         requiring rpcgen.
37602         [cross-compiling] (extra-libs): Likewise.
37603         [cross-compiling] (extra-libs-others): Likewise.
37604         [cross-compiling] (librpcsvc-routines): Likewise.
37605         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
37606         [cross-compiling] (omit-deps): Likewise.
37607         (sunrpc-CPPFLAGS): New variable.
37608         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
37609         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
37610         (cross-rpcgen-objs): New variable.
37611         (extra-objs): Append $(cross-rpcgen-objs).
37612         ($(cross-rpcgen-objs)): New rule.
37613         ($(objpfx)cross-rpcgen): Likewise.
37614         (rpcgen-cmd): Define to use $(built-program-file).  Expand
37615         comment.
37616         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
37617         ($(objpfx)x%.stmp): Likewise.
37618         * sunrpc/proto.h [IS_IN_build] (_): Define.
37619         [IS_IN_build] (_libc_intl_domainname): Likewise.
37620
37621 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37622
37623         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
37624         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
37625         and R_X86_64_TPOFF64.
37626
37627 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37628
37629         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
37630         sysdeps/unix/sysv/syscalls.list.
37631         (stime): Likewise.
37632         (utime): Likewise.
37633         * sysdeps/unix/sysv/syscalls.list: Remove file.
37634
37635 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
37636
37637         [BZ #3440]
37638         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
37639         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
37640         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
37641         (__LC_IDENTIFICATION): Make these macros useful in #if
37642         expressions, as required by C99.
37643
37644 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
37645
37646         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
37647         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
37648         after this.
37649
37650 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
37651
37652         * stdlib/longlong.h: Updated from GCC.
37653
37654 2012-05-09  Andreas Jaeger  <aj@suse.de>
37655
37656         * nscd/nscd.c (run_modes): Make named enum, reorder so that
37657         default is first entry.
37658         (run_mode): Set type.
37659         (main): Remove informal message about syslog.
37660         (options): Fix typo.
37661
37662         [BZ #14053]
37663         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
37664         to asm.
37665         (lrint): Likewise.
37666         (llrintf): Likewise.
37667         (llrint): Likewise.
37668         (rint): Likewise.
37669         (rintf): Likewise.
37670         (nearbyint): Likewise.
37671         (nearbyintf): Likewise.
37672
37673 2012-05-09  Andreas Jaeger  <aj@suse.de>
37674             Pedro Alves  <palves@redhat.com>
37675
37676         * nscd/nscd.c (run_mode): Use enum.
37677         (main): Cleanup coding style issue.
37678
37679 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
37680             Andreas Jaeger  <aj@suse.de>
37681
37682         * nscd/nscd.c (go_background): Replaced with...
37683         (run_mode): ... this.
37684         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
37685         (options): Add -F --foreground.
37686         (main): Implement it.
37687         (parse_opt): Parse it.
37688
37689 2012-05-09  Andreas Jaeger  <aj@suse.de>
37690
37691         [BZ #14083]
37692         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
37693         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
37694         -Wconversion warning.
37695         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
37696         Likewise.
37697
37698 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
37699
37700         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
37701         == 0.
37702         (LC_ALL): Use macro-int-constant.
37703         (LC_COLLATE): Likewise.
37704         (LC_CTYPE): Likewise.
37705         (LC_MESSAGES): Likewise.
37706         (LC_MONETARY): Likewise.
37707         (LC_NUMERIC): Likewise.
37708         (LC_TIME): Likewise.
37709         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
37710         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37711         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37712         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
37713         Specify type.
37714         [C99-based standards] (float_t): Expect type.
37715         [C99-based standards] (double_t): Expect type.
37716         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
37717         type.
37718         [C99-based standards] (HUGE_VALL): Likewise.
37719         [C99-based standards] (INFINITY): Likewise.
37720         [C99-based standards] (NAN): Likewise.
37721         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
37722         [C99-based standards] (FP_NAN): Likewise.
37723         [C99-based standards] (FP_NORMAL): Likewise.
37724         [C99-based standards] (FP_SUBNORMAL): Likewise.
37725         [C99-based standards] (FP_ZERO): Likewise.
37726         [C99-based standards] (FP_FAST_FMA): Use
37727         optional-macro-int-constant.  Specify type.  Require == 1.
37728         [C99-based standards] (FP_FAST_FMAF): Likewise.
37729         [C99-based standards] (FP_FAST_FMAL): Likewise.
37730         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
37731         [C99-based standards] (FP_ILOGBNAN): Likewise.
37732         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
37733         Specify type.
37734         [C99-based standards] (MATH_ERREXCEPT): Likewise.
37735         [C99-based standards] (math_errhandling): Specify type.
37736         [ISO99 || ISO11] (signgam): Do not allow.
37737         [non-C99-based standards] (copysignf): Do not allow.
37738         [non-C99-based standards] (exp2f): Likewise.
37739         [non-C99-based standards] (log2f): Likewise.
37740         [non-C99-based standards] (modff): Allow.
37741         [non-C99-based standards] (erff): Do not allow.
37742         [non-C99-based standards] (erfcf): Likewise.
37743         [non-C99-based standards] (gammaf): Likewise.
37744         [non-C99-based standards] (hypotf): Likewise.
37745         [non-C99-based standards] (j0f): Likewise.
37746         [non-C99-based standards] (j1f): Likewise.
37747         [non-C99-based standards] (jnf): Likewise.
37748         [non-C99-based standards] (lgammaf): Likewise.
37749         [non-C99-based standards] (tgammaf): Likewise.
37750         [non-C99-based standards] (y0f): Likewise.
37751         [non-C99-based standards] (y1f): Likewise.
37752         [non-C99-based standards] (ynf): Likewise.
37753         [non-C99-based standards] (isnanf): Likewise.
37754         [non-C99-based standards] (acoshf): Likewise.
37755         [non-C99-based standards] (asinhf): Likewise.
37756         [non-C99-based standards] (atanhf): Likewise.
37757         [non-C99-based standards] (cbrtf): Likewise.
37758         [non-C99-based standards] (expm1f): Likewise.
37759         [non-C99-based standards] (ilogbf): Likewise.
37760         [non-C99-based standards] (log1pf): Likewise.
37761         [non-C99-based standards] (logbf): Likewise.
37762         [non-C99-based standards] (nextafterf): Likewise.
37763         [non-C99-based standards] (remainderf): Likewise.
37764         [non-C99-based standards] (rintf): Likewise.
37765         [non-C99-based standards] (scalbf): Likewise.
37766         [non-C99-based standards] (copysignl): Likewise.
37767         [non-C99-based standards] (exp2l): Likewise.
37768         [non-C99-based standards] (log2l): Likewise.
37769         [non-C99-based standards] (modfl): Allow.
37770         [non-C99-based standards] (erfl): Do not allow.
37771         [non-C99-based standards] (erfcl): Likewise.
37772         [non-C99-based standards] (gammal): Likewise.
37773         [non-C99-based standards] (hypotl): Likewise.
37774         [non-C99-based standards] (j0l): Likewise.
37775         [non-C99-based standards] (j1l): Likewise.
37776         [non-C99-based standards] (jnl): Likewise.
37777         [non-C99-based standards] (lgammal): Likewise.
37778         [non-C99-based standards] (tgammal): Likewise.
37779         [non-C99-based standards] (y0l): Likewise.
37780         [non-C99-based standards] (y1l): Likewise.
37781         [non-C99-based standards] (ynl): Likewise.
37782         [non-C99-based standards] (isnanl): Likewise.
37783         [non-C99-based standards] (acoshl): Likewise.
37784         [non-C99-based standards] (asinhl): Likewise.
37785         [non-C99-based standards] (atanhl): Likewise.
37786         [non-C99-based standards] (cbrtl): Likewise.
37787         [non-C99-based standards] (expm1l): Likewise.
37788         [non-C99-based standards] (ilogbl): Likewise.
37789         [non-C99-based standards] (log1pl): Likewise.
37790         [non-C99-based standards] (logbl): Likewise.
37791         [non-C99-based standards] (nextafterl): Likewise.
37792         [non-C99-based standards] (remainderl): Likewise.
37793         [non-C99-based standards] (rintl): Likewise.
37794         [non-C99-based standards] (scalbl): Likewise.
37795         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37796         [non-C99-based standards] (FP_*): Do not allow.
37797         [C99-based standards] (FP_*): Change to
37798         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37799         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37800         allow.
37801         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
37802         (SIG_ERR): Likewise.
37803         [X/Open-based standards] (SIG_HOLD): Likewise.
37804         (SIG_IGN): Likewise.
37805         (SIGABRT): Use macro-int-constant.  Specify type.  Require
37806         positive value.
37807         (SIGFPE): Likewise.
37808         (SIGILL): Likewise.
37809         (SIGINT): Likewise.
37810         (SIGSEGV): Likewise.
37811         (SIGTER): Likewise.
37812         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
37813         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
37814         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
37815         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
37816         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
37817         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
37818         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
37819         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
37820         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
37821         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
37822         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
37823         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
37824         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
37825         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
37826         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37827         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37828         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37829         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37830         [X/Open-based standards] (SIGTRAP): Likewise.
37831         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37832         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37833         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37834         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37835         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37836         allow.
37837
37838 2012-05-08  Ian Wienand  <ianw@vmware.com>
37839
37840         [BZ #14080]
37841         * time/tzset.c (__tzset_parse_tz): Update default rules for
37842         daylight time changes in the Energy Policy Act of 2005.
37843
37844 2012-05-09  Andreas Jaeger  <aj@suse.de>
37845
37846         [BZ #13983]
37847         * elf/ldconfig.c (parse_conf): Change string to make clear that
37848         ldconfig only issued a warning if ld.so.conf does not exist.
37849
37850 2012-05-08  David S. Miller  <davem@davemloft.net>
37851
37852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37853         movxtod instead of popping the value on the stack.
37854
37855         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37856
37857 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
37858
37859         * config.h.in: Add HAVE_ARM_PCS_VFP.
37860
37861 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
37862
37863         [BZ #13979]
37864         * include/features.h: Warn if user requests __FORTIFY_SOURCE
37865         checking but the checks are disabled for any reason.
37866
37867 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
37868
37869         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37870         and ELF64_R_TYPE with ELFW(R_TYPE).
37871
37872 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
37873
37874         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37875         (ulimit): Likewise.
37876
37877         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37878         (settimeofday): Likewise.
37879
37880 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
37881
37882         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
37883         a struct th_u2 inside the union, and move tu_block/tu_code into
37884         a new th_u3 union of tu_block/tu_code inside of that.  Move
37885         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
37886         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37887         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37888         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37889         (th_stuff): Change to th_u1.tu_stuff.
37890         (th_data): Define.
37891         (th_msg): Change to th_u1.th_u2.tu_data.
37892
37893 2012-05-07  David S. Miller  <davem@davemloft.net>
37894
37895         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37896
37897         [BZ #14074]
37898         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37899         (SETUP_PIC_REG): Use it.
37900         (SETUP_PIC_REG_LEAF): Use it.
37901
37902 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37903
37904         [BZ #13885]
37905         [BZ #13923]
37906         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37907         USE_AS_EXPM1L.
37908         (EXPL_FINITE): Likewise.
37909         (FLDLOG): Likewise.
37910         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37911         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37912         e_expl.S.
37913         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37914         USE_AS_EXPM1L.
37915         (EXPL_FINITE): Likewise.
37916         (FLDLOG): Likewise.
37917         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37918         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37919         e_expl.S.
37920         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37921         test of -max_value argument for long double.
37922         * sysdeps/i386/fpu/libm-test-ulps: Update.
37923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37924
37925 2012-05-06  David S. Miller  <davem@davemloft.net>
37926
37927         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37928         quad soft-float symbols whose references which are compiler
37929         generated.
37930         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37931
37932 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37933
37934         [BZ #13884]
37935         [BZ #13914]
37936         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37937         USE_AS_EXP10L.
37938         (EXPL_FINITE): Likewise.
37939         (FLDLOG): Likewise.
37940         (c0): Likewise.
37941         (c1): Likewise.
37942         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37943         Adjust comments for base varying.
37944         (__expl_finite): Change alias to EXPL_FINITE.
37945         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37946         e_expl.S.
37947         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37948         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37949         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37950         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37951         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37952         USE_AS_EXP10L.
37953         (EXPL_FINITE): Likewise.
37954         (FLDLOG): Likewise.
37955         (c0): Likewise.
37956         (c1): Likewise.
37957         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37958         Adjust comments for base varying.
37959         (__expl_finite): Change alias to EXPL_FINITE.
37960         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
37961         tests for bugs.
37962         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37963
37964         [BZ #14064]
37965         * math/libm-test.inc (check_float_internal): Correct ulp
37966         calculation for subnormal expected results.
37967
37968 2012-05-06  Andreas Jaeger  <aj@suse.de>
37969
37970         * Makeconfig (+math-flags): New, set to -frounding-math.
37971         (+cflags): Add +math-flags so that all of glibc gets compiled with
37972         it.
37973
37974         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37975
37976 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
37977
37978         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37979         Disable one test.
37980
37981         [BZ #13787]
37982         [BZ #13922]
37983         [BZ #14036]
37984         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37985         (__ieee754_expl): Allow for and saturate large arguments.
37986         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37987         (u_threshold): Likewise.
37988         (__exp): Call __ieee754_exp before checking for overflow and
37989         underflow.
37990         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37991         (u_threshold): Likewise.
37992         (__expf): Call __ieee754_expf before checking for overflow and
37993         underflow.
37994         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37995         (u_threshold): Likewise.
37996         (__expl): Call __ieee754_expl before checking for overflow and
37997         underflow.
37998         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37999         (__ieee754_expl): Allow for and saturate large arguments.
38000         * math/libm-test.inc (exp_test): Add another test.  Do not allow
38001         missing overflow exception on overflow.
38002         (expm1_test): Do not allow missing overflow exception on overflow.
38003
38004         * sysdeps/i386/fpu/e_expl.c: Move to ...
38005         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
38006         rather than using inline asm.
38007         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
38008         * sysdeps/x86_64/fpu/e_expl.S: Copy from
38009         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
38010
38011         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
38012         (nice): Likewise.
38013         (poll): Likewise.
38014         (signal): Likewise.
38015         (time): Likewise.
38016         (times): Likewise.
38017
38018 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38019
38020         * sysdeps/unix/syscalls.list (adjtime): Add entry from
38021         sysdeps/unix/common/syscalls.list.
38022         (fchmod): Likewise.
38023         (fchown): Likewise.
38024         (ftruncate): Likewise.
38025         (getrusage): Likewise.
38026         (gettimeofday): Likewise.
38027         (setpgid): Likewise.
38028         (setregid): Likewise.
38029         (setreuid): Likewise.
38030         (sigaction): Likewise.
38031         (truncate): Likewise.
38032         (vhangup): Likewise.
38033         * sysdeps/unix/common/syscalls.list: Remove file.
38034         * sysdeps/unix/bsd/Implies: Don't include unix/common.
38035         * sysdeps/unix/sysv/linux/Implies: Likewise.
38036
38037 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
38038
38039         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
38040         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
38041         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
38042         Moved to ...
38043         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
38044         Here.
38045         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
38046         to ...
38047         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
38048         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
38049         to ...
38050         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
38051         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
38052         to ...
38053         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
38054         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
38055         to ...
38056         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
38057         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
38058         to ...
38059         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
38060         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
38061         to ...
38062         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
38063         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
38064         to ...
38065         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
38066         Here.
38067         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
38068         to ...
38069         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
38070         Here.
38071         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
38072         to ...
38073         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
38074         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
38075         Moved to ...
38076         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
38077         Here.
38078         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
38079         to ...
38080         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
38081
38082 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38083
38084         * sysdeps/unix/common/bits/dirent.h: Remove file.
38085         * sysdeps/unix/common/bits/fcntl.h: Likewise.
38086
38087         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
38088         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
38089         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
38090         * sysdeps/unix/bsd/isatty.c: Likewise.
38091         * sysdeps/unix/bsd/tcdrain.c: Likewise.
38092         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
38093         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
38094
38095 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38096
38097         [BZ #13563]
38098         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
38099         long double comparison inaccuracies.
38100         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38101         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38102
38103 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
38104
38105         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
38106         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
38107
38108 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38109
38110         [BZ #14049]
38111         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38112         nonzero digits before rounding a hex value.
38113         * stdlib/tst-strtod.c (tests): Add another test.
38114
38115 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38116
38117         * sysdeps/s390/fpu/libm-test-ulps: Update.
38118
38119 2012-05-03  Andreas Jaeger  <aj@suse.de>
38120
38121         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38122         does not get optimized out.
38123         (malloc_opt_barrier): New.
38124
38125 2012-05-03  Andreas Jaeger  <aj@suse.de>
38126             Roland McGrath  <roland@hack.frob.com>
38127
38128         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
38129         intermediate file deletion.
38130         (generated): Add .symlist files.
38131
38132 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
38133
38134         [BZ #13775]
38135         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
38136         Redirect under this condition.
38137         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38138         [__USE_GNU] (__dprintf_chk): Not under this condition.
38139         [__USE_GNU] (__vdprintf_chk): Likewise.
38140         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38141         under this condition.
38142         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38143         [__USE_XOPEN2K8] (dprintf): Define under this condition.
38144         [__USE_XOPEN2K8] (vdprintf): Likewise.
38145         [__USE_GNU] (__dprintf_chk): Not under this condition.
38146         [__USE_GNU] (__vdprintf_chk): Likewise.
38147         [__USE_GNU] (dprintf): Likewise.
38148         [__USE_GNU] (vdprintf): Likewise.
38149
38150 2012-05-03  Roland McGrath  <roland@hack.frob.com>
38151
38152         * elf/Makefile (common-generated): Set this instead of generated for
38153         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
38154         $(all-built-dso)-derived lists.
38155
38156 2012-05-03  Andreas Jaeger  <aj@suse.de>
38157
38158         * sysdeps/i386/fpu/libm-test-ulps: Update.
38159
38160         * FAQ: Removed.
38161         * FAQ.in: Likewise.
38162         * scripts/gen-FAQ.pl: Likewise.
38163         * manual/install.texi (Installation): Point to online location of
38164         FAQ.
38165         * Makefile (files-for-dist): Remove FAQ.
38166         (FAQ): Remove.
38167
38168 2012-05-02  Allan McRae  <allan@archlinux.org>
38169
38170         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38171         (LDFLAGS-reldepmod5.so): Likewise.
38172         (LDFLAGS-reldep6mod1.so): Likewise.
38173         (LDFLAGS-reldep6mod4.so): Likewise.
38174         (LDFLAGS-reldep8mod3.so): Likewise.
38175         (LDFLAGS-unload4mod1.so): Likewise.
38176         (LDFLAGS-unload4mod2.so): Likewise.
38177         (LDFLAGS-tst-initorder): Likewise.
38178         (LDFLAGS-tst-initordera2.so): Likewise.
38179         (LDFLAGS-tst-initordera3.so): Likewise.
38180         (LDFLAGS-tst-initordera4.so): Likewise.
38181         (LDFLAGS-tst-initorderb2.so): Likewise.
38182         (LDFLAGS-noload): Likewise.
38183         (LDFLAGS-next): Likewise.
38184         (LDFLAGS-order2mod1.so): Likewise.
38185         (LDFLAGS-order2mod2.so): Likewise.
38186         (LDFLAGS-tst-initorder2): Likewise.
38187         (LDFLAGS-tst-initorder2a.so): Likewise.
38188         (LDFLAGS-tst-initorder2b.so): Likewise.
38189         (LDFLAGS-tst-initorder2c.so): Likewise.
38190         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38191
38192 2012-05-02  David S. Miller  <davem@davemloft.net>
38193
38194         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38195
38196 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
38197
38198         [BZ #14055]
38199         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38200
38201 2012-05-02  Andreas Jaeger  <aj@suse.de>
38202
38203         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38204         since we manipulate rounding mode.
38205         (CPPFLAGS-test-idouble.c): Likewise.
38206         (CPPFLAGS-test-ifloat.c): Likewise.
38207         (CFLAGS-test-ldouble.c): Likewise.
38208         (CFLAGS-test-double.c): Likewise.
38209         (CFLAGS-test-float.c): Likewise.
38210         (CFLAGS-test-misc.c): Likewise.
38211         (CFLAGS-test-test-fenv.c): Likewise.
38212
38213 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38214
38215         [BZ #2550]
38216         [BZ #2570]
38217         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38218         comparisons to determine direction to adjust input.
38219
38220 2012-05-01  Roland McGrath  <roland@hack.frob.com>
38221
38222         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38223         output to the target.
38224
38225         * scripts/localplt.awk: New file.
38226         * elf/Makefile ($(objpfx)check-localplt): Target removed.
38227         (check-localplt-CFLAGS): Variable removed.
38228         ($(all-built-dso:=.jmprel)): New static pattern rule.
38229         (generated): Add those targets.
38230         (localplt-built-dso): New variable.
38231         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38232
38233         * elf/check-localplt.c: File removed.
38234
38235         * scripts/check-execstack.awk: New file.
38236         * elf/Makefile ($(objpfx)check-execstack): Target removed.
38237         (check-execstack-CFLAGS): Variable removed.
38238         ($(objpfx)check-execstack.h): Target removed.
38239         ($(objpfx)execstack-default): New target.
38240         (generated): Add that instead of check-execstack.h.
38241         ($(all-built-dso:=.phdr)): New static pattern rule.
38242         (generated): Add those targets.
38243         * elf/check-execstack.c: File removed.
38244
38245         * scripts/check-textrel.awk: New file.
38246         * elf/Makefile ($(objpfx)check-textrel): Target removed.
38247         (check-textrel-CFLAGS): Variable removed.
38248         (all-built-dso): Use := to define.o
38249         ($(all-built-dso:=.dyn)): New static pattern rule.
38250         (generated): Add those targets.
38251         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38252         * config.make.in (READELF): New substituted variable.
38253         * elf/check-textrel.c: File removed.
38254
38255 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38256
38257         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38258         allow.
38259         * conform/data/ctype.h-data [C99-based standards] (isblank):
38260         Expect function.
38261         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38262         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38263         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38264         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38265         Specify type.  Require positive value.
38266         (EILSEQ): Likewise.
38267         (ERANGE): Likewise.
38268         [ISO || POSIX] (EILSEQ): Do not expect.
38269         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38270         Specify type.  Require positive value.
38271         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38272         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38273         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38274         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38275         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38276         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38277         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38278         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38279         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38280         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38281         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38282         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38283         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38284         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38285         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38286         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38287         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38288         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38289         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38290         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38291         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38292         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38293         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38294         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38295         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38296         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38297         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38298         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38299         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38300         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38301         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38302         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38303         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38304         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38305         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38306         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38307         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38308         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38309         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38310         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38311         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38312         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38313         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38314         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38315         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38316         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38317         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38318         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38319         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38320         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38321         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38322         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38323         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38324         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38325         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38326         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38327         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38328         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38329         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38330         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38331         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38332         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38333         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38334         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38335         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38336         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38337         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38338         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38339         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38340         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38341         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38342         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38343         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38344         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38345         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38346         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38347         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38348         Require >= 2.
38349         (FLT_ROUNDS): Expect as macro, not constant.
38350         (FLT_MANT_DIG): Use macro-int-constant.
38351         (DBL_MANT_DIG): Likewise.
38352         (LDBL_MANT_DIG): Likewise.
38353         (FLT_DIG): Likewise.
38354         (DBL_DIG): Likewise.
38355         (LDBL_DIG): Likewise.
38356         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
38357         (DBL_MIN_EXP): Likewise.
38358         (LDBL_MIN_EXP): Likewise.
38359         (FLT_MAX_EXP): Use macro-int-constant.
38360         (DBL_MAX_EXP): Likewise.
38361         (LDBL_MAX_EXP): Likewise.
38362         (FLT_MAX_10_EXP): Likewise.
38363         (DBL_MAX_10_EXP): Likewise.
38364         (LDBL_MAX_10_EXP): Likewise.
38365         (FLT_MAX): Use macro-constant.
38366         (DBL_MAX): Likewise.
38367         (LDBL_MAX): Likewise.
38368         (FLT_EPSILON): Use macro-constant.  Give upper bound.
38369         (DBL_EPSILON): Likewise.
38370         (LDBL_EPSILON): Likewise.
38371         (FLT_MIN): Likewise.
38372         (DBL_MIN): Likewise.
38373         (LDBL_MIN): Likewise.
38374         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38375         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38376         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38377         [ISO11] (FLT_HAS_SUBNORM): Likewise.
38378         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38379         [ISO11] (DBL_DECIMAL_DIG): Likewise.
38380         [ISO11] (FLT_DECIMAL_DIG): Likewise.
38381         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38382         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38383         [ISO11] (FLT_TRUE_MIN): Likewise.
38384         [ISO11] (LDBL_TRUE_MIN): Likewise.
38385         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38386         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38387         (SCHAR_MIN): Use macro-int-constant.  Specify type.
38388         (SCHAR_MAX): Likewise.
38389         (UCHAR_MAX): Likewise.
38390         (CHAR_MIN): Likewise.
38391         (CHAR_MAX): Likewise.
38392         (MB_LEN_MAX): Use macro-int-constant.
38393         (SHRT_MIN): Use macro-int-constant.  Specify type.
38394         (SHRT_MAX): Likewise.
38395         (USHRT_MAX): Likewise.
38396         (INT_MAX): Likewise.
38397         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
38398         bound negative.
38399         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38400         bound with "U".
38401         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38402         bound with "L".
38403         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
38404         bound negative.  Suffix upper bound with "L".
38405         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38406         bound with "UL".
38407         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38408         Specify type.
38409         [C99-based standards] (LLONG_MAX): Likewise.
38410         [C99-based standards] (ULLONG_MAX): Likewise.
38411         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
38412         == 0.
38413         [ISO11] (max_align_t): Require type.
38414         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38415
38416         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38417         from $CFLAGS, without defining away __attribute__ calls.
38418         (checknamespace): Use $CFLAGS_namespace.
38419
38420         * conform/conformtest.pl (@keywords): Only include C99 keywords
38421         for standards based on C99 or C11.
38422
38423         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38424         Disable tests.
38425         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38426         UNIX98]: Likewise.
38427
38428         * conform/conformtest.pl: Handle "macro-int-constant" and test for
38429         usability of symbols in #if.
38430
38431         * conform/conformtest.pl: If macro or constant types start
38432         "promoted:", expect the symbol to be of the following type
38433         promoted by the integer promotions.
38434
38435         * conform/conformtest.pl: Parse all "constant" and "macro" lines
38436         in one place.  Also handle "macro-constant".
38437
38438         * conform/conformtest.pl: Only accept expected macro values with
38439         "==".  Parse all "macro" lines in one place.
38440         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38441
38442         * conform/conformtest.pl: Handle braced types on "constant" lines
38443         instead of handling "typed-constant".
38444         * conform/data/signal.h-data: Use "constant" instead of
38445         "typed-constant".
38446
38447         * conform/conformtest.pl: Handle "optional-" at start of lines in
38448         one place rather than duplicating several cases.  Handle each
38449         format of "macro" line with initial "optional-".
38450
38451         * conform/conformtest.pl: Only accept expected constant or
38452         optional-constant values with "==".  Parse all "constant" lines in
38453         one place.  Parse all "optional-constant" lines in one place.
38454         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38455         * conform/data/fmtmsg.h-data: Likewise.
38456         * conform/data/netinet/in.h-data: Likewise.
38457         * conform/data/tar.h-data: Likewise.
38458         * conform/data/limits.h-data: Use "==" form on "constant" and
38459         "optional-constant" lines.
38460
38461         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38462         Use -std=c99 for XOPEN2K.
38463         (@knownproblems): Remove.
38464         (newtoken): Don't check %isknown.
38465
38466         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38467         Do not expect macro.
38468         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38469         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38470         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38471         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38472         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38473         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38474         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38475         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38476         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38477         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38478         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38479         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38480         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38481         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38482         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38483         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38484         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38485         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38486         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38487         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38488         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38489         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38490         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38491         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38492         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38493         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38494         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38495         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38496         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38497         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38498         [XPG3] (acosh): Likewise.
38499         [XPG3] (asinh): Likewise.
38500         [XPG3] (atanh): Likewise.
38501         [XPG3] (cbrt): Likewise.
38502         [XPG3] (expm1): Likewise.
38503         [XPG3] (ilogb): Likewise.
38504         [XPG3] (log1p): Likewise.
38505         [XPG3] (logb): Likewise.
38506         [XPG3] (nextafter): Likewise.
38507         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38508         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38509         [XPG3] (remainder): Likewise.
38510         [XPG3] (rint): Likewise.
38511         [XPG3 || XPG4 || UNIX98] (round): Likewise.
38512         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38513         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38514         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38515         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38516         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38517         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38518         [UNIX98 || XOPEN2K] (scalb): Expect.
38519         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38520         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38521         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38522         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38523         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38524         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38525         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38526         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38527         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38528         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38529         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38530         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38531         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38532         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38533         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38534         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
38535         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
38536         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
38537         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
38538         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
38539         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
38540         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
38541         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
38542         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
38543         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
38544         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
38545         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
38546         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
38547         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
38548         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
38549         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
38550         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
38551         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
38552         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
38553         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
38554         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
38555         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
38556         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
38557         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
38558         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
38559         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
38560         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
38561         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
38562         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
38563         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
38564         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
38565         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
38566         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
38567         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
38568         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
38569         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
38570         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
38571         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
38572         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
38573         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
38574         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
38575         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
38576         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
38577         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
38578         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
38579         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
38580         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
38581         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
38582         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
38583         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
38584         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
38585         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
38586         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
38587         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
38588         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
38589         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
38590         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
38591         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
38592         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
38593         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
38594         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
38595         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
38596         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
38597         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
38598         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
38599         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
38600         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
38601         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
38602         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
38603         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
38604         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
38605         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
38606         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
38607         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
38608         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
38609         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
38610         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
38611         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
38612         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
38613         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
38614         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
38615         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
38616         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
38617         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
38618         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
38619         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
38620         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
38621         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
38622         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
38623         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
38624         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
38625         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
38626         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
38627         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
38628         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
38629         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
38630         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
38631         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
38632         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
38633         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
38634         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
38635         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
38636         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
38637         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
38638         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
38639         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
38640         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
38641         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
38642         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
38643         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
38644         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
38645         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
38646         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
38647         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
38648         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
38649         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
38650         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
38651         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
38652         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
38653         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
38654         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
38655         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
38656
38657         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
38658         _XOPEN_SOURCE_EXTENDED for XPG4.
38659
38660         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
38661
38662         * Makeconfig (localtime): Remove variable.
38663         (inst_localtime-file): Likewise.
38664
38665 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38666
38667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
38668         Update.
38669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38670         Update.
38671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
38672         Update.
38673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
38674         Update.
38675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
38676         Update.
38677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
38678         Update.
38679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38680         Update.
38681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
38682         Update.
38683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38684         Update.
38685
38686 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38687
38688         [BZ #2550]
38689         [BZ #2570]
38690         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
38691         comparisons to determine direction to adjust input.
38692         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
38693         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
38694         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
38695         Likewise.
38696         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
38697         Likewise.
38698         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38699         Likewise.
38700         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
38701         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
38702         Likewise.
38703         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
38704         Likewise.
38705         * math/libm-test.inc (nexttoward_test): Add more tests.
38706
38707 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38708
38709         [BZ #14040]
38710         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
38711         in version GLIBC_2.1, not GLIBC_2.0.
38712         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
38713         Likewise.
38714
38715 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
38716
38717         [BZ #13942]
38718         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
38719         (1 - x) * (1 + x).
38720         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38721         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
38722         * math/libm-test.inc (acos_test): Add more tests.
38723         (asin_test): Likewise.
38724         * sysdeps/i386/fpu/libm-test-ulps: Update.
38725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38726
38727         [BZ #14034]
38728         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
38729         of square root.
38730         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
38731         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38732         * math/libm-test.inc (acos_test_tonearest): New function.
38733         (acos_test_towardzero): Likewise.
38734         (acos_test_downward): Likewise.
38735         (acos_test_upward): Likewise.
38736         (asin_test_tonearest): Likewise.
38737         (asin_test_towardzero): Likewise.
38738         (asin_test_downward): Likewise.
38739         (asin_test_upward): Likewise.
38740         (main): Call the new functions.
38741         * sysdeps/i386/fpu/libm-test-ulps: Update.
38742         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38743
38744         [BZ #13884]
38745         [BZ #13924]
38746         * math/e_exp10.c: Include <float.h>.
38747         (__ieee754_exp10): Handle underflow here rather than multiplying
38748         large negative argument by M_LN10.
38749         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
38750         of __ieee754_expf.
38751         * math/e_exp10l.c: Include <float.h>.
38752         (__ieee754_exp10l): Handle underflow here rather than multiplying
38753         large negative argument by M_LN10l.
38754         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
38755         spurious overflow exception on underflow.
38756
38757 2012-04-29  Marek Polacek  <polacek@redhat.com>
38758
38759         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
38760         (__fortify_function): New macro.
38761         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
38762         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
38763         __extern_always_inline.
38764         * libio/bits/stdio2.h: Likewise.
38765         * libio/bits/stdio.h: Likewise.
38766         * string/string.h: Likewise.
38767         * string/bits/string3.h: Likewise.
38768         * include/stdio.h: Likewise.
38769         * stdlib/bits/stdlib.h: Likewise.
38770         * stdlib/stdlib.h: Likewise.
38771         * rt/bits/mqueue2.h: Likewise.
38772         * rt/mqueue.h: Likewise.
38773         * posix/bits/unistd.h: Likewise.
38774         * posix/unistd.h: Likewise.
38775         * io/bits/poll2.h: Likewise.
38776         * io/bits/fcntl2.h: Likewise.
38777         * io/fcntl.h: Likewise.
38778         * io/sys/poll.h: Likewise.
38779         * misc/bits/syslog.h: Likewise.
38780         * misc/bits/syslog-ldbl.h: Likewise.
38781         * misc/sys/syslog.h: Likewise.
38782         * socket/bits/socket2.h: Likewise.
38783         * socket/sys/socket.h: Likewise.
38784         * debug/tst-chk1.c: Likewise.
38785         * wcsmbs/bits/wchar2.h: Likewise.
38786         * wcsmbs/bits/wchar-ldbl.h: Likewise.
38787         * wcsmbs/wchar.h: Likewise.
38788
38789 2012-04-29  Andreas Jaeger  <aj@suse.de>
38790
38791         * Makerules (tests): Remove enable-check-abi protection.
38792         (check-abi-warn): Remove.
38793         (check-abi-%): Remove check-abi-warn usage.
38794
38795         * configure.in: Remove check-abi configure option.
38796         * configure: Regenerated.
38797         * config.make.in (enable-check-abi): Remove.
38798
38799 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
38800
38801         [BZ #14033]
38802         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
38803         double functions to double *_finite functions.
38804
38805         [BZ #13941]
38806         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
38807         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
38808         LDBL_MIN_EXP.
38809         * stdio-common/Makefile (tests): Add tst-sprintf3.
38810         * stdio-common/tst-sprintf3.c: New file.
38811
38812         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
38813         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
38814
38815 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38816
38817         * conform/conformtest.pl: Remove duplicate typed-constant
38818         handling.
38819
38820 2012-04-28  David S. Miller  <davem@davemloft.net>
38821
38822         * Makerules (%.abilist): Add vpath on sysdep_dirs.
38823         (check-abi-%): Remove AWK script prerequisite and explicit
38824         abilist directory.
38825         (check-abi): Rewrite to just diff the symlist with the abilist.
38826         (config-tls, config-abi-config): Delete, no longer used.
38827         (update-abi-%): Remove AWK script and explicit abilist directory.
38828         (update-abi): Rewrite to simply compare and conditionally copy the
38829         symlist and the sysdep abilist file.  Remove update-abi-config
38830         checks.
38831         * abilist/ld.abilist: Remove.
38832         * abilist/libBrokenLocale.abilist: Remove.
38833         * abilist/libanl.abilist: Remove.
38834         * abilist/libcrypt.abilist: Remove.
38835         * abilist/libdl.abilist: Remove.
38836         * abilist/librt.abilist: Remove.
38837         * abilist/libthread_db.abilist: Remove.
38838         * abilist/libutil.abilist: Remove.
38839         * scripts/extract-abilist.awk: Remove.
38840         * scripts/merge-abilist.awk: Remove.
38841         * sysdeps/generic/libcidn.abilist: New file.
38842         * sysdeps/generic/libnss_compat.abilist: New file.
38843         * sysdeps/generic/libnss_db.abilist: New file.
38844         * sysdeps/generic/libnss_dns.abilist: New file.
38845         * sysdeps/generic/libnss_files.abilist: New file.
38846         * sysdeps/generic/libnss_hesiod.abilist: New file.
38847         * sysdeps/generic/libnss_nis.abilist: New file.
38848         * sysdeps/generic/libnss_nisplus.abilist: New file.
38849         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38850         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38851         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38852         file.
38853         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38854         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38855         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38856         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38857         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38858         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38859         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38860         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38861         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38862         file.
38863         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38864         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38865         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38866         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38867         file.
38868         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38869         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38870         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38871         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38872         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38873         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38874         file.
38875         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38876         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38877         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38878         file.
38879         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38880         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38881         New file.
38882         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38883         New file.
38884         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38885         New file.
38886         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38887         New file.
38888         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38889         New file.
38890         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38891         New file.
38892         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38893         New file.
38894         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38895         New file.
38896         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38897         New file.
38898         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38899         New file.
38900         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38901         New file.
38902         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38903         New file.
38904         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38905         New file.
38906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38907         file.
38908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38909         New file.
38910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38911         New file.
38912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38913         file.
38914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38915         New file.
38916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38917         New file.
38918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38919         file.
38920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38921         New file.
38922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38923         New file.
38924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38925         New file.
38926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38927         New file.
38928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38929         New file.
38930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38931         New file.
38932         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38933         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38934         file.
38935         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38936         New file.
38937         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38938         file.
38939         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38940         file.
38941         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38942         file.
38943         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38944         file.
38945         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38946         file.
38947         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38948         New file.
38949         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38950         file.
38951         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38952         file.
38953         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38954         New file.
38955         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38956         file.
38957         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38958         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38959         file.
38960         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38961         New file.
38962         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38963         file.
38964         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38965         file.
38966         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38967         file.
38968         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38969         file.
38970         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38971         file.
38972         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38973         New file.
38974         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38975         file.
38976         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38977         file.
38978         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38979         New file.
38980         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38981         file.
38982         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38983         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38984         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38985         file.
38986         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38987         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38988         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38989         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38990         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38991         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38992         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38993         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38994         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38995         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38996         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38997         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38998         file.
38999         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
39000         New file.
39001         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
39002         file.
39003         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
39004         file.
39005         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
39006         file.
39007         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
39008         file.
39009         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
39010         file.
39011         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
39012         New file.
39013         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
39014         New file.
39015         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
39016         file.
39017         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
39018         New file.
39019         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
39020         file.
39021         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
39022         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
39023         file.
39024         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
39025         New file.
39026         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
39027         file.
39028         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
39029         file.
39030         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
39031         file.
39032         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
39033         file.
39034         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
39035         file.
39036         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
39037         New file.
39038         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
39039         New file.
39040         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
39041         file.
39042         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
39043         New file.
39044         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
39045         file.
39046
39047 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
39048
39049         * conform/conformtest.pl: Fix typo in handling typed-constant from
39050         allow-header.
39051
39052 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39053
39054         * README: Cut down references to pre-2.6 Linux kernels and
39055         Linuxthreads.  Update lists of configurations in libc and ports
39056         and sort alphabetically.  Say "or newer" with Linux kernel version
39057         requirements.
39058
39059         * config.h.in [IS_IN_build]: Allow compiling without optimization.
39060
39061 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
39062
39063         [BZ #887]
39064         * math/libm-test.inc (logb_test_downward): New test to expose
39065         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
39066         rounding mode.
39067
39068 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39069
39070         [BZ #14027]
39071         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
39072         to be done.
39073         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
39074         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
39075
39076 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
39077
39078         * sysdeps/unix/i386/brk.S: Remove file.
39079         * sysdeps/unix/i386/dl-brk.S: Likewise.
39080         * sysdeps/unix/i386/pipe.S: Likewise.
39081         * sysdeps/unix/i386/sigreturn.S: Likewise.
39082         * sysdeps/unix/i386/syscall.S: Likewise.
39083         * sysdeps/unix/i386/vfork.S: Likewise.
39084         * sysdeps/unix/i386/wait.S: Likewise.
39085
39086         * sysdeps/unix/common/tcsendbrk.c: Move to ...
39087         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
39088
39089         * configure.in (arm*-none*): Do not allow without
39090         --enable-hacker-mode.
39091         (netbsd*): Remove case setting base_os.
39092         (386bsd*): Likewise.
39093         (freebsd*): Likewise.
39094         (bsdi*): Likewise.
39095         (osf*): Likewise.
39096         (sunos*): Likewise.
39097         (ultrix*): Likewise.
39098         (newsos*): Likewise.
39099         (dynix*): Likewise.
39100         (*bsd*): Likewise.
39101         (sysv*): Likewise.
39102         (isc*): Likewise.
39103         (esix*): Likewise.
39104         (sco*): Likewise.
39105         (minix*): Likewise.
39106         (irix4*): Likewise.
39107         (irix6*): Likewise.
39108         (solaris[2-9]*): Likewise.
39109         (none): Likewise.
39110         * configure: Regenerated.
39111
39112 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39113
39114         [BZ #11521]
39115         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39116         overflow or cancellation in calculating denominator.
39117         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39118         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39119         down expression to avoid unexpected rounding in newer GCCs.
39120         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39121
39122 2012-04-26  David S. Miller  <davem@davemloft.net>
39123
39124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39125         long-double compat symbols.
39126         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39130         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39131         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39132         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39133         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39134         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
39135         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39136         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
39137         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
39138         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
39139
39140 2012-04-25  David S. Miller  <davem@davemloft.net>
39141
39142         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39143         HWCAP_* values only after the memory barriers have been defined.
39144         (atomic_full_barrier): Define.
39145         (atomic_read_barrier): Define.
39146         (atomic_write_barrier): Define.
39147
39148 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39149
39150         * shlib-versions: Add libgcc_s version information.
39151         * sysdeps/generic/libgcc_s.h: Remove.
39152         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39153         libgcc_s.h.
39154         * sysdeps/gnu/unwind-resume.c: Likewise.
39155         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39156
39157 2012-04-25  David S. Miller  <davem@davemloft.net>
39158
39159         * sysdeps/unix/sparc/brk.S: Delete.
39160         * sysdeps/unix/sparc/dl-brk.S: Delete.
39161         * sysdeps/unix/sparc/pipe.S: Delete.
39162         * sysdeps/unix/sparc/sysdep.S: Delete.
39163         * sysdeps/unix/sparc/sysdep.h: Delete.
39164         * sysdeps/unix/sparc/vfork.S: Delete.
39165         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39166         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39167         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39168         (ret_ERRVAL, r0, r1, MOVE): Define.
39169         (JUMPTARGET): Remove.
39170         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39171         sysdeps/unix/sparc/sysdep.h
39172         (ENTRY, END): Remove.
39173         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39174
39175 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
39176
39177         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39178         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39179         -DIS_IN_build.
39180
39181         * timezone/README: Update upstream location and email address for
39182         tzcode and tzdata.
39183         * timezone/zdump.c: Update from tzcode 2012b.
39184         * timezone/zic.c: Likewise.
39185
39186         * configure.in (libc_cv_as_needed): Remove test.
39187         * configure: Regenerated.
39188         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39189         conditional definition.
39190         [$(have-as-needed) != yes] (no-as-needed): Likewise.
39191         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39192         * config.make.in (have-as-needed): Remove variable.
39193
39194 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39195             Paul Pluzhnikov  <ppluzhnikov@google.com>
39196
39197         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39198         strings correctly.
39199
39200 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
39201
39202         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39203         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39204         * sysdeps/sh/strlen.S: Likewise.
39205
39206 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39207
39208         * sysdeps/unix/fork.S: Remove file.
39209         * sysdeps/unix/i386/fork.S: Likewise.
39210         * sysdeps/unix/sparc/fork.S: Likewise.
39211
39212         * sysdeps/unix/system.c: Remove file.
39213         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39214
39215         * sysdeps/unix/getegid.S: Remove file.
39216         * sysdeps/unix/geteuid.S: Likewise.
39217
39218 2012-04-24  Roland McGrath  <roland@hack.frob.com>
39219
39220         * scripts/check-localplt.awk: New file.
39221         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39222         of diff.
39223         * scripts/data/localplt-generic.data: Add a comment.
39224
39225         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39226         NODE when __dir_mkfile failed.
39227         * sysdeps/mach/hurd/symlinkat.c: Likewise.
39228         Reported by Ludovic Courtès <ludo@gnu.org>.
39229
39230 2012-04-24  Andreas Jaeger  <aj@suse.de>
39231
39232         * Makerules (common-clean): Also remove gen-as-const-headers
39233         files.
39234
39235 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39236
39237         * Makerules (native-compile): Do not change working directory for
39238         build.  Use $(OUTPUT_OPTION) in command.
39239         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39240
39241 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39242
39243         [BZ #13886]
39244         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39245         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39246         * math/libm-test.inc (floor_test): Add more tests.
39247         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39248
39249 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39250
39251         * sysdeps/unix/getdents.c: Remove file.
39252         * sysdeps/unix/sysv/getdents.c: Likewise.
39253         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39254
39255         * sysdeps/unix/syscalls.list (madvise): Add syscall from
39256         sysdeps/unix/mman/syscalls.list.
39257         (mmap): Likewise.
39258         (mprotect): Likewise.
39259         (msync): Likewise.
39260         (munmap): Likewise.
39261         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39262         * sysdeps/unix/mman/syscalls.list: Remove.
39263         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39264
39265         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39266         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39267         * configure: Regenerated.
39268         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39269         $(libgcc_s_suffix).
39270         * config.make.in (libgcc_s_suffix): Remove variable.
39271
39272 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
39273
39274         * sysdeps/unix/sysv/gethostname.c: Move to ...
39275         * sysdeps/posix/gethostname.c: ... here.
39276
39277         * sysdeps/unix/execve.S: Remove file.
39278
39279         * sysdeps/unix/_exit.S: Remove file.
39280
39281 2012-04-23  Andreas Jaeger  <aj@suse.de>
39282
39283         [BZ #13739]
39284         * manual/Makefile: Remove make dist support, there's no
39285         need for a stand-alone documentation tar ball.
39286         (TEXI2DVI): Define always, it's not in Makeconfig.
39287         (dist): Removed.
39288         (tar-it): Removed.
39289         (edition): Removed.
39290         (glibc-doc-$(edition).tar): Removed
39291         (%.Z): Removed.
39292         (%.gz): Removed.
39293         (%.uu): Removed.
39294         (ETAGS): Remove, it's in Makeconfig.
39295         (move-if-change): Remove, it's in Makeconfig.
39296
39297 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
39298
39299         [BZ #13970]
39300         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39301         (strtod, strtof, strtold, strtol, strtoul, strtoq)
39302         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39303         (strtod_l, strtof_l, strtold_l): Remove __wur.
39304         It is not necessarily an error to ignore strtol's return value.
39305         One can reliably look at the stored endptr to decide whether
39306         the number had valid syntax.
39307
39308 2012-04-21  Andreas Jaeger  <aj@suse.de>
39309
39310         [BZ #13739]
39311         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39312
39313 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
39314
39315         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39316         * sysdeps/unix/sysv/Versions: Remove file.
39317
39318 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
39319
39320         [BZ #13927]
39321         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39322
39323 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
39324
39325         [BZ #7064]
39326         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39327         version from __vm86.
39328
39329 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
39330
39331         * sysdeps/unix/common/lxstat.c: Remove file.
39332         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39333
39334         * sysdeps/unix/sysv/Makefile: Remove file.
39335
39336         * sysdeps/unix/sysv/direct.h: Remove file.
39337
39338         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39339         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39340         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39341         * sysdeps/unix/sysv/bits/signum.h: Likewise.
39342         * sysdeps/unix/sysv/bits/stat.h: Likewise.
39343         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39344         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39345
39346         * sysdeps/unix/sysv/setrlimit.c: Remove file.
39347
39348         * sysdeps/unix/xmknod.c: Remove file.
39349         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39350
39351         * sysdeps/unix/sysv/settimeofday.c: Remove file.
39352
39353         * sysdeps/unix/sysv/i386/time.S: Remove file.
39354
39355         * sysdeps/unix/fxstat.c: Remove file.
39356         * sysdeps/unix/xstat.c: Likewise.
39357         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39358
39359         * sysdeps/unix/sysv/sigaction.c: Remove file.
39360
39361         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39362         (sysdep_headers): Remove variable.
39363         [termio.h not in sysdep_headers] (generated): Likewise.
39364         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39365         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39366         * sysdeps/unix/sysv/tcdrain.c: Likewise.
39367         * sysdeps/unix/sysv/tcflow.c: Likewise.
39368         * sysdeps/unix/sysv/tcflush.c: Likewise.
39369         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39370         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39371         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39372         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39373         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39374
39375         * sysdeps/unix/siglist.c: Remove file.
39376
39377         * sysdeps/unix/getppid.S: Remove file.
39378
39379         * sysdeps/unix/mkdir.c: Remove file.
39380         * sysdeps/unix/rmdir.c: Likewise.
39381
39382 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
39383
39384         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39385         ERR_MAX value.
39386         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39387         errlist-compat value.
39388
39389 2012-04-18  David S. Miller  <davem@davemloft.net>
39390
39391         * sysdeps/generic/memcopy.h (reg_char): Delete.
39392         * debug/strcat_chk.c: Use char, not reg_char.
39393         * debug/strcpy_chk.c: Likewise.
39394         * debug/strncat_chk.c: Likewise.
39395         * debug/strncpy_chk.c: Likewise.
39396         * string/memchr.c: Likewise.
39397         * string/memrchr.c: Likewise.
39398         * string/rawmemchr.c: Likewise.
39399         * string/strcat.c: Likewise.
39400         * string/strchr.c: Likewise.
39401         * string/strchrnul.c: Likewise.
39402         * string/strcmp.c: Likewise.
39403         * string/strcpy.c: Likewise.
39404         * string/strncat.c: Likewise.
39405         * string/strncmp.c: Likewise.
39406         * string/strncpy.c: Likewise.
39407
39408 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39409
39410         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39411         __builtin_memcopy is called when src and dest ranges are known to not
39412         overlap.
39413
39414 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39415
39416         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39417         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39418         fwd_align_merge macro call.
39419         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39420         bwd_align_merge macro call.
39421         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39422
39423 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39424
39425         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39426         bwd_align_merge macros.
39427         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39428         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39429         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39430
39431 2012-04-18  David S. Miller  <davem@davemloft.net>
39432
39433         * sysdeps/sparc/sparc64/memcopy.h: Delete.
39434
39435 2012-04-18  Andreas Jaeger  <aj@suse.de>
39436
39437         [BZ# 6794]
39438         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39439         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39440         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39441
39442         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39443         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39444         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39445
39446         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39447         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39448         Adjust for changed ldbl-128 files.
39449
39450         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39451         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39452         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39453
39454 2012-04-17  David S. Miller  <davem@davemloft.net>
39455
39456         * sysdeps/sparc/sparc32/memcopy.h: Delete.
39457
39458 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
39459
39460         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39461         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39462         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39463         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39464         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39465         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39466
39467 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39468
39469         [BZ #6794]
39470         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39471         * math/libm-test.inc: Add ilogb errno and exception tests.
39472         * math/w_ilogb.c: New file: ilogb wrapper.
39473         * math/w_ilogbf.c: New file: ilogbf wrapper.
39474         * math/w_ilogbl.c: New file: ilogbl wrapper.
39475         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39476         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39477         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39478         exception being thrown with 0.0 as argument.
39479         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39480         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39481         exception being thrown with 0.0 as argument.
39482         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39483         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39484         exception being thrown with 0.0 as argument.
39485         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39486         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39487         exception being thrown with 0.0 as argument.
39488         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39489         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
39490         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
39491         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39492         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39493         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39494         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39495         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39496         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39497
39498 2012-04-17  Petr Baudis  <pasky@ucw.cz>
39499
39500         * include/sys/uio.h: Change __vector to __iovec to avoid clash
39501         with altivec.
39502
39503 2012-04-16  Marek Polacek  <polacek@redhat.com>
39504
39505         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39506
39507 2012-04-16  Marek Polacek  <polacek@redhat.com>
39508
39509         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39510         operands of fdivp instruction.
39511
39512 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39513
39514         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39515         * elf/tst-auditmod3b.c: Likewise.
39516         * elf/tst-auditmod4b.c: Likewise.
39517         * elf/tst-auditmod5b.c: Likewise.
39518         * elf/tst-auditmod6b.c: Likewise.
39519         * elf/tst-auditmod6c.c: Likewise.
39520         * elf/tst-auditmod7b.c: Likewise.
39521         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39522         * sysdeps/x86_64/preconfigure.in: Likewise.
39523         * sysdeps/x86_64/preconfigure: Regenerated.
39524
39525 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39526
39527         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39528         __ILP32__.
39529
39530 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
39531
39532         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39533         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39534
39535 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
39536
39537         [BZ #13973]
39538         * locale/iso-639.def: Fix gl language name. Spotted by
39539         Yaron Shahrabani.
39540
39541 2012-04-12  Roland McGrath  <roland@hack.frob.com>
39542
39543         [BZ #2074]
39544         * libio/libio.h (__io_write_fn): Update comment.
39545
39546 2012-04-12  Petr Baudis  <pasky@ucw.cz>
39547
39548         [BZ #2074]
39549         * stdio.texi (Hook Functions): The user provided writer function
39550         is not allowed to return -1.
39551
39552 2012-04-11  David S. Miller  <davem@davemloft.net>
39553
39554         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39555
39556 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
39557
39558         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
39559         Add a leading slash to rtkaio.
39560
39561 2012-04-11  Jim Meyering  <meyering@redhat.com>
39562
39563         [BZ #11959]
39564         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
39565         It is not necessarily an error to ignore fwrite's return
39566         value.  One can reliably use ferror to test for errors after
39567         the fact.
39568
39569 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39570
39571         * bits/types.h (__snseconds_t): New type.
39572         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
39573
39574         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
39575         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39576         (__SNSECONDS_T_TYPE): Likewise.
39577         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39578         (__SNSECONDS_T_TYPE): Likewise.
39579         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39580         (__SNSECONDS_T_TYPE): Likewise.
39581
39582 2012-04-10  Andreas Jaeger  <aj@suse.de>
39583
39584         [BZ #2636]
39585         * manual/time.texi (Processor Time): Return type of times is
39586         elapsed real time since an arbitrary point in the past.
39587         (CPU Time): Move CLK_TCK from here...
39588         (Processor Time): ...to here.  Correct description.
39589         * manual/conf.texi (Constants for Sysconf): Correct description of
39590         _SC_CLK_TCK.
39591
39592 2012-04-10  David S. Miller  <davem@davemloft.net>
39593
39594         [BZ #13967]
39595         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
39596         where the is a gap between DT_REL(A) and DT_JMPREL.
39597
39598 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39599
39600         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
39601         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39602         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39603
39604 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
39605
39606         * elf/dl-support.c (_dl_inhibit_cache): New variable.
39607         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
39608         (dl_main): Handle --inhibit-cache.
39609         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
39610         _dl_inhibit_cache.
39611         * elf/dl-load.c (_dl_map_object): Use it.
39612         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
39613
39614 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39615
39616         [BZ #13872]
39617         * sysdeps/i386/fpu/e_powl.S (p78): New object.
39618         (__ieee754_powl): Saturate large exponents rather than testing for
39619         overflow of y*log2(x).
39620         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39621         * math/libm-test.inc (pow_test): Do not permit spurious overflow
39622         exceptions.
39623
39624         [BZ #11521]
39625         * math/s_ctan.c: Include <float.h>.
39626         (__ctan): Avoid internal overflow or cancellation in calculating
39627         denominator.
39628         * math/s_ctanf.c: Likewise.
39629         * math/s_ctanl.c: Likewise.
39630         * math/s_ctanh.c: Likewise.
39631         * math/s_ctanhf.c: Likewise.
39632         * math/s_ctanhl.c: Likewise.
39633         * math/libm-test.inc (ctan_test): Add more tests.
39634         (ctanh_test): Likewise.
39635         * sysdeps/i386/fpu/libm-test-ulps: Update.
39636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39637
39638 2012-04-09  Andreas Jaeger  <aj@suse.de>
39639
39640         [BZ #6894]
39641         * manual/filesys.texi (Directory Entries): Mention that d_namlen
39642         is an optional BSD extension.
39643
39644         [BZ #10254]
39645         * manual/stdio.texi (Opening Streams): Document additional fopen
39646         parameters.
39647
39648 2012-04-09  Roland McGrath  <roland@hack.frob.com>
39649
39650         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
39651         %eax without telling the compiler.
39652
39653 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
39654
39655         [BZ # 13963]
39656         * manual/install.texi: Use sourceware.org.
39657
39658 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39659
39660         [BZ #13873]
39661         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
39662         (__ieee754_pow): Generate overflow and underflow using huge*huge
39663         and tiny*tiny rather than just returning constant infinity or zero
39664         for large exponents.
39665         * math/libm-test.inc (pow_test): Require overflow exceptions for
39666         applicable cases of large exponents.
39667
39668         [BZ #706]
39669         * sysdeps/i386/fpu/e_pow.S (p10): New object.
39670         (__ieee754_pow): Use iterative multiplication algorithm only for
39671         integer exponents with absolute value below 1024.  Check for odd
39672         integer exponents when using algorithm for real exponents.
39673         * math/libm-test.inc (pow_test): Add more tests.
39674         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39675
39676 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
39677
39678         [BZ #13705]
39679         * math/libm-test.inc (exp_test): Do not allow overflow exception
39680         on underflow test.
39681
39682 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
39683
39684         [BZ #13705]
39685         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
39686         instead of __kernel_standard_f.
39687
39688 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
39689
39690         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
39691         * sysdeps/x86_64/memset_chk.S: Likewise.
39692
39693 2012-04-08  Andreas Jaeger  <aj@suse.de>
39694
39695         [BZ #10153]
39696         * manual/startup.texi (Environment Access): Describe return value
39697         for putenv and setenv.
39698
39699         [BZ #6895]
39700         * manual/filesys.texi (Directory Entries): Add description for
39701         DT_LNK.
39702
39703         [BZ #6890]
39704         * manual/filesys.texi (Directory Entries): Clarify that it's file
39705         system not operating system in the description of DT_UNKNOWN.
39706
39707         [BZ #6578]
39708         * manual/syslog.texi (closelog): Fix reference, it's openlog.
39709
39710 2012-04-08  Stephen Compall  <s11@member.fsf.org>
39711
39712         [BZ #6649]
39713         * manual/llio.texi (Opening and Closing Files): Add cross
39714         reference to explain mode argument.
39715
39716 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
39717
39718         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
39719         * sysdeps/x86_64/memset_chk.S: Likewise.
39720
39721 2012-04-07  David S. Miller  <davem@davemloft.net>
39722
39723         * elf/elf.h (R_SPARC_WDISP10): Define.
39724         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
39725         R_SPARC_SIZE32.
39726         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
39727         R_SPARC_SIZE64 and R_SPARC_H34.
39728
39729 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
39730
39731         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
39732         conditions and remove no longer applicable assertion.
39733
39734 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39735
39736         * bits/byteswap.h: Include <features.h>.
39737         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39738         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39739
39740 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39741
39742         * bits/byteswap.h (__bswap_16): Removed.
39743         Include <bits/byteswap-16.h> to get __bswap_16.
39744         * sysdeps/i386/bits/byteswap.h: Likewise.
39745         * sysdeps/s390/bits/byteswap.h: Likewise.
39746         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39747         * bits/byteswap-16.h: New file.
39748         * sysdeps/i386/bits/byteswap-16.h: Likewise.
39749         * sysdeps/s390/bits/byteswap-16.h: Likewise.
39750         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
39751         * string/Makefile (headers): Add bits/byteswap-16.h.
39752
39753 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
39754
39755         [BZ #13895]
39756         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
39757         extra indirection.
39758         * nss/Makefile (tests-static, tests): Add tst-nss-static.
39759         * nss/tst-nss-static.c: New.
39760
39761 2012-04-06  Robert Millan  <rmh@gnu.org>
39762
39763         [BZ #6486]
39764         * manual/llio.texi (File Position Primitive): lseek
39765         refers to WHENCE when it really means OFFSET.
39766
39767 2012-04-06  Andreas Jaeger  <aj@suse.de>
39768
39769         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
39770         strncmp declarations.
39771
39772         * abilist/libc.abilist: Add __poll and __ppoll.
39773
39774 2012-04-05  David S. Miller  <davem@davemloft.net>
39775
39776         * scripts/check-local-headers.sh: Accept a host triplet in the
39777         path matched by the exclude regexp.
39778
39779         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39780         definition.
39781         * sysdeps/powerpc/powerpc32/dl-machine.h
39782         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39783         * sysdeps/s390/s390-32/dl-machine.h
39784         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39785         * sysdeps/sparc/sparc32/dl-machine.h
39786         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39787         * sysdeps/sparc/sparc64/dl-machine.h
39788         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39789
39790         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
39791         lazy binding.
39792         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
39793         undefined symbol errors.
39794
39795         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
39796         DT_NEEDED entries.
39797
39798 2012-04-05  Michael Matz  <matz@suse.de>
39799
39800         [BZ #13592]
39801         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
39802
39803 2012-04-05  Andreas Jaeger  <aj@suse.de>
39804
39805         [BZ #13908]
39806         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
39807         comment.
39808
39809 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39810
39811         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39812         which ROUND is no valid rounding mode.
39813
39814 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39815
39816         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
39817         read again.
39818         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
39819
39820 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39821
39822         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
39823         an exception using FPU order intentionally.
39824
39825 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39826
39827         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39828         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39829         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39830         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39831
39832 2012-04-05  Simon Josefsson  <simon@josefsson.org>
39833
39834         [BZ #12340]
39835         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39836         EINVAL when BUFLEN is too smal.
39837
39838 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
39839
39840         [BZ #13553]
39841         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39842         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39843
39844 2012-04-03  Andreas Jaeger  <aj@suse.de>
39845
39846         [BZ #13938]
39847         * manual/setjmp.texi (System V contexts): Fix sentence.
39848
39849         [BZ #13926]
39850         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39851         New macro for this case.
39852         [!__GNUC__] (__bswap_64): New inline function for this case.
39853         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39854         * bits/byteswap.h: Likewise.
39855         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39856         ull, guard with __GLIBC_HAVE_LONG_LONG.
39857
39858         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39859         __GLIBC_HAVE_LONG_LONG.
39860
39861         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39862         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39863
39864 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39865
39866         [BZ #13691]
39867         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39868         inptr and inend, rather than using last_ch.
39869
39870 2012-04-02  David S. Miller  <davem@davemloft.net>
39871
39872         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39873         * stdio-common/printf-parse.h (read_int): Change return type to
39874         'int', return -1 on INT_MAX overflow.
39875         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39876         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
39877         overflows INT_MAX.  Check for overflow of in-format-string precision
39878         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
39879         SIZE_MAX not INT_MAX for integer overflow test.
39880         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39881         skip the construct in the format string but do not record anything.
39882         * stdio-common/bug22.c: Adjust to test both width/prevision
39883         INT_MAX overflow as well as total length INT_MAX overflow.  Check
39884         explicitly for proper errno values.
39885
39886 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39887
39888         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39889         CHAR_MAX.
39890         * string/test-strcmp.c [! WIDE]: Likewise.
39891         * time/tst-mktime2.c: Likewise for INT_MAX.
39892         * string/test-string.h: #include <sys/param.h> for MIN.
39893
39894         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39895         * sysdeps/i386/init-first.c (init): Likewise.
39896         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39897         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39898         * sysdeps/sh/init-first.c (init): Likewise.
39899
39900 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39901
39902         * po/ru.po: Update from translation team.
39903         * po/vi.po: Likewise.
39904
39905 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39906
39907         * resolv/nss_dns/dns-host.c: Merge copyright years.
39908
39909 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39910
39911         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39912         Optimize memcpy with prefetch if
39913         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39914         src, dst pointers have unequal 16 byte alignments.
39915
39916 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39917
39918         [BZ #13928]
39919         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39920         from a CNAME entry and return the minimum ttl for the query.
39921         (gaih_getanswer_slice): Likewise.
39922
39923 2012-03-30  Jeff Law  <law@redhat.com>
39924
39925         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39926         due to long keys.
39927         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39928         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39929
39930         * resolv/nss_dns/dns-host.c: Update copyright year.
39931
39932 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39933
39934         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39935         requests to save a system call.  Fix check that all bytes are sent.
39936
39937         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39938         comments for sendmmsg.
39939
39940 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39941
39942         [BZ #13691]
39943         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39944         with only 1 character between 0x0041 and 0x01b0.
39945         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39946         * wcsmbs/tst-mbsnrtowcs.c: New file.
39947
39948 2012-03-29  David S. Miller  <davem@davemloft.net>
39949
39950         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39951         small copies by hand.
39952
39953 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39954
39955         [BZ #13761]
39956         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39957         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39958         group memberships.
39959
39960 2012-03-28  David S. Miller  <davem@davemloft.net>
39961
39962         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39963         that branches into memcpy.
39964         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39965         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39966         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39967         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39968         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39969         bits.
39970         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39971         implementation too.
39972         * sysdeps/sparc/mempcpy.S: New file.
39973
39974         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39975         the IFUNC routine in the libc case.
39976         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39977
39978         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39979         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39980         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39981         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39982         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39983         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39984         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39985         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39986
39987         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39988         loop to 256 bytes instead of 64 bytes and fix test signedness.
39989
39990         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39991         * sysdeps/sparc/sparc32/Makefile: rather than here...
39992         * sysdeps/sparc/sparc64/Makefile: and here.
39993
39994 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
39995
39996         * malloc/mallocbug.c: Avoid warnings about unused variables.
39997
39998 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
39999
40000         [BZ #13760]
40001         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
40002         in the right place. Discard and retry query if response is
40003         larger than input buffer size.
40004
40005 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
40006
40007         [BZ #369]
40008         [BZ #2678]
40009         [BZ #3866]
40010         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
40011         x for large integer exponent.
40012         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
40013         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
40014         sign of result as needed afterwards.
40015         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
40016         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
40017         result for underflowing pow the same as for overflow.
40018         (__kernel_standard_l): Handle powl overflow and underflow here
40019         rather than calling __kernel_standard.
40020         * math/libm-test.inc (pow_test): Add more tests.
40021
40022         [BZ #3868]
40023         [BZ #13879]
40024         [BZ #13910]
40025         [BZ #13911]
40026         [BZ #13912]
40027         [BZ #13913]
40028         [BZ #13915]
40029         [BZ #13916]
40030         [BZ #13917]
40031         [BZ #13918]
40032         [BZ #13919]
40033         [BZ #13920]
40034         [BZ #13921]
40035         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
40036         * sysdeps/ieee754/k_standard.c: Include <float.h>.
40037         (__kernel_standard_l): New function.
40038         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
40039         __kernel_standard.
40040         * math/w_acosl.c (__acosl): Likewise.
40041         * math/w_asinl.c (__asinl): Likewise.
40042         * math/w_atan2l.c (__atan2l): Likewise.
40043         * math/w_atanhl.c (__atanhl): Likewise.
40044         * math/w_coshl.c (__coshl): Likewise.
40045         * math/w_exp10l.c (__exp10l): Likewise.
40046         * math/w_exp2l.c (__exp2l): Likewise.
40047         * math/w_fmodl.c (__fmodl): Likewise.
40048         * math/w_hypotl.c (__hypotl): Likewise.
40049         * math/w_j0l.c (__j0l, __y0l): Likewise.
40050         * math/w_j1l.c (__j1l, __y1l): Likewise.
40051         * math/w_jnl.c (__jnl, __ynl): Likewise.
40052         * math/w_lgammal.c (__lgammal): Likewise.
40053         * math/w_log10l.c (__log10l): Likewise.
40054         * math/w_log2l.c (__log2l): Likewise.
40055         * math/w_logl.c (__logl): Likewise.
40056         * math/w_powl.c (__powl): Likewise.
40057         * math/w_remainderl.c (__remainderl): Likewise.
40058         * math/w_scalbl.c (sysv_scalbl): Likewise.
40059         * math/w_sinhl.c (__sinhl): Likewise.
40060         * math/w_sqrtl.c (__sqrtl): Likewise.
40061         * math/w_tgammal.c (__tgammal): Likewise.
40062         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
40063         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
40064         * math/libm-test.inc (acos_test): Add more tests.
40065         (acosh_test): Likewise.
40066         (asin_test): Likewise.
40067         (atanh_test): Likewise.
40068         (exp_test): Likewise.
40069         (exp10_test): Likewise.
40070         (exp2_test): Likewise.
40071         (expm1_test): Likewise.
40072         (lgamma_test): Likewise.
40073         (log_test): Likewise.
40074         (log10_test): Likewise.
40075         (log1p_test): Likewise.
40076         (log2_test): Likewise.
40077         (pow_test): Do not allow some spurious overflow exceptions.
40078         (sqrt_test): Add more tests.
40079         (tgamma_test): Likewise.
40080         (y0_test): Likewise.
40081         (y1_test): Likewise.
40082         (yn_test): Likewise.
40083
40084 2012-03-27  Anton Blanchard  <anton@samba.org>
40085
40086         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
40087         MAP_HUGETLB.
40088         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
40089         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
40090         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
40091
40092 2012-03-27  David S. Miller  <davem@davemloft.net>
40093
40094         * conform/Makefile: Run run-conformtest.sh using $(BASH).
40095
40096         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
40097         have-as-vis3 check.
40098
40099 2012-03-27  Andreas Jaeger  <aj@suse.de>
40100
40101         * sysdeps/x86_64/elf/configure.in: Moved to ...
40102         * sysdeps/x86_64/configure.in: ... here.
40103         * sysdeps/x86_64/elf/start.S: Moved to ...
40104         * sysdeps/x86_64/start.S: ... here.
40105         * sysdeps/x86_64/elf/configure: Delete.
40106
40107         * sysdeps/x86_64/configure.in: Merge contents from
40108         sysdeps/i386/configure.in (without i686 check).
40109
40110         * sysdeps/i386/elf/Versions: Merge into ...
40111         * sysdeps/i386/Versions: ... this.
40112         * sysdeps/i386/elf/Versions: Delete file.
40113         * sysdeps/i386/elf/start.S: Moved to ...
40114         * sysdeps/i386/start.S: ...here.
40115         * sysdeps/i386/elf/configure.in: Merge into...
40116         * sysdeps/i386/configure.in: ...here.
40117         * sysdeps/i386/elf/configure.in: Delete file.
40118         * sysdeps/i386/elf/configure: Delete file.
40119
40120         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40121         * debug/backtracesyms.c: ... here.
40122         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40123         * debug/backtracesymsfd.c: ... here.
40124         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40125         * sysdeps/generic/ifunc-sel.h: ... here.
40126
40127         * sysdeps/unix/i386/start.c: Delete file.
40128         * sysdeps/unix/sparc/start.c: Delete file.
40129         * sysdeps/unix/start.c: Delete file.
40130
40131         * sysdeps/sh/elf/configure.in: Moved to ...
40132         * sysdeps/sh/configure.in: ... here.
40133         * sysdeps/sh/elf/start.S: Moved to ...
40134         * sysdeps/sh/start.S: ... here.
40135         * sysdeps/sh/elf/configure: Delete file.
40136
40137         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
40138         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
40139         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
40140         * sysdeps/powerpc/powerpc64/entry.h: ... here.
40141         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40142         * sysdeps/powerpc/powerpc64/start.S: here.
40143         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40144         * sysdeps/powerpc/powerpc64/Makefile: ... this.
40145         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40146         * sysdeps/powerpc/powerpc64/configure.in: ... this.
40147         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40148
40149         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40150         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40151         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40152         * sysdeps/powerpc/powerpc32/start.S: ... here.
40153         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40154         * sysdeps/powerpc/powerpc32/configure.in: ... this.
40155         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40156
40157         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40158         * sysdeps/powerpc/ifunc-sel.h: ... here.
40159         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40160         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40161
40162         * sysdeps/sparc/elf/configure.in: Moved to ...
40163         * sysdeps/sparc/configure.in: ... here.
40164         * sysdeps/sparc/elf/configure: Delete file.
40165         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40166         * sysdeps/sparc/sparc32/start.S: ... here.
40167         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40168         * sysdeps/sparc/sparc64/start.S: ... here.
40169         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40170         * sysdeps/sparc/sparc32/Makefile: ... this.
40171         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40172         * sysdeps/sparc/sparc64/Makefile: ... this.
40173
40174         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40175         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40176         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40177         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40178         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40179         * sysdeps/s390/s390-32/setjmp.S: ... here.
40180         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40181         * sysdeps/s390/s390-32/configure.in: ... here.
40182         * sysdeps/s390/s390-32/elf/configure: Delete file.
40183         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40184         * sysdeps/s390/s390-32/start.S: ... here.
40185
40186         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40187         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40188         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40189         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40190         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40191         * sysdeps/s390/s390-64/setjmp.S: ... here.
40192         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40193         * sysdeps/s390/s390-64/configure.in: ... here
40194         * sysdeps/s390/s390-64/elf/configure: Delete file.
40195         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40196         * sysdeps/s390/s390-64/start.S: ... here.
40197         * sysdeps/s390/s390-64/elf/configure: Delete.
40198
40199         * configure.in: Remove support for elf directories in sysdeps.
40200
40201         * configure: Regenerated.
40202         * sysdeps/i386/configure: Regenerated.
40203         * sysdeps/powerpc/powerpc32/configure: Regenerated.
40204         * sysdeps/powerpc/powerpc64/configure: Regenerated.
40205         * sysdeps/s390/s390-32/configure: Regenerated.
40206         * sysdeps/s390/s390-64/configure: Regenerated.
40207         * sysdeps/sh/configure: Regenerated.
40208         * sysdeps/sparc/configure: Regenerated.
40209         * sysdeps/x86_64/configure: Regenerated.
40210
40211 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
40212
40213         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40214
40215         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40216         denormal result into account.
40217
40218 2012-03-25  Roland McGrath  <roland@hack.frob.com>
40219
40220         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40221         Reported by Allan McRae <allan@archlinux.org>.
40222
40223 2012-03-23  Jeff Law  <law@redhat.com>
40224
40225         * nss/getnssent.c (__nss_getent): Fix typo.
40226
40227 2012-03-23  David S. Miller  <davem@davemloft.net>
40228
40229         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40230
40231 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
40232
40233         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40234         to pad to uint64_t for each field.
40235         (dl_tls_index): Replace unsigned long with uint64_t.
40236
40237 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
40238         Paul Pluzhnikov  <ppluzhnikov@google.com>
40239
40240         [BZ #6528]
40241         * grp/Makefile (otherlibs): Don't set it.
40242         * inet/Makefile (otherlibs): Likewise.
40243         * login/Makefile (otherlibs): Likewise.
40244         * nscd/Makefile (otherlibs): Likewise.
40245         * posix/Makefile (otherlibs): Likewise.
40246         * pwd/Makefile (otherlibs): Likewise.
40247         * rt/Makefile (otherlibs): Likewise.
40248         * sunrpc/Makefile (otherlibs): Likewise.
40249         * nss/Makefile (otherlibs): Likewise.
40250         Add libnss_files to routines and static-only-routines.
40251         ($(objpfx)getent): Remove rule.
40252         * resolv/Makefile: Add libnss_dns and libresolv to routines and
40253         static-only-routines.
40254
40255 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40256
40257         [BZ #13892]
40258         * math/s_cexp.c: Include <float.h>.
40259         (__cexp): Handle exp result overflowing not necessarily
40260         overflowing both real and imaginary parts of result.
40261         * math/s_cexpf.c: Likewise.
40262         * math/s_cexpl.c: Likewise.
40263         * math/libm-test.inc (cexp_test): Add more tests.
40264         * sysdeps/i386/fpu/libm-test-ulps: Update.
40265         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40266
40267 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40268
40269         * include/link.h (ELFW): New macro.
40270         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40271         Replace ELF64_R_TYPE with ELFW(R_TYPE).
40272
40273 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40274
40275         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40276         with uint64_t.
40277
40278 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40279
40280         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40281         declaration.
40282         (struct La_x32_retval): Likewise.
40283
40284 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40285
40286         * sysdeps/x86_64/preconfigure.in: New file.
40287         * sysdeps/x86_64/preconfigure: New generated file.
40288
40289 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40290
40291         [BZ #13824]
40292         * math/e_exp2l.c: Include <float.h>.
40293         (__ieee754_exp2l): Handle overflow and underflow cases
40294         separately.  Only pass fractional part of argument to
40295         __ieee754_expl.
40296         * math/libm-test.inc (exp2_test): Add more tests.
40297
40298         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40299         negating x to take absolute value.
40300         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40301         Likewise.
40302         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40303         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40304         Likewise.
40305         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40306         computing low part if x was negated.
40307         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40308
40309 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40310
40311         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40312         la_x32_gnu_pltexit.
40313         (pltexit): Cast int_retval to ptrdiff_t.
40314         * elf/tst-auditmod3b.c: Likewise.
40315         * elf/tst-auditmod4b.c: Likewise.
40316         * elf/tst-auditmod5b.c: Likewise.
40317         * elf/tst-auditmod6b.c: Likewise.
40318         * elf/tst-auditmod6c.c: Likewise.
40319         * elf/tst-auditmod7b.c: Likewise.
40320
40321         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40322         and x32_gnu_pltexit.
40323
40324         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40325         __ELF_NATIVE_CLASS.
40326         (La_x32_regs): New macro.
40327         (La_x32_retval): Likewise.
40328         (la_x32_gnu_pltenter): New function prototype.
40329         (la_x32_gnu_pltexit): Likewise.
40330
40331 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
40332
40333         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40334         exponent.
40335
40336         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40337
40338         * configure.in (libc_cv_cc_nofma): Check for option to disable
40339         generation of FMA instructions.
40340         * configure: Regenerate.
40341         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40342         * sysdeps/ieee754/dbl-64/Makefile: New file.
40343         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40344         Remove brandred-fma4.
40345         (CFLAGS-brandred-fma4.c): Remove.
40346         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40347         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40348         define.
40349         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40350         define.
40351
40352 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40353
40354         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40355         LLONG_MAX != LONG_MAX.
40356         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40357         (_fitoa_word): Likewise.
40358         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40359         LLONG_MAX != LONG_MAX.
40360         * stdio-common/_itowa.h: Include <_itoa.h>.
40361         (_itowa_word): Use _ITOA_WORD_TYPE on value.
40362         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
40363         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
40364         only if not defined.
40365         (_ITOA_WORD_TYPE): Likewise.
40366         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40367         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40368
40369 2012-03-21  David S. Miller  <davem@davemloft.net>
40370
40371         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40372
40373 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40374
40375         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40376         of x86_64 when setting libc_cv_slibdir, libdir and
40377         libc_cv_localedir.
40378         * sysdeps/unix/sysv/linux/configure: Regenerated.
40379
40380 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40381
40382         * manual/lang.texi (Old Varargs): Remove section.
40383         (How Variadic): Update menu.
40384         (va_start): Do not mention varargs.h.
40385
40386 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40387             Joseph Myers  <joseph@codesourcery.com>
40388
40389         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40390         link test.
40391         * configure: Regenerated.
40392
40393 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40394
40395         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40396         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40397         conformtest.pl
40398
40399 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40400
40401         * NOTES: Remove.
40402         * Makefile (files-for-dist): Remove NOTES.
40403         (NOTES): Remove rule.
40404         * README: Don't refer to NOTES.
40405         * manual/creature.texi: Don't include macros.texi.
40406         * manual/intro.texi (creature.texi): Remove comment referring to
40407         NOTES.
40408
40409         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40410         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40411         * configure: Regenerated.
40412         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40413         LIBC_TRY_CC_OPTION.
40414         (libc_cv_as_i686): Likewise.
40415         (libc_cv_cc_avx): Likewise.
40416         (libc_cv_cc_sse2avx): Likewise.
40417         (libc_cv_cc_fma4): Likewise.
40418         (libc_cv_cc_novzeroupper): Likewise.
40419         * sysdeps/i386/configure: Regenerated.
40420
40421         [BZ #13883]
40422         * sysdeps/i386/fpu/s_cexp.S: Remove.
40423         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40424         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40425         * math/libm-test.inc (cexp_test): Add more tests.
40426         * sysdeps/i386/fpu/libm-test-ulps: Update.
40427         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40428
40429 2012-03-21  Allan McRae  <allan@archlinux.org>
40430
40431         * timezone/Makefile: Do not install iso3166.tab and zone.tab
40432
40433 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40434
40435         [BZ #13871]
40436         * math/w_exp2.c: Do not include <float.h>.
40437         (o_threshold, u_threshold): Remove.
40438         (__exp2): Calculate result before checking finiteness and calling
40439         __kernel_standard.
40440         * math/w_exp2f.c: Likewise.
40441         * math/w_exp2l.c: Likewise.
40442         * math/libm-test.inc (exp2_test): Require overflow exception for
40443         1e6 input.
40444
40445         [BZ #3866]
40446         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40447         range of signed 64-bit integers before using fistpll.  Remove
40448         checks for whether integers fit in mantissa bits.
40449         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40450         the range of signed 32-bit integers before using fistpl.  Remove
40451         checks for whether integers fit in mantissa bits.
40452         * sysdeps/i386/fpu/e_powl.S (p64): New object.
40453         (__ieee754_powl): Test for y outside the range of signed 64-bit
40454         integers before using fistpll.  Reduce 64-bit values to 63-bit
40455         ones as needed.
40456         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40457         divide-by-zero is raised for zero to large negative powers.
40458         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40459         (__ieee754_powl): Test for y outside the range of signed 64-bit
40460         integers before using fistpll.  Reduce 64-bit values to 63-bit
40461         ones as needed.
40462         * math/libm-test.inc (pow_test): Add more tests.
40463
40464 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40465
40466         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40467         <stdio-common/_itoa.h>.
40468         * debug/segfault.c: Likewise.
40469         * elf/dl-cache.c: Likewise.
40470         * elf/dl-minimal.c: Likewise.
40471         * elf/dl-misc.c: Likewise.
40472         * elf/dl-sysdep.c: Likewise.
40473         * elf/dl-version.c: Likewise.
40474         * elf/rtld.c: Likewise.
40475         * hurd/hurdsock.c: Likewise.
40476         * hurd/lookup-retry.c: Likewise.
40477         * malloc/malloc.c: Likewise.
40478         * malloc/mtrace.c: Likewise.
40479         * nscd/nscd_getgr_r.c: Likewise.
40480         * nscd/nscd_getpw_r.c: Likewise.
40481         * nscd/nscd_getserv_r.c: Likewise.
40482         * posix/getopt_init.c: Likewise.
40483         * posix/wordexp.c: Likewise.
40484         * stdio-common/_itoa.c: Likewise.
40485         * stdio-common/printf_fphex.c: Likewise.
40486         * stdio-common/vfprintf.c: Likewise.
40487         * string/_strerror.c: Likewise.
40488         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40489         * sysdeps/i386/i686/hp-timing.h: Likewise.
40490         * sysdeps/mach/_strerror.c: Likewise.
40491         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40492         * sysdeps/mach/hurd/sethostid.c: Likewise.
40493         * sysdeps/mach/hurd/xmknodat.c: Likewise.
40494         * sysdeps/mach/xpg-strerror.c: Likewise.
40495         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40496         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40497         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40498         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40499         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40500         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40501         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40502         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40503         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40504         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40505         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40506         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40507         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40508         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40509         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40510         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40511         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40512         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40513         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40514         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40515         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40516
40517         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40518
40519         * stdio-common/_itoa.h: Moved to ...
40520         * sysdeps/generic/_itoa.h: Here.
40521
40522         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40523
40524         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40525         instead of "_itoa.h" and "_itowa.h".
40526         * stdio-common/vfprintf.: Likewise.
40527
40528 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40529
40530         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40531         <bits/wordsize.h>.
40532         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40533         (__signbit): Likwise.
40534         (llrintf): Likwise.
40535         (llrint): Likwise.
40536
40537 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40538
40539         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
40540         __WORDSIZE != 64.
40541
40542 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
40543
40544         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
40545         OVERFLOW_EXCEPTION_OK.
40546         * math/libm-test.inc ("Philosophy"): Update comment about
40547         exception testing.
40548         (OVERFLOW_EXCEPTION): Define.
40549         (OVERFLOW_EXCEPTION_OK): Likewise.
40550         (INVALID_EXCEPTION_OK): Renumber.
40551         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40552         (IGNORE_ZERO_INF_SIGN): Likewise.
40553         (test_exceptions): Handle FE_OVERFLOW.
40554         (exp10_test): Expect overflow exceptions.
40555         (exp2_test): Likewise.
40556         (expm1_test): Likewise.
40557         (nextafter_test): Likewise.
40558         (pow_test): Likewise.
40559         (scalbn_test): Likewise.
40560         (scalbln_test): Likewise.
40561
40562 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40563
40564         * sysdeps/x86_64/bits/atomic.h
40565         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
40566         64bit integer.
40567         (atomic_exchange_acq): Likewise.
40568         (__arch_exchange_and_add_body): Likewise.
40569         (__arch_add_body): Likewise.
40570         (atomic_add_negative): Likewise.
40571         (atomic_add_zero): Likewise.
40572
40573 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40574
40575         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
40576         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
40577
40578 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40579
40580         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
40581         Check __x86_64__ instead of __WORDSIZE.
40582
40583 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40584
40585         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40586
40587 2012-03-19  David S. Miller  <davem@davemloft.net>
40588
40589         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40590
40591         * sysdeps/sparc/fpu/fenv_private.h: New file.
40592         * sysdeps/sparc/fpu/math_private.h: Use it.
40593         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
40594         Remove.
40595         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
40596         (libc_feholdexcept_setroundl): Remove.
40597         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
40598         Remove.
40599         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
40600         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
40601
40602 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40603
40604         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
40605         int64_t instead of long int.
40606         (INSERT_WORDS64): Likwise.
40607
40608 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40609
40610         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
40611         _Unwind_GetCFA return to _Unwind_Ptr first.
40612
40613 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
40614
40615         [BZ #13629]
40616         * math/s_clog.c: Include <float.h>.
40617         (__clog): Scale large or subnormal inputs.
40618         * math/s_clogf.c: Likewise.
40619         * math/s_clogl.c: Likewise.
40620         * math/s_clog10.c: Include <float.h>.
40621         (M_LOG10_2): Define.
40622         (__clog10): Scale large or subnormal inputs.
40623         * math/s_clog10f.c: Likewise.
40624         * math/s_clog10l.c: Likewise.
40625         * math/libm-test.inc (clog_test): Add more tests.
40626         (clog10_test): Likewise.
40627         * sysdeps/i386/fpu/libm-test-ulps: Update.
40628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40629
40630         [BZ #11451]
40631         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
40632         x and y.
40633         * math/libm-test.inc (atan2_test): Add another test.
40634
40635         * Makerules (common-objdir-compile): Remove.
40636         * sysdeps/unix/Makefile (config-generated): Do not add
40637         $(unix-generated) to variable.
40638         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
40639         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
40640         Remove rule.
40641         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
40642         Likewise.
40643         [generic bits/local_lim.h] (before-compile): Do not append to
40644         variable.
40645         [generic bits/local_lim.h] (common-generated): Likewise.
40646         [generic sys/param.h] (before-compile): Do not append to variable.
40647         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
40648         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
40649         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
40650         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
40651         include.
40652         [generic sys/param.h] (sys/param.h-includes): Remove variable.
40653         [generic sys/param.h] (sys/param.h-includes): Remove rule.
40654         [generic sys/param.h] ($(addprefix
40655         $(common-objpfx),$(sys/param.h-includes))): Likewise.
40656         [generic sys/param.h] (common-generated): Do not append to
40657         variable.
40658         [generic sys/param.h] (sysdep_headers): Likewise.
40659         [generic bits/errno.h] (before-compile): Do not append to
40660         variable.
40661         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
40662         rule.
40663         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
40664         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
40665         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
40666         [generic bits/errno.h] (common-generated): Do not append to
40667         variable.
40668         [generic bits/ioctls.h] (before-compile): Do not append to
40669         variable.
40670         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
40671         rule.
40672         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
40673         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
40674         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
40675         rule.
40676         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
40677         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
40678         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
40679         [generic bits/ioctls.h] (common-generated): Do not append to
40680         variable.
40681         [generic sys/syscall.h] (syscall.h): Remove variable.
40682         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
40683         rule.
40684         [generic sys/syscall.h] (before-compile): Do not append to
40685         variable.
40686         [generic sys/syscall.h] (common-generated): Likewise.
40687         * sysdeps/unix/errnos-tmpl.c: Remove file.
40688         * sysdeps/unix/errnos.awk: Likewise.
40689         * sysdeps/unix/ioctls-tmpl.c: Likewise.
40690         * sysdeps/unix/ioctls.awk: Likewise.
40691         * sysdeps/unix/mk-local_lim.c: Likewise.
40692         * sysdeps/unix/snarf-ioctls: Likewise.
40693
40694 2012-03-19  Richard Henderson  <rth@twiddle.net>
40695
40696         * sysdeps/i386/fpu/fenv_private.h: New file.
40697         * sysdeps/i386/fpu/math_private.h: Use it.
40698         (math_opt_barrier, math_force_eval): Remove.
40699         (libc_feholdexcept_setround_53bit): Remove.
40700         (libc_feupdateenv_53bit): Remove.
40701         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40702         (math_opt_barrier, math_force_eval): Remove.
40703         (libc_feholdexcept): Remove.
40704         (libc_feholdexcept_setround): Remove.
40705         (libc_fetestexcept, libc_fesetenv): Remove.
40706         (libc_feupdateenv_test): Remove.
40707         (libc_feupdateenv, libc_feholdsetround): Remove.
40708         (libc_feresetround): Remove.
40709
40710         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
40711         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
40712
40713         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
40714         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
40715         (libc_feupdateenv_testl): New.
40716         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
40717         (libc_feupdateenv_testf): New.
40718         (libc_feupdateenv): Use libc_feupdateenv_test.
40719         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
40720         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
40721
40722         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
40723         (libc_feholdsetroundf, libc_feholdsetroundl): New.
40724         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
40725         (libc_feresetround_noex): New.
40726         (libc_feresetround_noexf): New.
40727         (libc_feresetround_noexl): New.
40728         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
40729         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
40730         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
40731         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
40732         SET_RESTORE_ROUND.
40733         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
40734         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
40735         (__cos): Likewise.
40736         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
40737         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
40738         SET_RESTORE_ROUND_NOEX.
40739         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
40740         SET_RESTORE_ROUND_NOEXF.
40741         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
40742         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
40743         (libc_feholdsetroundf): New.
40744         (libc_feresetround, libc_feresetroundf): New.
40745
40746         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
40747         (libc_feholdexcept_setround_53bit): Convert from macro to function.
40748         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
40749
40750         * sysdeps/generic/math_private.h: Include <fenv.h>.
40751         (default_libc_feholdexcept): New.
40752         (default_libc_feholdexcept_setround): New.
40753         (default_libc_fesetenv, default_libc_feupdateenv): New.
40754         (libc_feholdexcept): Only define if undefined.
40755         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
40756         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
40757         (libc_feholdexcept_setroundl): Likewise.
40758         (libc_feholdexcept_setround_53bit): Likewise.
40759         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
40760         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
40761         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
40762         (libc_feupdateenv_53bit): Likewise.
40763         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
40764         (libc_feholdexcept): Convert from macro to inline function.
40765         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
40766         (libc_fesetenv, libc_feupdateenv): Likewise.
40767
40768         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
40769         not previously defined.
40770         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
40771         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
40772         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
40773         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
40774         * sysdeps/ieee754/flt-32/math_private.h: New file.
40775         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40776         math_private.h below SET_FLOAT_WORD.
40777         (__isnan, __isinf_ns, __finite): Remove.
40778         (__isnanf, __isinf_nsf, __finitef): Remove.
40779
40780 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
40781
40782         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40783
40784 2012-03-17  David S. Miller  <davem@davemloft.net>
40785
40786         [BZ #6471]
40787         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
40788         for 2.16.
40789
40790 2012-03-16  David S. Miller  <davem@davemloft.net>
40791
40792         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
40793         warnings.
40794
40795         [BZ #6471]
40796         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
40797         properly.
40798         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
40799         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
40800         sysdep_routines when subdir is sysvipc.
40801         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
40802         __getshmlba helper.
40803
40804         * sysdeps/sparc/fpu/libm-test/ulps: Update.
40805
40806 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40807
40808         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
40809         [__LP64__].
40810
40811 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40812
40813         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
40814         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
40815         (__lround): Renamed to ...
40816         (__llround): This.  Replace long int with long long int.
40817         Define lround functions as aliases of llround functions.
40818         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
40819
40820 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40821
40822         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
40823         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
40824         adresses to uintptr_t.  Replace "long int" and "unsigned long
40825         int" with "greg_t" on va_arg.
40826
40827 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40828
40829         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40830         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40831
40832         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40833         Move e_machine check before EI_CLASS check.  Handle x32
40834         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40835         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40836         SKIP_EM_IA_64 and include
40837         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40838
40839         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40840         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40841         (add_system_dir): New macro.
40842
40843         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40844         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40845
40846 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40847
40848         [BZ #2551]
40849         [BZ #2552]
40850         [BZ #2553]
40851         [BZ #2554]
40852         [BZ #2562]
40853         [BZ #2563]
40854         [BZ #2565]
40855         [BZ #2566]
40856         [BZ #2576]
40857         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40858         (y0): Likewise.
40859         * math/w_j0f.c (j0f): Likewise.
40860         (y0f): Likewise.
40861         * math/w_j0l.c (__j0l): Likewise.
40862         (__y0l): Likewise.
40863         * math/w_j1.c (j1): Likewise.
40864         (y1): Likewise.
40865         * math/w_j1f.c (j1f): Likewise.
40866         (y1f): Likewise.
40867         * math/w_j1l.c (__j1l): Likewise.
40868         (__y1l): Likewise.
40869         * math/w_jn.c (jn): Likewise.
40870         (yn): Likewise.
40871         * math/w_jnf.c (jnf): Likewise.
40872         (ynf): Likewise.
40873         * math/w_jnl.c (__jnl): Likewise.
40874         (__ynl): Likewise.
40875         * math/libm-test.inc (j0_test): Add more tests.
40876         (j1_test): Likewise.
40877         (jn_test): Likewise.  Add trailing semicolon to existing test.
40878         (y0_test): Likewise.
40879         (y1_test): Likewise.
40880         * sysdeps/i386/fpu/libm-test-ulps: Update.
40881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40882
40883         [BZ #13851]
40884         [BZ #13854]
40885         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40886         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40887         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40888         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40889         (__tanl): Set errno for infinite argument.
40890         * sysdeps/i386/fpu/mptan.c: Remove.
40891         * sysdeps/i386/fpu/s_tan.S: Likewise.
40892         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40893         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40894         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40895         * math/libm-test.inc (tan_test): Add more tests and enable more
40896         tests for double and long double.
40897         * sysdeps/i386/fpu/libm-test-ulps: Update.
40898         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40899
40900 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40901
40902         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40903         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40904
40905 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40906
40907         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40908         * configure.in: Use it for both main tree and add-ons.
40909         * configure: Regenerated.
40910
40911 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40912
40913         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40914
40915 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40916
40917         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40918         in comment.
40919
40920         [BZ #13851]
40921         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40922         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40923         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40924         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40925         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40926         infinite argument.
40927         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40928         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40929         != 0 for prec == 2.
40930         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40931         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40932         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40933         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40934         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40935         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40936         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40937         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40938         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40939         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40940         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40941         * math/libm-test.inc (cos_test): Add more tests and enable more
40942         tests for long double.
40943         (sin_test): Likewise.
40944         (sincos_test): Likewise.
40945         * sysdeps/i386/fpu/libm-test-ulps: Update.
40946         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40947
40948 2012-03-16  David S. Miller  <davem@davemloft.net>
40949
40950         * sysdeps/sparc/fpu/math_private.h: New file.
40951
40952 2012-03-15  David S. Miller  <davem@davemloft.net>
40953
40954         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40955         file.
40956         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
40957         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40958         file.
40959         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40960         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40961         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40962         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40963         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40964         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40965         sysdep routines.
40966         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40967
40968         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40969         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40970
40971         * sysdeps/sparc/sparc-ifunc.h: New file.
40972         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40973         sparc-ifunc.h
40974         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
40975         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40976         Likewise.
40977         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40978         Likewise.
40979         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40981         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
40982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40983         Likewise.
40984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40987         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
40988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40989         Likewise.
40990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40991         Likewise.
40992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40993         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40996         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40997         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40998         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40999         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
41000         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
41001         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
41002         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
41003         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
41004         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
41005         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
41006         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
41007         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
41008         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
41009         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
41010         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
41011         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
41012         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
41013         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
41014         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
41015         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
41016
41017 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41018
41019         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
41020         scaling.
41021         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41022
41023 2012-03-15  Andreas Jaeger  <aj@suse.de>
41024
41025         [BZ #13852]
41026         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
41027         ieee754/flt-32 implementation for sin, cos and sincos.
41028         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
41029         * sysdeps/i386/fpu/s_cosf.S: Likewise.
41030         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
41031         * sysdeps/i386/fpu/s_sinf.S: Likewise.
41032         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
41033         ieee754/flt-32 implementation for tan.
41034
41035         * math/libm-test.inc (cos_test): Enable some large input tests for
41036         float as well
41037         (sin_test): Likewise.
41038         (sincos_test): Likewise.
41039         (tan_test): Add tests for large input.
41040
41041         * sysdeps/i386/fpu/libm-test-ulps: Update.
41042
41043 2012-03-15  Andreas Jaeger  <aj@suse.de>
41044
41045         [BZ #13658]
41046         * math/libm-test.inc (cos_test): Add more test cases.
41047         (sin_test): Likewise.
41048         (sincos_test): Likewise.
41049
41050 2012-03-15  Andreas Jaeger  <aj@suse.de>
41051
41052         [BZ #13837]
41053         * math/libm-test.inc (cos_test): Add a test case for large input
41054         value.
41055         (sin_test): Likewise.
41056         (sincos_test): Likewise.
41057
41058 2012-03-15  Andreas Jaeger  <aj@suse.de>
41059             Joseph Myers  <joseph@codesourcery.com>
41060
41061         [BZ #13658]
41062         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
41063         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
41064         * sysdeps/i386/fpu/branred.c: Likewise.
41065         * sysdeps/i386/fpu/dosincos.c: Likewise.
41066         * sysdeps/i386/fpu/mpa.c: Likewise.
41067         * sysdeps/i386/fpu/s_cos.S: Likewise.
41068         * sysdeps/i386/fpu/s_sin.S: Likewise.
41069         * sysdeps/i386/fpu/s_sincos.S: Likewise.
41070         * sysdeps/i386/fpu/sincos32.c: Likewise.
41071
41072         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
41073         Define.
41074         (libc_feupdateenv_53bit): Define.
41075         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
41076         Define.
41077         (libc_feupdateenv_53bit): Define.
41078
41079         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
41080         53 bit (without extend i386 double precision).
41081
41082         * math/libm-test.inc (sincos_test): Add tests for large input.
41083         (sin): Likewise.
41084         (cos): Likewise.
41085
41086         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41087
41088 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41089
41090         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41091
41092 2012-03-15  David S. Miller  <davem@davemloft.net>
41093
41094         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
41095         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
41096         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
41097         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
41098         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
41099         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
41100         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
41101         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
41102         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
41103         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
41104         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
41105         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
41106         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
41107         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
41108         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
41109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41110         file.
41111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
41112         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41113         file.
41114         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
41115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41116         file.
41117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
41118         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41119         file.
41120         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41121         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41122         fmin/fmax sysdep routines.
41123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41124
41125 2012-03-14  David S. Miller  <davem@davemloft.net>
41126
41127         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41128         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41129         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41130         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41131         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41132         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41133         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41134         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
41135         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
41136         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
41137         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
41138         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
41139         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
41140         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41141         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41142         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41143         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41144         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41145         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41146         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41147         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41148         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41149         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41150         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41151         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41152         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41153         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41154         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
41155         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41156         routines.
41157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41158         file.
41159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
41160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41161         file.
41162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
41163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41164         file.
41165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
41166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41167         file.
41168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
41169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41170         file.
41171         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
41172         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41173         file.
41174         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41175         file.
41176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41177         file.
41178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41179         file.
41180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41181         New file.
41182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41183         file.
41184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41185         file.
41186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
41187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41188         file.
41189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
41190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41191         file.
41192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
41193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41194         file.
41195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
41196         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41197         VIS3 routines.
41198
41199         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41200         New file.
41201
41202         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41203
41204         * sysdeps/sparc/configure.in: New file.
41205         * sysdeps/sparc/configure: Generate.
41206         * configure.in (libc_cv_sparc_as_vis3): Substitute.
41207         * configure: Regenerate.
41208         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41209         * config.make.in (have-as-vis3): New.
41210         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41211         available use -Av9d instead of -Av9a.
41212         * sysdeps/sparc/sparc64/Makefile: Likewise.
41213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
41214         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41215         New file.
41216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41217         file.
41218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41219         New file.
41220         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41221         file.
41222         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41223         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41224         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41225         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41226         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41227
41228         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41229         fzeros/fnegs to load 0x80000000 into a float register instead of
41230         using the stack.
41231         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41232
41233 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41234
41235         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41236         bits/syscall.h.
41237         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41238         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41239         ($(inst_includedir)/bits/syscall.h): Remove rule.
41240         ($(objpfx)bits/syscall.d): Include instead of
41241         $(objpfx)syscall-list.d.
41242         (generated): Change syscall-list.h and syscall-list.d to
41243         bits/syscall.h and bits/syscall.d.
41244
41245 2012-03-14  Roland McGrath  <roland@hack.frob.com>
41246
41247         [BZ #13846]
41248         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41249
41250 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41251
41252         [BZ #13841]
41253         * math/s_csqrt.c: Include <float.h>.
41254         (__csqrt): Scale large or subnormal inputs.
41255         * math/s_csqrtf.c: Likewise.
41256         * math/s_csqrtl.c: Likewise.
41257         * math/libm-test.inc (csqrt_test): Add more tests.
41258         * sysdeps/i386/fpu/libm-test-ulps: Update.
41259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41260
41261         [BZ #13840]
41262         * math/libm-test.inc (hypot_test): Add more tests.
41263
41264 2012-03-13  David S. Miller  <davem@davemloft.net>
41265
41266         [BZ #13840]
41267         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41268         double-precision for the calculation instead of scaling.
41269
41270 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
41271
41272         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41273         manipulate bits before adding and subtracting TWO52[sx].
41274         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41275         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41276         Likewise.
41277         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41278
41279 2012-03-13  David S. Miller  <davem@davemloft.net>
41280
41281         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41282         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41283         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41284         rtld-global-offsets.h
41285         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41286
41287         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41288         large parameters.
41289
41290         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41291
41292         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41293         'err' in the ifdef scope in which it is actually used.
41294
41295         * nss/nss_db/db-init.c: Include string.h
41296
41297 2012-03-12  David S. Miller  <davem@davemloft.net>
41298
41299         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41300         masking out of the most significant byte of random value used.
41301         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41302         Fix coding style in previous change.
41303
41304         * sysdeps/unix/sysv/linux/kernel-features.h
41305         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41306         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41307         expression.
41308         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41309         later.
41310
41311 2012-03-11  David S. Miller  <davem@davemloft.net>
41312
41313         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41314         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41315         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41316         for 'resultvar' otherwise things get truncated on 64-bit.
41317
41318         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41319         Fix masking out of the most significant byte of random value used.
41320
41321         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41322
41323 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
41324
41325         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41326
41327 2012-03-09  David S. Miller  <davem@davemloft.net>
41328
41329         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41330         variables with appropriate CPP guards.
41331         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41332         from the frame pointer, not the stack pointer.  Correct layout
41333         comments.  Fix test on resulting framesize and the management of
41334         the outregs buffer for pltexit.  Preserve floating point return
41335         values across _dl_call_pltexit call.
41336         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41337         framesize and the management of the outregs buffer for pltexit.
41338         Preserve floating point return values across _dl_call_pltexit
41339         call.
41340         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41341         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41342         (la_sparc64_gnu_pltexit): New functions.
41343         (print_exit): Fix format string for return register value.
41344
41345 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
41346
41347         * sunrpc/Makefile (others): Add rpcgen.
41348         ($(objpfx)rpcgen): Remove special build rule and dependency on
41349         libc.
41350         * sunrpc/rpcgen.c: New file.
41351
41352 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
41353
41354         [BZ #13673]
41355         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41356         * stdio-common/bug-vfprintf-nargs.c: Likewise.
41357         * sysdeps/i386/crti.S: Likewise.
41358         * sysdeps/i386/crtn.S: Likewise.
41359         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41360         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41361         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41362         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41363         * sysdeps/sh/crti.S: Likewise.
41364         * sysdeps/sh/crtn.S: Likewise.
41365         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41366
41367         [BZ #13673]
41368         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41369         with URL.
41370         * locale/programs/locfile-kw.gperf: Likewise.
41371         * locale/programs/charmap-kw.h: Regenerated.
41372         * locale/programs/locfile-kw.h: Likewise.
41373
41374         [BZ #13673]
41375         * intl/plural.y: Replace FSF snail mail address with URL.
41376         * intl/plural.c: Regenerated.
41377
41378 2012-03-09  Richard Henderson  <rth@twiddle.net>
41379
41380         * include/math_private.h: Remove file.
41381         * math/math_private.h: Move file ...
41382         * sysdeps/generic/math_private.h: ... here.
41383
41384         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41385         * sysdeps/powerpc/fpu/math_private.h: Likewise.
41386         * sysdeps/x86_64/fpu/math_private.h: Likewise.
41387
41388         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
41389         and <math_private.h>.
41390         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41391         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41392         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41393         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41394         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41395         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41396         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41397         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41398         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41399         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41400         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41401         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41402         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41403         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41404         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41405         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41406         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41407         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41408         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41409         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41410         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41411         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41412         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41413         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41414         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41415         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41416         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41417         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41418         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41419         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41420         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41421         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41422         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41423         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41424         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41425         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41426         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41427         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41428         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41429         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41430         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41431         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41432         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41433         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41434         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41435         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41436         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41437         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41438         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41439         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41440         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41441         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41442         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41443         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41444         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41445         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41446         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41447         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41448         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41449         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41450         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41451         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41452         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41453         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41454         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41455         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41456         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41457         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41458         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41459         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41460         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41461         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41462         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41463         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41464         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41465         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41466         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41467         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41468         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41469         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41470         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41471         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41472         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41473         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41474         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41475         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41476         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41477         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41478         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41479         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41480         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41481         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41482         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41483         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41484         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41485         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41486         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41487         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41488         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41489         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41490         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41491         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41492         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41493         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41494         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41495         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41496         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41497         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41498         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41499         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41500         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41501         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41502         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41503         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41504         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41505         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41506         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41507         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41508         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41509         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41510         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41511         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41512         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41513         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41514         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41515         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41516         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41517         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41518         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41519         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41520         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41521         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41522         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41523         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41524         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41525         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41526         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41527         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41528         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41529         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41530         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41531         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41532         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41533         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41534         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
41535         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41536         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41537         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41538         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
41539         * sysdeps/ieee754/k_standard.c: Likewise.
41540         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
41541         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
41542         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41543         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
41544         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
41545         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
41546         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
41547         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
41548         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
41549         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
41550         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
41551         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
41552         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
41553         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
41554         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
41555         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
41556         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41557         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
41558         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
41559         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
41560         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
41561         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
41562         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41563         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41564         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41565         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
41566         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41567         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41568         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41569         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41570         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41571         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41572         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41573         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41574         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41575         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41576         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41577         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
41578         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
41579         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41580         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41581         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41582         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41583         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41584         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41585         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41586         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41587         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41588         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41589         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41590         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41591         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41592         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41593         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
41594         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41595         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41596         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
41597         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
41598         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41599         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41600         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41601         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41602         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41603         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
41604         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41605         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41606         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
41607         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
41608         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
41609         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
41610         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
41611         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41612         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
41613         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
41614         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
41615         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
41616         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
41617         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
41618         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41619         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41620         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41621         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41622         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41623         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41624         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
41625         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41626         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41627         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
41628         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41629         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41630         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
41631         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41632         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
41633         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41634         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41635         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41636         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
41637         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
41638         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
41639         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
41640         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41641         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41642         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41643         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41644         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
41645         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41646         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41647         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
41648         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
41649         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41650         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41651         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41652         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
41653         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41654         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
41655         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41656         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
41657         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41658         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41659         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
41660         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
41661         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
41662         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
41663         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
41664         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41665         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
41666         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41667         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41668         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41669         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41670         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41671         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41672         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41673         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
41674         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41675         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41676         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
41677         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
41678         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41679         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
41680         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
41681         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41682         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
41683         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
41684         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41685         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41686         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41687         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41688         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41689         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
41690         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41691         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41692         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41693         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41694         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
41695         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
41696         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41697         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41698         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41699         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
41700         * sysdeps/ieee754/s_lib_version.c: Likewise.
41701         * sysdeps/ieee754/s_matherr.c: Likewise.
41702         * sysdeps/ieee754/s_signgam.c: Likewise.
41703         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
41704         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
41705         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
41706         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
41707         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
41708         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41709         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
41710         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
41711         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
41712         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
41713         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41714         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
41715         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41716         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41717         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
41718         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
41719         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
41720         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
41721         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
41722         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41723         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41724
41725 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41726
41727         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
41728         * sunrpc/rpc_main.c: Likewise.
41729         * sunrpc/rpc_svcout.c: Likewise.
41730
41731 2012-03-09  David S. Miller  <davem@davemloft.net>
41732
41733         * include/math_private.h: New file.
41734
41735 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41736
41737         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
41738         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
41739         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
41740         from <bits/socket_type.h>.
41741         (enum __socket_type): Don't define here.
41742         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
41743         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41744         bits/socket_type.h.
41745
41746         [BZ #13566]
41747         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
41748         checking __USE_GNU.
41749
41750         * Makerules ($(inst_includedir)/%.h): New rule.
41751         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
41752         (install-others): Remove variable setting.
41753         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
41754
41755 2012-03-08  Richard Henderson  <rth@twiddle.net>
41756
41757         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
41758         from macro to inline function; merge with the
41759         !__LIBC_INTERNAL_MATH_INLINES version.
41760         (__ieee754_sqrtf): Likewise.
41761
41762         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
41763         to inline function.
41764         (__rintf, __floor, __floorf): Likewise.
41765
41766         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
41767         macro to inline function.
41768         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
41769
41770         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
41771         not <math/math_private.h>.
41772
41773 2012-03-08  David S. Miller  <davem@davemloft.net>
41774
41775         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41776         copyright year.
41777         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41778
41779 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
41780
41781         * resolv/gai_misc.c (handle_requests): Fix struct timespec
41782         normalization.
41783         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41784         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41785
41786 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
41787
41788         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
41789         be defined individually, they must be defined as a block.  Define
41790         S for printing a string instead of hidint the different by using a
41791         macro for adding the 'l'.
41792         * stdio-common/tst-fphex-wide.c: Adjust.
41793
41794 2012-03-07  Marek Polacek  <polacek@redhat.com>
41795
41796         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
41797
41798 2012-03-08  Marek Polacek  <polacek@redhat.com>
41799
41800         [BZ #13806]
41801         * stdio-common/Makefile (tests): Add tst-fphex-wide.
41802         * stdio-common/tst-fphex.c: Define a few macros to make the
41803         test reusable.  Use them.
41804         * stdio-common/tst-fphex-wide.c: New file.
41805
41806 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
41807
41808         [BZ #6911]
41809         * manual/macros.texi (gnusystems): New macro.
41810         (nongnusystems): Likewise.
41811         (gnulinuxhurdsystems): Likewise.
41812         (gnuhurdsystems): Likewise..
41813         (gnulinuxsystems): Likewise.
41814         * manual/charset.texi: Use new macros or @theglibc{} to refer to
41815         variants of the GNU system, not "GNU system".
41816         * manual/conf.texi: Likewise.
41817         * manual/errno.texi: Likewise.  Update example of errno macro
41818         expansion.
41819         * manual/filesys.texi: Likewise.
41820         (getumask): Document as specific to GNU/Hurd.
41821         * manual/install.texi: Likewise.  Reword some references to
41822         GNU/Linux.
41823         * manual/intro.texi: Likewise.
41824         * manual/io.texi: Likewise.
41825         (File Name Portability): Detail which constraints are inapplicable
41826         to all GNU systems and which are only inapplicable to GNU/Hurd.
41827         * manual/job.texi: Likewise.
41828         * manual/llio.texi: Likewise.
41829         (O_NOCTTY): Document as present on GNU/Linux.
41830         * manual/maint.texi: Likewise.
41831         * manual/memory.texi: Likewise.
41832         * manual/pattern.texi: Likewise.
41833         * manual/pipe.texi: Likewise.
41834         * manual/process.texi: Likewise.
41835         * manual/resource.texi: Likewise.
41836         (RUSAGE_CHILDREN): Remove statement about specifying a particular
41837         child on GNU/Hurd.
41838         * manual/setjmp.texi: Likewise.
41839         * manual/signal.texi: Likewise.
41840         * manual/startup.texi: Likewise.
41841         * manual/stdio.texi: Likewise.
41842         * manual/terminal.texi: Likewise.
41843         (ONLCR): Document as POSIX.
41844         (OXTABS): Document availability on GNU/Linux as XTABS.
41845         (ONOEOT): Document availability separately from other bits.
41846         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41847         * manual/time.texi: Likewise.
41848         * manual/users.texi: Likewise.
41849         * INSTALL: Regenerated.
41850         * sysdeps/gnu/errlist.c: Regenerated.
41851
41852         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41853         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41854         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
41855         puts.
41856         * configure: Regenerated.
41857
41858 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
41859
41860         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41861         default includes instead of AC_HEADER_CHECK.
41862         * sysdeps/i386/configure: Regenerated.
41863
41864         [BZ #10716]
41865         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41866         * math/s_cacoshf.c (__cacoshf): Likewise.
41867         * math/s_cacoshl.c (__cacoshl): Likewise.
41868         * math/s_casinh.c (__casinh): Set signs of result from argument.
41869         * math/s_casinhf.c (__casinhf): Likewise.
41870         * math/s_casinhl.c (__casinhl): Likewise.
41871         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41872         (casinh_test): Add more tests.
41873         * sysdeps/i386/fpu/libm-test-ulps: Update.
41874         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41875
41876 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
41877
41878         * po/zh_TW.po: Update from translation team.
41879
41880         * login/Makefile (distribute): Remove variable.
41881         * catgets/Makefile: Likewise.
41882         * mach/Makefile: Likewise.
41883         * malloc/Makefile: Likewise.
41884         * misc/Makefile: Likewise.
41885         * iconv/Makefile: Likewise.
41886         * nscd/Makefile: Likewise.
41887         * hurd/Makefile: Likewise.
41888         * manual/Makefile: Likewise.
41889         * locale/Makefile: Likewise.
41890         * intl/Makefile: Likewise.
41891         * conform/Makefile: Likewise.
41892         * nss/Makefile: Likewise.
41893         * time/Makefile: Likewise.
41894         * soft-fp/Makefile: Likewise.
41895         * dirent/Makefile: Likewise.
41896         * gmon/Makefile: Likewise.
41897         * po/Makefile: Likewise.
41898         * rt/Makefile: Likewise.
41899         * socket/Makefile: Likewise.
41900         * math/Makefile: Likewise.
41901         * signal/Makefile: Likewise.
41902         * debug/Makefile: Likewise.
41903         * elf/Makefile: Likewise.
41904         * timezone/Makefile: Likewise.
41905         * stdlib/Makefile: Likewise.
41906         * iconvdata/Makefile: Likewise.
41907         * sunrpc/Makefile: Likewise.
41908         * io/Makefile: Likewise.
41909         * argp/Makefile: Likewise.
41910         * inet/Makefile: Likewise.
41911         * hesiod/Makefile: Likewise.
41912         * grp/Makefile: Likewise.
41913         * csu/Makefile: Likewise.
41914         * wctype/Makefile: Likewise.
41915         * crypt/Makefile: Likewise.
41916         * libio/Makefile: Likewise.
41917         * string/Makefile: Likewise.
41918         * nis/Makefile: Likewise.
41919         * resolv/Makefile: Likewise.
41920         * stdio-common/Makefile: Likewise.
41921         * wcsmbs/Makefile: Likewise.
41922         * dlfcn/Makefile: Likewise.
41923         * posix/Makefile: Likewise.
41924
41925         [BZ #6959]
41926         * timezone/Makefile: Don't install timezone files, just the programs
41927         and scripts.
41928
41929 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41930
41931         * nss/databases.def: Add missing gshadow entry.
41932
41933         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41934
41935 2012-03-06  Marek Polacek  <polacek@redhat.com>
41936
41937         [BZ #13726]
41938         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41939         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41940         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41941         * stdio-common/tst-long-dbl-fphex.c: New file.
41942
41943 2012-03-06  David S. Miller  <davem@davemloft.net>
41944
41945         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41946         (set_obp_int): New function.
41947         (get_obp_int): New function.
41948         (__get_clockfreq_via_dev_openprom): Likewise.
41949         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41950         Avoid unused variable warnings on 'val' and use builtin_expect.
41951         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41952         __builtin_expect.
41953         (INLINE_CLONE_SYSCALL): Likewise.
41954
41955 2012-03-05  David S. Miller  <davem@davemloft.net>
41956
41957         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41958
41959 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
41960
41961         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41962
41963         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41964         only for |x| >= 40.
41965         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41966
41967 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
41968
41969         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41970         Replace gettimeofday with __vdso_gettimeofday.
41971
41972         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41973         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41974         __vdso_clock_gettime and __vdso_getcpu.
41975
41976         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41977         time with __vdso_time.
41978
41979 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41980
41981         * manual/lang.texi (size_t): Note types to which size_t may be
41982         equivalent with the GNU C Library, but do not describe when
41983         differences between them are significant.
41984
41985 2012-03-05  Andreas Jaeger  <aj@suse.de>
41986
41987         * sysdeps/i386/fpu/libm-test-ulps: Update.
41988
41989 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41990
41991         [BZ #3976]
41992         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41993         (__ieee754_pow): Save and restore rounding mode and use
41994         round-to-nearest for main computations.
41995         * math/libm-test.inc (pow_test_tonearest): New function.
41996         (pow_test_towardzero): Likewise.
41997         (pow_test_downward): Likewise.
41998         (pow_test_upward): Likewise.
41999         (main): Call the new functions.
42000         * sysdeps/i386/fpu/libm-test-ulps: Update.
42001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42002
42003         [BZ #3976]
42004         * math/libm-test.inc (cosh_test_tonearest): New function.
42005         (cosh_test_towardzero): Likewise.
42006         (cosh_test_downward): Likewise.
42007         (cosh_test_upward): Likewise.
42008         (sinh_test_tonearest): Likewise.
42009         (sinh_test_towardzero): Likewise.
42010         (sinh_test_downward): Likewise.
42011         (sinh_test_upward): Likewise.
42012         (main): Call the new functions.
42013         * sysdeps/i386/fpu/libm-test-ulps: Update.
42014         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42015
42016 2012-03-05  Tom de Vries  <tom@codesourcery.com>
42017
42018         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
42019         default stack guard is set in last bytes.
42020         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
42021
42022 2012-03-05  Kees Cook  <keescook@chromium.org>
42023
42024         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
42025
42026         [BZ #13656]
42027         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
42028         possibly allocate from heap instead of stack.
42029         * stdio-common/bug-vfprintf-nargs.c: New file.
42030         * stdio-common/Makefile (tests): Add nargs overflow test.
42031
42032 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
42033
42034         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42035
42036 2012-03-03  Marek Polacek  <polacek@redhat.com>
42037
42038         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
42039         * math/math_private.h: Likewise.
42040         * stdlib/tst-strtod.c: Likewise.
42041         * sysdeps/i386/i486/bits/atomic.h: Likewise.
42042         * sysdeps/x86_64/bits/atomic.h: Likewise.
42043
42044 2012-03-02  David S. Miller  <davem@davemloft.net>
42045
42046         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
42047         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
42048         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
42049         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
42050         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
42051         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
42052         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
42053         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
42054
42055 2012-03-02  Roland McGrath  <roland@hack.frob.com>
42056
42057         [BZ #13792]
42058         * manual/examples/README: New file, says the example source files
42059         can be used under GPL>=2.
42060         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
42061         line containing just "*/".
42062         * manual/examples/add.c: Add copyright header (GPL>=2).
42063         * manual/examples/argp-ex1.c: Likewise.
42064         * manual/examples/argp-ex2.c: Likewise.
42065         * manual/examples/argp-ex3.c: Likewise.
42066         * manual/examples/argp-ex4.c: Likewise.
42067         * manual/examples/atexit.c: Likewise.
42068         * manual/examples/db.c: Likewise.
42069         * manual/examples/dir.c: Likewise.
42070         * manual/examples/dir2.c: Likewise.
42071         * manual/examples/execinfo.c: Likewise.
42072         * manual/examples/filecli.c: Likewise.
42073         * manual/examples/filesrv.c: Likewise.
42074         * manual/examples/fmtmsgexpl.c: Likewise.
42075         * manual/examples/genpass.c: Likewise.
42076         * manual/examples/inetcli.c: Likewise.
42077         * manual/examples/inetsrv.c: Likewise.
42078         * manual/examples/isockad.c: Likewise.
42079         * manual/examples/longopt.c: Likewise.
42080         * manual/examples/memopen.c: Likewise.
42081         * manual/examples/memstrm.c: Likewise.
42082         * manual/examples/mkfsock.c: Likewise.
42083         * manual/examples/mkisock.c: Likewise.
42084         * manual/examples/mygetpass.c: Likewise.
42085         * manual/examples/pipe.c: Likewise.
42086         * manual/examples/popen.c: Likewise.
42087         * manual/examples/rprintf.c: Likewise.
42088         * manual/examples/search.c: Likewise.
42089         * manual/examples/select.c: Likewise.
42090         * manual/examples/setjmp.c: Likewise.
42091         * manual/examples/sigh1.c: Likewise.
42092         * manual/examples/sigusr.c: Likewise.
42093         * manual/examples/stpcpy.c: Likewise.
42094         * manual/examples/strdupa.c: Likewise.
42095         * manual/examples/strftim.c: Likewise.
42096         * manual/examples/strncat.c: Likewise.
42097         * manual/examples/subopt.c: Likewise.
42098         * manual/examples/swapcontext.c: Likewise.
42099         * manual/examples/termios.c: Likewise.
42100         * manual/examples/testopt.c: Likewise.
42101         * manual/examples/testpass.c: Likewise.
42102         * manual/examples/timeval_subtract.c: Likewise.
42103
42104         [BZ #13792]
42105         * manual/time.texi (Elapsed Time): Move timeval_subtract example
42106         function to ...
42107         * manual/timeval_subtract.c.texi: ... here, new file.
42108
42109 2012-03-02  David S. Miller  <davem@davemloft.net>
42110
42111         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42112
42113 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
42114
42115         [BZ #3976]
42116         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42117         (__sin): Save and restore rounding mode and use round-to-nearest
42118         for all computations.
42119         (__cos): Save and restore rounding mode and use round-to-nearest
42120         for all computations.
42121         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42122         <fenv.h>.
42123         (tan): Save and restore rounding mode and use round-to-nearest for
42124         all computations.
42125         * math/libm-test.inc (cos_test_tonearest): New function.
42126         (cos_test_towardzero): Likewise.
42127         (cos_test_downward): Likewise.
42128         (cos_test_upward): Likewise.
42129         (sin_test_tonearest): Likewise.
42130         (sin_test_towardzero): Likewise.
42131         (sin_test_downward): Likewise.
42132         (sin_test_upward): Likewise.
42133         (tan_test_tonearest): Likewise.
42134         (tan_test_towardzero): Likewise.
42135         (tan_test_downward): Likewise.
42136         (tan_test_upward): Likewise.
42137         (main): Call the new functions.
42138         * sysdeps/i386/fpu/libm-test-ulps: Update.
42139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42140
42141         [BZ #10135]
42142         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42143         small n, then large n, before computing and testing k+n.
42144         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42145         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42146         Likewise.
42147         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42148         Likewise.
42149         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42150         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42151         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42152         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42153         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42154         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42155         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42156         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42157         * math/libm-test.inc (scalbn_test): Add more tests.
42158         (scalbln_test): Likewise.
42159
42160         * manual/filesys.texi (mode_t): Describe constraints on size and
42161         signedness, not exact equivalence to a particular type.
42162         (ino_t): Likewise.
42163         (ino64_t): Likewise.
42164         (dev_t): Likewise.
42165         (nlink_t): Likewise.
42166         (blkcnt_t): Likewise.
42167         (blkcnt64_t): Likewise.
42168         * manual/llio.texi (off_t): Likewise.
42169
42170         [BZ #3976]
42171         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42172         (__ieee754_exp): Save and restore rounding mode and use
42173         round-to-nearest for all computations.
42174         * math/libm-test.inc (exp_test_tonearest): New function.
42175         (exp_test_towardzero): Likewise.
42176         (exp_test_downward): Likewise.
42177         (exp_test_upward): Likewise.
42178         (main): Call the new functions.
42179         * sysdeps/i386/fpu/libm-test-ulps: Update.
42180         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42181
42182 2012-03-01  Chris Demetriou  <cgd@google.com>
42183
42184         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42185         have predictable order.
42186
42187 2012-03-01  David S. Miller  <davem@davemloft.net>
42188
42189         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42190
42191         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42192         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42193         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42194         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42195
42196         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42197         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42198         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42199         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42200         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42201         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42202         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42203         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42204         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42205
42206         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42207
42208         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42209         * sysdeps/sparc/fpu/libm-test-ulps: to here.
42210         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42211
42212         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42213         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42214         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42215         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42216         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42217         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42218         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42219         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42220         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42221         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42222         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42223         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42224         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42225         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42226         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42227         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42228         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42229         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42230         * sysdeps/sparc/elf/configure: Regenerated.
42231
42232 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
42233
42234         * configure.in (AS, LD): Require binutils 2.20 or later.
42235         * configure: Regenerated.
42236         * manual/install.texi (Tools for Compilation): Give binutils 2.20
42237         as required minimum version.
42238         * INSTALL: Regenerated.
42239
42240         [BZ #2541]
42241         [BZ #4108]
42242         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42243         before squaring exponent.
42244         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42245         bottom long double and 27 bits of top long double before squaring
42246         exponent.
42247         * math/libm-test.inc (erfc_test): Add more tests.
42248         * sysdeps/i386/fpu/libm-test-ulps: Update.
42249         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42250         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42251
42252 2012-03-01  Kai Tietz  <ktietz@redhat.com>
42253
42254         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42255         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42256         containing bit-fields.
42257         * soft-fp/extended.h (_FP_UNION_E): Likewise.
42258         * soft-fp/single.h (_FP_UNION_S): Likewise.
42259         * soft-fp/double.h (_FP_UNION_D): Likewise.
42260
42261 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42262
42263         [BZ #13786]
42264         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42265         not include ../strcmp.S.
42266         [USE_AS_STRNCASECMP_L]: Likewise.
42267         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42268         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42269         * sysdeps/i386/i686/multiarch/strncase_l-c.c
42270         (__strncasecmp_l_ia32): Define as alias to
42271         __strncasecmp_l_nonascii.
42272
42273         [BZ #5794]
42274         * math/libm-test.inc (expm1_test): Add test for bug 5794.
42275         * sysdeps/i386/fpu/libm-test-ulps: Update.
42276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42277
42278         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42280
42281 2012-02-29  Jeff Law  <law@redhat.com>
42282
42283         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42284         out of bounds read.
42285
42286 2012-02-29  Marek Polacek  <polacek@redhat.com>
42287
42288         [BZ #13706]
42289         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42290         * elf/Makefile: Add rules to run tst-unused-dep.out.
42291
42292 2012-02-28  David S. Miller  <davem@davemloft.net>
42293
42294         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42295         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42296         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42297         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42298         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42299         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42300
42301 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42302
42303         * math/libm-test.inc (llround_test): Move one test from
42304         lround_test.  Use TEST_f_L in moved test.
42305         (lround_test): Move misplaced test to llround_test.  Add testcase
42306         from bug 2561.
42307
42308 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
42309
42310         * sysdeps/x86_64/fpu/e_expf.S: New file.
42311         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42312
42313 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
42314
42315         [BZ #13637]
42316         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42317         of remain_len that may cause incomplete multi-byte character and
42318         false match.
42319         * posix/bug-regex33.c: New file.
42320         * posix/Makefile (tests): Add bug-regex33.
42321
42322 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
42323
42324         * manual/macros.texi: New file.
42325         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42326         * manual/libc.texinfo: Include macros.texi.
42327         * manual/creatute.texi: Likewise.
42328         * manual/install.texi: Likewise.
42329         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42330         @glibcadj{} in references to the GNU C Library.
42331         * manual/charset.texi: Likewise.
42332         * manual/conf.texi: Likewise.
42333         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
42334         when not using those macros.
42335         * manual/creature.texi: Likewise.
42336         * manual/crypt.texi: Likewise.
42337         * manual/errno.texi: Likewise.
42338         * manual/filesys.texi: Likewise.
42339         * manual/header.texi: Likewise.
42340         * manual/install.texi: Likewise.
42341         * manual/intro.texi: Likewise.
42342         * manual/io.texi: Likewise.
42343         * manual/job.texi: Likewise.
42344         * manual/lang.texi: Likewise.
42345         * manual/libc.texiinfo: Likewise.
42346         * manual/llio.texi: Likewise.
42347         * manual/locale.texi: Likewise.
42348         * manual/maint.texi: Likewise.
42349         * manual/math.texi: Likewise.
42350         * manual/memory.texi: Likewise.
42351         * manual/message.texi: Likewise.
42352         * manual/nss.texi: Likewise.
42353         * manual/pattern.texi: Likewise.
42354         * manual/process.texi: Likewise.
42355         * manual/resource.texi: Likewise.
42356         * manual/search.texi: Likewise.
42357         * manual/setjmp.texi: Likewise.
42358         * manual/signal.texi: Likewise.
42359         * manual/socket.texi: Likewise.
42360         * manual/startup.texi: Likewise.
42361         * manual/stdio.texi: Likewise.
42362         * manual/string.texi: Likewise.
42363         * manual/sysinfo.texi: Likewise.
42364         * manual/syslog.texi: Likewise.
42365         * manual/terminal.texi: Likewise.
42366         * manual/time.texi: Likewise.
42367         * manual/users.texi: Likewise.
42368         * INSTALL: Regenerated.
42369         * NOTES: Regenerated.
42370         * sysdeps/gnu/errlist.c: Regenerated.
42371
42372 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
42373
42374         * include/dirent.h: Include <dirstream.h> before
42375         <dirent/dirent.h>.
42376
42377 2012-02-28  David S. Miller  <davem@davemloft.net>
42378
42379         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42380         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42381         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42382         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42383
42384 2012-02-27  David S. Miller  <davem@davemloft.net>
42385
42386         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42387         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42388         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42389         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42390
42391         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42392         frame pointer instead of stack pointer relative arg slot.
42393         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42394         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42395         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42396
42397 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
42398
42399         [BZ #3992]
42400         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42401
42402 2012-02-27  David S. Miller  <davem@davemloft.net>
42403
42404         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42405         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42406         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42407         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42408         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42409         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42410         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42411         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42412
42413 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42414
42415         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42416         later.  Allow versions 5-9.
42417         * configure: Regenerated.
42418         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42419         required minimum version and 4.6 as recommended version.  Do not
42420         mention bugs in GCC 2.7 and 2.8.
42421         * INSTALL: Regenerated.
42422
42423 2012-02-27  David S. Miller  <davem@davemloft.net>
42424
42425         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42426         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42427         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42428         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42429         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42430         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42431         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42432         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42433
42434         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42435         manipulate bits before adding and subtracting TWO112[sx].
42436         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42437
42438 2012-02-27  Roland McGrath  <roland@hack.frob.com>
42439
42440         [BZ #13775]
42441         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42442         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42443         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42444         being in POSIX, because they are in 1003.1-2008.
42445
42446         * rt/tst-aio.c: Include <fcntl.h>.
42447         * rt/tst-aio7.c: Likewise.
42448         * rt/tst-aio64.c: Likewise.
42449
42450         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42451
42452 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42453
42454         * manual/install.texi (--with-headers): Describe headers as
42455         interface headers, not private headers.
42456         (Specific advice for GNU/Linux systems): Describe use of headers
42457         from "make headers_install", not private headers from older
42458         kernels.
42459         * INSTALL: Regenerated.
42460         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42461         Change to 2.6.19.
42462         * sysdeps/unix/sysv/linux/configure: Regenerated.
42463
42464         * manual/llio.texi (fclean): Remove documentation.
42465
42466         * manual/Makefile (libc-texi-generated): New variable.  Include
42467         version.texi.
42468         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42469         $(libc-texi-generated), not duplicated list of files.
42470         (version.texi, stamp-version): New rules.
42471         (realclean): Remove $(libc-texi-generated), not individual files
42472         from that list.  Do not remove dir-add.texinfo.
42473         * manual/libc.texinfo: Comment out uses of edition numbers and
42474         references to printed manual.  Remove last-updated dates.
42475         (EDITION): Comment out.
42476         (ISBN): Likewise.
42477         (VERSION, UPDATED): Remove.
42478         (version.texi): Include.
42479
42480 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
42481
42482         * sysdeps/posix/spawni.c: Include <signal.h>.
42483         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42484         * sysdeps/pthread/aio_fsync.c: Likewise.
42485
42486 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
42487
42488         * conform/Makefile (tests): Run only when not cross-compiling and
42489         when fast-check is not defined.
42490
42491         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42492         * conform/data/limits.h-data: Fixes for POSIX2008.
42493         * conform/run-conformtest.sh: Run all tests.
42494         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42495         headers.
42496         * include/bits/dlfcn.h: Likewise.
42497         * include/langinfo.h: Likewise.
42498         * include/monetary.h: Likewise.
42499         * include/sys/poll.h: Likewise.
42500
42501         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42502         for __USE_GNU.
42503         * posix/spawn.h: Define __need_sigset_t.
42504         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42505         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42506         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
42507         to get sigevent_t only.
42508         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42509         only for __USE_GNU.
42510         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42511         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42512         process_vm_writev only for __USE_GNU.
42513         * termios/termios.h: Declare tcgetsid also for POSIX2008.
42514
42515         * conform/Makefile: For now ignore errors from run-conformtest.
42516         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
42517         POSIX to avoid namespace pollution.  Don't prepend headers.
42518         * conform/data/aio.h-data: Fixes for POSIX testing.
42519         * conform/data/fcntl.h-data: Likewise.
42520         * conform/data/glob.h-data: Likewise.
42521         * conform/data/grp.h-data: Likewise.
42522         * conform/data/pthread.h-data: Likewise.
42523         * conform/data/pwd.h-data: Likewise.
42524         * conform/data/signal.h-data: Likewise.
42525         * conform/data/spawn.h-data: Likewise.
42526         * conform/data/stdio.h-data: Likewise.
42527         * conform/data/stdlib.h-data: Likewise.
42528         * conform/data/stropts.h-data: Likewise.
42529         * conform/data/sys/mman.h-data: Likewise.
42530         * conform/data/sys/stat.h-data: Likewise.
42531         * conform/data/sys/types.h-data: Likewise.
42532         * conform/data/sys/wait.h-data: Likewise.
42533         * conform/data/time.h-data: Likewise.
42534         * conform/data/unistd.h-data: Likewise.
42535         * conform/data/utime.h-data: Likewise.
42536
42537         * io/sys/stat.h: fchmod was always in POSIX.
42538         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
42539         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
42540         * rt/aio.h: Define __need_timespec before including <time.h>.
42541         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
42542         struct.  Add forward declaration of pthread_attr_t and use it in
42543         sigevent.
42544         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42545         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42546         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
42547         always remove CLK_TCK definition.
42548
42549 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
42550
42551         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
42552
42553 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
42554
42555         * conform/run-conformtest.sh: New file.
42556         * conform/Makefile: Run run-conformtest for tests.
42557         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
42558         support.
42559
42560         * conform/data/uchar.h-data: New file.
42561         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
42562         * conform/data/arpa/inet.h-data: Likewise.
42563         * conform/data/assert.h-data: Likewise.
42564         * conform/data/complex.h-data: Likewise.
42565         * conform/data/cpio.h-data: Likewise.
42566         * conform/data/ctype.h-data: Likewise.
42567         * conform/data/dirent.h-data: Likewise.
42568         * conform/data/dlfcn.h-data: Likewise.
42569         * conform/data/errno.h-data: Likewise.
42570         * conform/data/fcntl.h-data: Likewise.
42571         * conform/data/float.h-data: Likewise.
42572         * conform/data/fmtmsg.h-data: Likewise.
42573         * conform/data/fnmatch.h-data: Likewise.
42574         * conform/data/ftw.h-data: Likewise.
42575         * conform/data/glob.h-data: Likewise.
42576         * conform/data/grp.h-data: Likewise.
42577         * conform/data/iconv.h-data: Likewise.
42578         * conform/data/inttypes.h-data: Likewise.
42579         * conform/data/langinfo.h-data: Likewise.
42580         * conform/data/libgen.h-data: Likewise.
42581         * conform/data/limits.h-data: Likewise.
42582         * conform/data/locale.h-data: Likewise.
42583         * conform/data/math.h-data: Likewise.
42584         * conform/data/monetary.h-data: Likewise.
42585         * conform/data/mqueue.h-data: Likewise.
42586         * conform/data/ndbm.h-data: Likewise.
42587         * conform/data/net/if.h-data: Likewise.
42588         * conform/data/netdb.h-data: Likewise.
42589         * conform/data/netinet/in.h-data: Likewise.
42590         * conform/data/nl_types.h-data: Likewise.
42591         * conform/data/poll.h-data: Likewise.
42592         * conform/data/pthread.h-data: Likewise.
42593         * conform/data/pwd.h-data: Likewise.
42594         * conform/data/regex.h-data: Likewise.
42595         * conform/data/sched.h-data: Likewise.
42596         * conform/data/search.h-data: Likewise.
42597         * conform/data/semaphore.h-data: Likewise.
42598         * conform/data/setjmp.h-data: Likewise.
42599         * conform/data/signal.h-data: Likewise.
42600         * conform/data/spawn.h-data: Likewise.
42601         * conform/data/stdarg.h-data: Likewise.
42602         * conform/data/stdio.h-data: Likewise.
42603         * conform/data/stdlib.h-data: Likewise.
42604         * conform/data/string.h-data: Likewise.
42605         * conform/data/strings.h-data: Likewise.
42606         * conform/data/stropts.h-data: Likewise.
42607         * conform/data/sys/ipc.h-data: Likewise.
42608         * conform/data/sys/mman.h-data: Likewise.
42609         * conform/data/sys/msg.h-data: Likewise.
42610         * conform/data/sys/resource.h-data: Likewise.
42611         * conform/data/sys/select.h-data: Likewise.
42612         * conform/data/sys/sem.h-data: Likewise.
42613         * conform/data/sys/shm.h-data: Likewise.
42614         * conform/data/sys/socket.h-data: Likewise.
42615         * conform/data/sys/stat.h-data: Likewise.
42616         * conform/data/sys/statvfs.h-data: Likewise.
42617         * conform/data/sys/time.h-data: Likewise.
42618         * conform/data/sys/timeb.h-data: Likewise.
42619         * conform/data/sys/times.h-data: Likewise.
42620         * conform/data/sys/types.h-data: Likewise.
42621         * conform/data/sys/uio.h-data: Likewise.
42622         * conform/data/sys/un.h-data: Likewise.
42623         * conform/data/sys/utsname.h-data: Likewise.
42624         * conform/data/sys/wait.h-data: Likewise.
42625         * conform/data/syslog.h-data: Likewise.
42626         * conform/data/tar.h-data: Likewise.
42627         * conform/data/termios.h-data: Likewise.
42628         * conform/data/utime.h-data: Likewise.
42629         * conform/data/utmpx.h-data: Likewise.
42630         * conform/data/varargs.h-data: Likewise.
42631         * conform/data/wchar.h-data: Likewise.
42632         * conform/data/wctype.h-data: Likewise.
42633         * conform/data/wordexp.h-data: Likewise.
42634
42635         * include/stropts.h: New file.
42636         * include/uchar.h: New file.
42637         * include/aio.h: Changes to allow conformtest.pl to use the headers.
42638         * include/assert.h: Likewise.
42639         * include/ctype.h: Likewise.
42640         * include/dirent.h: Likewise.
42641         * include/dlfcn.h: Likewise.
42642         * include/fcntl.h: Likewise.
42643         * include/fnmatch.h: Likewise.
42644         * include/glob.h: Likewise.
42645         * include/grp.h: Likewise.
42646         * include/libio.h: Likewise.
42647         * include/locale.h: Likewise.
42648         * include/math.h: Likewise.
42649         * include/net/if.h: Likewise.
42650         * include/netdb.h: Likewise.
42651         * include/netinet/in.h: Likewise.
42652         * include/pthread.h: Likewise.
42653         * include/pwd.h: Likewise.
42654         * include/regex.h: Likewise.
42655         * include/sched.h: Likewise.
42656         * include/search.h: Likewise.
42657         * include/setjmp.h: Likewise.
42658         * include/signal.h: Likewise.
42659         * include/stdio.h: Likewise.
42660         * include/stdlib.h: Likewise.
42661         * include/string.h: Likewise.
42662         * include/sys/cdefs.h: Likewise.
42663         * include/sys/mman.h: Likewise.
42664         * include/sys/msg.h: Likewise.
42665         * include/sys/resource.h: Likewise.
42666         * include/sys/select.h: Likewise.
42667         * include/sys/socket.h: Likewise.
42668         * include/sys/stat.h: Likewise.
42669         * include/sys/statvfs.h: Likewise.
42670         * include/sys/time.h: Likewise.
42671         * include/sys/times.h: Likewise.
42672         * include/sys/uio.h: Likewise.
42673         * include/sys/utsname.h: Likewise.
42674         * include/sys/wait.h: Likewise.
42675         * include/termios.h: Likewise.
42676         * include/time.h: Likewise.
42677         * include/ulimit.h: Likewise.
42678         * include/unistd.h: Likewise.
42679         * include/utime.h: Likewise.
42680         * include/wchar.h: Likewise.
42681         * include/wctype.h: Likewise.
42682         * include/wordexp.h: Likewise.
42683
42684         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
42685
42686         * time/time.h: TIME_UTC must be a macro.
42687         Make timespec_get available for ISO C11 only as well.
42688
42689 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
42690
42691         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
42692         Reported by Peng Haitao <penght@cn.fujitsu.com>.
42693
42694 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42695
42696         * configure.in: Use -o not -a in test for unsupported multi-arch.
42697
42698 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42699
42700         * manual/texinfo.tex: Update to version 2012-01-19.16.
42701
42702 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42703
42704         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
42705
42706 2012-02-24  Roland McGrath  <roland@hack.frob.com>
42707
42708         [BZ #13738]
42709         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
42710         * manual/fdl-1.3.texi: New file.
42711         * manual/fdl-1.1.texi: File removed.
42712
42713         [BZ #13738]
42714         * manual/libc.texinfo (FDL_VERSION): New @set.
42715         Use it for mention of FDL in cover text.
42716         (Documentation License): Use it in @include file name.
42717
42718 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42719             Roland McGrath  <roland@hack.frob.com>
42720
42721         [BZ #5461]
42722         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
42723         (not LONG_LONG_MAX and LONG_LONG_MIN.
42724         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
42725         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
42726         name.
42727         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
42728
42729 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42730
42731         [BZ #2547]
42732         [BZ #11365]
42733         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
42734         manipulate bits before adding and subtracting TWO23[sx].
42735         * math/libm-test.inc (nearbyint_test): Add more tests.
42736
42737 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42738
42739         [BZ #2548]
42740         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
42741         bits before adding and subtracting TWO23[sx].
42742         * math/libm-test.inc (rint_test): Add more tests.
42743         (rint_test_tonearest): Likewise.
42744         (rint_test_towardzero): Likewise.
42745         (rint_test_downward): Likewise.
42746         (rint_test_upward: Likewise.
42747
42748 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42749
42750         [BZ #10110]
42751         * include/stdc-predef.h: New file.  Extracted from features.h.
42752         * include/features.h: Include stdc-predef.h.
42753         * Makefile (headers): Add stdc-predef.h.
42754         * CONFORMANCE (Compiler limitations): Update.
42755
42756 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42757
42758         * manual/libc.texinfo (VERSION, UPDATED): Revert.
42759
42760 2012-02-21  David S. Miller  <davem@davemloft.net>
42761
42762         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
42763         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42764
42765 2012-02-20  David S. Miller  <davem@davemloft.net>
42766
42767         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
42768         using a normal save/restore sequence, rather than allocating a
42769         dummy stack frame just to store a frame pointer and restore.
42770         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42771
42772 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42773
42774         * manual/install.texi: Fix stray word in line-wrapped comment.
42775
42776 2012-02-20  David S. Miller  <davem@davemloft.net>
42777
42778         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42779         both binutils and gcc support GOTDATA.
42780
42781         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42782         "rd %pc" in the PIC register setup sequences.
42783
42784         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42785         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42786         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42787         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
42788         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42789         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42790         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42791         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42792         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
42793         (SYSCALL_ERROR_HANDLER): Likewise.
42794         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42795         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42796         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
42797         (SYSCALL_ERROR_HANDLER): Likewise.
42798
42799         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
42800         (HAVE_GCC_GOTDATA): New.
42801         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
42802         relocation support in both binutils and gcc.
42803         * sysdeps/sparc/elf/configure: Regenerate.
42804
42805         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
42806         * sysdeps/sparc/sparc32/elf/configure: Delete.
42807         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
42808         * sysdeps/sparc/sparc64/elf/configure: Delete.
42809         * sysdeps/sparc/elf/configure.in: New file.
42810         * sysdeps/sparc/elf/configure: Generate.
42811
42812         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
42813         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
42814         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42815         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
42816         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
42817
42818 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42819
42820         * manual/install.texi: Do not mention specific glibc version
42821         numbers.
42822         * manual/libc.texinfo (VERSION, UPDATED): Update.
42823         (@copying): Use @copyright{} and range of years.
42824
42825 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42826
42827         [BZ #13695]
42828         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42829         [crti.S not in sysdirs] (generated): Do not append.
42830         [crti.S not in sysdirs] (omit-deps): Likewise.
42831         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42832         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42833         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42834         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42835         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42836         Likewise.
42837         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42838         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42839         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42840         * csu/defs.awk: Remove file.
42841         * sysdeps/generic/initfini.c: Likewise.
42842         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42843         variable.
42844         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42845         Likewise.
42846
42847 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42848
42849         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42850         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42851         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42852         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42853         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42854         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42855         <bits/epoll.h>.
42856         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42857         (__EPOLL_PACKED): Define to empty if not defined by
42858         <bits/epoll.h>.
42859         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42860         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42861         bits/epoll.h.
42862
42863 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42864
42865         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42866         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42867         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42868         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42869         <bits/timerfd.h>.
42870         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42871         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42872         bits/timerfd.h.
42873
42874 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42875
42876         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42877         in C locale.
42878         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42879         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42880         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42882
42883 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
42884
42885         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42886         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42887
42888 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42889
42890         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42891         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42892         defined.
42893         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42894         Likewise.
42895         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42896         entry for 2.16.
42897
42898 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42899
42900         * math/w_acos.c: Use non-signaling floating-point comparisons.
42901         * math/w_acosf.c: Likewise.
42902         * math/w_acosh.c: Likewise.
42903         * math/w_acoshf.c: Likewise.
42904         * math/w_acoshl.c: Likewise.
42905         * math/w_acosl.c: Likewise.
42906         * math/w_asin.c: Likewise.
42907         * math/w_asinf.c: Likewise.
42908         * math/w_asinl.c: Likewise.
42909         * math/w_atanh.c: Likewise.
42910         * math/w_atanhf.c: Likewise.
42911         * math/w_atanhl.c: Likewise.
42912         * math/w_exp2.c: Likewise.
42913         * math/w_exp2f.c: Likewise.
42914         * math/w_exp2l.c: Likewise.
42915         * math/w_j0.c: Likewise.
42916         * math/w_j0f.c: Likewise.
42917         * math/w_j0l.c: Likewise.
42918         * math/w_j1.c: Likewise.
42919         * math/w_j1f.c: Likewise.
42920         * math/w_j1l.c: Likewise.
42921         * math/w_jn.c: Likewise.
42922         * math/w_jnf.c: Likewise.
42923         * math/w_log.c: Likewise.
42924         * math/w_log10.c: Likewise.
42925         * math/w_log10f.c: Likewise.
42926         * math/w_log10l.c: Likewise.
42927         * math/w_log2.c: Likewise.
42928         * math/w_log2f.c: Likewise.
42929         * math/w_log2l.c: Likewise.
42930         * math/w_logf.c: Likewise.
42931         * math/w_logl.c: Likewise.
42932         * math/w_sqrt.c: Likewise.
42933         * math/w_sqrtf.c: Likewise.
42934         * math/w_sqrtl.c: Likewise.
42935         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42936         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42937         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42938         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42939         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42940
42941 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42942
42943         [BZ #9739]
42944         * manual/string.texi (strnlen): Use correct parameter name in
42945         equivalent expression.
42946
42947 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42948
42949         [BZ #11174]
42950         * manual/users.texi (seteuid): Consistently use neweuid for
42951         argument name.
42952
42953 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42954
42955         [BZ #13704]
42956         * manual/nss.texi (Services in the NSS configuration): Correct
42957         list of services in example configuration file.
42958
42959 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
42960
42961         [BZ #11322]
42962         * manual/arith.texi: Remove statements about negative zero
42963         behaving identically to zero.
42964
42965 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42966
42967         [BZ #5993]
42968         * manual/install.texi: Do not document upgrading from libc5.
42969
42970 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42971
42972         [BZ #4596]
42973         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42974
42975 2012-02-18  David S. Miller  <davem@davemloft.net>
42976
42977         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42978         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42979         %o7 across the call.
42980         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42981         instead.
42982         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42983         SETUP_PIC_REG_LEAF.
42984         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42985         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42986         * sysdeps/sparc/crtn.S: Likewise.
42987
42988 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
42989
42990         * aout/Makefile: Remove.
42991
42992 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
42993
42994         [BZ #13058]
42995         * manual/examples/argp-ex1.c (main): Format definition in GNU
42996         style.
42997         * manual/examples/argp-ex2.c (main): Likewise.
42998         * manual/examples/argp-ex3.c (main): Likewise.
42999         * manual/examples/argp-ex4.c (main): Likewise.
43000         * manual/examples/longopt.c (main): Use new-style prototype
43001         definition.
43002         * manual/examples/strncat.c (main): Specify return type and use
43003         (void) for arguments.
43004         * manual/examples/subopt.c (main): Use char **argv argument.
43005
43006 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43007
43008         [BZ #5077]
43009         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
43010         rounding modes.
43011
43012 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
43013
43014         [BZ #6907]
43015         * manual/string.texi (strchr): Change when strchrnul is
43016         recommended.
43017
43018 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
43019
43020         [BZ #174]
43021         * manual/locale.texi (setlocale): Document LOCPATH.
43022
43023 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43024
43025         [BZ #10210]
43026         * manual/process.texi (execle): Move @dots{} before last argument.
43027
43028 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
43029
43030         [BZ #12047]
43031         * manual/charset.texi (Generic Charset Conversion): Fix typo
43032         (LC_TYPE -> LC_CTYPE).
43033
43034 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
43035
43036         [BZ #5805]
43037         * manual/arith.texi (scalbn): Use @var{} on parameter names.
43038         (scalbnf): Likewise.
43039         (scalbnl): Likewise.
43040         (scalbln): Likewise.
43041         (scalblnf): Likewise.
43042         (scalblnl): Likewise.
43043         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
43044         (vwarnx): Likewise.
43045         (verr): Likewise.
43046         (verrx): Likewise.
43047         * manual/filesys.texi (telldir): Use braces around return type.
43048         * manual/llio.texi (mmap): Add space after comma.
43049         (mmap64): Likewise.
43050         * manual/math.texi (jn): Use @var{} on parameter names.
43051         (jnf): Likewise.
43052         (jnl): Likewise.
43053         (yn): Likewise.
43054         (ynf): Likewise.
43055         (ynl): Likewise.
43056         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
43057         line.
43058         * manual/resource.texi (ulimit): Use @dots{} instead of literal
43059         "...".
43060         (sched_get_priority_min): Remove semicolon on @deftypefun line.
43061         (sched_get_priority_max): Likewise.
43062         * manual/signal.texi (sigvec): Add space after comma.
43063         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
43064         names.
43065         (if_indextoname): Likewise.
43066         (if_freenameindex): Likewise.
43067         (sendto): Use ',' instead of '.' in prototype.
43068         * manual/startup.texi (syscall): Use @dots{} instead of literal
43069         "...".
43070         * manual/stdio.texi (__fpending): Separate initial words of
43071         paragraph from @deftypefun line.
43072         * manual/syslog.texi (syslog): Use @dots{} instead of literal
43073         "...".
43074         (vsyslog): Use @var{} on parameter names.
43075         * manual/terminal.texi (stty): Use @var{} on parameter names.
43076         * manual/users.texi (getutmp): Use @var{} on parameter names.
43077         (getutmpx): Likewise.
43078
43079 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43080
43081         [BZ #6884]
43082         * manual/stdio.texi (fopen): Fix typos in description of
43083         ",ccs=STRING".
43084
43085 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
43086
43087         [BZ #4026]
43088         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
43089         get clock_id definition.
43090
43091 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
43092
43093         [BZ #4822]
43094         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
43095         (madvise): Cast every argument to void on its own.
43096
43097 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43098
43099         [BZ #9902]
43100         * manual/startup.texi (Exit Status): Fix typo.
43101
43102 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43103
43104         [BZ #10140]
43105         * manual/examples/argp-ex1.c: Include <stdlib.h>.
43106         * manual/examples/argp-ex2.c: Likewise.
43107         * manual/examples/argp-ex3.c: Likewise.
43108
43109 2012-02-16  Richard Henderson  <rth@redhat.com>
43110
43111         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43112         * sysdeps/s390/s390-32/initfini.c: Remove.
43113         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43114         * sysdeps/s390/s390-64/initfini.c: Remove.
43115
43116 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43117
43118         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43119         compiler output for sysdeps/generic/initfini.c.
43120         * sysdeps/sh/elf/initfini.c: Remove file.
43121
43122 2012-02-16  David S. Miller  <davem@davemloft.net>
43123
43124         [BZ #11494]
43125         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43126
43127         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43128         * sysdeps/sparc/crti.S: New file.
43129         * sysdeps/sparc/crtn.S: New file.
43130         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43131         * sysdeps/sparc/sparc64/Makefile: Likewise.
43132
43133 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
43134
43135         [BZ #3335]
43136         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
43137
43138 2012-02-15  Roland McGrath  <roland@hack.frob.com>
43139
43140         [BZ #4822]
43141         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43142
43143         * mach/devstream.c (cookie_io_functions_t): Macro removed.
43144         (write, read, close): Likewise.
43145         Patch by Aurelien Jarno <aurelien@aurel32.net>.
43146
43147 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
43148
43149         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43150         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43151         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43152         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43153         <bits/signalfd.h>.
43154         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43155         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43156         bits/signalfd.h.
43157
43158 2012-02-14  Marek Polacek  <polacek@redhat.com>
43159
43160         * sysdeps/x86_64/crti.S: New file.
43161         * sysdeps/x86_64/crtn.S: New file.
43162         * sysdeps/x86_64/elf/initfini.c: Remove file.
43163
43164 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43165
43166         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43167         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43168         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43169         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43170         <bits/inotify.h>.
43171         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43172         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43173         bits/inotify.h.
43174
43175 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43176
43177         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43178         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43179         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43180         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43181         <bits/eventfd.h>.
43182         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43183         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43184         bits/eventfd.h.
43185
43186 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
43187
43188         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43189         __feraiseexcept instead of feraiseexcept.
43190
43191         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43192         nanosleep invocations.
43193         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43194         strings, and add error checking for a nanosleep invocations.
43195
43196 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
43197
43198         Replace FSF snail mail address with URLs, as per GNU coding standards.
43199         Most of the snail mail addresses were wrong anyway, and omitting
43200         them makes the source code easier to maintain.  Almost all of the
43201         changes are to license notices and to locale LC_IDENTIFICATION
43202         addresses, except for this one:
43203         * manual/libc.texinfo: In "Published by", give the FSF's URL,
43204         not its snail mail address.
43205
43206 2012-02-09  Richard Henderson  <rth@twiddle.net>
43207
43208         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43209         of kernel-features.h.
43210
43211         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43212
43213 2012-02-08  Marek Polacek  <polacek@redhat.com>
43214
43215         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43216         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43217         * sysdeps/gnu/_G_config.h: Likewise.
43218         * sysdeps/generic/_G_config.h: Likewise.
43219
43220 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
43221
43222         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43223         tests.
43224         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43225
43226         * sysdeps/powerpc/powerpc32/crti.S: New file.
43227         * sysdeps/powerpc/powerpc32/crtn.S: New file.
43228         * sysdeps/powerpc/powerpc64/crti.S: New file.
43229         * sysdeps/powerpc/powerpc64/crtn.S: New file.
43230
43231         * Makeconfig (have-initfini): Don't set.
43232         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43233         * configure.in (nopic_initfini): Don't substitute.
43234         * config.h.in (HAVE_INITFINI): Don't #undef.
43235         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43236         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43237
43238 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
43239
43240         Support crti.S and crtn.S provided directly by architectures.
43241         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43242         [crti.S in sysdirs] (omit-deps): Likewise.
43243         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43244         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43245         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43246         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43247         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43248         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43249         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43250         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43251         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43252         compiler output for sysdeps/generic/initfini.c.
43253         * sysdeps/i386/elf/Makefile: Remove file.
43254         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43255
43256 2012-02-07  Marek Polacek  <polacek@redhat.com>
43257
43258         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43259         * sysdeps/gnu/_G_config.h: Likewise.
43260         * sysdeps/mach/hurd/_G_config.h: Likewise.
43261
43262 2012-02-07  Marek Polacek  <polacek@redhat.com>
43263
43264         * math/Makefile (tests): Add tst-CMPLX2.
43265         * math/tst-CMPLX2.c: New file.
43266
43267 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
43268
43269         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43270
43271         * math/libm-test.inc (jn_test): Add missing L suffix.
43272
43273 2012-02-06  Marek Polacek  <polacek@redhat.com>
43274
43275         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43276         * sysdeps/i386/fpu/e_powf.S: Likewise.
43277         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43278         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43279         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43280         * sysdeps/i386/fpu/e_pow.S: Likewise.
43281         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43282         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43283         * sysdeps/i386/fpu/s_expm1.S: Likewise.
43284         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43285         * sysdeps/i386/fpu/e_log2.S: Likewise.
43286         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43287         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43288         * sysdeps/i386/fpu/e_powl.S: Likewise.
43289         * sysdeps/i386/fpu/s_log1p.S: Likewise.
43290         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43291         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43292         * sysdeps/i386/fpu/e_logl.S: Likewise.
43293         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43294         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43295         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43296         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43297         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43298         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43299         * sysdeps/i386/fpu/e_log.S: Likewise.
43300         * sysdeps/i386/fpu/s_cexp.S: Likewise.
43301         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43302         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43303         * sysdeps/i386/fpu/e_logf.S: Likewise.
43304         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43305         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43306         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43307         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43308         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43309         * sysdeps/i386/fpu/e_log10.S: Likewise.
43310         * sysdeps/i386/fpu/s_frexp.S: Likewise.
43311         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43312         * sysdeps/i386/fpu/s_asinh.S: Likewise.
43313         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43314         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43315         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43316         * sysdeps/i386/asm-syntax.h: Likewise.
43317         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43318         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43319         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43320         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43321         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43322         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43323         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43324         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43325         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43326         * sysdeps/powerpc/sysdep.h: Likewise.
43327         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43328         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43329
43330 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43331
43332         [BZ #411]
43333         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43334
43335 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43336
43337         * sysdeps/i386/sysdep.h: Include <features.h>.
43338         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43339         version.
43340
43341 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
43342
43343         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43344         Define.
43345         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43346         LOAD_PIC_REG_STR.
43347
43348 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43349
43350         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43351         (SETUP_PIC_REG): Use GET_PC_THUNK.
43352         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43353         macro.
43354
43355 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43356
43357         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43358         for non-PIC compilation.
43359         (SETUP_PIC_REG): Add .p2align directive.
43360         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43361         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43362         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43363         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43364         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43365         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43366         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43367         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43368         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43369         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43370         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43371         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43372         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43373         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43374         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43375         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43376         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43377         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43378         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43379         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43380         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43381         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43382         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43383         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43384         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43385         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43386         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43387         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43388         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43389         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43390         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43391         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43392         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43393         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43394         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43395         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43396         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43397         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43398         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43399         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43400         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43401
43402 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43403
43404         * math/tst-CMPLX.c: Include <stdio.h>.
43405
43406 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
43407
43408         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43409         float.
43410         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43411         * sysdeps/sparc/bits/mathdef.h: Likewise.
43412
43413 2012-01-31  Marek Polacek  <polacek@redhat.com>
43414
43415         * libio/libio.h: Don't define _PARAMS.
43416         * locale/programs/config.h: Don't define PARAMS.
43417         * stdlib/strtol_l.c: Likewise.
43418         (__strtol_l): Remove PARAMS from the prototype.
43419
43420 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
43421
43422         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
43423         names.  Just use the correct names.  Remove unnecessary wrapper
43424         functions.
43425         * malloc/arena.c: Likewise.
43426         * malloc/hooks.c: Likewise.
43427
43428         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43429         ARENA_TEST says not to.  Simplify test for creation of a new arena.
43430         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43431
43432 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
43433
43434         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43435         into tail calls.
43436         (update_get_addr): New function.
43437         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43438         GET_ADDR_MODULE parameter.
43439
43440 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43441
43442         * crypt/cert.c: Remove __STDC__ conditionals.
43443         * crypt/crypt-entry.c: Likewise.
43444         * crypt/crypt_util.c: Likewise.
43445         * libio/filedoalloc.c: Likewise.
43446         * libio/fileops.c: Likewise.
43447         * libio/genops.c: Likewise.
43448         * libio/iofclose.c: Likewise.
43449         * libio/iofdopen.c: Likewise.
43450         * libio/iofopen.c: Likewise.
43451         * libio/iofopen64.c: Likewise.
43452         * libio/iogetdelim.c: Likewise.
43453         * libio/iopopen.c: Likewise.
43454         * libio/obprintf.c: Likewise.
43455         * libio/oldfileops.c: Likewise.
43456         * libio/oldiofclose.c: Likewise.
43457         * libio/oldiofdopen.c: Likewise.
43458         * libio/oldiofopen.c: Likewise.
43459         * libio/oldiopopen.c: Likewise.
43460         * libio/wfiledoalloc.c: Likewise.
43461         * libio/wgenops.c: Likewise.
43462         * locale/programs/xmalloc.c: Likewise.
43463         * misc/syslog.c: Likewise.
43464         * stdio-common/xbug.c: Likewise.
43465         * string/memchr.c: Likewise.
43466         * string/memcmp.c: Likewise.
43467         * string/memrchr.c: Likewise.
43468         * string/rawmemchr.c: Likewise.
43469         * sysdeps/posix/getcwd.c: Likewise.
43470         * time/strftime_l.c: Likewise.
43471
43472 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43473
43474         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
43475         * config.make.in (config-cflags-sse2avx): Define.
43476         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43477         Fix typo.
43478
43479 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
43480
43481         * scripts/config.guess: Update from upstream config git repository.
43482         * scripts/config.sub: Likewise.
43483
43484 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
43485
43486         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43487         (EM_NUM): Update.
43488         (R_TILEPRO_*, R_TILEGX_*): New macros.
43489
43490         * scripts/firstversions.awk: Fix bug in version range handling.
43491
43492         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43493
43494         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43495
43496         * include/sys/epoll.h: New file.
43497         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43498         libc_hidden_def.
43499
43500 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
43501
43502         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43503         Avoid unnecessary __WORDSIZE == 64 test.
43504         (fmaxf): Use VEX format if possible.
43505         (fmax): Likewise.
43506         (fminf): Likewise.
43507         (fmin): Likewise.
43508
43509         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43510         * math/math_private.h: Remove libc_fegetround* and
43511         libc_fesetround*.
43512         * sysdeps/i386/configure.in: Check for -msse2avx.
43513         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43514         also if SSE2AVX is defined.
43515         Remove libc_fegetround* and libc_fesetround*.
43516         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43517         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
43518         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43519         of HAS_YMM_USABLE.
43520         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43521         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43522         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43523         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43524         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43525
43526         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43527
43528 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43529
43530         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43531         size is not set.
43532         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43533
43534 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
43535
43536         [BZ #13618]
43537         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
43538         relocation.
43539         * Makeconfig (libm): Define.
43540         * elf/Makefile: Add rules to build and run tst-relsort1.
43541         * elf/tst-relsort1.c: New file.
43542         * elf/tst-relsort1mod1.c: New file.
43543         * elf/tst-relsort1mod2.c: New file.
43544
43545 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
43546
43547         * math/s_ldexp.c: Remove __STDC__ conditionals.
43548         * math/s_ldexpf.c: Likewise.
43549         * math/s_ldexpl.c: Likewise.
43550         * math/s_nextafter.c: Likewise.
43551         * math/s_nexttowardf.c: Likewise.
43552         * math/s_significand.c: Likewise.
43553         * math/s_significandf.c: Likewise.
43554         * math/s_significandl.c: Likewise.
43555         * math/w_jnl.c: Likewise.
43556         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43557         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43558         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43559         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43560         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43561         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43562         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
43563         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43564         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43565         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43566         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43567         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43568         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43569         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43570         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43571         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43572         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43573         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43574         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43575         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43576         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43577         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43578         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43579         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43580         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43581         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43582         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43583         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43584         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43585         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43586         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43587         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43588         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43589         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43590         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43591         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43592         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43593         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43594         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43595         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43596         * sysdeps/ieee754/k_standard.c: Likewise.
43597         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43598         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43599         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43600         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43601         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43602         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43603         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43604         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43605         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43606         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43607         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43608         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43609         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43610         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43611         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43612         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43613         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43614         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43615         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43616         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43617         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43618         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43619         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43620         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43621         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43622         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43623         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43624         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43625         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43626         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43627         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43628         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
43629         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43630         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43631         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43632         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43633         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
43634         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43635         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43636         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
43637         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
43638         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43639         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
43640         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
43641         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43642         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
43643         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
43644         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43645         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43646         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
43647         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
43648         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43649         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43650         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43651         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43652         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43653         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
43654         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43655         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43656         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43657         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43658         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43659         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43660         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43661         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43662         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43663         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43664         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43665         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43666         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43667         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43668         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43669         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43670         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43671         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43672         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43673         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43674         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43675         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43676         * sysdeps/ieee754/s_matherr.c: Likewise.
43677         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43678         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
43679         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
43680         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
43681
43682 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43683
43684         * crypt/md5.h: Remove __STDC__ conditionals.
43685         * libio/libioP.h: Likewise.
43686         * locale/programs/config.h: Likewise.
43687         * sysdeps/generic/sysdep.h: Likewise.
43688         * sysdeps/i386/asm-syntax.h: Likewise.
43689         * sysdeps/s390/asm-syntax.h: Likewise.
43690         * sysdeps/unix/sysdep.h: Likewise.
43691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43693
43694 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43695
43696         * libio/libio.h: Remove __STDC__ conditionals.
43697         * malloc/obstack.h: Likewise.
43698         * math/complex.h: Likewise.
43699         * math/math.h: Likewise.
43700         * sysdeps/generic/_G_config.h: Likewise.
43701         * sysdeps/gnu/_G_config.h: Likewise.
43702         * sysdeps/mach/hurd/_G_config.h: Likewise.
43703         * sysdeps/powerpc/bits/mathdef.h: Likewise.
43704         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43705         * sysdeps/sparc/bits/mathdef.h: Likewise.
43706
43707 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
43708
43709         [BZ #13583]
43710         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
43711         Clean up HAS_* macros.
43712         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
43713         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
43714         possible.
43715         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
43716         HAS_AVX.
43717         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43718         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43719         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43720         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43721         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43722
43723 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
43724
43725         * elf/tst-unique3.cc (gets): Remove declaration.
43726         * elf/tst-unique3lib.cc (gets): Likewise.
43727         * elf/tst-unique3lib2.cc (gets): Likewise.
43728         * elf/tst-unique4.cc (gets): Likewise.
43729
43730 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
43731
43732         * include/stdio.h: Add C++ protection.  Add gets declarations and
43733         definitions.
43734         * debug/tst-chk1.c: Don't declare gets here.
43735         * stdio-common/tst-gets.c: Likewise.
43736
43737 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43738
43739         * posix/glob: Remove directory.
43740
43741 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43742
43743         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
43744
43745 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
43746
43747         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
43748         of the non-standard EPFNOSUPPORT.
43749
43750 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43751
43752         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
43753         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
43754         ANYWHERE set to 1 only on KERN_NO_SPACE error.
43755
43756 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
43757
43758         * wcsmbs/uchar.h: Test __STDC_VERSION__.
43759
43760 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
43761
43762         * nscd/aicache.c (addhstaiX): Do not cache negative results of
43763         transient errors.
43764         * nscd/grpcache.c (cache_addgr): Likewise.
43765         * nscd/hstcache.c (cache_addhst): Likewise.
43766         * nscd/initgrcache.c (addinitgroupsX): Likewise.
43767         * nscd/pwdcache.c (cache_addpw): Likewise.
43768         * nscd/servicescache.c (cache_addserv): Likewise.
43769
43770 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
43771
43772         * malloc/malloc.c: Various cleanups.
43773         * malloc/hooks.c: Likewise.
43774
43775         * stdlib/Makefile (tests): Add bug-fmtmsg1.
43776         * stdlib/bug-fmtmsg1.c: New file.
43777
43778         * stdlib/fmtmsg.c (init): Add missing unlock.
43779         Patch by Peng Haitao <penght@cn.fujitsu.com>.
43780
43781 2012-01-12  Marek Polacek  <polacek@redhat.com>
43782
43783         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43784         and _GNU_SOURCE.
43785
43786 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
43787
43788         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
43789         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
43790         macro to ensure uniqueness of label name.
43791         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43792         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43793
43794 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
43795
43796         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
43797
43798         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
43799         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43800         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43801         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
43802
43803 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
43804
43805         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
43806
43807         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
43808         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43809         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43810
43811         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
43812
43813         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
43814         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43815         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
43816         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
43817
43818         * math/bits/math-finite.h: Add ldexp support.
43819
43820 2012-01-10  Marek Polacek  <polacek@redhat.com>
43821
43822         * locale/programs/localedef.h (show_archive_content): Add noreturn
43823         attribute.
43824
43825 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
43826
43827         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43828
43829 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43830
43831         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43832
43833         * io/Makefile (headers): Add bits/poll2.h.
43834
43835 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
43836
43837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43838         typo #include statement.
43839
43840 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43841
43842         * include/sys/cdefs.h: Define __attribute_alloc_size.
43843         * catgets/gencat.c: Add alloc_size attribute and apply consistently
43844         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43845         * elf/pldd.c: Likewise.
43846         * iconv/iconv_charmap.c: Likewise.
43847         * iconv/iconvconfig.c: Likewise.
43848         * iconv/strtab.c: Likewise.
43849         * locale/programs/locale.c: Likewise.
43850         * locale/programs/localedef.h: Likewise.
43851         * locale/programs/simple-hash.c: Likewise.
43852         * nscd/nscd.h: Likewise.
43853         * nss/makedb.c: Likewise.
43854         * sysdeps/generic/ldconfig.h: Likewise.
43855         * locale/programs/localedef.c: Remove xmalloc prototype.
43856         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43857
43858 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
43859
43860         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43861         appropriate.
43862
43863 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43864
43865         * math/Makefile (tests): Add tst-CMPLX.
43866         * math/tst-CMPLX.c: New file.
43867
43868         * math/complex.h (CMPLXL): Fix typo.
43869
43870         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43871         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43872         GLIBC_2.16.
43873         * debug/tst-chk1.c: Add poll and ppoll tests.
43874         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43875         * include/sys/poll.h: Add hidden proto for ppoll.
43876         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43877         * sysdeps/mach/hurd/ppoll.c: Likewise.
43878         * io/ppoll.c: Likewise.
43879         * debug/poll_chk.c: New file.
43880         * debug/ppoll_chk.c: New file.
43881         * include/bits/poll2.h: New file.
43882         * io/bits/poll2.h: New file.
43883
43884         [BZ #1350]
43885         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43886
43887         * configure.in: static is always set to yes.  Remove.
43888         * config.make.in: Don't set build-static.
43889         * Makeconfig: Remove use of build-static.
43890         * dlfcn/Makefile: Likewise.
43891         * elf/Makefile: Likewise.
43892         * math/Makefile: Likewise.
43893         * misc/Makefile: Likewise.
43894         * nptl/Makefile: Likewise.
43895         * sysdeps/mach/hurd/Makefile: Likewise.
43896
43897         * configure.in: PWD_P is not used anymore.
43898         * config.make.in: Remove PWD_P entry.
43899
43900         * configure.in: Remove last remnants of RANLIB.
43901         No need to check for signed size_t anymore.
43902         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43903         and IA-64.
43904         Remove __builtin_expect test because we require at least gcc 3.4.
43905         * aclocal.m4: Likewise.
43906
43907         * wcsmbs/mbrtoc16.c: Implement using towc function.
43908         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43909         * wcsmbs/wcsmbsload.c: Likewise.
43910         * iconv/gconv_simple.c: Likewise.
43911         * iconv/gconv_int.h: Likewise.
43912         * iconv/gconv_builtin.h: Likewise.
43913         * iconv/iconv_prog.c: Remove CHAR16 handling.
43914
43915         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43916
43917         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43918
43919         * configure.in: Remove --with-elf and --enable-bounded options.
43920         Dont set base_machine for ia64.  More non-ELF conditions removed.
43921         Remove testing and setting of leading underscore information.
43922         * config.make.in (build-bounded): Set to no.
43923         * config.h.in: Remove NO_UNDERSCORES entry.
43924         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43925         them.
43926         * csu/start.c: Remove !NO_UNDERSCORE code.
43927         * locale/localeinfo.h: Likewise.
43928         * sysdeps/generic/machine-gmon.h: Likewise.
43929         * sysdeps/generic/sysdep.h: Likewise.
43930         * sysdeps/i386/sysdep.h: Likewise.
43931         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43932         * sysdeps/mach/sysdep.h: Likewise.
43933         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43934         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43935         * sysdeps/sh/sysdep.h: Likewise.
43936         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43937         * sysdeps/unix/i386/sysdep.S: Likewise.
43938         * sysdeps/unix/sparc/start.c: Likewise.
43939         * sysdeps/unix/sparc/sysdep.S: Likewise.
43940         * sysdeps/unix/sparc/sysdep.h: Likewise.
43941         * sysdeps/unix/start.c: Likewise.
43942         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43943         * sysdeps/x86_64/sysdep.h: Likewise.
43944
43945 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
43946
43947         [BZ #13553]
43948         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43949         for non-gcc.
43950         * argp/argp-fmtstream.h: Use const instead __const.
43951         * argp/argp.h: Likewise.
43952         * assert/assert.h: Likewise.
43953         * bits/fenv.h: Likewise.
43954         * bits/sched.h: Likewise.
43955         * bits/sigset.h: Likewise.
43956         * bits/sigthread.h: Likewise.
43957         * catgets/nl_types.h: Likewise.
43958         * conform/data/pthread.h-data: Likewise.
43959         * crypt/crypt-private.h: Likewise.
43960         * crypt/crypt.h: Likewise.
43961         * crypt/crypt_util.c: Likewise.
43962         * ctype/ctype.h: Likewise.
43963         * debug/execinfo.h: Likewise.
43964         * debug/mbsnrtowcs_chk.c: Likewise.
43965         * debug/mbsrtowcs_chk.c: Likewise.
43966         * debug/wcsnrtombs_chk.c: Likewise.
43967         * debug/wcsrtombs_chk.c: Likewise.
43968         * debug/wcstombs_chk.c: Likewise.
43969         * dirent/dirent.h: Likewise.
43970         * dlfcn/dlfcn.h: Likewise.
43971         * elf/neededtest4.c: Likewise.
43972         * grp/grp.h: Likewise.
43973         * gshadow/gshadow.h: Likewise.
43974         * iconv/gconv.h: Likewise.
43975         * iconv/gconv_int.h: Likewise.
43976         * iconv/gconv_simple.c: Likewise.
43977         * iconv/iconv.h: Likewise.
43978         * iconv/loop.c: Likewise.
43979         * iconv/skeleton.c: Likewise.
43980         * include/aio.h: Likewise.
43981         * include/aliases.h: Likewise.
43982         * include/argz.h: Likewise.
43983         * include/arpa/inet.h: Likewise.
43984         * include/assert.h: Likewise.
43985         * include/dirent.h: Likewise.
43986         * include/dlfcn.h: Likewise.
43987         * include/execinfo.h: Likewise.
43988         * include/fcntl.h: Likewise.
43989         * include/fenv.h: Likewise.
43990         * include/glob.h: Likewise.
43991         * include/grp.h: Likewise.
43992         * include/libintl.h: Likewise.
43993         * include/mntent.h: Likewise.
43994         * include/netdb.h: Likewise.
43995         * include/pwd.h: Likewise.
43996         * include/rpc/netdb.h: Likewise.
43997         * include/sched.h: Likewise.
43998         * include/search.h: Likewise.
43999         * include/shadow.h: Likewise.
44000         * include/signal.h: Likewise.
44001         * include/stdio.h: Likewise.
44002         * include/stdlib.h: Likewise.
44003         * include/string.h: Likewise.
44004         * include/sys/socket.h: Likewise.
44005         * include/sys/stat.h: Likewise.
44006         * include/sys/statfs.h: Likewise.
44007         * include/sys/statvfs.h: Likewise.
44008         * include/sys/syslog.h: Likewise.
44009         * include/sys/time.h: Likewise.
44010         * include/sys/uio.h: Likewise.
44011         * include/time.h: Likewise.
44012         * include/unistd.h: Likewise.
44013         * include/utmp.h: Likewise.
44014         * include/wchar.h: Likewise.
44015         * include/wctype.h: Likewise.
44016         * inet/aliases.h: Likewise.
44017         * inet/arpa/inet.h: Likewise.
44018         * inet/netinet/ether.h: Likewise.
44019         * inet/netinet/in.h: Likewise.
44020         * intl/libintl.h: Likewise.
44021         * io/bits/fcntl2.h: Likewise.
44022         * io/fcntl.h: Likewise.
44023         * io/ftw.h: Likewise.
44024         * io/sys/poll.h: Likewise.
44025         * io/sys/stat.h: Likewise.
44026         * io/sys/statfs.h: Likewise.
44027         * io/sys/statvfs.h: Likewise.
44028         * io/utime.h: Likewise.
44029         * libio/bits/stdio.h: Likewise.
44030         * libio/bits/stdio2.h: Likewise.
44031         * libio/libio.h: Likewise.
44032         * libio/libioP.h: Likewise.
44033         * libio/stdio.h: Likewise.
44034         * locale/lc-ctype.c: Likewise.
44035         * locale/locale.h: Likewise.
44036         * login/utmp.h: Likewise.
44037         * malloc/arena.c: Likewise.
44038         * malloc/malloc.c: Likewise.
44039         * malloc/malloc.h: Likewise.
44040         * malloc/mcheck.c: Likewise.
44041         * malloc/mtrace.c: Likewise.
44042         * math/bits/mathcalls.h: Likewise.
44043         * math/fenv.h: Likewise.
44044         * math/math_private.h: Likewise.
44045         * misc/bits/error.h: Likewise.
44046         * misc/bits/syslog.h: Likewise.
44047         * misc/err.h: Likewise.
44048         * misc/error.h: Likewise.
44049         * misc/fstab.h: Likewise.
44050         * misc/mntent.h: Likewise.
44051         * misc/regexp.h: Likewise.
44052         * misc/search.h: Likewise.
44053         * misc/sgtty.h: Likewise.
44054         * misc/sys/mman.h: Likewise.
44055         * misc/sys/syslog.h: Likewise.
44056         * misc/sys/uio.h: Likewise.
44057         * misc/sys/xattr.h: Likewise.
44058         * misc/ttyent.h: Likewise.
44059         * nis/rpcsvc/ypclnt.h: Likewise.
44060         * nss/nss.h: Likewise.
44061         * posix/bits/unistd.h: Likewise.
44062         * posix/fnmatch.h: Likewise.
44063         * posix/glob.h: Likewise.
44064         * posix/sched.h: Likewise.
44065         * posix/spawn.h: Likewise.
44066         * posix/sys/wait.h: Likewise.
44067         * posix/unistd.h: Likewise.
44068         * posix/wordexp.h: Likewise.
44069         * pwd/pwd.h: Likewise.
44070         * resolv/netdb.h: Likewise.
44071         * resource/sys/resource.h: Likewise.
44072         * rt/aio.h: Likewise.
44073         * rt/bits/mqueue2.h: Likewise.
44074         * rt/mqueue.h: Likewise.
44075         * shadow/shadow.h: Likewise.
44076         * signal/signal.h: Likewise.
44077         * socket/send.c: Likewise.
44078         * socket/sendto.c: Likewise.
44079         * socket/sys/socket.h: Likewise.
44080         * stdio-common/printf.h: Likewise.
44081         * stdlib/bits/stdlib.h: Likewise.
44082         * stdlib/fmtmsg.h: Likewise.
44083         * stdlib/monetary.h: Likewise.
44084         * stdlib/stdlib.h: Likewise.
44085         * stdlib/ucontext.h: Likewise.
44086         * streams/stropts.h: Likewise.
44087         * string/argz.h: Likewise.
44088         * string/bits/string2.h: Likewise.
44089         * string/string.h: Likewise.
44090         * string/strings.h: Likewise.
44091         * sunrpc/rpc/auth.h: Likewise.
44092         * sunrpc/rpc/auth_des.h: Likewise.
44093         * sunrpc/rpc/clnt.h: Likewise.
44094         * sunrpc/rpc/netdb.h: Likewise.
44095         * sunrpc/rpc/pmap_clnt.h: Likewise.
44096         * sunrpc/rpc/xdr.h: Likewise.
44097         * sysdeps/generic/inttypes.h: Likewise.
44098         * sysdeps/generic/net/if.h: Likewise.
44099         * sysdeps/generic/sys/swap.h: Likewise.
44100         * sysdeps/gnu/net/if.h: Likewise.
44101         * sysdeps/gnu/utmpx.h: Likewise.
44102         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
44103         * sysdeps/i386/i486/bits/string.h: Likewise.
44104         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
44105         * sysdeps/s390/bits/string.h: Likewise.
44106         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
44107         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
44108         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44109         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44110         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44111         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44112         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44113         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44114         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44115         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44116         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44117         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44118         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44119         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44120         * sysdeps/unix/sysv/linux/readv.c: Likewise.
44121         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44122         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44123         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44124         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44125         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44126         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44127         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44128         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44129         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44130         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44131         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44132         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44133         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44134         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
44135         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
44136         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
44137         * sysvipc/sys/ipc.h: Likewise.
44138         * sysvipc/sys/msg.h: Likewise.
44139         * sysvipc/sys/sem.h: Likewise.
44140         * sysvipc/sys/shm.h: Likewise.
44141         * termios/termios.h: Likewise.
44142         * time/sys/time.h: Likewise.
44143         * time/time.h: Likewise.
44144         * wcsmbs/bits/wchar2.h: Likewise.
44145         * wcsmbs/uchar.h: Likewise.
44146         * wcsmbs/wchar.h: Likewise.
44147         * wctype/wctype.h: Likewise.
44148
44149         [BZ #13551]
44150         * Makeconfig: Remove all but ELF support including AIX support.
44151         * Makerules: Likewise.
44152         * config.h.in: Likewise.
44153         * config.make.in: Likewise.
44154         * configure: Likewise.
44155         * configure.in: Likewise.
44156         * csu/Makefile: Likewise.
44157         * csu/version.c: Likewise.
44158         * debug/Makefile: Likewise.
44159         * dlfcn/Makefile: Likewise.
44160         * elf/Makefile: Likewise.
44161         * extra-lib.mk: Likewise.
44162         * iconv/Makefile: Likewise.
44163         * include/libc-symbols.h: Likewise.
44164         * include/shlib-compat.h: Likewise.
44165         * resolv/Makefile: Likewise.
44166         * resolv/res_libc.c: Likewise.
44167         * rt/Makefile: Likewise.
44168         * sysdeps/i386/asm-syntax.h: Likewise.
44169         * sysdeps/i386/sysdep.h: Likewise.
44170         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44171         * sysdeps/mach/sysdep.h: Likewise.
44172         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44173         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44174         * sysdeps/s390/asm-syntax.h: Likewise.
44175         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44176         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44177         * sysdeps/sh/sysdep.h: Likewise.
44178         * sysdeps/unix/sparc/sysdep.h: Likewise.
44179         * sysdeps/wordsize-32/divdi3.c: Likewise.
44180         * sysdeps/x86_64/sysdep.h: Likewise.
44181
44182         * argp/Versions: Remove _argp_unlock_xxx.
44183
44184         [BZ #13559]
44185         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
44186         * abilist/libBrokenLocale.abilist: Likewise.
44187         * abilist/libanl.abilist: Likewise.
44188         * abilist/libc.abilist: Likewise.
44189         * abilist/libcrypt.abilist: Likewise.
44190         * abilist/libdl.abilist: Likewise.
44191         * abilist/libm.abilist: Likewise.
44192         * abilist/libnsl.abilist: Likewise.
44193         * abilist/libpthread.abilist: Likewise.
44194         * abilist/libresolv.abilist: Likewise.
44195         * abilist/librt.abilist: Likewise.
44196         * abilist/libthread_db.abilist: Likewise.
44197         * abilist/libutil.abilist: Likewise.
44198         * abilist/libnss_db.abilist: New file.
44199
44200         * scripts/abilist.awk: Add support for indirect functions.
44201
44202         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44203
44204         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44205
44206         * shlib-versions: Remove entries for ports architectures.
44207
44208         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
44209         files in ports.
44210         * elf/stackguard-macros.h: Remove support for IA-64.
44211         * elf/tst-auditmod1.c: Likewise.
44212         * sysdeps/generic/ldsodefs.h: Likewise.
44213
44214         * sysdeps/unix/sysv/linux/configure.in: Ports should define
44215         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44216         configure files.
44217
44218         [BZ #13552]
44219         * configure.in: Remove --enable-omitfp support.
44220         * FAQ.in: Adjust.
44221         * config.make.in: Likewise.
44222         * Makeconfig: Likewise.
44223         * manual/install.texi: Likewise.
44224
44225         In case anyone cares, the IA-64 architecture could move to ports.
44226         * sysdeps/ia64/*: Removed.
44227         * sysdeps/unix/sysv/linux/ia64/*: Removed.
44228         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
44229
44230         [BZ #13555]
44231         * configure.in: Remove entries for unsupported architectures.
44232
44233         [BZ #13533]
44234         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44235         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
44236         routines.
44237         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44238         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44239         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
44240         fall back to using wcrtomb.
44241         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44242         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
44243         renaming.
44244         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44245         * wcsmbs/tst-c16c32-1.c: New file.
44246
44247         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44248         local variable.
44249
44250         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44251
44252         * elf/tst-unique3.cc: Add explicit declaration of gets.
44253         * elf/tst-unique3lib.cc: Likewise.
44254         * elf/tst-unique3lib2.cc: Likewise.
44255         * elf/tst-unique4.cc: Likewise.
44256
44257         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44258
44259 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
44260
44261         [BZ #13566]
44262         * assert/assert.h (static_assert): Don't define for C++.
44263         * libio/stdio.h (gets): Do declare for C++ <= C++11.
44264         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44265
44266 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
44267
44268         * iconv/loop.c (single loop): Fix assertion in storing of
44269         remaining bytes.
44270
44271         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44272
44273 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
44274
44275         * posix/getconf.c: Update copyright year.
44276         * nss/getent.c: Likewise.
44277         * nss/makedb.c: Likewise.
44278         * iconv/iconvconfig.c: Likewise.
44279         * iconv/iconv_prog.c: Likewise.
44280         * elf/ldconfig.c: Likewise.
44281         * elf/pldd.c: Likewise.
44282         * elf/sotruss.ksh: Likewise.
44283         * catgets/gencat.c: Likewise.
44284         * csu/version.c: Likewise.
44285         * elf/ldd.bash.in: Likewise.
44286         * elf/sprof.c (print_version): Likewise.
44287         * locale/programs/locale.c: Likewise.
44288         * locale/programs/localedef.c: Likewise.
44289         * login/programs/pt_chown.c: Likewise.
44290         * nscd/nscd.c (print_version): Likewise.
44291         * debug/xtrace.sh: Likewise.
44292         * malloc/memusage.sh: Likewise.
44293         * malloc/mtrace.pl: Likewise.
44294         * debug/catchsegv.sh: Likewise.
44295
44296 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
44297
44298         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44299         pure attribute.
44300
44301 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
44302
44303         [BZ #13533]
44304         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44305         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44306         transformations.
44307         * iconv/gconv_int.h: Likewise.
44308         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44309         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44310         from libc for GLIBC_2.16.
44311         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44312         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44313         * wcsmbs/uchar.h: Really define mbstate_t.
44314         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44315         * wcsmbs/c16rtomb.c: New file.
44316         * wcsmbs/mbrtoc16.c: New file.
44317         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44318         for C/POSIX locale.
44319         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44320         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44321
44322         * wcsmbs/wchar.h: Add missing __restrict.
44323
44324 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44325
44326         [BZ #13532]
44327         * time/Makefile (routines): Add timespec_get.
44328         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44329         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
44330         timespec for ISO C11.
44331         * time/timespec_get.c: New file.
44332         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44333         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44334
44335         [BZ #13531]
44336         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44337         * stdlib/stdlib.h: Declare aligned_alloc.
44338         * Versions.def: Add GLIBC_2.16 for libc.
44339         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44340
44341         [BZ 13527]
44342         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44343         ISO C11.
44344
44345         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
44346         code.
44347
44348         [BZ #13528]
44349         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44350
44351         [BZ #13529]
44352         * assert/assert.h (static_assert): Define.
44353
44354         * version.h: Update for 2.16 development version.
44355
44356         [BZ #13526]
44357         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44358         _ISOC11_SOURCE.
44359
44360         * version.h (RELEASE): Bump for 2.15 release.
44361         * include/features.h (__GLIBC_MINOR__): Bump to 15.
44362
44363         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44364         Patch by Marek Polacek <mpolacek@redhat.com>.
44365
44366         * bits/byteswap.h: Protect long long constants with __extension__.
44367         * sysdeps/i386/bits/byteswap.h: Likewise.
44368         * sysdeps/ia64/bits/byteswap.h: Likewise.
44369         * sysdeps/s390/bits/byteswap.h: Likewise.
44370         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44371
44372 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44373
44374         [BZ #13540]
44375         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44376         destination buffer.
44377         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44378
44379 2011-12-23  Marek Polacek  <polacek@redhat.com>
44380
44381         * elf/dl-addr.c (determine_info): Add inline keyword.
44382         * elf/tst-auditmod4b.c (check_avx): Likewise.
44383         * elf/tst-auditmod6b.c (check_avx): Likewise.
44384         * elf/tst-auditmod6c.c (check_avx): Likewise.
44385         * elf/tst-auditmod7b.c (check_avx): Likewise.
44386
44387 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44388
44389         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44390         !__SSE_MATH__.
44391
44392 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44393
44394         [BZ #13540]
44395         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44396         processing for last bytes.
44397
44398 2011-08-06  Bruno Haible  <bruno@clisp.org>
44399
44400         [BZ #13061]
44401         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44402         U+0385, not to U+1FEE.
44403
44404         [BZ #13062]
44405         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44406         entry for U+00A5 U+0301.
44407
44408 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44409
44410         [BZ #13166]
44411         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44412         buffer for the output is too small.
44413
44414         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44415         optimization.
44416
44417         [BZ #13185]
44418         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44419         SSE flags if possible.
44420
44421 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44422
44423         [BZ #13540]
44424         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44425         processing for last bytes.
44426
44427 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
44428
44429         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44430         (syscall-list-default-options, syscall-list-default-condition)
44431         (syscall-list-includes): Define.
44432         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44433         list of ABIs and options and #if conditions for each ABI.  Do not
44434         handle common syscalls between ABIs specially.
44435         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44436         Remove.
44437         (syscall-list-variants, syscall-list-32bit-options)
44438         (syscall-list-32bit-condition, syscall-list-64bit-options)
44439         (syscall-list-64bit-condition): Define.
44440         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
44441         (syscall-list-variants, syscall-list-32bit-options)
44442         (syscall-list-32bit-condition, syscall-list-64bit-options)
44443         (syscall-list-64bit-condition): Define.
44444         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
44445         Remove.
44446         (syscall-list-variants, syscall-list-32bit-options)
44447         (syscall-list-32bit-condition, syscall-list-64bit-options)
44448         (syscall-list-64bit-condition): Define.
44449         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
44450         Remove.
44451         (syscall-list-variants, syscall-list-32bit-options)
44452         (syscall-list-32bit-condition, syscall-list-64bit-options)
44453         (syscall-list-64bit-condition): Define.
44454
44455 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44456
44457         * locale/iso-639.def: Add brx entry.
44458
44459         [BZ #13328]
44460         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44461         Proposed by Mariusz_Cukr <marcukr@op.pl>.
44462
44463         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44464         __feraiseexcept_renamed.
44465
44466 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44467
44468         [BZ #13538]
44469         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44470         EPOLLET with unsigned values.
44471         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44472         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44473
44474         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44475         to large cancellation.
44476         * math/s_cacoshf.c: Likewise.
44477         * math/s_cacoshl.c: Likewise.
44478
44479 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
44480
44481         [BZ #13305]
44482         [BZ #12786]
44483         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44484         * math/s_cacoshf.c: Likewise.
44485         * math/s_cacoshl.c: Likewise.
44486
44487 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44488
44489         [BZ #13439]
44490         * iconv/gconv.h: Define __GCONV_SWAP.
44491         * iconvdata/unicode.c: The swap bit must be stored in __flags.
44492         * iconvdata/utf-16.c: Likewise.
44493         * iconvdata/utf-32.c: Likewise.
44494
44495 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
44496
44497         [BZ #13524]
44498         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44499         numerator after shifting it by one limb.
44500
44501 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
44502
44503         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44504         under [__USE_EXTERN_INLINES].
44505
44506 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44507
44508         [BZ #13446]
44509         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44510
44511 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44512
44513         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44514         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44515         optimized code.
44516         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44517         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44518         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44519         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44520         for strncasecmp/strncasecmp_l compilation.
44521         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44522         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44523
44524 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
44525
44526         [BZ #13484]
44527         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44528         of __asm__.
44529
44530 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44531
44532         [BZ #13506]
44533         * time/tzfile.c (__tzfile_read): Check values from file header.
44534
44535 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
44536
44537         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
44538         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
44539         * powerpc/powerpc32/dl-start.S: Likewise.
44540         * powerpc/powerpc32/elf/start.S: Likewise.
44541         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
44542         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
44543         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
44544         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
44545         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
44546         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
44547         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
44548         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44549         * powerpc/powerpc32/fpu/s_round.S: Likewise.
44550         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
44551         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
44552         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
44553         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
44554         * powerpc/powerpc32/memset.S: Likewise.
44555         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
44556         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
44557         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
44558         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
44559         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
44560         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
44561         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
44562         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
44563         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
44564         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
44565         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
44566         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44567         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44568
44569 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44570
44571         * math/libm-test.inc: Added more nearbyint tests.
44572         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
44573         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
44574         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
44575         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
44576
44577 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
44578
44579         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
44580         FD_CLOEXEC.
44581
44582 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44583
44584         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
44585         Add wcscpy-ssse3 wcscpy-c.
44586         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
44587         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
44588         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
44589         * sysdeps/x86_64/wcschr.S: New file.
44590         * sysdeps/x86_64/wcsrchr.S: New file.
44591         * string/test-strcmp.c: Remove checking of wcscmp function for
44592         wrong alignments.
44593         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
44594         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
44595         wcsrchr-sse2 wcsrchr-c.
44596         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
44597         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
44598         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
44599         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
44600         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
44601         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
44602         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
44603         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
44604         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
44605         * wcsmbc/wcschr.c (WCSCHR): New macro.
44606
44607 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44608
44609         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
44610         * wcsmbs/test-wcsrchr.c: New file.
44611         * string/test-strrchr.c: Add wcsrchr support.
44612         (WIDE): New macro.
44613         * wcsmbs/test-wcscpy.c: New file.
44614         * string/test-strcpy.c: Add wcscpy support.
44615         (WIDE): New macro.
44616
44617 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
44618
44619         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
44620         the inner loop.
44621
44622 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
44623
44624         [BZ #13472]
44625         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
44626
44627 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
44628
44629         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
44630         Minor optimizations.
44631
44632         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
44633         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
44634         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
44635
44636 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
44637
44638         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
44639         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
44640         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
44641         for gcc to avoid warnings.
44642         * inet/Makefile (tests): Add tst-checks.
44643         * inet/tst-checks.c: New file.
44644
44645         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
44646         warning.
44647
44648         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
44649         __wmemcmp_sse2.
44650
44651         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
44652         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
44653
44654         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
44655
44656 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
44657
44658         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
44659         problem.
44660
44661         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
44662
44663 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
44664
44665         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
44666         conditional on GCC version.
44667         (__arch_compare_and_exchange_val_8_acq)
44668         (__arch_compare_and_exchange_val_16_acq)
44669         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44670         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44671         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
44672
44673 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
44674
44675         * sysdeps/sh/backtrace.c: New file.
44676
44677 2011-12-02  Andreas Schwab  <schwab@redhat.com>
44678
44679         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
44680         parenthesis.
44681
44682 2011-12-01  Andreas Schwab  <schwab@redhat.com>
44683
44684         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
44685         falling back to utime.
44686
44687 2011-11-30  Andreas Schwab  <schwab@redhat.com>
44688
44689         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
44690         expectations for float.
44691
44692 2011-11-29  Andreas Schwab  <schwab@redhat.com>
44693
44694         * locale/weight.h (findidx): Add parameter len.
44695         * locale/weightwc.h (findidx): Likewise.
44696         * posix/fnmatch_loop.c (FCT): Adjust caller.
44697         * posix/regcomp.c (build_equiv_class): Likewise.
44698         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
44699         * posix/regexec.c (check_node_accept_bytes): Likewise.
44700         * string/strcoll_l.c (STRCOLL): Likewise.
44701         * string/strxfrm_l.c (STRXFRM): Likewise.
44702
44703 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
44704
44705         * Makefile.in: Remove CVSOPT handling.
44706         * configure.in: Remove use of AC_REVISION.
44707         * iconvdata/Makefile (distribute): No need to filter out CVS.
44708         * scripts/list-sources.sh: Remove CVS, subversion and monotone
44709         handling.
44710
44711 2011-11-16  Andreas Schwab  <schwab@redhat.com>
44712
44713         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
44714         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
44715         [USE_AS_STRNCASECMP_L]: Likewise.
44716         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
44717         NO_TLS_DIRECT_SEG_REFS.
44718         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
44719         Fix argument offsets for non-PIC.
44720         [USE_AS_STRNCASECMP_L]: Likewise.
44721         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
44722         NO_TLS_DIRECT_SEG_REFS.
44723
44724 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44725
44726         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
44727         O_CLOEXEC.
44728         * locale/loadlocale.c (_nl_load_locale): Likewise.
44729
44730 2011-11-15  Andreas Schwab  <schwab@redhat.com>
44731
44732         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
44733         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
44734         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
44735         (SYSCALL_GETTIME): Set errno on error.
44736
44737         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
44738         count references to noai6ai_cached.
44739
44740 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44741
44742         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
44743
44744         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
44745         FD_CLOEXEC for /proc/self/maps.
44746
44747         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
44748         FD_CLOEXEC for /proc/meminfo.
44749
44750         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
44751         gai.conf.
44752
44753         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
44754         FD_CLOEXEC for given file.
44755
44756         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
44757
44758         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
44759         FD_CLOEXEC for /etc/hosts.
44760         (_gethtent): Likewise.
44761
44762         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
44763
44764         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
44765         cancellation and set FD_CLOEXEC for /etc/netgroup.
44766
44767         * nss/nss_files/files-key.c (search): Don't allow cancellation when
44768         reading /etc/publickey.
44769
44770         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
44771         allow cancellation when reading /etc/group.
44772
44773         * nss/nss_files/files-alias.c (internal_setent): Don't allow
44774         cancellation.
44775         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
44776
44777         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44778         when using data file.
44779
44780         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44781
44782         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44783         (write_nis_obj): Use "c" and "e" in fopen.
44784
44785         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44786
44787         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
44788
44789         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
44790
44791         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
44792
44793         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
44794         locale.alias.
44795
44796         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
44797
44798         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
44799
44800         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
44801
44802         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
44803         file parsing and set FD_CLOEXEC.
44804
44805 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44806
44807         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
44808
44809 2011-11-14  Andreas Schwab  <schwab@redhat.com>
44810
44811         * malloc/arena.c (arena_get2): Don't call reused_arena when
44812         _int_new_arena failed.
44813
44814 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44815
44816         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
44817         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
44818         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
44819         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44820         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44821         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
44822         to compile strcasecmp and strncasecmp.
44823         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
44824         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
44825
44826         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44827
44828 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
44829
44830         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44831         locale-defines.sym to gen-as-const-headers.
44832         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44833         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44834         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44835         to compile strcasecmp and strncasecmp.
44836         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44837         strcasecmp_l and strncasecmp_l.
44838         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44839         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44840         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44841         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44842         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44843         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44844         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44845         * sysdeps/i386/i686/multiarch/strncase.S: New file.
44846         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44847         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44848         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44849
44850 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
44851
44852         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44853         result of SYSDEP_GETTIME_CPU to retval.
44854         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44855         parameter list to macro.  Remove trailing semicolon.  Adjust users.
44856
44857         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44858         variable.
44859
44860         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44861         mantissa words.
44862         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44863
44864         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44865         from unused variable.
44866
44867         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44868         DWARF definitions.
44869         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44870         for assembling.
44871
44872         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44873         over namespaces.
44874
44875         * sunrpc/rpc_prot.c (rejected): Fix case value.
44876
44877         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44878         unsigned long long int to avoid warnings in shift.
44879
44880         * posix/regex_internal.c (re_string_reconstruct): Actually use result
44881         of use of trans.
44882         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44883         variable tmp.
44884
44885         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44886         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44887         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44888
44889         * nis/nis_table.c (nis_list): Use variable of correct type for
44890         result of __follow_path call.
44891
44892 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44893
44894         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44895         of math functions ceil, trunc, floor, round, and sqrt, when
44896         avaliable on the platform.
44897         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44898         name clash.
44899         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44900         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44901         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44902
44903 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44904
44905         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44906         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44907
44908 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44909
44910         * include/unistd.h: Fix __readlink return type.
44911         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44912
44913 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44914
44915         * stdlib/ucontext.h: Undo last change for makecontext.
44916
44917 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44918
44919         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44920
44921         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44922         * setjmp/setjmp.h: Mark functions as non-leaf.
44923         * setjmp/bits/setjmp2.h: Likewise.
44924         * stdlib/ucontext.h: Likewise.
44925
44926 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44927
44928         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44929         (reused_arena): Don't check arena limit.
44930         (arena_get2): Atomically check arena limit.
44931
44932 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44933
44934         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44935         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44936
44937         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44938         instructions.
44939
44940 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44941
44942         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44943         handler when locking.
44944
44945         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44946         Fix size of allocated buffer.
44947
44948 2011-11-04  Andreas Schwab  <schwab@redhat.com>
44949
44950         [BZ #10103]
44951         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44952         declarations for long double functions.
44953         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44954
44955         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44956
44957 2011-11-03  Andreas Schwab  <schwab@redhat.com>
44958
44959         * nscd/nscd.c (main): Don't start AVC thread until credentials are
44960         installed.
44961
44962         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44963         is disabled.
44964
44965 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44966
44967         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44968
44969 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
44970
44971         * include/alloca.h (stackinfo_alloca_round): Define.
44972         (extend_alloca): Use it.
44973         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44974         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44975         here.
44976
44977         * scripts/check-local-headers.sh: Ignore libaudit.h.
44978
44979         * nscd/Makefile (extra-objs): Make recursively expanded.
44980
44981 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
44982
44983         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44984         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44985
44986         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44987         * posix/tst-rfc3484-2.c: Likewise.
44988         * posix/tst-rfc3484-3.c: Likewise.
44989
44990         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44991         process_vm_writev.
44992         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44993         process_vm_writev.
44994         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44995         process_vm_writev from libc using GLIBC_2.15 version.
44996
44997         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44998
44999 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
45000
45001         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
45002         stack usage.
45003
45004 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
45005
45006         [BZ #13367]
45007         * nss/getent.c (initgroups_keys): Show error message in case no group
45008         names are given.
45009
45010         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
45011         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
45012         __bump_nl_timestamp.
45013         * nscd/connections (nscd_init): When host database is served open
45014         netlink socket and request notification about configuration changes.
45015         (main_loop_poll): Track netlink file descriptor and bump timestamp
45016         in case data becomes available.
45017         (main_loop_epoll): Likewise.
45018         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
45019         (database_pers_head): Add extra_data fileds.
45020         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
45021         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
45022         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
45023         Adjust caller.
45024         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
45025         in6ai data, call __free_in6ai.
45026         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
45027         Add -DHAVE_NETLINK.
45028         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
45029         interface information.  Reuse previous data if netlink timestamp
45030         is not changed.
45031         (__bump_nl_timestamp): New function.
45032         (__free_in6ai): New function.
45033
45034 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
45035
45036         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
45037         close_not_cancel_no_status here.
45038         (__check_pf): Reorganize code a bit to not call close twice if OOM.
45039
45040 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45041
45042         [BZ #13276]
45043         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
45044         return value.
45045
45046         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
45047         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
45048         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
45049
45050 2011-07-03  Andreas Jaeger  <aj@suse.de>
45051
45052         [BZ #10709]
45053         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
45054         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
45055         * math/libm-test.inc (sin_test): Add test case.
45056
45057 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45058
45059         [BZ #13337]
45060         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
45061         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45062
45063         * elf/chroot_canon.c (chroot_canon): Cleanups.
45064
45065         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
45066
45067         [BZ #13335]
45068         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
45069         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45070
45071         * string/test-strchr.c: Make usable for strchrnul testing.
45072         * string/test-strchrnul.c: New file.
45073         * string/Makefile (strop-tests): Add strchrnul.
45074
45075         * po/it.po: Update from translation team.
45076         * po/es.po: Likewise.
45077
45078 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
45079
45080         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
45081         the three constants needed as parameters.  Drop the others.
45082         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
45083         __m128i_strloadu_tolower.
45084         Create and initialize variable zero and use it in all the places
45085         where _mm_setzero_si128 was used.
45086
45087         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
45088         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
45089         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
45090         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
45091         anymore.
45092         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
45093         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
45094         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
45095         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
45096         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
45097         __mpranred, __mptan.
45098         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
45099         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
45100         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
45101         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
45102         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
45103         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
45104         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
45105         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
45106         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
45107
45108 2011-10-28  Andreas Schwab  <schwab@redhat.com>
45109
45110         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45111         redefine if SHARED.
45112         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45113
45114         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45115         wide char related routines to wcsmbs subdir.
45116
45117 2011-10-27  Andreas Schwab  <schwab@redhat.com>
45118
45119         [BZ #13344]
45120         * misc/sys/cdefs.h (__THROWNL): Define.
45121         * posix/unistd.h: Use __THREADNL instead of __THREAD
45122         for memory synchronization functions.
45123
45124 2011-10-26  Roland McGrath  <roland@hack.frob.com>
45125
45126         [BZ #13349]
45127         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45128         doesn't exist.
45129         * manual/stdio.texi (Obstack Streams): Node removed.
45130
45131 2011-10-26  Andreas Schwab  <schwab@redhat.com>
45132
45133         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45134         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45135         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45136
45137         * math/math_private.h (math_force_eval): Allow non-addressable
45138         arguments.
45139         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
45140
45141 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45142
45143         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45144         file is not needed.
45145
45146         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45147         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45148         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45149         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45150         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45151         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45152         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45153         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45154         Add AVX variants.
45155         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45156         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45157         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45158         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45159         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45160         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45161         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45162         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45163         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45164         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45165         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45166         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45167         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45168         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45169         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45170         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45171         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45172         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45173         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45174
45175         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45176         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
45177
45178         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45179         place.  Use VEX encoding when compiling for AVX.
45180
45181 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45182
45183         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45184         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45185
45186         * string/test-strchr.c (do_test): Don't generate NUL bytes.
45187
45188 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45189
45190         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
45191         useless if() expression.
45192         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45193         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45194         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45195         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45196         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45197         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45198         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45199         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45200         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45201         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45202         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45203         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45204         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45205         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45206         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45207         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45208         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45209         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45210         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45211
45212         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45213
45214 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45215
45216         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45217         condition.
45218         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45219
45220 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45221
45222         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45223         .text section.  Avoid duplicate constants.
45224         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45225         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45226         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45227         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45228         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45229         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45230         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45231         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45232         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45233         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45234         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45235         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45236         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45237         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45238         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45239         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45240         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45241         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45242         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45243         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45244         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45245         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45246         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45247         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45248         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45249         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45250         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45251         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45252         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45253         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45254         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45255         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45256         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45257         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45258         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45259         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45260         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45261         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45262         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45263         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45264         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45265         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45266         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45267         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45268         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45269
45270 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
45271
45272         * sysdeps/x86_64/dla.h: Move to ...
45273         * sysdeps/x86_64/fpu/dla.h: ...here.
45274         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45275         situations.  Use __builtin_fma only for gcc 4.6 and up.
45276
45277         * config.make.in: Add have-mfma4 entry.
45278         * configure.in: Substitute libc_cv_cc_fma4.
45279         * math/Makefile (dbl-only-routines): Add sincostab.
45280         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45281         Use __sincostab not sincos.
45282         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45283         name is a macro.
45284         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45285         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45286         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45287         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
45288         using __copysign.
45289         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
45290         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
45291         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45292         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45293         and __inv.
45294         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45295         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45296         __copysign.
45297         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
45298         define aliases when function name is a macro.
45299         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45300         sysdeps/ieee754/dbl-64/sincos.tbl.
45301         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45302         fma4-enabled routines.
45303         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45304         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45305         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45306         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45307         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45308         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45309         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45310         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45311         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45312         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45313         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45314         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45315         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45316         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45317         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45318         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45319         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45320         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45321         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45322         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45323         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45324         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45325         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45326         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45327         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45328         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45329         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45330         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45331         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45332         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45333
45334         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45335         rename.
45336         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45337         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45338         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45339         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45340         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45341         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45342         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45343         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45344
45345 2011-10-24  Andreas Schwab  <schwab@redhat.com>
45346
45347         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45348
45349 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45350
45351         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45352
45353         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45354         prediction.
45355         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45356
45357         * string/strnlen.c: Don't define STRNLEN, reverse logic.
45358         Remove unused variable magic_bits.
45359         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45360
45361         * string/strnlen.c: Define and use STRNLEN macro.
45362         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45363         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45364         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45365         * wcsmbs/wcslen.c: Define and use WCSLEN.
45366         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45367         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45368         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45369         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45370         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45371         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45372         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45373
45374 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45375
45376         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45377         strnlen-sse2-no-bsf.
45378         Rename strlen-no-bsf to strlen-sse2-no-bsf.
45379         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45380         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45381         Add strnlen support.
45382         (USE_AS_STRNLEN): New macro.
45383         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45384         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45385         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45386         * sysdeps/x86_64/wcslen.S: New file.
45387
45388 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
45389
45390         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45391         XMM-moves are used for copying on small sizes.
45392
45393 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45394
45395         * wcsmbs/Makefile (strop-tests): Add wcschr.
45396         * wcsmbs/test-wcschr.c: New file.
45397         * string/test-strchr.c: Update.
45398         Add wcschr support.
45399         (WIDE): New macro.
45400
45401 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45402
45403         * wcsmbs/Makefile (strop-tests): Add wcslen.
45404         * wcsmbs/test-wcslen.c: New file.
45405         * string/test-strlen.c: Update.
45406         Add wcslen support.
45407         (WIDE): New macro.
45408
45409 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45410
45411         * po/it.po: Update from translation team.
45412
45413 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45414
45415         * sysdeps/x86_64/wcscmp.S: Update.
45416         Fix wrong comparison semantics.
45417         wcscmp shall use signed comparison not unsigned.
45418         Don't use substraction to avoid overflow bug.
45419         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45420         * wcsmbc/wcscmp.c: Likewise.
45421         * string/test-strcmp.c: Likewise.
45422         Add new tests to check cases with negative values.
45423
45424 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45425
45426         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45427         * sysdeps/x86_64/dla.h: ...here.  New file.
45428         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45429         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45430         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45431         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45432         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45433         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45434         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45435         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45436         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45437
45438 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
45439
45440         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45441         __ynl_finite aliases.
45442
45443 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45444
45445         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45446
45447         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45448         define DLA_FMA.
45449         [DLA_FMA] (EMULV): Use DLA_FMA.
45450         [DLA_FMA] (MUL12): Use EMULV.
45451         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45452         that are not needed.
45453         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45454         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45455         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45456         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45457         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45458         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45459         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45460
45461 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
45462
45463         * math/s_nan.c: Undef __nan.
45464         * math/s_nanf.c: Undef __nanf.
45465         * math/s_nanl.c: Undef __nanl.
45466         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45467         "math_private.h".
45468
45469 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45470
45471         * math/s_catan.c: Add branch predictions.
45472         * math/s_catanf.c: Likewise.
45473         * math/s_catanh.c: Likewise.
45474         * math/s_catanhf.c: Likewise.
45475         * math/s_catanhl.c: Likewise.
45476         * math/s_catanl.c: Likewise.
45477         * math/s_cexp.c: Likewise.
45478         * math/s_cexpf.c: Likewise.
45479         * math/s_cexpl.c: Likewise.
45480         * math/s_clog.c: Likewise.
45481         * math/s_clog10.c: Likewise.
45482         * math/s_clog10f.c: Likewise.
45483         * math/s_clog10l.c: Likewise.
45484         * math/s_clogf.c: Likewise.
45485         * math/s_clogl.c: Likewise.
45486         * math/s_csqrt.c: Likewise.
45487         * math/s_csqrtf.c: Likewise.
45488         * math/s_csqrtl.c: Likewise.
45489         * math/s_ctanf.c: Likewise.
45490         * math/s_ctanh.c: Likewise.
45491         * math/s_ctanhf.c: Likewise.
45492         * math/s_ctanhl.c: Likewise.
45493         * math/s_ctanl.c: Likewise.
45494
45495         * math/math_private.h: Define __nan, __nanf, __nanl.
45496         * math/s_cacosh.c: Include <math_private.h>.
45497         * math/s_cacoshl.c: Likewise.
45498         * math/s_casinh.c: Likewise.
45499         * math/s_casinhf.c: Likewise.
45500         * math/s_casinhl.c: Likewise.
45501         * math/s_ccos.c: Rely entire on ccosh.
45502         * math/s_ccosf.c: Rely entire on ccoshf.
45503         * math/s_ccosl.c: Rely entirely on ccoshl.
45504         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
45505         Remove tests for FE_INVALID.
45506         * math/s_ccoshf.c: Likewise.
45507         * math/s_ccoshl.c: Likewise.
45508         * math/s_csin.c: Likewise.
45509         * math/s_csinf.c: Likewise.
45510         * math/s_csinh.c Likewise.
45511         * math/s_csinhf.c: Likewise.
45512         * math/s_csinhl.c: Likewise.
45513         * math/s_csinl.c: Likewise.
45514         * math/s_ctan.c: Likewise.
45515         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45516         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45517         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45518
45519 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
45520
45521         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45522         compilation problems.
45523
45524         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45525         __builtin_expect.
45526
45527 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
45528
45529         * sysdeps/i386/configure.in: Test for -mfma4 option.
45530         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45531         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45532         COMMON_CPUID_INDEX_80000001.
45533         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45534         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
45535         use it if FMA3 is not supported.
45536         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
45537
45538         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
45539         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
45540
45541 2011-10-20  Andreas Schwab  <schwab@redhat.com>
45542
45543         [BZ #12892]
45544         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
45545         it would create a cycle with a link time dependency.
45546
45547 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
45548
45549         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
45550         instruction.
45551         * string/Makefile (strop-tests): Add rawmemchr.
45552         * string/test-rawmemchr.c: New file.
45553
45554         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
45555         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
45556         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
45557         when compiling str{,n}casecmp and when AVX is available.  Hook up
45558         new optimized code in initializers.
45559
45560 2011-10-19  Andreas Schwab  <schwab@redhat.com>
45561
45562         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
45563         __feraiseexcept instead of feraiseexcept.
45564
45565 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
45566
45567         * math/math_private.h: Define defaults for libc_fetestexcept and
45568         libc_feupdateenv.
45569         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
45570         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
45571         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45572         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45573         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45574         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45575         libc_fetestexcept and libc_feupdateenv.
45576
45577         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
45578         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
45579         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
45580         * sysdeps/x86_64/fpu/math_private.h: Define special version of
45581         libc_feholdexcept_setround.
45582
45583         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
45584         Add s_nearbyint-c and s_nearbyintf-c.
45585         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
45586         nearbyintf inlines.
45587         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
45588         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
45589         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
45590         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
45591
45592         * math/math_private.h: Define defaults for libc_fegetround,
45593         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
45594         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
45595         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
45596         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
45597         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
45598         standard functions.
45599         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45600         Remove comments and hacks for old compiler versions.
45601         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45602         libc_fegetround, libc_fesetround, libc_feholdexcept, and
45603         libc_feholdexceptl.
45604
45605 2011-10-18  Andreas Schwab  <schwab@redhat.com>
45606
45607         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
45608         (__feraiseexcept_renamed): Add __NTH.
45609         (feraiseexcept): Add __NTH.  Rename local variables to fix
45610         namespace violations.
45611
45612 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
45613
45614         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
45615
45616         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
45617
45618         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
45619         recently added interfaces.
45620         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
45621
45622         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
45623         about macro parameter expansion.
45624
45625         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
45626         __NO_MATH_INLINES is defined.  Cleanups.
45627
45628         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
45629         and __floorf is target has SSE4.1.
45630         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
45631         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
45632         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
45633         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
45634
45635         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
45636         name.
45637         (floorf): Likewise.
45638
45639         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
45640
45641 2011-10-17  Andreas Schwab  <schwab@redhat.com>
45642
45643         * misc/sys/cdefs.h: Fix last change.
45644
45645         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
45646         database lookup.
45647
45648 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
45649
45650         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
45651
45652         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
45653         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45654         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45655         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45656         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45657         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45658         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45659         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45660         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45661         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
45662         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
45663         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
45664         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
45665         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
45666         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
45667         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
45668         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
45669         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
45670         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
45671         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
45672         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
45673         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
45674
45675         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
45676         ceil, ceilf, floor, floorf.
45677
45678         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
45679         Perform IRELATIVE relocations last.
45680
45681         * elf/do-rel.h: Add another parameter nrelative, replacing the
45682         local variable with the same name.  Change name of the function
45683         to end in Rel or Rela (uppercase).
45684         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
45685         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
45686         elf_dynamic_do_##reloc function.
45687
45688 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45689
45690         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
45691         is sufficient, at least on modern CPUs.
45692
45693         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
45694
45695         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
45696         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
45697
45698         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
45699         __expl_finite.
45700         * math/bits/math-finite.h: Add entries for exp.
45701         * math/e_expl.c: Add __*_finite alias.
45702         * sysdeps/i386/fpu/e_exp.S: Likewise.
45703         * sysdeps/i386/fpu/e_expf.S: Likewise.
45704         * sysdeps/i386/fpu/e_expl.c: Likewise.
45705         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45706         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45707         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
45708         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
45709         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
45710         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45711         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45712
45713         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
45714         is sufficient, at least on modern CPUs.
45715
45716         * ctype/ctype-info.c (__ctype_init): Define.
45717         * include/ctype.h (__ctype_init): Declare.
45718         (__ctype_b_loc): The variable is always initialized.
45719         (__ctype_toupper_loc): Likewise.
45720         (__ctype_tolower_loc): Likewise.
45721         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
45722         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
45723
45724 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
45725
45726         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
45727
45728         * configure.in: Also look in $cxxmachine/include for C++ system
45729         headers.
45730
45731 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45732
45733         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
45734         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
45735         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
45736         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
45737         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
45738         (USE_AS_WMEMCMP): New macro.
45739         Fixing indents.
45740         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
45741         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
45742         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
45743         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
45744         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45745         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
45746         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
45747         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
45748         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
45749         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
45750         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
45751         (USE_AS_WMEMCMP): New macro.
45752         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
45753         * sysdeps/string/test-memcmp.c: Update.
45754         Fix simple_wmemcmp.
45755         Add new tests.
45756         * wcsmbs/wmemcmp.c: Update.
45757         (WMEMCMP): New macro.
45758         Fix overflow bug.
45759
45760 2011-10-12  Andreas Jaeger  <aj@suse.de>
45761
45762         [BZ #13268]
45763         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
45764
45765 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45766
45767         * libio/iofwide.c (do_length): Avoid warning.
45768
45769         * ctype/ctype.h (__isctype_f): Add missing __THROW.
45770
45771 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
45772
45773         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
45774
45775         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45776         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45777         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45778         * sysdeps/i386/i686/fpu/e_log.S: New file.
45779         * sysdeps/i386/i686/fpu/e_logf.S: New file.
45780         * sysdeps/i386/i686/fpu/e_logl.S: New file.
45781
45782         * ctype/ctype.h: Add support for inlined isXXX functions when
45783         compiling C++ code.
45784
45785 2011-10-14  Andreas Schwab  <schwab@redhat.com>
45786
45787         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45788
45789         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
45790
45791 2011-10-13  Roland McGrath  <roland@hack.frob.com>
45792
45793         [BZ #13291]
45794         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
45795
45796 2011-10-13  Andreas Schwab  <schwab@redhat.com>
45797
45798         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
45799         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
45800         feraiseexcept.
45801
45802         * sysdeps/x86_64/memrchr.S: Check for zero size.
45803
45804         * string/stratcliff.c: Add memrchr tests.
45805
45806 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45807
45808         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45809         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
45810         rawmemchr-sse2 rawmemchr-sse2-bsf.
45811         * sysdeps/i386/i686/multiarch/memchr.S: New file.
45812         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
45813         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
45814         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
45815         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
45816         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
45817         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
45818         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
45819         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
45820         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
45821         * string/memrchr.c (MEMRCHR): New macro.
45822
45823 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
45824
45825         Add integration with gcc's -ffinite-math-only and optimize wrapper
45826         functions in libm.
45827         * Versions.def: Define GLIBC_2.15 version for libm.
45828         * math/Makefile (headers): Add bits/math-finite.h.
45829         * math/bits/math-finite.h: New file.
45830         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45831         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45832         * math/e_acoshl.c: Add __*_finite alias.
45833         * math/e_acosl.c: Likewise.
45834         * math/e_asinl.c: Likewise.
45835         * math/e_atan2l.c: Likewise.
45836         * math/e_atanhl.c: Likewise.
45837         * math/e_coshl.c: Likewise.
45838         * math/e_exp10.c: Likewise.
45839         * math/e_exp10f.c: Likewise.
45840         * math/e_exp10l.c: Likewise.
45841         * math/e_exp2l.c: Likewise.
45842         * math/e_fmodl.c: Likewise.
45843         * math/e_gammal_r.c: Likewise.
45844         * math/e_hypotl.c: Likewise.
45845         * math/e_j0l.c: Likewise.
45846         * math/e_j1l.c: Likewise.
45847         * math/e_jnl.c: Likewise.
45848         * math/e_lgammal_r.c: Likewise.
45849         * math/e_log10l.c: Likewise.
45850         * math/e_log2l.c: Likewise.
45851         * math/e_logl.c: Likewise.
45852         * math/e_powl.c: Likewise.
45853         * math/e_sinhl.c: Likewise.
45854         * math/e_sqrtl.c: Likewise.
45855         * math/e_scalb.c: Completely rewritten and optimized.
45856         * math/e_scalbf.c: Likewise.
45857         * math/e_scalbl.c: Likewise.
45858         * math/w_acos.c: Likewise.
45859         * math/w_acosf.c: Likewise.
45860         * math/w_acosl.c: Likewise.
45861         * math/w_acosh.c: Likewise.
45862         * math/w_acoshf.c: Likewise.
45863         * math/w_acoshl.c: Likewise.
45864         * math/w_asin.c: Likewise.
45865         * math/w_asinf.c: Likewise.
45866         * math/w_asinl.c: Likewise.
45867         * math/w_atan2.c: Likewise.
45868         * math/w_atan2f.c: Likewise.
45869         * math/w_atan2l.c: Likewise.
45870         * math/w_atanh.c: Likewise.
45871         * math/w_atanhf.c: Likewise.
45872         * math/w_atanhl.c: Likewise.
45873         * math/w_exp10.c: Likewise.
45874         * math/w_exp10f.c: Likewise.
45875         * math/w_exp10l.c: Likewise.
45876         * math/w_fmod.c: Likewise.
45877         * math/w_fmodf.c: Likewise.
45878         * math/w_fmodl.c: Likewise.
45879         * math/w_j0.c: Likewise.
45880         * math/w_j0f.c: Likewise.
45881         * math/w_j0l.c: Likewise.
45882         * math/w_j1.c: Likewise.
45883         * math/w_j1f.c: Likewise.
45884         * math/w_j1l.c: Likewise.
45885         * math/w_jn.c: Likewise.
45886         * math/w_jnf.c: Likewise.
45887         * math/w_log.c: Likewise.
45888         * math/w_logf.c: Likewise.
45889         * math/w_logl.c: Likewise.
45890         * math/w_log10.c: Likewise.
45891         * math/w_log10f.c: Likewise.
45892         * math/w_log10l.c: Likewise.
45893         * math/w_log2.c: Likewise.
45894         * math/w_log2f.c: Likewise.
45895         * math/w_log2l.c: Likewise.
45896         * math/w_pow.c: Likewise.
45897         * math/w_powf.c: Likewise.
45898         * math/w_powl.c: Likewise.
45899         * math/w_remainder.c: Likewise.
45900         * math/w_remainderf.c: Likewise.
45901         * math/w_remainderl.c: Likewise.
45902         * math/w_scalb.c: Likewise.
45903         * math/w_scalbf.c: Likewise.
45904         * math/w_scalbl.c: Likewise.
45905         * math/w_sqrt.c: Likewise.
45906         * math/w_sqrtf.c: Likewise.
45907         * math/w_sqrtl.c: Likewise.
45908         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45909         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45910         used.
45911         * math/math_private.h: Declare __kernel_standard_f.
45912         * math/w_cosh.c: Remove cruft and optimize a bit.
45913         * math/w_coshf.c: Likewise.
45914         * math/w_coshl.c: Likewise.
45915         * math/w_exp2.c: Likewise.
45916         * math/w_exp2f.c: Likewise.
45917         * math/w_exp2l.c: Likewise.
45918         * math/w_hypot.c: Likewise.
45919         * math/w_hypotf.c: Likewise.
45920         * math/w_hypotl.c: Likewise.
45921         * math/w_lgamma.c: Likewise.
45922         * math/w_lgamma_r.c: Likewise.
45923         * math/w_lgammaf.c: Likewise.
45924         * math/w_lgammaf_r.c: Likewise.
45925         * math/w_lgammal.c: Likewise.
45926         * math/w_lgammal_r.c: Likewise.
45927         * math/w_sinh.c: Likewise.
45928         * math/w_sinhf.c: Likewise.
45929         * math/w_sinhl.c: Likewise.
45930         * math/w_tgamma.c: Likewise.
45931         * math/w_tgammaf.c: Likewise.
45932         * math/w_tgammal.c: Likewise.
45933         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45934         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45935         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45936         Minor optimizations.  Pretty printing.  Remove cruft.
45937         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45938         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45939         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45940         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45941         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45942         * sysdeps/i386/fpu/e_asin.S: Likewise.
45943         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45944         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45945         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45946         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45947         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45948         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45949         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45950         * sysdeps/i386/fpu/e_exp10.S: Likewise.
45951         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45952         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45953         * sysdeps/i386/fpu/e_exp2.S: Likewise.
45954         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45955         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45956         * sysdeps/i386/fpu/e_fmod.S: Likewise.
45957         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45958         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45959         * sysdeps/i386/fpu/e_hypot.S: Likewise.
45960         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45961         * sysdeps/i386/fpu/e_log.S: Likewise.
45962         * sysdeps/i386/fpu/e_log10.S: Likewise.
45963         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45964         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45965         * sysdeps/i386/fpu/e_log2.S: Likewise.
45966         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45967         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45968         * sysdeps/i386/fpu/e_logf.S: Likewise.
45969         * sysdeps/i386/fpu/e_logl.S: Likewise.
45970         * sysdeps/i386/fpu/e_pow.S: Likewise.
45971         * sysdeps/i386/fpu/e_powf.S: Likewise.
45972         * sysdeps/i386/fpu/e_powl.S: Likewise.
45973         * sysdeps/i386/fpu/e_remainder.S: Likewise.
45974         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45975         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45976         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45977         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45978         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45979         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45980         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45981         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45982         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45983         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45984         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45985         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45986         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45987         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45988         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45989         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45990         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45991         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45992         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45993         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45994         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45995         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45996         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45997         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45998         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45999         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46000         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46001         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46002         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46003         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46004         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46005         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46006         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46007         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46008         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
46009         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46010         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
46011         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46012         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46013         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46014         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46015         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46016         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46017         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46018         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46019         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46020         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46021         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46022         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46023         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46024         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46025         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46026         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46027         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46028         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46029         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46030         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46031         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
46032         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46033         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46034         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46035         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46036         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46037         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46038         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46039         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46040         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46041         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46042         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46043         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46044         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46045         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46046         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46047         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46048         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46049         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46050         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
46051         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46052         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46053         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46054         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46055         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46056         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46057         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46058         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
46059         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46060         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46061         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46062         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46063         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46064         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
46065         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46066         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46067         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46068         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46069         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46070         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46071         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46072         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46073         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46074         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46075         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
46076         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
46077         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
46078         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
46079         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
46080         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
46081         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
46082         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
46083         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
46084         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
46085         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
46086         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46087         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46088         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46089         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46090         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
46091         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46092         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
46093         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
46094         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
46095         (__isnanf): Likewise.
46096         (__isinf_ns): Likewise.
46097         (__isinf_nsf): Likewise.
46098         (__finite): Likewise.
46099         (__finitef): Likewise.
46100         (__ieee754_sqrt): Define as macro.
46101         (__ieee754_sqrtf): Define as macro.
46102         (__ieee754_sqrtl): Define as macro.
46103         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
46104         inlined copy.
46105         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
46106         __FINITE_MATH_ONLY__ consistent.
46107         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
46108
46109 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
46110
46111         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46112         of rawmemchr.
46113
46114         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46115
46116 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
46117
46118         * po/ja.po: Update from translation team.
46119
46120 2011-10-08  Roland McGrath  <roland@hack.frob.com>
46121
46122         * locale/programs/locarchive.c (prepare_address_space): New function.
46123         (create_archive, enlarge_archive, open_archive): Use it.
46124
46125         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46126         inside [SHARED], where it is used.
46127
46128         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46129
46130         * nss/getent.c (netgroup_keys): Remove unused variable.
46131         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46132
46133 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
46134
46135         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
46136         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
46137         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
46138         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
46139         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
46140         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46141         * math/Makefile (libm-calls): Add s_isinf_ns.
46142         * math/divtc3.c: Use __isinf_nsl instead of isinf.
46143         * math/multc3.c: Likewise.
46144         * math/s_casin.c: Likewise.
46145         * math/s_casinf.c: Likewise.
46146         * math/s_casinl.c: Likewise.
46147         * math/s_ccos.c: Likewise.
46148         * math/s_ccosf.c: Likewise.
46149         * math/s_ccosl.c: Likewise.
46150         * math/s_ctan.c: Likewise.
46151         * math/s_ctanf.c: Likewise.
46152         * math/s_ctanh.c: Likewise.
46153         * math/s_ctanhf.c: Likewise.
46154         * math/s_ctanhl.c: Likewise.
46155         * math/s_ctanl.c: Likewise.
46156         * math/w_fmod.c: Likewise.
46157         * math/w_fmodf.c: Likewise.
46158         * math/w_fmodl.c: Likewise.
46159         * math/w_remainder.c: Likewise.
46160         * math/w_remainderf.c: Likewise.
46161         * math/w_remainderl.c: Likewise.
46162         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46163         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46164         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46165         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46166         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46167         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46168         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46169         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46170
46171         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46172         of the number.
46173         * stdio-common/printf_fphex.c: Likewise.
46174         * stdio-common/printf_size.c: Likewise.
46175
46176         * math/e_exp10.c: Include math_private.h using <...> not "...".
46177         * math/e_exp10f.c: Likewise.
46178         * math/e_exp10l.c: Likewise.
46179         * math/e_exp2l.c: Likewise.
46180         * math/e_j0l.c: Likewise.
46181         * math/e_j1l.c: Likewise.
46182         * math/e_jnl.c: Likewise.
46183         * math/e_lgammal_r.c: Likewise.
46184         * math/e_rem_pio2l.c: Likewise.
46185         * math/e_scalb.c: Likewise.
46186         * math/e_scalbf.c: Likewise.
46187         * math/e_scalbl.c: Likewise.
46188         * math/k_cosl.c: Likewise.
46189         * math/k_sinl.c: Likewise.
46190         * math/k_tanl.c: Likewise.
46191         * math/s_cacoshf.c: Likewise.
46192         * math/s_catan.c: Likewise.
46193         * math/s_catanf.c: Likewise.
46194         * math/s_catanh.c: Likewise.
46195         * math/s_catanhf.c: Likewise.
46196         * math/s_catanhl.c: Likewise.
46197         * math/s_catanl.c: Likewise.
46198         * math/s_ccosh.c: Likewise.
46199         * math/s_ccoshf.c: Likewise.
46200         * math/s_ccoshl.c: Likewise.
46201         * math/s_cexp.c: Likewise.
46202         * math/s_cexpf.c: Likewise.
46203         * math/s_cexpl.c: Likewise.
46204         * math/s_clog.c: Likewise.
46205         * math/s_clog10.c: Likewise.
46206         * math/s_clog10f.c: Likewise.
46207         * math/s_clog10l.c: Likewise.
46208         * math/s_clogf.c: Likewise.
46209         * math/s_clogl.c: Likewise.
46210         * math/s_csin.c: Likewise.
46211         * math/s_csinf.c: Likewise.
46212         * math/s_csinh.c: Likewise.
46213         * math/s_csinhf.c: Likewise.
46214         * math/s_csinhl.c: Likewise.
46215         * math/s_csinl.c: Likewise.
46216         * math/s_csqrt.c: Likewise.
46217         * math/s_csqrtf.c: Likewise.
46218         * math/s_csqrtl.c: Likewise.
46219         * math/s_ctan.c: Likewise.
46220         * math/s_ctanf.c: Likewise.
46221         * math/s_ctanh.c: Likewise.
46222         * math/s_ctanhf.c: Likewise.
46223         * math/s_ctanhl.c: Likewise.
46224         * math/s_ctanl.c: Likewise.
46225         * math/s_ldexp.c: Likewise.
46226         * math/s_ldexpf.c: Likewise.
46227         * math/s_ldexpl.c: Likewise.
46228         * math/s_significand.c: Likewise.
46229         * math/s_significandf.c: Likewise.
46230         * math/s_significandl.c: Likewise.
46231         * math/w_acos.c: Likewise.
46232         * math/w_acosf.c: Likewise.
46233         * math/w_acosh.c: Likewise.
46234         * math/w_acoshf.c: Likewise.
46235         * math/w_acoshl.c: Likewise.
46236         * math/w_acosl.c: Likewise.
46237         * math/w_asin.c: Likewise.
46238         * math/w_asinf.c: Likewise.
46239         * math/w_asinl.c: Likewise.
46240         * math/w_atan2.c: Likewise.
46241         * math/w_atan2f.c: Likewise.
46242         * math/w_atan2l.c: Likewise.
46243         * math/w_atanh.c: Likewise.
46244         * math/w_atanhf.c: Likewise.
46245         * math/w_atanhl.c: Likewise.
46246         * math/w_cosh.c: Likewise.
46247         * math/w_coshf.c: Likewise.
46248         * math/w_coshl.c: Likewise.
46249         * math/w_dremf.c: Likewise.
46250         * math/w_exp10.c: Likewise.
46251         * math/w_exp10f.c: Likewise.
46252         * math/w_exp10l.c: Likewise.
46253         * math/w_exp2.c: Likewise.
46254         * math/w_exp2f.c: Likewise.
46255         * math/w_fmod.c: Likewise.
46256         * math/w_fmodf.c: Likewise.
46257         * math/w_fmodl.c: Likewise.
46258         * math/w_hypot.c: Likewise.
46259         * math/w_hypotf.c: Likewise.
46260         * math/w_hypotl.c: Likewise.
46261         * math/w_j0.c: Likewise.
46262         * math/w_j0f.c: Likewise.
46263         * math/w_j0l.c: Likewise.
46264         * math/w_j1.c: Likewise.
46265         * math/w_j1f.c: Likewise.
46266         * math/w_j1l.c: Likewise.
46267         * math/w_jn.c: Likewise.
46268         * math/w_jnf.c: Likewise.
46269         * math/w_jnl.c: Likewise.
46270         * math/w_lgamma.c: Likewise.
46271         * math/w_lgamma_r.c: Likewise.
46272         * math/w_lgammaf.c: Likewise.
46273         * math/w_lgammaf_r.c: Likewise.
46274         * math/w_lgammal.c: Likewise.
46275         * math/w_lgammal_r.c: Likewise.
46276         * math/w_log.c: Likewise.
46277         * math/w_log10.c: Likewise.
46278         * math/w_log10f.c: Likewise.
46279         * math/w_log10l.c: Likewise.
46280         * math/w_log2.c: Likewise.
46281         * math/w_log2f.c: Likewise.
46282         * math/w_log2l.c: Likewise.
46283         * math/w_logf.c: Likewise.
46284         * math/w_logl.c: Likewise.
46285         * math/w_pow.c: Likewise.
46286         * math/w_powf.c: Likewise.
46287         * math/w_powl.c: Likewise.
46288         * math/w_remainder.c: Likewise.
46289         * math/w_remainderf.c: Likewise.
46290         * math/w_remainderl.c: Likewise.
46291         * math/w_scalb.c: Likewise.
46292         * math/w_scalbf.c: Likewise.
46293         * math/w_scalbl.c: Likewise.
46294         * math/w_sinh.c: Likewise.
46295         * math/w_sinhf.c: Likewise.
46296         * math/w_sinhl.c: Likewise.
46297         * math/w_sqrt.c: Likewise.
46298         * math/w_sqrtf.c: Likewise.
46299         * math/w_sqrtl.c: Likewise.
46300         * math/w_tgamma.c: Likewise.
46301         * math/w_tgammaf.c: Likewise.
46302         * math/w_tgammal.c: Likewise.
46303
46304         * po/ja.po: Update from translation team.
46305
46306 2011-09-29  Andreas Jaeger  <aj@suse.de>
46307
46308         [BZ #13179]
46309         * sunrpc/netname.c (netname2host): Fix logic.
46310
46311         [BZ #6779]
46312         [BZ #6783]
46313         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46314         correctly.
46315         * math/w_remainder.c (__remainder): Likewise.
46316         * math/w_remainderf.c (__remainderf): Likewise.
46317         * math/libm-test.inc (remainder_test): Add test cases.
46318
46319 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46320
46321         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
46322         sdiv_qrnnd.
46323
46324 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46325
46326         * string/test-memcmp.c: Avoid unncessary #defines.
46327         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46328
46329 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46330
46331         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46332         Use new sse2 version for core i3 - i7 as it's faster
46333         than sse42 version.
46334         (bit_Prefer_PMINUB_for_stringop): New.
46335         * sysdeps/x86_64/rawmemchr.S: Update.
46336         Replace with faster SSE2 version.
46337         * sysdeps/x86_64/memrchr.S: New file.
46338         * sysdeps/x86_64/memchr.S: Update.
46339         Replace with faster SSE2 version.
46340
46341 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
46342
46343         * elf/dl-load.c (lose): Add cast to avoid warning.
46344
46345 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46346
46347         * po/ca.po: Update from translation team.
46348
46349         * inet/getnetgrent_r.c: Hook up nscd.
46350         * nscd/Makefile (routines): Add nscd_netgroup.
46351         (nscd-modules): Add netgroupcache.
46352         (CFLAGS-netgroupcache.c): Define.
46353         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46354         (cache_search): Add const to second parameter.
46355         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46356         INNETGR.
46357         (dbs): Add netgrdb entry.
46358         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46359         (verify_persistent_db): Handle netgrdb.
46360         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46361         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46362         GETFDNETGR.
46363         (netgroup_response_header): Define.
46364         (innetgroup_response_header): Define.
46365         (datahead): Add netgroup_response_header and innetgroup_response_header
46366         elements.
46367         * nscd/nscd.conf: Add entries for netgroup cache.
46368         * nscd/nscd.h (dbtype): Add netgrdb.
46369         (_PATH_NSCD_NETGROUP_DB): Define.
46370         (netgroup_iov_disabled): Declare.
46371         (xmalloc, xcalloc, xrealloc): Move declarations here.
46372         (cache_search): Adjust prototype.
46373         Add netgroup-related prototypes.
46374         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46375         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46376         (__nscd_innetgr): Declare.
46377         * nscd/selinux.c (perms): Use access_vector_t as element type and
46378         add netgroup-related initializers.
46379         * nscd/netgroupcache.c: New file.
46380         * nscd/nscd_netgroup.c: New file.
46381         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46382         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46383         For four parameters use innetgr.
46384         * nss/nss_files/files-init.c: Add definition and callback for netgr.
46385         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46386         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46387         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46388
46389         * nscd/connections.c (register_traced_file): Don't register file
46390         for disabled databases.
46391
46392 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
46393
46394         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46395
46396         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46397         from tree and freeing node.
46398
46399 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
46400
46401         * nss/nsswitch.c (__nss_database_lookup): Handle
46402         nss_parse_service_list out of memory case.
46403
46404 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
46405
46406         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46407         out of memory case.
46408
46409 2011-10-04  Andreas Schwab  <schwab@redhat.com>
46410
46411         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46412         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46413         pass it down.
46414         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46415         elf_machine_rela, elf_machine_lazy_rel.
46416         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46417         (ELF_DYNAMIC_DO_REL): Likewise.
46418         (ELF_DYNAMIC_DO_RELA): Likewise.
46419         (ELF_DYNAMIC_RELOCATE): Likewise.
46420         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46421         to ELF_DYNAMIC_DO_REL.
46422         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46423         (dl_main): In trace mode always set __RTLD_NOIFUNC.
46424         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46425         elf_machine_rela.
46426         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46427         skip_ifunc, don't call ifunc function if non-zero.
46428         (elf_machine_rela): Likewise.
46429         (elf_machine_lazy_rel): Likewise.
46430         (elf_machine_lazy_rela): Likewise.
46431         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46432         (elf_machine_lazy_rel): Likewise.
46433         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46434         Likewise.
46435         (elf_machine_lazy_rel): Likewise.
46436         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46437         Likewise.
46438         (elf_machine_lazy_rel): Likewise.
46439         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46440         (elf_machine_lazy_rel): Likewise.
46441         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46442         (elf_machine_lazy_rel): Likewise.
46443         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46444         (elf_machine_lazy_rel): Likewise.
46445         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46446         (elf_machine_lazy_rel): Likewise.
46447         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46448         (elf_machine_lazy_rel): Likewise.
46449         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46450         (elf_machine_lazy_rel): Likewise.
46451
46452 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
46453
46454         * nss/nss_files/files-init.c (_nss_files_init): Use static
46455         initialization for all the *_traced_file variables.
46456
46457 2011-09-28  Andreas Schwab  <schwab@redhat.com>
46458
46459         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46460
46461 2011-09-27  Roland McGrath  <roland@hack.frob.com>
46462
46463         [BZ #13226]
46464         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46465
46466 2011-09-27  Andreas Schwab  <schwab@redhat.com>
46467
46468         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46469         Reread the line before reparsing it.
46470
46471 2011-09-26  Andreas Schwab  <schwab@redhat.com>
46472
46473         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46474
46475 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
46476             Maxim Kuvyrkov  <maxim@codesourcery.com>
46477             Joseph Myers  <joseph@codesourcery.com>
46478
46479         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46480         if needed for __stack_chk_guard.
46481
46482 2011-09-19  Roland McGrath  <roland@hack.frob.com>
46483
46484         * sysdeps/posix/spawni.c (script_execute): Always define it.
46485         It will be optimized away if unused.
46486         (maybe_script_execute): New function.
46487         (__spawni): Call it.
46488
46489         * Makerules: Don't include tls.make.
46490         (config-tls): Always set to thread.
46491         * tls.make.c: File removed.
46492
46493 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
46494
46495         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46496         * config.make.in (CPPFLAGS-config): New substituted variable.
46497
46498 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46499
46500         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46501
46502         [BZ #13192]
46503         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46504         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46505
46506 2011-09-15  Roland McGrath  <roland@hack.frob.com>
46507
46508         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46509         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46510         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46511         (CALL_FAIL): Likewise.
46512         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46513         (CALL_FAIL): Macro removed.
46514         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46515
46516 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46517
46518         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46519         for __FINITE_MATH_ONLY__ == 1.
46520
46521 2011-09-15  Andreas Schwab  <schwab@redhat.com>
46522
46523         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46524         __ieee754_sqrt instead of sqrt.
46525         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46526         __ieee754_sqrtf instead of sqrtf.
46527         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46528         __floorf instead of floorf.
46529         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46530         __floorf, __truncf instead of floorf, truncf.
46531
46532 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
46533
46534         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
46535
46536         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
46537         __extern_always_inline.
46538         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
46539         32-bit.
46540
46541 2011-09-14  Andreas Schwab  <schwab@redhat.com>
46542
46543         * elf/rtld.c (dl_main): Also relocate in dependency order when
46544         doing symbol dependency testing.
46545
46546 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
46547
46548         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46549         Always define `refsym'.
46550
46551 2011-09-13  Andreas Schwab  <schwab@redhat.com>
46552
46553         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
46554         (__FD_ELT): Renamed from __FDELT.
46555         * misc/bits/select2.h (__FD_ELT): Likewise.
46556         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
46557         __FD_MASK instead of __FDELT, __FDMASK.
46558         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46559         Likewise.
46560         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46561         Likewise.
46562
46563         * elf/Makefile (gen-ldd): Fix pattern.
46564
46565         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
46566         (init_tls): Likewise.
46567
46568 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
46569
46570         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
46571
46572 2011-09-12  Andreas Schwab  <schwab@redhat.com>
46573
46574         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
46575         `struct cmsghdr *' instead of `void *'.
46576         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
46577         Likewise.
46578
46579 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
46580
46581         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
46582         if non-absolute.
46583         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
46584         ldd_rewrite_script.
46585
46586 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
46587
46588         * configure.in: Remove --with-tls option.
46589         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
46590         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
46591         out in case it is missing.
46592         * sysdeps/ia64/elf/configure.in: Likewise.
46593         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
46594         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
46595         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
46596         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
46597         * sysdeps/sh/elf/configure.in: Likewise.
46598         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
46599         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46600         * sysdeps/x86_64/elf/configure.in: Likewise.
46601         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
46602         * sysdeps/mach/hurd/tls.h: Likewise.
46603
46604         [BZ #13067]
46605         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
46606
46607         [BZ #13090]
46608         * configure.in: Fix use of AC_INIT.
46609
46610         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
46611
46612 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
46613
46614         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
46615         __set_errno.
46616         * malloc/hooks.c: Likewise.
46617
46618         [BZ #11929]
46619         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
46620         variables statically.
46621         (narenas): Initialize.
46622         (list_lock): Initialize.
46623         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
46624         initializtion of main_arena and list_lock.  Small cleanups.
46625         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
46626         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
46627         Add initializers to main_arena and mp_.
46628         (malloc_state): Remove pagesize member.  Change all users to use
46629         GLRO(dl_pagesize).
46630
46631         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
46632         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
46633         is always initialized.
46634
46635         * malloc/malloc.c: Removed unused configurations and dead code.
46636         * malloc/arena.c: Likewise.
46637         * malloc/hooks.c: Likewise.
46638         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
46639
46640         * include/tls.h: Removed.  USE___THREAD must always be defined.
46641         * bits/libc-tsd.h: Don't handle !USE___THREAD.
46642         * elf/dl-libc.c: Likewise.
46643         * elf/dl-tsd.c: Likewise.
46644         * include/errno.h: Likewise.
46645         * include/netdb.h: Likewise.
46646         * include/resolv.h: Likewise.
46647         * inet/herrno-loc.c: Likewise.
46648         * inet/herrno.c: Likewise.
46649         * malloc/arena.c: Likewise.
46650         * malloc/hooks.c: Likewise.
46651         * malloc/malloc.c: Likewise.
46652         * resolv/res-state.c: Likewise.
46653         * resolv/res_libc.c: Likewise.
46654         * sysdeps/i386/dl-machine.h: Likewise.
46655         * sysdeps/ia64/dl-machine.h: Likewise.
46656         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
46657         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
46658         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
46659         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
46660         * sysdeps/sh/dl-machine.h: Likewise.
46661         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46662         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46663         * sysdeps/unix/i386/sysdep.S: Likewise.
46664         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46665         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
46666         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
46667         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46668         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
46669         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46670         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46671         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46672         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46673         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46674         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46675         * sysdeps/x86_64/dl-machine.h: Likewise.
46676         * tls.make.c: Likewise.
46677
46678         * configure.in: Remove --with-__thread option.  Make tests for
46679         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
46680         tls_model attribute fail if no support is available.  Remove
46681         USE_IN_LIBIO.
46682         * Makeconfig: Adjust for dropped configure option.  All features are
46683         now mandatory.
46684         * Makerules: Likewise.
46685         * Versions.def: Likewise.
46686         * argp/argp-fmtstream.c: Likewise.
46687         * argp/argp-fmtstream.h: Likewise.
46688         * argp/argp-help.c: Likewise.
46689         * assert/assert.c: Likewise.
46690         * config.h.in: Likewise.
46691         * config.make.in: Likewise.
46692         * configure: Likewise.
46693         * configure.in: Likewise.
46694         * csu/Versions: Likewise.
46695         * csu/init.c: Likewise.
46696         * elf/tst-audit2.c: Likewise.
46697         * elf/tst-tls10.c: Likewise.
46698         * elf/tst-tls10.h: Likewise.
46699         * elf/tst-tls11.c: Likewise.
46700         * elf/tst-tls12.c: Likewise.
46701         * elf/tst-tls14.c: Likewise.
46702         * elf/tst-tlsmod11.c: Likewise.
46703         * elf/tst-tlsmod12.c: Likewise.
46704         * elf/tst-tlsmod13.c: Likewise.
46705         * elf/tst-tlsmod13a.c: Likewise.
46706         * elf/tst-tlsmod14a.c: Likewise.
46707         * elf/tst-tlsmod15b.c: Likewise.
46708         * elf/tst-tlsmod16a.c: Likewise.
46709         * elf/tst-tlsmod16b.c: Likewise.
46710         * elf/tst-tlsmod7.c: Likewise.
46711         * elf/tst-tlsmod8.c: Likewise.
46712         * elf/tst-tlsmod9.c: Likewise.
46713         * gmon/gmon.c: Likewise.
46714         * grp/fgetgrent_r.c: Likewise.
46715         * grp/putgrent.c: Likewise.
46716         * hurd/fopenport.c: Likewise.
46717         * include/libc-symbols.h: Likewise.
46718         * include/tls.h: Likewise.
46719         * intl/gettextP.h: Likewise.
46720         * intl/loadinfo.h: Likewise.
46721         * locale/global-locale.c: Likewise.
46722         * locale/localeinfo.h: Likewise.
46723         * mach/devstream.c: Likewise.
46724         * malloc/arena.c: Likewise.
46725         * malloc/set-freeres.c: Likewise.
46726         * misc/err.c: Likewise.
46727         * misc/getttyent.c: Likewise.
46728         * misc/mntent_r.c: Likewise.
46729         * posix/getopt.c: Likewise.
46730         * posix/wordexp.c: Likewise.
46731         * pwd/fgetpwent_r.c: Likewise.
46732         * resolv/Versions: Likewise.
46733         * resolv/res_hconf.c: Likewise.
46734         * shadow/fgetspent_r.c: Likewise.
46735         * shadow/putspent.c: Likewise.
46736         * stdio-common/printf_fphex.c: Likewise.
46737         * stdio-common/tmpfile.c: Likewise.
46738         * stdlib/abort.c: Likewise.
46739         * stdlib/fmtmsg.c: Likewise.
46740         * sunrpc/auth_unix.c: Likewise.
46741         * sunrpc/clnt_perr.c: Likewise.
46742         * sunrpc/clnt_tcp.c: Likewise.
46743         * sunrpc/clnt_udp.c: Likewise.
46744         * sunrpc/clnt_unix.c: Likewise.
46745         * sunrpc/openchild.c: Likewise.
46746         * sunrpc/svc_simple.c: Likewise.
46747         * sunrpc/svc_tcp.c: Likewise.
46748         * sunrpc/svc_udp.c: Likewise.
46749         * sunrpc/svc_unix.c: Likewise.
46750         * sunrpc/xdr.c: Likewise.
46751         * sunrpc/xdr_array.c: Likewise.
46752         * sunrpc/xdr_rec.c: Likewise.
46753         * sunrpc/xdr_ref.c: Likewise.
46754         * sunrpc/xdr_stdio.c: Likewise.
46755
46756 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46757
46758         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46759
46760 2011-07-03  Andreas Jaeger  <aj@suse.de>
46761
46762         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
46763         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
46764         regenerate with gen-libm-tests.pl.
46765
46766 2010-05-12  Petr Baudis  <pasky@suse.cz>
46767
46768         [BZ #11589]
46769         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
46770         around j0() zero points by switching to j1().
46771         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46772         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46773         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46774         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46775
46776 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46777
46778         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46779         instead of 0.
46780         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
46781         instead of 0.
46782         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46783         Patch in part by Pavel Roskin <proski@gnu.org>.
46784
46785         [BZ #13138]
46786         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46787         realloc.
46788         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
46789         Free memory block if necessary.
46790
46791         [BZ #12847]
46792         * libio/genops.c (INTDEF): For string streams the _lock pointer can
46793         be NULL.  Don't lock in this case.
46794
46795 2011-09-09  Roland McGrath  <roland@hack.frob.com>
46796
46797         * elf/elf.h (ELFOSABI_GNU): New macro.
46798         (ELFOSABI_LINUX): Define to that.
46799
46800 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
46801
46802         * string/strncat.c (strncat): Undef the symbol in case it has been
46803         defined in bits/string.h.
46804
46805 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46806
46807         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
46808
46809         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
46810         link map.
46811
46812 2011-08-17  Andreas Jaeger  <aj@suse.de>
46813
46814         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
46815
46816 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
46817             Ian Lance Taylor  <iant@google.com>
46818
46819         * math/libm-test.inc (lround_test): New testcase.
46820         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
46821
46822 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
46823
46824         * Makefile: Remove support for automatic cvs check-ins.
46825         * Makerules: Likewise.
46826         * config.make.in: Likewise.
46827         * configure.in: Likewise.
46828         * intl/Makefile: Likewise.
46829         * locale/Makefile: Likewise.
46830         * po/Makefile: Likewise.
46831         * posix/Makefile: Likewise.
46832         * sysdeps/gnu/Makefile: Likewise.
46833         * sysdeps/mach/hurd/Makefile: Likewise.
46834         * sysdeps/sparc/sparc32/Makefile: Likewise.
46835
46836         [BZ #13118]
46837         * posix/Makefile (bug-regex32-ENV): Define.
46838         Patch by John Stanley <jpsinthemix@verizon.net>.
46839
46840         * misc/Makefile (headers): Add bits/select2.h.
46841         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46842         * misc/bits/select2.h: New file.
46843         * include/bits/select2.h: New file.
46844         * debug/Makefile (routines): Add fdelt_chk.
46845         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46846         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46847         FD_ISSET.
46848         * debug/fdelt_chk.c: New file.
46849
46850         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
46851         * wcsmbs/test-wmemcmp.c: Likewise.
46852         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
46853         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
46854
46855 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46856
46857         * string/Makefile (strop-tests): Add memcmp.
46858         * string/test-wmemcmp.c: New file.
46859         * string/test-memcmp.c: Add wmemcmp support.
46860
46861 2011-09-08  Roland McGrath  <roland@hack.frob.com>
46862
46863         [BZ #13153]
46864         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46865         2011-07-19 change.
46866
46867         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46868         garbage value in a __mach_port_mod_refs call in the cases of the
46869         task-self and thread-self ports.
46870
46871 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46872
46873         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46874
46875 2011-09-08  Andreas Schwab  <schwab@redhat.com>
46876
46877         * elf/dl-load.c (lose): Check for non-null L.
46878
46879 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46880
46881         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46882
46883         * elf/dl-libc.c (dlerror_run): Pass back error code from
46884         dl_catch_error.
46885
46886         [BZ #13123]
46887         * elf/dl-load.c (lose): Free l_origin if it is valid.
46888
46889         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46890         names.
46891         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46892         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46893         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46894         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46895         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46896         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46897
46898 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46899
46900         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46901         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46902         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46903         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46904         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46905         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46906         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46907         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46908         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46909         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46910
46911 2011-08-15  Alan Modra  <amodra@gmail.com>
46912
46913         [BZ #13092]
46914         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46915         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46916         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46917         ppc_mcount to static-only-routines.
46918         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46919         __mcount_internal.
46920         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46921         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46922
46923 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46924
46925         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46926         for finite and infinity parameters.
46927
46928 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46929
46930         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46931         and add nop instructions for throughput optimization.
46932         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46933
46934 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46935
46936         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46937         aligned copy for power7 with vector-scalar instructions.
46938         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46939
46940 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46941
46942         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46943         AVX check.
46944
46945 2011-09-07  Andreas Schwab  <schwab@redhat.com>
46946
46947         [BZ #13144]
46948         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46949         last change.
46950
46951 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46952
46953         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46954         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46955         syscall wrapper around clock_gettime in __vdso_clock_gettime.
46956         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46957         clock_gettime.
46958
46959 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46960
46961         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46962         Forgot to demangle the pointer.
46963
46964         * sysdeps/i386/sysdep.h: Define atom_text_section.
46965         * sysdeps/x86_64/sysdep.h: Likewise.
46966         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46967         section with atom_text_section.
46968         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46969         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46970         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46971         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46972         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46973
46974         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46975         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46976         already be defined.  Change to take two parameters and don't assign
46977         result to variable.  Adjust all users.
46978         Define INTERNAL_GETTIME if not already defined.
46979         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46980         call.
46981         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46982         HAVE_CLOCK_GETTIME_VSYSCALL.
46983         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46984
46985         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46986         gettimeofday vsyscall, just use time.
46987
46988 2011-09-06  Andreas Schwab  <schwab@redhat.com>
46989
46990         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46991         <errno.h>.
46992
46993 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46994
46995         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46996         syscall on x86-64.
46997         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46998         syscall.
46999         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
47000         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
47001         syscall if possible.
47002
47003 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47004
47005         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
47006         e_ident.  Don't pass to find_mapsXX.
47007         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
47008
47009 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47010
47011         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47012         strchr-sse2-no-bsf strrchr-sse2-no-bsf
47013         * sysdeps/x86_64/multiarch/strchr.S: Update.
47014         Check bit_slow_BSF bit.
47015         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
47016         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
47017         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
47018
47019 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47020
47021         [BZ #13134]
47022         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
47023         before glibc 2.15.
47024         (tryshell): Define.
47025         (__spawni): Change last parameter to be flag.  Test
47026         SPAWN_XFLAGS_USE_PATH flag to use path or not.
47027         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
47028         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
47029         * posix/spawni.c: Likewise.
47030         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
47031         * posix/spawnp.c: Likewise.  Change normal version to use
47032         SPAWN_XFLAGS_USE_PATH.
47033         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
47034         SPAWN_XFLAGS_TRY_SHELL.
47035
47036         [BZ #13150]
47037         * posix/glob.h: Remove gcc 1.x support.
47038
47039         [BZ #13068]
47040         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
47041
47042 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47043
47044         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47045         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
47046         strrchr-sse2-bsf
47047         * sysdeps/i386/i686/multiarch/strchr.S: New file.
47048         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
47049         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
47050         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
47051         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
47052         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
47053
47054 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47055
47056         * sysdeps/x86_64/wcscmp.S: New file.
47057
47058         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
47059         wcscmp-c wcscmp-sse2
47060         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
47061         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
47062         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
47063         * wcsmbs/wcscmp.c: Allow renaming.
47064
47065 2011-09-05  David S. Miller  <davem@davemloft.net>
47066
47067         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
47068         stack slot, rather than the struct return pointer slot.
47069         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
47070         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
47071         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
47072         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
47073
47074 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47075
47076         * po/ja.po: Update from translation team.
47077
47078         [BZ #13144]
47079         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
47080         kernel in 64-bit binaries.
47081
47082 2011-09-01  David S. Miller  <davem@davemloft.net>
47083
47084         * elf/elf.h (HWCAP_SPARC_*): Move to..
47085         * sysdeps/sparc/sysdep.h: this new file and add new values.
47086         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
47087         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
47088         _DL_HWCAP_COUNT to 24.
47089         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
47090         entries.
47091         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
47092         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
47093         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
47094         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
47095         instead of magic constants.
47096         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47097
47098 2011-08-31  David S. Miller  <davem@davemloft.net>
47099
47100         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
47101         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
47102         Reimplement to do errno handling inline.
47103         (SYSCALL_ERROR_HANDLER): New macro.
47104         (__SYSCALL_STRING): Do not do errno handling in asm.
47105         (__CLONE_SYSCALL_STRING): Delete.
47106         (__INTERNAL_SYSCALL_STRING): Delete.
47107         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
47108         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47109         (PSEUDO): Reimplement to do errno handling inline.
47110         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47111         (SYSCALL_ERROR_HANDLER): New macro.
47112         (__SYSCALL_STRING): Do not do errno handling in asm.
47113         (__CLONE_SYSCALL_STRING): Delete.
47114         (__INTERNAL_SYSCALL_STRING): Delete.
47115         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47116         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47117         i386.
47118         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47119         (inline_syscall*): Add 'err' argument.
47120         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47121         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47122         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47123         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47124
47125         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47126         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47127
47128 2011-08-30  Andreas Schwab  <schwab@redhat.com>
47129
47130         * elf/rtld.c (dl_main): Relocate objects in dependency order.
47131
47132 2011-08-29  Jiri Olsa <jolsa@redhat.com>
47133
47134         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
47135         directive.
47136
47137 2011-08-24  David S. Miller  <davem@davemloft.net>
47138
47139         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
47140
47141 2011-08-24  Andreas Schwab  <schwab@redhat.com>
47142
47143         * elf/Makefile: Add rules to build and run unload8 test.
47144         * elf/unload8.c: New file.
47145         * elf/unload8mod1.c: New file.
47146         * elf/unload8mod1x.c: New file.
47147         * elf/unload8mod2.c: New file.
47148         * elf/unload8mod3.c: New file.
47149
47150         * elf/dl-close.c (_dl_close_worker): Reset private search list if
47151         it wasn't used.
47152
47153 2011-08-23  David S. Miller  <davem@davemloft.net>
47154
47155         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47156         subtract stack bias.
47157         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47158         %sp not %fp in calculations.
47159         (_JMPBUF_UNWINDS_ADJ): Likewise.
47160
47161         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47162         (aio_suspend): Call it to force an exception region around the
47163         AIO_MISC_WAIT() invocation.
47164
47165 2011-08-23  Andreas Schwab  <schwab@redhat.com>
47166
47167         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47168         backslash.
47169
47170 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
47171
47172         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47173         protection macro.
47174         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47175         and <dl-machine.h>.
47176         (Elf64_FuncDesc): Remove.
47177
47178 2011-08-22  David S. Miller  <davem@davemloft.net>
47179
47180         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47181         sigaltstack check, add missing cfi directives.
47182         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47183         missing cfi directives, and sigaltstack handling.
47184
47185 2011-08-16  Andreas Schwab  <schwab@redhat.com>
47186
47187         [BZ #11724]
47188         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47189         object is seen twice.
47190         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47191
47192         * elf/Makefile (distribute): Add tst-initorder2.c.
47193         (tests): Add tst-initorder2.
47194         (modules-names): Add tst-initorder2a tst-initorder2b
47195         tst-initorder2c tst-initorder2d.  Add rules to build them.
47196         ($(objpfx)tst-initorder2.out): New rule.
47197         * elf/tst-initorder2.c: New file.
47198         * elf/tst-initorder2.exp: New file.
47199
47200 2011-08-22  Andreas Schwab  <schwab@redhat.com>
47201
47202         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47203
47204         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47205         dependencies back to end of function.
47206
47207         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47208         $(elfobjdir)/ld.so.
47209
47210 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
47211
47212         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47213         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47214         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47215         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47216         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47217         of __vdso_gettimeofday.
47218         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47219         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
47220         attribute_hidden.
47221         (_libc_vdso_platform_setup): Remove initialization of
47222         __vdso_gettimeofday and __vdso_time.
47223
47224 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47225
47226         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47227         and fgetc_unlocked.
47228         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47229         getc_unlocked.
47230
47231         * elf/dl-open.c (add_to_global): Report additions to the global scope
47232         for LD_DEBUG=scopes.
47233         (dl_open_worker): Also print scope of newly loaded dependencies.
47234         (_dl_show_scope): Indicate if there is no scope.
47235
47236         [BZ #13114]
47237         * stdio-common/Makefile (tests): Add bug24.
47238         * stdio-common/bug24.c: New file.
47239
47240 2011-08-19  Andreas Jaeger  <aj@suse.de>
47241
47242         [BZ #13114]
47243         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47244         non-existant file when using close-on-exec mode.
47245
47246 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47247
47248         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47249         the very first instruction.
47250
47251         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47252         the CFI state in the end.
47253         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47254         inclusion of dl-trampoline.h.
47255         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47256
47257 2011-08-19  Andreas Schwab  <schwab@redhat.com>
47258
47259         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47260         expectations for long double.
47261
47262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47263         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47264
47265 2011-08-14  David S. Miller  <davem@davemloft.net>
47266
47267         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47268         artificual limit depends upon the system page size.
47269
47270 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47271
47272         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47273         * resolv/Makefile: Define CFLAGS-libresolv.
47274
47275 2011-08-17  Andreas Schwab  <schwab@redhat.com>
47276
47277         * nss/makedb.c (compute_tables): Make variables used in nested
47278         function static.
47279
47280 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47281
47282         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47283         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47284         if buffer was too small.
47285
47286         * elf/pldd.c (main): Attach to all threads in the process.
47287         Rewrite /proc handling to use *at functions.
47288
47289 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
47290
47291         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47292         specifies first scope to show.
47293         (dl_open_worker): Update callers.  Move printing scope of new
47294         object to before the relocation.
47295         * elf/rtld.c (dl_main): Update _dl_show_scope call.
47296         * sysdeps/generic/ldsodefs.h: Update declaration.
47297
47298         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47299         string for the scope number.
47300
47301 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
47302
47303         * nscd/servicescache.c (cache_addserv): Make sure written is always
47304         initialized.
47305
47306 2011-08-14  Roland McGrath  <roland@hack.frob.com>
47307
47308         * sysdeps/i386/i486/bits/atomic.h
47309         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47310         statement expression, so as to suppress "set but not used" warning.
47311         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47312
47313         * string/strncat.c (STRNCAT): Use prototype definition.
47314
47315         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47316         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47317         -Iprograms here.
47318         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47319         (localedef-modules): Add localedef.
47320         (locale-modules): Add locale.
47321
47322         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47323         * elf/rtld.c (dl_main): Invert order of assignment in last change,
47324         to avoid a warning.
47325
47326 2011-08-14  David S. Miller  <davem@davemloft.net>
47327
47328         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47329         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47330
47331 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
47332
47333         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
47334         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47335         * elf/rtld.c (dl_main): Set l_name of vDSO.
47336         Call _dl_show_scope when DL_DEBUG_SCOPES.
47337         (process_dl_debug): Recognize scopes flag and also set it for all.
47338         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47339         Declare _dl_show_scope.
47340
47341         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47342         (do_dlopen): Pass caller_dlopen to dl_open.
47343         (__libc_dlopen_mode): Initialize caller_dlopen.
47344
47345         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47346         of libc.  Make tolower call locale-independent.  Optimize a bit by
47347         using isdigit instead of isalnum.
47348         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47349
47350 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
47351
47352         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47353         was a dependency or dynamically loaded.
47354
47355 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
47356
47357         * intl/l10nflist.c: Allow architecture-specific pop function.
47358         * sysdeps/x86_64/l10nflist.c: New file.
47359
47360         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47361         classification.
47362
47363 2011-08-10  Andreas Schwab  <schwab@redhat.com>
47364
47365         * include/dirent.h: Add libc_hidden_proto for scandirat and
47366         scandirat64.  Don't declare __scandirat64.
47367         * dirent/scandirat.c: Add libc_hidden_def.
47368         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47369         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47370
47371 2011-08-10  David S. Miller  <davem@davemloft.net>
47372
47373         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47374         enum.
47375         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47376         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47377         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47378
47379 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
47380
47381         * Versions.def [libc]: Add GLIBC_2.15.
47382         * dirent/Makefile (routines): Add scandirat and scandirat64.
47383         * dirent/Versions [libc]: Export scandirat and scandirat64 for
47384         GLIBC_2.15.
47385         * dirent/dirent.h: Declare scandirat and scandirat64.
47386         * dirent/scandirat.c: New file.
47387         * dirent/scandirat64.c: New file.
47388         * sysdeps/wordsize-64/scandirat.c: New file.
47389         * sysdeps/wordsize-64/scandirat64.c: New file.
47390         * dirent/opendir.c: Define opendirat.
47391         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
47392         using scandirat.
47393         * dirent/scandir64.c: Adjust for scandir.c change.
47394         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
47395         __scandirat64, and __scandir_cancel_handler.
47396         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
47397         additional parameter and use openat instead of open (outside of ld.so).
47398         Add new __opendir as wrapper around __opendirat.
47399         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47400         here without requiring old scandirat implementation.
47401
47402 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
47403
47404         * dirent/scandir.c (cancel_handler): Renamed to
47405         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
47406         defined.  Adjust users.
47407         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47408         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47409
47410 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
47411
47412         * string/test-string.h (IMPL): Use __STRING to expand name and then
47413         stringify it.
47414
47415         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
47416         of cleanups.
47417
47418 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47419
47420         * string/Makefile: Update.
47421         (strop-tests): Append strncat.
47422         * string/test-wcscmp.c: New file.
47423         New comprehensive test for wcscmp.
47424         * string/test-strcmp.c: Update.
47425         (WIDE): New define.
47426
47427 2011-07-22  Andreas Schwab  <schwab@redhat.com>
47428
47429         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47430         line.
47431
47432 2011-07-26  Andreas Schwab  <schwab@redhat.com>
47433
47434         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47435         encoding to ACE if AI_IDN.
47436
47437 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
47438
47439         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47440         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47441
47442 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47443
47444         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47445         Fix overflow bug in strncat.
47446         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47447
47448         * string/test-strncat.c: Update.
47449         Add new tests for checking overflow bugs.
47450
47451 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47452
47453         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47454         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47455         * sysdeps/i386/i686/multiarch/strcat.S: New file.
47456         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47457         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47458         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47459         * sysdeps/i386/i686/multiarch/strncat.S: New file.
47460         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47461         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47462
47463         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47464         (USE_AS_STRCAT): Define.
47465         Add strcat and strncat support.
47466         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47467
47468 2011-07-25  Andreas Schwab  <schwab@redhat.com>
47469
47470         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47471         __n bigger than INT_MAX+1.
47472         (__strncmp_g): Likewise.
47473
47474 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
47475
47476         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47477         * libio/stido.h: Likewise.
47478
47479         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47480         (AF_NFC): Define.
47481         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47482         (AF_NFC): Define.
47483
47484         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47485         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47486         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47487         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47488         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47489
47490         [BZ #13021]
47491         * scripts/test-installation.pl: Don't expect libnss_test1 to be
47492         installed.
47493
47494         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47495         typo.
47496         (_dl_x86_64_save_sse): Likewise.
47497
47498 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
47499
47500         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47501         OSXSAVE.
47502         (_dl_x86_64_save_sse): Likewise.
47503
47504         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47505
47506         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47507
47508 2011-07-21  Andreas Schwab  <schwab@redhat.com>
47509
47510         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47511         change.
47512         (_dl_x86_64_save_sse): Use correct AVX check.
47513
47514 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47515
47516         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47517         bug in strncpy/strncat.
47518         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47519
47520 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
47521
47522         * string/tester.c (test_strcat): Add tests for different alignments
47523         of source and destination.
47524         (test_strncat): Likewise.
47525
47526 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47527
47528         [BZ #12852]
47529         * posix/glob.c (glob): Check passed in values before using them in
47530         expressions to avoid some overflows.
47531         (glob_in_dir): Likewise.
47532
47533         [BZ #13007]
47534         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
47535         check for AVX enablement so that we don't crash with old kernels and
47536         new hardware.
47537         * elf/tst-audit4.c: Add same checks here.
47538         * elf/tst-audit6.c: Likewise.
47539
47540         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
47541
47542 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
47543
47544         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
47545
47546 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47547
47548         * po/cs.po: Update from translation team.
47549         * po/bg.po: Likewise.
47550
47551 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
47552
47553         * misc/sys/cdefs.h: Add support for const attribute.
47554         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
47555         to gnu_dev_{major,minor,makedev} functions.
47556
47557 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
47558
47559         * intl/dcigettext.c (get_output_charset): Add missing bracket.
47560
47561 2011-07-20  Andreas Schwab  <schwab@redhat.com>
47562
47563         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
47564         strlen results.
47565
47566 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47567
47568         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
47569         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
47570         register in order to avoid conflicts with the soft frame pointer
47571         being held in r11 when necessary.
47572         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47573         (INTERNAL_VSYSCALL_NCS): Likewise.
47574
47575 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
47576
47577         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
47578         * elf/dl-fini.c (_dl_fini): Adjust caller.
47579         * elf/dl-close.c (_dl_close_worker): Likewise.
47580         * sysdeps/generic/ldsodefs.h: Adjust declaration.
47581
47582 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47583
47584         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
47585         "aux_cache->nlibs < 0".
47586
47587         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
47588         in the reload-count case.
47589
47590 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47591
47592         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47593         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
47594         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
47595         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
47596         * sysdeps/x86_64/multiarch/strcat.S: New file.
47597         * sysdeps/x86_64/multiarch/strncat.S: New file.
47598         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
47599         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
47600         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
47601         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
47602         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
47603         (USE_AS_STRCAT): Define.
47604         Add strcat and strncat support.
47605         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47606         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
47607         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
47608         * string/strncat.c: Update.
47609         (USE_AS_STRNCAT): Define.
47610         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47611         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
47612         and i7.
47613         * sysdeps/x86_64/multiarch/init-arch.h
47614         (bit_Prefer_PMINUB_for_stringop): New.
47615         (index_Prefer_PMINUB_for_stringop): Likewise.
47616         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
47617         bit_Prefer_PMINUB_for_stringop.
47618
47619 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47620
47621         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
47622         buffer64.
47623         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
47624         of casting of buffer.
47625         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
47626         buffer32 and buffer64.
47627         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
47628         writes instead of casting of buffer.
47629         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
47630         buffer32.
47631         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
47632         casting of buffer.
47633
47634 2011-07-19  Andreas Schwab  <schwab@redhat.com>
47635
47636         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
47637
47638 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47639
47640         * nscd/nscd.c (termination_handler): Don't do anything for a database
47641         if it has not yet been initialized.
47642
47643 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47644
47645         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47646
47647 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47648
47649         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47650
47651 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47652
47653         * po/nl.po: Update from translation team.
47654         * po/sv.po: Likewise.
47655
47656 2011-07-16  Roland McGrath  <roland@hack.frob.com>
47657
47658         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
47659         now disallowed by GCC.
47660
47661         * configure.in (use-default-link): Default to yes if a test -shared
47662         link meets our qualifications.
47663         * configure: Regenerated.
47664
47665         * config.make.in (output-format): New variable.
47666         * configure.in: Check for ld --print-output-format support.
47667         * configure: Regenerated.
47668         * Makerules ($(common-objpfx)format.lds)
47669         [$(output-format) != unknown]: Just use $(output-format),
47670         instead of the linker-script munging.
47671
47672 2011-07-14  Roland McGrath  <roland@hack.frob.com>
47673
47674         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
47675         of $(common-objpfx)shlib.lds.
47676         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
47677
47678         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
47679         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
47680
47681         * configure.in (-z relro check): Adjust test code to add a large
47682         writable data section after it.
47683         * configure: Regenerated.
47684
47685 2011-07-11  Roland McGrath  <roland@hack.frob.com>
47686
47687         * configure.in (-z relro check): Fix test code to make the variable
47688         truly const.
47689         * configure: Regenerated.
47690
47691 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
47692
47693         * nscd/nscd.h (struct traced_file): Define.
47694         (struct database_dyn): Remove inotify_descr, reset_res, and filename
47695         elements.  Add traced_files.
47696         (inotify_fd): Declare.
47697         (register_traced_file): Declare.
47698         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
47699         (inotify_fd): Export.
47700         (resolv_conf_descr): Remove.
47701         (nscd_init): Move inotify descriptor creation to main.
47702         Don't register files for notification here.
47703         (register_traced_file): New function.
47704         (invalidate_cache): Don't use reset_res to determine whether to call
47705         res_init, go through the list of registered files.
47706         (main_loop_poll): The inotify descriptors are now stored in the
47707         structures for the traced files.
47708         (main_loop_epoll): Likewise
47709         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
47710         to __nss_disable_nscd.
47711         * nscd/cache.c (prune_cache): There is no single inotify descriptor
47712         for a database anymore.  Check the records for all the registered
47713         files instead.
47714         * nss/Makefile (libnss_files-routines): Add files-init.
47715         (libnss_db-routines): Add db-init.
47716         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
47717         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
47718         * nss/nss_db/db-init.c: New file.
47719         * nss/nss_files/files-init.c: New file.
47720         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
47721         __nss_lookup_function.
47722         (__nss_lookup_function): Call nss_load_library.
47723         (nss_load_all_libraries): New function.
47724         (__nss_disable_nscd): Take parameter with callback function for files
47725         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
47726         used for the cached services.
47727         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
47728         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
47729         options for features to all the files in nscd.
47730
47731         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
47732
47733 2011-07-10  Roland McGrath  <roland@hack.frob.com>
47734
47735         * csu/elf-init.c (__libc_csu_init): Comment typo.
47736
47737 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
47738
47739         * po/pl.po: Update from translation team.
47740         * po/ja.po: Likewise.
47741         * po/ru.po: Likewise.
47742         * po/ko.po: Likewise.
47743         * po/fr.po: Likewise.
47744
47745 2011-07-09  Roland McGrath  <roland@hack.frob.com>
47746
47747         * configure.in (.ctors/.dtors header and trailer check):
47748         Use an empirical test on a built program.
47749         * configure: Regenerated.
47750
47751         * configure.in (-z relro check): Use an empirical test on a built DSO.
47752         Detect, but do not require, on ia64.
47753         * configure: Regenerated.
47754
47755         * configure.in (READELF): Find it with AC_CHECK_TOOL.
47756         Update tests that use readelf to use $READELF instead.
47757         * configure: Regenerated.
47758
47759 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
47760
47761         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
47762         if the result is not used.
47763
47764 2011-07-05  Andreas Jaeger  <aj@suse.de>
47765
47766         [BZ#9696]
47767         * stdlib/tst-strtod.c: Add testcase.
47768
47769 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
47770
47771         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
47772         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
47773         The latter has a higher limit.  Take additional parameter to pass to
47774         the new function.
47775         (__pathconf): Pass file to __statfs_link_max.
47776         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47777         __statfs_link_max.
47778         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47779         __statfs_link_max.
47780
47781         [BZ #12868]
47782         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47783         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47784         Handle Lustre.
47785         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47786         (__statfs_filesize_max): Likewise.
47787         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
47788
47789 2011-07-05  Andreas Jaeger  <aj@suse.de>
47790
47791         * resolv/res_comp.c (dn_skipname): Remove unused variable.
47792
47793 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
47794
47795         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
47796         `status' variable.
47797         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
47798         Likewise.
47799
47800 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
47801
47802         * Makefile (strop-tests): Add strncat.
47803         * string/test-strncat.c: New file.
47804
47805 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
47806
47807         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
47808
47809 2011-06-21  Andreas Jaeger  <aj@suse.de>
47810
47811         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
47812         Copy rule from iconvdata/Makefile.
47813
47814 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47815
47816         [BZ #12922]
47817         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
47818         but no long options are defined, just return 'W'.
47819
47820 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
47821
47822         [BZ #9696]
47823         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
47824
47825 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47826
47827         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47828         netgroups to read.
47829         (innetgr): Likewise.
47830
47831 2011-07-05  Roland McGrath  <roland@hack.frob.com>
47832
47833         * config.make.in (install_root): Default to $(DESTDIR).
47834
47835 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
47836
47837         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47838
47839 2011-07-02  Roland McGrath  <roland@hack.frob.com>
47840
47841         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47842
47843         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47844         containing directory rather than embedding absolute directory names.
47845
47846         * scripts/check-local-headers.sh: Rewritten using awk.
47847         Match by word, not by line.  Print error messages for matches.
47848         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47849
47850         * Makerules [shlib-lds-flags empty]:
47851         ($(common-objpfx)libc_pic.opts): New target.
47852         ($(common-objpfx)libc_pic.os.clean): New target.
47853         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47854
47855         * config.make.in (OBJCOPY): New variable.
47856         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47857         * configure: Regenerated.
47858
47859         * config.make.in (use-default-link): New variable.
47860         * configure.in (use_default_link): Grok --with-default-link to set it.
47861         * configure: Regenerated.
47862         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47863         (shlib-lds, shlib-lds-flags): Define to empty.
47864
47865         * Makerules (shlib-lds): New variable.
47866         (shlib-lds-flags): New variable.
47867         (build-shlib, build-moduile, build-module-asneeded): Use it.
47868         ($(common-objpfx)libc.so): Use $(shlib-lds).
47869         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47870         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47871
47872         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47873         DT_FLAGS/DT_FLAGS_1 with zero flags.
47874
47875         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47876         linker script munging.
47877
47878 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
47879
47880         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47881         as 128-bit value.
47882         * crypt/sha512.c (sha512_process_block): Perform total addition using
47883         128-bit if possible.
47884         (__sha512_finish_ctx): Likewise.
47885         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47886         as 64-bit value.
47887         * crypt/sha256.c (SWAP64): Define.
47888         (sha256_process_block): Perform total addition using 64-bit if
47889         possible.
47890         (__sha256_finish_ctx): Likewise.
47891
47892 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47893
47894         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47895         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47896         * nscd/hstcache.c (cache_addhst): Likewise.
47897         * nscd/grpcache.c (cache_addgr): Likewise.
47898         * nscd/aicache.c (addhstaiX): Likewise
47899         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47900
47901 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47902
47903         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47904         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47905         * nscd/hstcache.c (cache_addhst): Likewise.
47906         * nscd/grpcache.c (cache_addgr): Likewise.
47907         * nscd/aicache.c (addhstaiX): Likewise
47908
47909 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47910
47911         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47912         domain only when needed.
47913
47914 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47915
47916         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47917         is always restored.
47918
47919 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47920
47921         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47922         are re-adding the entry.
47923         * nscd/servicescache.c (cache_addserv): Likewise.
47924
47925 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47926
47927         * sysdeps/generic/dl-irel.h: fix protection against multiple
47928         inclusions.
47929         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47930
47931 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47932
47933         [BZ #12935]
47934         * malloc/memusage.sh: Fix quoting in message.
47935         * debug/xtrace.sh: Likewise.
47936
47937         * configure.in: Remove support for --experimental-malloc option, make
47938         it the default.
47939         * config.make.in: Likewise.
47940         * malloc/Makefile: Likewise.
47941
47942 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47943
47944         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47945         two-byte characters.
47946
47947 2011-06-27  Roland McGrath  <roland@hack.frob.com>
47948
47949         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47950         AC_CACHE_CHECK invocation.
47951         * configure: Regenerated.
47952
47953         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47954
47955 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
47956
47957         [BZ #12350]
47958         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
47959         bit from old_res_options.
47960
47961         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47962
47963         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47964         value type for setfct.
47965
47966 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
47967
47968         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47969         __gettimeofday instead of gettimeofday.
47970
47971 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
47972
47973         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47974
47975 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
47976
47977         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47978
47979         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47980         info.
47981
47982 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47983
47984         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47985         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47986         strcpy-sse2-unaligned strncpy-sse2-unaligned
47987         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47988         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47989         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47990         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47991         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47992         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47993         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47994         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47995         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47996         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47997         (STRCPY): Support SSE2 and SSSE3 versions.
47998
47999 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
48000
48001         [BZ #12874]
48002         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
48003         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
48004         kernels which artificially limit size of requests.
48005
48006 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
48007
48008         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48009         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48010         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
48011         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
48012         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
48013         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
48014         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
48015         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
48016         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
48017         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
48018         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
48019         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
48020         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
48021         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
48022         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
48023         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48024         Enable unaligned load optimization for Intel Core i3, i5 and i7
48025         processors.
48026         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
48027         Define.
48028         (index_Fast_Unaligned_Load): Define.
48029         (HAS_FAST_UNALIGNED_LOAD): Define.
48030
48031 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
48032
48033         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
48034
48035 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48036
48037         [BZ #12907]
48038         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
48039         until it is clear that the information is realy needed.
48040         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
48041
48042 2011-06-22  Andreas Schwab  <schwab@redhat.com>
48043
48044         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
48045
48046 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48047
48048         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48049         /sys/devices/system/cpu/online if it is usable.
48050
48051         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
48052         reading the information from the /proc filesystem to once a second.
48053
48054 2011-06-21  Andreas Jaeger  <aj@suse.de>
48055
48056         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
48057         NULL after inclusion of kernel headers.
48058
48059 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
48060
48061         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
48062         calls to internal_setent.
48063
48064         [BZ #12885]
48065         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
48066         addresses using gethostbyname4_r ignore IPv4 addresses.
48067
48068         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
48069         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
48070
48071         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
48072
48073 2011-06-20  David S. Miller  <davem@davemloft.net>
48074
48075         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
48076         inclusions.
48077         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
48078
48079         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
48080         (elf_irel): Use it.
48081         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
48082         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
48083         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
48084         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
48085         * sysdeps/x86_64/dl-irel.h: Likewise.
48086
48087         * elf/dl-runtime.c: Use elf_ifunc_invoke.
48088         * elf/dl-sym.c: Likewise.
48089
48090 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48091
48092         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
48093         need to dereference resplen2.
48094
48095 2011-06-14  Andreas Schwab  <schwab@redhat.com>
48096
48097         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
48098
48099 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48100
48101         * Makeconfig: Define vardbdir and inst_vardbdir.
48102         * nss/Makefile: Add rules to install db-Makefile.
48103
48104         * nss/nss_db/db-XXX.c: Cleanup.
48105
48106         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
48107         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
48108         GLIBC_PRIVATE.
48109         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48110         * nss/makedb.c: Implement -g option to specify that value strings
48111         are generated and should not be added to table iterated over for
48112         get*ent calls.
48113         * nss/nss_db/db-initgroups.c: New file.
48114
48115         * nss/getent.c: Add support for initgroups lookups through getgrouplist
48116         interface.
48117
48118         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48119         (internal_getgrouplist): Adjust to name change.
48120         Update use_initgroups_entry if this is not the first call.
48121         * nss/databases.def: Add initgroups entry.
48122
48123         * nss/makedb.c (compute_tables): Check result of multiple hash table
48124         sizes to minimize maximum chain length.
48125
48126 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
48127
48128         * Versions.def: Add entry for libnss_db.
48129         * shlib-versions: Likewise.
48130         * nss/Makefile: Add rules to build libnss_db.
48131         * nss/Versions: Add libnss_db information.  Organize libnss_files
48132         entries better.
48133         * nss/db-Makefile: Add gshadow support.  Change rules for the new
48134         makedb progra.  Some minor improvements to generate smaller files.
48135         * nss/nss_db/nss_db.h: Move NSS database header data structures to
48136         here from...
48137         * nss/makedb.c: ...here.
48138         Improve database format to be smaller and require less memory at
48139         runtime.
48140         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
48141         db anymore.
48142         * nss/nss_db/db-netgrp.c: Likewise.
48143         * nss/nss_db/db-open.c: Likewise.
48144         * nss/nss_files/flies-XXX.x: Adjust comments.
48145         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48146         * nss/nss_files/files-grp.c: Likewise.
48147         * nss/nss_files/files-hosts.c: Likewise.
48148         * nss/nss_files/files-network.c: Likewise.
48149         * nss/nss_files/files-proto.c: Likewise.
48150         * nss/nss_files/files-pwd.c: Likewise.
48151         * nss/nss_files/files-rpc.c: Likewise.
48152         * nss/nss_files/files-service.c: Likewise.
48153         * nss/nss_files/files-sgrp.c: Likewise.
48154         * nss/nss_files/files-spwd.c: Likewise.
48155         * nss/nss_db/db-alias.c: Removed.
48156         * nss/nss_db/dummy-db.h: Removed.
48157
48158 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
48159
48160         * nss/makedb.c: Rewritten to not use database library.
48161         * nss/Makefile: Update to build new makedb program.
48162
48163 2011-06-14  Andreas Jaeger  <aj@suse.de>
48164
48165         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48166         memset declaration.
48167
48168 2011-06-10  Andreas Schwab  <schwab@redhat.com>
48169
48170         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48171         tmpbuf.
48172
48173 2011-06-10  Roland McGrath  <roland@hack.frob.com>
48174
48175         * Makerules (shlib.lds): Fail if the linker script comes out empty.
48176         * elf/Makefile ($(objpfx)ld.so): Likewise.
48177
48178         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48179         Don't list ld.so twice in dependencies.
48180
48181         * posix/bug-regex31.c: Include <stdlib.h>.
48182
48183         * nscd/hstcache.c (cache_addhst): Remove unused variable.
48184
48185         * nis/nss_compat/compat-spwd.c
48186         (getspent_next_nss_netgr): Remove unused variable.
48187         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48188
48189         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48190         nonmembers" output to use the right array.
48191
48192         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48193
48194         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48195
48196         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48197         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48198         * catgets/gencat.c (read_input_file): Likewise.
48199         * locale/programs/locarchive.c (enlarge_archive): Likewise.
48200
48201         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48202         variable definition inside #if's controlling its use.
48203
48204         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48205
48206         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48207
48208         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48209
48210         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48211         unreachable code.
48212
48213         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48214
48215         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48216         * configure: Regenerated.
48217
48218         * Makerules: Revert last change.
48219         * elf/Makefile: Likewise.
48220
48221 2011-06-09  Roland McGrath  <roland@hack.frob.com>
48222
48223         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48224         * elf/Makefile ($(objpfx)librtld.os): Likewise.
48225         (reloc-link): Likewise.
48226
48227 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
48228
48229         * elf/Makefile: Add rules to build pldd.
48230         * elf/pldd.c: New file.
48231         * elf/pldd-xx.c: New file.
48232
48233 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
48234
48235         * version.h: Update for 2.15 development version.
48236
48237 2011-06-07  David S. Miller  <davem@davemloft.net>
48238
48239         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48240         ifuncs.
48241         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48242         elf_machine_lazy_rel): Likewise.
48243         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48244         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48245         elf_machine_lazy_rel): Likewise.
48246         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48247         dl_hwcap via passed in argument.
48248         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48249         Likewise.
48250
48251 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48252
48253         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
48254
48255 2011-06-06  Roland McGrath  <roland@hack.frob.com>
48256
48257         [BZ #12849]
48258         * manual/fdl-1.1.texi: New file, verbatim from:
48259         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48260         * manual/lgpl-2.1.texi: New file, verbatim from:
48261         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48262         * manual/Makefile (licenses): New variable, list those new file names.
48263         (texis): Use it.
48264         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48265
48266         * manual/fdl.texi: File removed.
48267         * manual/lesser.texi: File removed.
48268         * manual/libc.texinfo (Copying, Documentation License):
48269         Use new @include file names, put @appendix directive before @include.
48270
48271 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
48272
48273         [BZ #12841]
48274         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48275         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48276         (mq_open): Add __NTH.
48277
48278 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
48279
48280         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48281         Assume Intel Core i3/i5/i7 processor if AVX is available.
48282
48283 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48284
48285         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48286         typo.
48287
48288 2011-05-31  Andreas Schwab  <schwab@redhat.com>
48289
48290         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48291         memory.  Use alloca_account.  Fix memory leak when retrying.
48292
48293 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48294
48295         * version.h (RELEASE): Bump for 2.14 release.
48296         * include/features.h (__GLIBC_MINOR__): Bump to 14.
48297
48298         * config.make.in (RANLIB): Remove entry.
48299
48300 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
48301
48302         * po/Makefile (po-sed-cmd): Add ksh to extensions.
48303         (libc.pot): Work around missing support for .ksh extension in xgettext.
48304
48305         [BZ #12684]
48306         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48307         if both request failed.
48308         (send_dg): In case of server errors clear resplen or *resplen2.
48309
48310         [BZ #12454]
48311         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48312         when there are multiple maps.
48313         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48314         (_dl_fini): Remove test here.
48315
48316         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48317
48318 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
48319
48320         [BZ #12350]
48321         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48322         bit from old_res_options.
48323         (gaih_inet): Likewise.
48324
48325         [BZ #11099]
48326         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
48327         as signed.
48328
48329         * resolv/res_init.c (res_setoptions): Make the code more compact.
48330
48331         [BZ #11558]
48332         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48333         set RES_USEVC.
48334
48335         [BZ #11634]
48336         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48337
48338         * malloc/malloc.h: Mark malloc hook variables as deprecated.
48339
48340         [BZ #11781]
48341         * malloc/malloc.h: Declare malloc hook variables as volatile.
48342
48343         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48344         in last patch.
48345
48346         [BZ #11799]
48347         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
48348         raise in the comment.
48349         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48350         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48351         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
48352
48353 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
48354
48355         [BZ #12811]
48356         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48357         grow the buffers more if it already has to be sufficient.
48358         (build_wcs_upper_buffer): Likewise.
48359         * posix/regexec.c (check_matching): Likewise.
48360         (clean_state_log_if_needed): Likewise.
48361         (extend_buffers): Don't enlarge buffers beyond size of the input
48362         buffer.
48363         Patches mostly by Emil Wojak <emil@wojak.eu>.
48364         * posix/bug-regex32.c: New file.
48365         * posix/Makefile (tests): Add bug-regex32.
48366
48367         * locale/findlocale.c (_nl_find_locale): Return right away if
48368         _nl_explode_name failed.
48369         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48370
48371         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48372
48373         * debug/xtrace.sh: Unify messages.
48374         * malloc/memusage.sh: Likewise.
48375
48376         [BZ #12813]
48377         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48378         time symbol from vDSO.  Substitute with vsyscall if not available.
48379         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48380         __vdso_time.
48381
48382         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48383         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48384         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48385         Add sendmmsg and internal_sendmmsg.
48386         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48387         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48388         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48389
48390         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48391         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48392         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48393
48394 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
48395
48396         [BZ #12813]
48397         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48398         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
48399         available.
48400         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48401         __vdso_getcpu.
48402
48403         [BZ #12814]
48404         * iconvdata/Makefile (tests): Add bug-iconv9.
48405         * iconvdata/bug-iconv9.c: New file.
48406
48407 2011-05-27  Andreas Schwab  <schwab@redhat.com>
48408
48409         [BZ #12814]
48410         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48411
48412 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
48413
48414         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48415         (struct user_regs_struct): Change intcs field back to cs.
48416
48417 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
48418
48419         * po/ja.po: Update from translation team.
48420
48421 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
48422
48423         [BZ #12795]
48424         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48425         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48426
48427 2011-05-20  Andreas Schwab  <schwab@redhat.com>
48428
48429         * stdlib/longlong.h: Update from GCC.
48430
48431 2011-05-23  Andreas Schwab  <schwab@redhat.com>
48432
48433         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48434         parameter name.
48435         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48436         Add parameter name.
48437         (__sysconf): Pass it down.
48438
48439 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
48440
48441         [BZ #12671]
48442         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48443         some situations.
48444         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48445         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48446         add in in __libc_use_alloca calls.  Adjust callers.
48447         (glob): Use malloc in some situations.
48448
48449         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48450         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48451         pltexit.
48452
48453 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
48454
48455         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48456         and CLOCK_BOOTTIME_ALARM.
48457
48458         [BZ #12782]
48459         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48460         is returned.
48461
48462         * string/_strerror.c (__strerror_r): Print negative errors as signed
48463         numbers.
48464
48465         [BZ #12777]
48466         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48467         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48468         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48469
48470         * configure.in: Fix typo in redirection and correct removal of test
48471         files in two cases.
48472
48473         [BZ #12788]
48474         * locale/setlocale.c (new_composite_name): Fix test to check for
48475         identical name of all categories.
48476
48477         [BZ #12792]
48478         * libio/filedoalloc.c (local_isatty): New function.
48479         (_IO_file_doallocate): Use local_isatty.
48480         * stdio-common/perror.c (perror): In case a new stream is used
48481         forward the stream error.
48482         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48483         error flag.
48484
48485 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
48486
48487         [BZ #11869]
48488         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48489         alloca.
48490         * include/alloca.h (extend_alloca_account): Define.
48491
48492         [BZ #11857]
48493         * posix/regex.h: Fix comments with documentation of user-accessible
48494         fields after compilation and describe correct free'ing of pattern
48495         after re_compile_pattern.
48496         Patch by Reuben Thomas <rrt@sc3d.org>.
48497
48498 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
48499
48500         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48501         and -mno-altivec to prevent the compiler from using Altivec and/or
48502         VSX instructions when the corresponding registers are not available.
48503
48504 2011-05-19  Andreas Schwab  <schwab@redhat.com>
48505
48506         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48507
48508 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
48509
48510         * libio/freopen.c (freopen): Use __dup2, not dup2.
48511         * libio/freopen64.c (freopen64): Likewise.
48512
48513 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
48514
48515         [BZ #12775]
48516         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48517         * math/Makefile (tests): Add test-powl.
48518         (CFLAGS-test-powl.c): Define.
48519         * math/test-powl.c: New file.
48520
48521 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
48522
48523         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48524
48525 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
48526
48527         [BZ #11837]
48528         * iconvdata/gb18030.c: Update to GB18020-2005.
48529
48530 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
48531
48532         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48533         RE_SYNTAX_POSIX_AWK): Update to match recent development.
48534         Patch by Aharon Robbins <arnold@skeeve.com>.
48535
48536         [BZ #11892]
48537         * stdlib/putenv.c (putenv): Don't always create copy of the variable
48538         on the stack.
48539
48540         [BZ #11895]
48541         * misc/pselect.c (__pselect): Handle timeout value errors hidden
48542         through underflows.
48543
48544         [BZ #12766]
48545         * misc/error.c (error_at_line): Ensure file_name and old_file_name
48546         point to strings before performing equality test for error_one_per_line
48547         mode.
48548
48549         [BZ #11697]
48550         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
48551
48552         [BZ #11820]
48553         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48554         (struct user_fpregs_struct): Avoid __uint*_t types.
48555
48556         [BZ #6420]
48557         * malloc/mtrace.c (tr_where): Add additional parameter to point to
48558         symbol info.  Use it instead of calling _dl_addr locally.
48559         (lock_and_info): New function.
48560         (tr_freehook): Call lock_and_info and pass symbol info as additional
48561         parameter to tr_where.
48562         (tr_mallochook): Likewise.
48563         (tr_reallochook): Likewise.
48564         (tr_memalignhook): Likewise.
48565
48566         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
48567         used and couldn't be at all thread-safe.
48568
48569 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
48570
48571         * libio/freopen.c (freopen): Don't close old file descriptor
48572         before the new one is opened.  Instead dup the new file descriptor
48573         to the old one after the new stream is created.
48574         * libio/freopen64.c (freopen64): Likewise.
48575         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
48576         * libio/fileops.c (_IO_new_file_close_it): Handle new
48577         _IO_FLAGS2_NOCLOSE flag.
48578         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
48579         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
48580         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
48581         _IO_FLAGS2_NOCLOSE flag.
48582         * include/unistd.h: Add hidden_proto for dup3.
48583         Define __have_dup3.
48584         * io/dup3.c: Define hidden symbol.
48585         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48586
48587         [BZ #7101]
48588         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
48589         when an incomplete long option is used.
48590         * posix/tst-getopt_long1.c: New file.
48591         * posix/Makefile (tests): Add tst-getopt_long1.
48592
48593         [BZ #10138]
48594         * scripts/config.guess: Update from autoconf-2.68.
48595         * scripts/config.sub: Likewise.
48596
48597         [BZ #10157]
48598         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
48599         tests into ...
48600         (has_cpuclock): ...this.  New function.
48601         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
48602         macro here based on has_cpuclock code.
48603
48604         [BZ #10149]
48605         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48606         First byte (not low byte) is now always NUL.
48607         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
48608
48609         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48610         Use non-cancelable interfaces.
48611
48612         [BZ #9809]
48613         * locale/iso-639.def: Add entry for Sorani.
48614
48615         [BZ #11901]
48616         * include/stdlib.h: Move include protection to the right place.
48617         Define abort_msg_s.  Declare __abort_msg with it.
48618         * stdlib/abort.c (__abort_msg): Adjust type.
48619         * assert/assert.c (__assert_fail_base): New function.  Majority
48620         of code from __assert_fail.  Allocate memory for __abort_msg with
48621         mmap.
48622         (__assert_fail): Now call __assert_fail_base.
48623         * assert/assert-perr.c: Remove bulk of implementation.  Use
48624         __assert_fail_base.
48625         * include/assert.hL Declare __assert_fail_base.
48626         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
48627         mmap.
48628         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
48629
48630 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
48631
48632         [BZ #11952]
48633         [BZ #12453]
48634         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
48635         until all modules are registered in the DTV.
48636         * elf/Makefile: Add rules to build and run tst-tls19.
48637         * elf/tst-tls19.c: New file.
48638         * elf/tst-tls19mod1.c: New file.
48639         * elf/tst-tls19mod2.c: New file.
48640         * elf/tst-tls19mod3.c: New file.
48641         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
48642
48643         [BZ #12083]
48644         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
48645         correctly.
48646
48647         [BZ #12601]
48648         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
48649         two-byte sequence errors.
48650         * iconvdata/Makefile (tests): Add bug-iconv8.
48651         * iconvdata/bug-iconv8.c: New file.
48652
48653         [BZ #12626]
48654         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
48655         buf2 definition.
48656
48657         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
48658
48659         [BZ #12432]
48660         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
48661         (dummy_getcfa): New function.
48662         (init): Get _Unwind_GetCFA address, use dummy if not found.
48663         (backtrace_helper): In recursion check, also check whether CFA changes.
48664         (__backtrace): Completely initialize arg.
48665
48666         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
48667         storing incomplete byte sequence in state object.  Avoid testing for
48668         guaranteed too small input if we know there is enough data available.
48669
48670 2011-05-11  Andreas Schwab  <schwab@redhat.com>
48671
48672         * Makeconfig (+link-pie): Indent.
48673         * Rules (binaries-pie): Define if $(have-fpie) and
48674         $(build-shared).
48675         (binaries-shared): Also filter out $(binaries-pie).
48676         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
48677         * nscd/Makefile (others-pie): Add nscd.
48678         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
48679         ($(objpfx)nscd): Remove command override.
48680         * login/Makefile (others-pie): Add pt_chown.
48681         ($(objpfx)pt_chown): Remove command override.
48682         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
48683         remove command overrides.
48684
48685 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
48686
48687         * libio/tst_putwc.c: Fix error messages.
48688
48689         [BZ #12724]
48690         * libio/fileops.c (_IO_new_file_close_it): Always flush when
48691         currently writing and seek to current position when not.
48692         * libio/Makefile (tests): Add bug-fclose1.
48693         * libio/bug-fclose1.c: New file.
48694
48695 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
48696
48697         [BZ #12511]
48698         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
48699         don't set DF_1_NODELETE here.
48700         (do_lookup_x): When entering new entry test for copy relocation
48701         and if necessary set DF_1_NODELETE flag.
48702         * elf/tst-unique4.cc: New file.
48703         * elf/tst-unique4.h: New file.
48704         * elf/tst-unique4lib.cc: New file.
48705         * elf/Makefile: Add rules to build and run tst-unique4.
48706         Patch by Piotr Bury <pbury@goahead.com>.
48707
48708 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
48709
48710         [BZ #12052]
48711         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
48712
48713         [BZ #12625]
48714         * misc/mntent_r.c (addmntent): Flush the stream after the output
48715
48716         [BZ #12393]
48717         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
48718         (is_trusted_path_normalize): Skip initial colon.  Append slash
48719         to empty buffer.  Duplicate is_trusted_path code but allow
48720         constructed patch to be prefix.
48721         (is_dst): Allow $ORIGIN followed by /.
48722         (_dl_dst_substitute): Correct clearing of check_for_trusted.
48723         Correct testing of result of is_trusted_path_normalize
48724         (decompose_rpath): Fix warning.
48725
48726 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
48727
48728         [BZ #11257]
48729         * grp/initgroups.c (internal_getgrouplist): When we found the service
48730         list through the initgroups entry in nsswitch.conf do not always
48731         continue on a successful lookup.  Don't always use the
48732         __nss_group_database value if it is set.
48733         * nss/nsswitch.conf (initgroups): Change action for successful db
48734         lookup to continue for compatibility.
48735
48736 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
48737
48738         [BZ #11532]
48739         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
48740         and CP774 modules.
48741         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
48742         and CP774 modules.
48743         * iconvdata/tst-tables.sh: Likewise.
48744         * iconvdata/cp770.c: New file.
48745         * iconvdata/cp771.c: New file.
48746         * iconvdata/cp772.c: New file.
48747         * iconvdata/cp773.c: New file.
48748         * iconvdata/cp774.c: New file.
48749         * iconvdata/testdata/CP770: New file.
48750         * iconvdata/testdata/CP770..UTF8: New file.
48751         * iconvdata/testdata/CP771: New file.
48752         * iconvdata/testdata/CP771..UTF8: New file.
48753         * iconvdata/testdata/CP772: New file.
48754         * iconvdata/testdata/CP772..UTF8: New file.
48755         * iconvdata/testdata/CP773: New file.
48756         * iconvdata/testdata/CP773..UTF8: New file.
48757         * iconvdata/testdata/CP774: New file.
48758         * iconvdata/testdata/CP774..UTF8: New file.
48759
48760         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
48761         END CHARMAP line.
48762         * iconvdata/gen-8bit-gap.sh: Likewise.
48763         * iconvdata/gen-8bit.sh: Likewise.
48764
48765         * locale/iso-639.def: Add ary entry.
48766
48767         [BZ #11258]
48768         * locale/C-translit.h.in: Add U20A1 transliteration.
48769
48770         [BZ #12178]
48771         * locale/iso-639.def: Add wae entry.
48772         Patch by Kevin Bortis <bortis@translate-wae.ch>.
48773
48774         [BZ #12545]
48775         * locale/programs/localedef.c (construct_output_path): Use ssize_t
48776         for n.
48777
48778         [BZ #12711]
48779         * locale/C-translit.h.in: Add entry for U20B9.
48780         Patch by pravin.d.s@gmail.com.
48781
48782 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
48783
48784         [BZ #12713]
48785         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48786         ENAMETOOLONG use generic getcwd.
48787         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
48788         in rtld.  Use *stat64.
48789         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
48790         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
48791         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
48792         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
48793         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
48794         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
48795         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
48796         __fstatat64 macros.
48797         * include/dirent.h: Add libc_hidden_proto for rewinddir.
48798         * dirent/rewinddir.c: Add libc_hidden_def.
48799         * sysdeps/mach/hurd/rewinddir.c: Likewise.
48800         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
48801
48802         * include/dirent.h (__alloc_dir): Add flags parameter.
48803         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
48804         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
48805         __alloc_dir.
48806         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
48807         from fdopendir if O_CLOEXEC is already set.
48808
48809 2011-03-15  Alan Modra  <amodra@gmail.com>
48810
48811         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
48812         l_tls_firstbyte_offset non-zero.  Save padding offset in
48813         l_tls_firstbyte_offset for later use.
48814         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
48815         freeing static tls block.
48816
48817 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
48818
48819         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
48820         where #ifdef was intended.  The intent is to prevent ARG_MAX from
48821         being defined by the kernel headers.
48822
48823 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
48824
48825         [BZ #12734]
48826         * resolv/resolv.h: Define RES_NOTLDQUERY.
48827         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48828         no-tld-query and set RES_NOTLDQUERY.
48829         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48830         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48831         modern BIND to search name as TLD unless forbidden.
48832
48833 2011-05-07  Petr Baudis  <pasky@suse.cz>
48834             Ulrich Drepper  <drepper@gmail.com>
48835
48836         [BZ #12393]
48837         * elf/dl-load.c (fillin_rpath): Move trusted path check...
48838         (is_trusted_path): ...to here.
48839         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
48840         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
48841         using is_trusted_path_normalize() in setuid scripts.
48842
48843 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48844
48845         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48846         __BEGIN/__END_DECLS.
48847
48848 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
48849
48850         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48851         NSS_STATUS_NOTFOUND if no record was found.
48852
48853 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48854
48855         * sunrpc/Makefile (headers): Add rpc/netdb.h.
48856         (headers-not-in-tirpc): Remove rpc/netdb.h
48857         * resolv/netdb.h: Revert last change.
48858
48859 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48860
48861         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48862         circular dependency between libgcc.a and libc.a.
48863
48864 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48865
48866         * resolv/netdb.h: Don't include <rpc/netdb.h>.
48867         * nis/Makefile: Don't install rpcsvc/*.
48868         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48869         instead of <rpc/types.h>.
48870         (MAXHOSTNAMELEN): Define.
48871
48872 2011-05-03  Andreas Schwab  <schwab@redhat.com>
48873
48874         * elf/ldconfig.c (add_dir): Don't crash on empty path.
48875
48876 2011-04-28  Maciej Babinski  <mbabinski@google.com>
48877
48878         [BZ #12714]
48879         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48880         gethostbyname4_r when IPv6 results are possible.
48881
48882 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
48883
48884         [BZ #12723]
48885         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48886         _PC_PIPE_BUF handling.
48887
48888 2011-04-30  Bruno Haible  <bruno@clisp.org>
48889
48890         [BZ #12717]
48891         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48892         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48893         to 'int'.
48894         * inet/getnameinfo.c (getnameinfo): Likewise.
48895
48896 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48897
48898         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48899         to groups setting in database lookup.
48900         * nss/nsswitch.conf: Add initgroups entry.
48901
48902 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48903
48904         [BZ #12685]
48905         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48906         mode string.
48907         Patch by Eric Blake <eblake@redhat.com>.
48908
48909 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48910
48911         * sunrpc/Makefile (need-export-routines): Add svc_run.
48912         (routines): Remove svc_run.
48913         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48914         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48915         * sunrpc/svc_run.c (svc_run): Likewise.
48916         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48917
48918 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48919
48920         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48921         problem in reallocation in last patch.
48922
48923 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48924
48925         * sunrpc/Makefile: Move inclusion of Rules.
48926
48927 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48928
48929         * nss/nss_files/files-initgroups.c: New file.
48930         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48931         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48932         _nss_files_initgroups_dyn.
48933
48934 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48935
48936         * elf/elf.h (R_ARM_IRELATIVE): Define.
48937
48938 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48939
48940         * po/ru.po: Update from translation team.
48941
48942 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48943
48944         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48945         dependencies.
48946
48947 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
48948
48949         [BZ #12653]
48950         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48951         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48952         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48953         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48954         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48955
48956 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
48957
48958         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48959         differing bytes.
48960         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48961         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48962         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48963
48964 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48965
48966         [BZ #12420]
48967         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48968         storing it.
48969         * stdlib/bug-getcontext.c: New file.
48970         * stdlib/Makefile: Add rules to build and run bug-getcontext.
48971
48972 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48973
48974         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48975         instructions into .machine "z9-109".
48976         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48977         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48978
48979 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48980
48981         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48982         between environment variables and auxiliary vector.
48983
48984 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
48985
48986         * Makefile: Add rules to build linkobj/libc.so.
48987         * include/libc-symbols.h: Define libc_hidden_nolink.
48988         * include/rpc/auth.h: Mark functions which are to be hidden.
48989         * include/rpc/auth_des.h: Likewise.
48990         * include/rpc/auth_unix.h: Likewise.
48991         * include/rpc/clnt.h: Likewise.
48992         * include/rpc/des_crypt.h: Likewise.
48993         * include/rpc/key_prot.h: Likewise.
48994         * include/rpc/pmap_clnt.h: Likewise.
48995         * include/rpc/pmap_prot.h: Likewise.
48996         * include/rpc/pmap_rmt.h: Likewise.
48997         * include/rpc/rpc_msg.h: Likewise.
48998         * include/rpc/svc.h: Likewise.
48999         * include/rpc/svc_auth.h: Likewise.
49000         * include/rpc/xdr.h: Likewise.
49001         * nis/Makefile: Link all DSOs against linkobj/libc.so.
49002         * nss/Makefile: Likewise.
49003         * sunrpc/Makefile: Don't install headers.  Build library with normal
49004         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
49005         * sunrpc/auth_des.c: Hide exported symbols by default, export some
49006         for the compat linking library.  Remove use of INTDEF/INTUSE.
49007         * sunrpc/auth_none.c: Likewise.
49008         * sunrpc/auth_unix.c: Likewise.
49009         * sunrpc/authdes_prot.c: Likewise.
49010         * sunrpc/authuxprot.c: Likewise.
49011         * sunrpc/clnt_gen.c: Likewise.
49012         * sunrpc/clnt_perr.c: Likewise.
49013         * sunrpc/clnt_raw.c: Likewise.
49014         * sunrpc/clnt_simp.c: Likewise.
49015         * sunrpc/clnt_tcp.c: Likewise.
49016         * sunrpc/clnt_udp.c: Likewise.
49017         * sunrpc/clnt_unix.c: Likewise.
49018         * sunrpc/des_crypt.c: Likewise.
49019         * sunrpc/des_soft.c: Likewise.
49020         * sunrpc/get_myaddr.c: Likewise.
49021         * sunrpc/key_call.c: Likewise.
49022         * sunrpc/key_prot.c: Likewise.
49023         * sunrpc/netname.c: Likewise.
49024         * sunrpc/pm_getmaps.c: Likewise.
49025         * sunrpc/pm_getport.c: Likewise.
49026         * sunrpc/pmap_clnt.c: Likewise.
49027         * sunrpc/pmap_prot.c: Likewise.
49028         * sunrpc/pmap_prot2.c: Likewise.
49029         * sunrpc/pmap_rmt.c: Likewise.
49030         * sunrpc/publickey.c: Likewise.
49031         * sunrpc/rpc_cmsg.c: Likewise.
49032         * sunrpc/rpc_common.c: Likewise.
49033         * sunrpc/rpc_dtable.c: Likewise.
49034         * sunrpc/rpc_prot.c: Likewise.
49035         * sunrpc/rpc_thread.c: Likewise.
49036         * sunrpc/rtime.c: Likewise.
49037         * sunrpc/svc.c: Likewise.
49038         * sunrpc/svc_auth.c: Likewise.
49039         * sunrpc/svc_authux.c: Likewise.
49040         * sunrpc/svc_raw.c: Likewise.
49041         * sunrpc/svc_run.c: Likewise.
49042         * sunrpc/svc_simple.c: Likewise.
49043         * sunrpc/svc_tcp.c: Likewise.
49044         * sunrpc/svc_udp.c: Likewise.
49045         * sunrpc/svc_unix.c: Likewise.
49046         * sunrpc/svcauth_des.c: Likewise.
49047         * sunrpc/xcrypt.c: Likewise.
49048         * sunrpc/xdr.c: Likewise.
49049         * sunrpc/xdr_array.c: Likewise.
49050         * sunrpc/xdr_float.c: Likewise.
49051         * sunrpc/xdr_intXX_t.c: Likewise.
49052         * sunrpc/xdr_mem.c: Likewise.
49053         * sunrpc/xdr_rec.c: Likewise.
49054         * sunrpc/xdr_ref.c: Likewise.
49055         * sunrpc/xdr_sizeof.c: Likewise.
49056         * sunrpc/xdr_stdio.c: Likewise.
49057
49058 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
49059
49060         [BZ #12650]
49061         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
49062         * sysdeps/ia64/dl-tls.h: Likewise.
49063         * sysdeps/powerpc/dl-tls.h: Likewise.
49064         * sysdeps/s390/dl-tls.h: Likewise.
49065         * sysdeps/sh/dl-tls.h: Likewise.
49066         * sysdeps/sparc/dl-tls.h: Likewise.
49067         * sysdeps/x86_64/dl-tls.h: Likewise.
49068         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
49069
49070 2011-03-14  Andreas Schwab  <schwab@redhat.com>
49071
49072         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
49073         rpath element also skip the following colon.
49074         (expand_dynamic_string_token): Add is_path parameter and pass
49075         down to DL_DST_REQUIRED and _dl_dst_substitute.
49076         (decompose_rpath): Call expand_dynamic_string_token with
49077         non-zero is_path.  Ignore empty rpaths.
49078         (_dl_map_object_from_fd): Call expand_dynamic_string_token
49079         with zero is_path.
49080
49081 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
49082
49083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
49084         Make cancelable.
49085
49086 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
49087
49088         [BZ #12655]
49089         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
49090         Patch by Filipe David Manana <fdmanana@apache.org>.
49091
49092 2011-04-07  Andreas Schwab  <schwab@redhat.com>
49093
49094         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
49095         Maintain aligned stack.
49096         (CHECK_RSP): Remove unused macro.
49097
49098 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
49099
49100         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
49101         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
49102
49103 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
49104
49105         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
49106
49107         * include/features.h: Mention __USE_XOPEN2K8 in comment.
49108
49109 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
49110
49111         [BZ #12518]
49112         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49113         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49114         * sysdeps/x86_64/memmove.c: New file.
49115         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49116         (memcpy): Renamed to ...
49117         (__new_memcpy): This.
49118         (memcpy): Provide GLIBC_2_14 memcpy.
49119         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49120         (memcpy): Provide GLIBC_2_2_5 memcpy.
49121
49122 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49123
49124         [BZ #12631]
49125         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49126
49127 2011-03-30  Andreas Schwab  <schwab@redhat.com>
49128
49129         * misc/syncfs.c: New file.
49130         * misc/Makefile (routines): Add syncfs.
49131         * posix/unistd.h: Declare syncfs.
49132         * sysdeps/unix/syscalls.list: Add syncfs.
49133
49134 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49135
49136         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
49137         open_by_handle_at.
49138         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49139         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49140         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49141         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49142         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49143         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49144         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49145
49146 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49147
49148         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49149         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49150         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49151         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49152         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49153         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49154         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49155
49156         * io/Makefile: Compile fallocate.c, fallocate64.c, and
49157         sync_file_range.c with -fexceptions.
49158         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49159         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49160         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49161         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49162         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49163         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49164         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
49165         sync_file_range as cancellation point
49166         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
49167         now a wrapper around __call_sync_file_range with cancellation handling.
49168         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49169         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
49170         function name to __call_sync_file_range.
49171         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49172         Add call_sync_file_range.
49173
49174 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49175
49176         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49177         bits/timex.h.
49178
49179 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49180
49181         * iconv/iconv.h: Fix typo in comment.
49182         * io/fcntl.h: Likewise.
49183         * libio/stdio.h: Likewise.
49184         * posix/spawn.h: Likewise.
49185         * posix/unistd.h: Likewise.
49186         * stdlib/stdlib.h: Likewise.
49187         * time/time.h: Likewise.
49188         * wcsmbs/wchar.h: Likewise.
49189
49190         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49191         open_by_handle): Add.
49192         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49193         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
49194         Augment a few comments.
49195         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49196         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49197         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49198         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49199         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49200         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49201         open_by_handle.
49202
49203         * io/fcntl.h (AT_EMPTY_PATH): Define.
49204
49205 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
49206
49207         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49208         * sysdeps/unix/sysv/linux/bits/time.h: New file.
49209         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49210         to...
49211         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
49212         * Versions.def: Add GLIBC_2.14.
49213         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49214         Export.
49215
49216 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
49217
49218         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49219         round counter.
49220         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49221
49222 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49223
49224         [BZ #12597]
49225         * string/test-strncmp.c (do_page_test): New function.
49226         (check2): Likewise.
49227         (test_main): Call check2.
49228         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49229
49230 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
49231
49232         [BZ #12587]
49233         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49234         Handle cache information in CPU leaf 4.
49235         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49236
49237 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
49238
49239         [BZ #12583]
49240         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49241         character representation.
49242         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49243
49244 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
49245
49246         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49247         END(__isnan) to END(__isnanf) to match function entry point/label
49248         EALIGN(__isnanf,...).
49249
49250 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
49251
49252         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49253
49254 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
49255
49256         [BZ #12510]
49257         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49258         copy from the symbol referenced in the relocation to initialize the
49259         used variable.
49260         Patch by Piotr Bury <pbury@goahead.com>.
49261         * elf/Makefile: Add rules to build and tst-unique3.
49262         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49263         * elf/tst-unique3.cc: New file.
49264         * elf/tst-unique3.h: New file.
49265         * elf/tst-unique3lib.cc: New file.
49266         * elf/tst-unique3lib2.cc: New file.
49267
49268         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49269
49270 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
49271
49272         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49273         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
49274         to _start.
49275
49276 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
49277
49278         * elf/dl-load.c (_dl_map_object): If we are looking for the first
49279         to-be-loaded object along a path to loader is ld.so.
49280
49281 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49282             Ulrich Drepper  <drepper@gmail.com>
49283
49284         * sysdeps/x86_64/memset.S: After aligning destination, code
49285         branches to different locations depending on the value of
49286         misalignment, when multiarch is enabled. Fix this.
49287
49288 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49289
49290         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49291         Set _x86_64_preferred_memory_instruction for AMD processsors.
49292         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49293         Set bit_Prefer_SSE_for_memop for AMD processors.
49294
49295 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
49296
49297         * libio/fmemopen.c (fmemopen): Optimize a bit.
49298
49299 2011-03-03  Andreas Schwab  <schwab@redhat.com>
49300
49301         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49302
49303 2011-03-03  Roland McGrath  <roland@redhat.com>
49304
49305         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49306
49307 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
49308
49309         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
49310         __bzero_ultra1 instead of __memset_ultra1.
49311
49312 2011-02-23  Andreas Schwab  <schwab@redhat.com>
49313             Ulrich Drepper  <drepper@gmail.com>
49314
49315         [BZ #12509]
49316         * include/link.h (struct link_map): Add l_orig_initfini.
49317         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49318         returning unsuccessfully.
49319         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49320         close of a file loaded at startup, restore the original l_initfini
49321         list.
49322         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49323         list, store the pointer.
49324         * elf/Makefile ($(objpfx)noload-mem): New rule.
49325         (noload-ENV): Define.
49326         (tests): Add $(objpfx)noload-mem.
49327         * elf/noload.c: Include <memcheck.h>.
49328         (main): Call mtrace.  Close all opened handles.
49329
49330 2011-02-17  Andreas Schwab  <schwab@redhat.com>
49331
49332         [BZ #12454]
49333         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49334         dependencies are missing.
49335
49336 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49337
49338         Fix __if_freereq crash: Unlike the generic version which uses free,
49339         Hurd needs munmap.
49340         * sysdeps/mach/hurd/ifreq.h: New file.
49341
49342 2011-01-27  Petr Baudis  <pasky@suse.cz>
49343             Ulrich Drepper  <drepper@gmail.com>
49344
49345         [BZ 12445]#
49346         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49347         to extend_alloca().
49348         * stdio-common/bug23.c: New file.
49349         * stdio-common/Makefile (tests): Add bug23.
49350
49351 2010-09-28  Andreas Schwab  <schwab@redhat.com>
49352             Ulrich Drepper  <drepper@gmail.com>
49353
49354         [BZ #12489]
49355         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49356         before performing relro protection.  At old place add assertion
49357         to make sure nothing changed.
49358
49359 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
49360             Glauber de Oliveira Costa  <glommer@gmail.com>
49361
49362         * elf/elf.h: Add new ARM TLS relocs.
49363
49364 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
49365
49366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49367         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49368         cast from r3.
49369         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
49370         'tests' variable.
49371         * sysdeps/wordsize-64/tst-writev.c: New file.
49372
49373 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
49374
49375         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49376         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49377         insns in _dl_start to prevent a TOC reference before relocs are
49378         resolved.
49379
49380 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
49381
49382         [BZ #12469]
49383         * Makeconfig: Remove RANLIB definition.
49384         * Makerules: Don't use RANLIB.
49385         * aclocal.m4: Remove ranlib test.
49386         * configure.in: No need to check for ranlib.
49387         * elf/rtld-Rules: Don't use RANLIB.
49388
49389 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49390
49391         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49392         protection macro.
49393         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49394         inclusion protection macro.
49395
49396         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49397         SIGRTMIN and SIGRTMAX and print information in that case only when
49398         SIGRTMIN is defined.
49399
49400 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
49401
49402         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49403         arginfo fn returning -1.
49404
49405         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49406         and thousands string is zero terminated.
49407
49408 2011-02-03  Andreas Schwab  <schwab@redhat.com>
49409
49410         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49411         sysdeps/unix/sysv/linux/bits/socket.h.
49412
49413 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49414
49415         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49416         (__CPU_COUNT): Remove old macros.
49417         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49418         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49419         (__CPU_ALLOC, __CPU_FREE): Add macros.
49420         (__sched_cpualloc, __sched_cpufree): Add declarations.
49421
49422 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
49423
49424         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49425         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49426         * nscd/aicache.c (addhstaiX): Return timeout of added value.
49427         (readdhstai): Return value of addhstaiX call.
49428         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49429         (addgrbyX): Return value returned by cache_addgr.
49430         (readdgrbyname): Return value returned by addgrbyX.
49431         (readdgrbygid): Likewise.
49432         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49433         (addpwbyX): Return value returned by cache_addpw.
49434         (readdpwbyname): Return value returned by addhstbyX.
49435         (readdpwbyuid): Likewise.
49436         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49437         (addservbyX): Return value returned by cache_addserv.
49438         (readdservbyname): Return value returned by addservbyX:
49439         (readdservbyport): Likewise.
49440         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49441         (addhstbyX): Return value returned by cache_addhst.
49442         (readdhstbyname): Return value returned by addhstbyX.
49443         (readdhstbyaddr): Likewise.
49444         (readdhstbynamev6): Likewise.
49445         (readdhstbyaddrv6): Likewise.
49446         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49447         (readdinitgroups): Return value returned by addinitgroupsX.
49448         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49449         (prune_cache): Keep track of timeout value of re-added entries.
49450         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49451         * nscd/nscd.h: Adjust prototypes of readd* functions.
49452
49453 2011-02-04  Roland McGrath  <roland@redhat.com>
49454
49455         * nis/nis_server.c (nis_servstate): Use the right name for 0.
49456         (nis_stats): Likewise.
49457         * nis/nis_modify.c (nis_modify): Likewise.
49458         * nis/nis_remove.c (nis_remove): Likewise.
49459         * nis/nis_add.c (nis_add): Likewise.
49460
49461         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49462
49463         * posix/fnmatch_loop.c: Add some consts.
49464
49465         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49466
49467 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
49468
49469         [BZ #12460]
49470         * config.make.in (config-cflags-novzeroupper): Define.
49471         * configure.in: Substitute libc_cv_cc_novzeroupper.
49472         * elf/Makefile (AVX-CFLAGS): Define.
49473         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49474         (CFLAGS-tst-auditmod4a.c): Likewise.
49475         (CFLAGS-tst-auditmod4b.c): Likewise.
49476         (CFLAGS-tst-auditmod6b.c): Likewise.
49477         (CFLAGS-tst-auditmod6c.c): Likewise.
49478         (CFLAGS-tst-auditmod7b.c): Likewise.
49479         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49480
49481 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
49482
49483         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49484         function to the callback.
49485         Patch partly by Jiri Olsa <jolsa@redhat.com>.
49486
49487 2011-02-02  Andreas Schwab  <schwab@redhat.com>
49488
49489         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49490         of errno.
49491
49492 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
49493
49494         [BZ #11724]
49495         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49496         of constructors.
49497         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49498         of destructors.
49499         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49500
49501         [BZ #11724]
49502         * elf/Makefile: Add rules to build and run new test.
49503         * elf/tst-initorder.c: New file.
49504         * elf/tst-initorder.exp: New file.
49505         * elf/tst-initordera1.c: New file.
49506         * elf/tst-initordera2.c: New file.
49507         * elf/tst-initordera3.c: New file.
49508         * elf/tst-initordera4.c: New file.
49509         * elf/tst-initorderb1.c: New file.
49510         * elf/tst-initorderb2.c: New file.
49511         * elf/tst-order-a1.c: New file.
49512         * elf/tst-order-a2.c: New file.
49513         * elf/tst-order-a3.c: New file.
49514         * elf/tst-order-a4.c: New file.
49515         * elf/tst-order-b1.c: New file.
49516         * elf/tst-order-b2.c: New file.
49517         * elf/tst-order-main.c: New file.
49518         New test case by George Gensure <werkt0@gmail.com>.
49519
49520 2010-10-01  Andreas Schwab  <schwab@redhat.com>
49521
49522         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49523         decoding ACE if AI_CANONIDN.
49524
49525 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
49526
49527         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49528
49529 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
49530
49531         * version.h (RELEASE): Bump for 2.13 release.
49532         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49533
49534         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
49535
49536         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
49537         MADV_NOHUGEPAGE.
49538         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
49539         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
49540         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
49541         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
49542         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
49543         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49544
49545         * posix/getconf.c: Update copyright year.
49546         * catgets/gencat.c: Likewise.
49547         * csu/version.c: Likewise.
49548         * debug/catchsegv.sh: Likewise.
49549         * debug/xtrace.sh: Likewise.
49550         * elf/ldconfig.c: Likewise.
49551         * elf/ldd.bash.in: Likewise.
49552         * elf/sprof.c (print_version): Likewise.
49553         * iconv/iconv_prog.c: Likewise.
49554         * iconv/iconvconfig.c: Likewise.
49555         * locale/programs/locale.c: Likewise.
49556         * locale/programs/localedef.c: Likewise.
49557         * malloc/memusage.sh: Likewise.
49558         * malloc/mtrace.pl: Likewise.
49559         * nscd/nscd.c (print_version): Likewise.
49560         * nss/getent.c: Likewise.
49561
49562         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
49563         PF_CAIF, and PF_ALG.
49564         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49565
49566 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
49567
49568         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
49569         (modules-names): Use them.
49570         (ifunc-test-modules, ifunc-pie-tests): Define.
49571         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
49572         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
49573         (test-extras): Likewise.
49574         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
49575         $(compile-command.c).
49576         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
49577         (all-built-dso): Define.
49578         (check-textrel.out, check-execstack.out): Depend on it.
49579
49580         * configure.in: Don't override --enable-multi-arch.
49581
49582 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
49583
49584         [BZ #6812]
49585         * nscd/hstcache.c (tryagain): Define.
49586         (cache_addhst): Return tryagain not notfound for temporary errors.
49587         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
49588         failed.
49589
49590 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
49591
49592         [BZ #10563]
49593         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
49594         to make the syscall.
49595         * sysdeps/unix/sysv/linux/setgroups.c: New file.
49596
49597         [BZ #12378]
49598         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
49599         and fall back to matching as normal character if the string ends before
49600         the matching ']' is found.  This is what POSIX requires.
49601         * posix/testfnm.c: Adjust test result.
49602         * posix/globtest.sh: Adjust test result.  Add new test.
49603         * posix/tst-fnmatch.input: Likewise.
49604         * posix/tst-fnmatch2.c: Add new test.
49605
49606 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
49607
49608         * elf/Makefile (check-execstack): Revert last change.  Depend on
49609         check-execstack.h.
49610         (check-execstack.h): New target.
49611         (generated): Add check-execstack.h.
49612         * elf/check-execstack.c: Include "check-execstack.h".
49613         (main): Revert last change.
49614         (handle_file): Return zero if GNU_STACK is absent and
49615         DEFAULT_STACK_PERMS doesn't include PF_X.
49616
49617 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
49618
49619         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
49620         in child fails because the descriptor is already closed.
49621         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
49622         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
49623         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
49624
49625         [BZ #12397]
49626         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
49627         syscall.
49628
49629         [BZ #10484]
49630         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
49631         temporary buffer used to handle multi lookups locally.
49632         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
49633
49634 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49635
49636         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
49637         loader is ld.so.
49638
49639 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
49640
49641         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
49642         alignment for SSE2.
49643
49644 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49645
49646         [BZ #12394]
49647         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
49648         characters.  When rounding increased number of integer digits recompute
49649         number of groups.
49650         * stdio-common/tst-grouping.c: New file.
49651         * stdio-common/Makefile: Add rules to build and run tst-grouping.
49652
49653 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
49654
49655         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
49656         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
49657
49658         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
49659         void.
49660         * bits/select.h: Likewise.
49661
49662 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
49663
49664         * po/ja.po: Update from translation team.
49665
49666 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
49667
49668         [BZ #11155]
49669         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
49670         implementation just like for lxstat, fxstatat, et al.
49671
49672 2010-12-27  Jim Meyering  <meyering@redhat.com>
49673
49674         [BZ #12348]
49675         * posix/regexec.c (build_trtable): Return failure indication upon
49676         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
49677
49678 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
49679
49680         [BZ #12201]
49681         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49682         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
49683         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
49684         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
49685
49686         [BZ #12207]
49687         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
49688
49689         [BZ #12204]
49690         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
49691         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
49692
49693 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
49694
49695         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
49696         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
49697         script has SORT_BY_INIT_PRIORITY.
49698         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
49699         NO_CTORS_DTORS_SECTIONS is defined.
49700         * elf/soinit.c: Likewise.
49701         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
49702         NO_CTORS_DTORS_SECTIONS is defined.
49703         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
49704         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
49705         * sysdeps/sh/init-first.c: Likewise.
49706         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
49707
49708 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
49709
49710         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
49711         always use the slow path.
49712
49713 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
49714
49715         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
49716         similar rule which adds the sysdep directories to the header search in
49717         order to pick up the correct platform stackinfo.h.
49718         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
49719         perform test if it is, otherwise return successfully without testing.
49720         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
49721         DEFAULT_STACK_PERMS define in stackinfo.h.
49722         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
49723         defined in stackinfo.h.
49724         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
49725         DEFAULT_STACK_PERMS defined in stackinfo.h.
49726         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
49727         * sysdeps/ia64/stackinfo.h: Likewise.
49728         * sysdeps/s390/stackinfo.h: Likewise.
49729         * sysdeps/sh/stackinfo.h: Likewise.
49730         * sysdeps/sparc/stackinfo.h: Likewise.
49731         * sysdeps/x86_64/stackinfo.h: Likewise.
49732         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
49733         PF_X for powerpc64.  Retain PF_X for powerpc32.
49734
49735 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
49736
49737         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
49738         accurately.
49739         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
49740         GETDENTS_64BIT_ALIGNED.
49741
49742 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
49743
49744         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
49745
49746 2010-12-10  Andreas Schwab  <schwab@redhat.com>
49747
49748         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
49749         _GNU_SOURCE.
49750
49751         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
49752         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
49753         Remove __restrict.
49754         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
49755         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
49756
49757 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
49758
49759         [BZ #11655]
49760         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
49761         are initialized.
49762
49763 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
49764
49765         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
49766
49767 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
49768
49769         * po/it.po: Update from translation team.
49770
49771 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
49772
49773         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
49774         unused codes.
49775
49776 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
49777
49778         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49779
49780 2010-11-24  Andreas Schwab  <schwab@redhat.com>
49781
49782         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49783         specially.
49784         (gaih_getanswer_slice): Likewise.
49785
49786 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
49787
49788         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
49789
49790 2010-05-31  Petr Baudis  <pasky@suse.cz>
49791
49792         [BZ #11149]
49793         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
49794         silently even in the chroot mode.
49795
49796 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
49797
49798         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
49799         last patch a bit.  Pretty printing
49800
49801 2010-05-31  Petr Baudis <pasky@suse.cz>
49802
49803         [BZ #10085]
49804         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
49805         initialization of skip_initgroups_dyn.
49806
49807 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
49808
49809         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
49810         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49811
49812 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
49813
49814         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
49815
49816 2010-11-11  Andreas Schwab  <schwab@redhat.com>
49817
49818         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
49819         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
49820         (tst-fnmatch-ENV): Set MALLOC_TRACE.
49821         ($(objpfx)tst-fnmatch-mem): New rule.
49822         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
49823         * posix/tst-fnmatch.c (main): Call mtrace.
49824
49825 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
49826
49827         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49828         Support Intel processor model 6 and model 0x2c.
49829
49830 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
49831
49832         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49833           signed comparison.
49834
49835 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
49836
49837         [BZ #12205]
49838         * string/test-strncasecmp.c (check_result): New function.
49839         (do_one_test): Use it.
49840         (check1): New function.
49841         (test_main): Use it.
49842         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49843         Support strcasecmp and strncasecmp.
49844
49845 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
49846
49847         [BZ #12194]
49848         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49849         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49850
49851 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49852
49853         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49854         IFUNC support.
49855         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49856         memset-x86-64.
49857         * sysdeps/x86_64/multiarch/bzero.S: New file.
49858         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49859         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49860         * sysdeps/x86_64/multiarch/memset.S: New file.
49861         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49862         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49863         Set bit_Prefer_SSE_for_memop for Intel processors.
49864         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49865         Define.
49866         (index_Prefer_SSE_for_memop): Define.
49867         (HAS_PREFER_SSE_FOR_MEMOP): Define.
49868
49869 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
49870
49871         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49872         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49873
49874 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
49875
49876         [BZ #12191]
49877         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49878         (__x86_64_raw_data_cache_size_half): Likewise.
49879         (__x86_64_raw_shared_cache_size): Likewise.
49880         (__x86_64_raw_shared_cache_size_half): Likewise.
49881
49882         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49883         (__x86_64_raw_data_cache_size_half): Likewise.
49884         (__x86_64_raw_shared_cache_size): Likewise.
49885         (__x86_64_raw_shared_cache_size_half): Likewise.
49886         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49887         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49888         and __x86_64_raw_shared_cache_size_half.  Round
49889         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49890         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49891         to multiple of 256 bytes.
49892
49893 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49894
49895         [BZ #12167]
49896         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49897         of inacessible symlinks.  Verify result of symlink before returning it.
49898         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49899         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49900
49901 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49902
49903         * math/math.h (isinf): Fix typo in comment.
49904
49905 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49906
49907         * po/da.po: Update from translation team.
49908
49909 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49910
49911         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49912         is added to the list.
49913
49914 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49915             Ulrich Drepper  <drepper@gmail.com>
49916
49917         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49918         the global list here.  Move code to...
49919         (_dl_add_to_namespace_list): ...here.  New function.
49920         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49921         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49922         * elf/dl-load.c (lose): Don't remove the element from the list.
49923         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49924         (_dl_map_object): Likewise.
49925
49926 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49927
49928         [BZ #12159]
49929         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49930         into all bytes of SSE register.
49931         Patch by Richard Li <richardpku@gmail.com>.
49932
49933 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49934
49935         [BZ #12140]
49936         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49937         perturbing.
49938
49939 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49940
49941         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49942         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49943         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49944         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49946         submachine.
49947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49948
49949 2010-10-22  Andreas Schwab  <schwab@redhat.com>
49950
49951         * include/dlfcn.h (__RTLD_SECURE): Define.
49952         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
49953         mode & __RTLD_SECURE instead.
49954         (open_path): Rename preloaded parameter to secure.
49955         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49956         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49957         * elf/dl-deps.c (openaux): Likewise.
49958         * elf/rtld.c (struct map_args): Remove is_preloaded.
49959         (map_doit): Don't use it.
49960         (dl_main): Likewise.
49961         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49962         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49963
49964 2010-09-09  Andreas Schwab  <schwab@redhat.com>
49965
49966         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49967         (sysd-rules-targets): Remove duplicates.
49968         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49969         rtld-%.$o dependency.
49970
49971 2010-10-18  Andreas Schwab  <schwab@redhat.com>
49972
49973         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49974         _dl_map_object do it.
49975
49976 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
49977
49978         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49979         fast fma builtins, define the macros in the C99 standard.
49980         (FP_FAST_FMAF): Likewise.
49981         (FP_FAST_FMAL): Likewise.
49982         * sysdeps/x86_64/bits/mathdef.h: Likewise.
49983
49984         * bits/mathdef.h: Update copyright year.
49985         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49986
49987 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
49988
49989         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49990         builtins, define the macros in the C99 standard.
49991         (FP_FAST_FMAF): Likewise.
49992         (FP_FAST_FMAL): Likewise.
49993         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49994         multiply/add.
49995         (FP_FAST_FMAF): Likewise.
49996
49997 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
49998
49999         [BZ #3268]
50000         * math/libm-test.inc (fma_test): Some new testcases.
50001         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
50002         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
50003         y and infinite z.  Do multiplication by C already in long double.
50004         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
50005         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
50006         y and infinite z.  Do bitwise or of inexact bit into u.d.
50007         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
50008         * sysdeps/i386/fpu/s_fmaf.S: Removed.
50009         * sysdeps/i386/fpu/s_fma.S: Removed.
50010         * sysdeps/i386/fpu/s_fmal.S: Removed.
50011
50012 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
50013
50014         [BZ #3268]
50015         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
50016         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
50017         computation is not scheduled after fetestexcept.  Fix value
50018         of minimum denormal long double.
50019
50020 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
50021
50022         [BZ #3268]
50023         * math/libm-test.inc (fma_test): Add some more tests.
50024         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
50025         correctly.
50026
50027 2010-10-15  Andreas Schwab  <schwab@redhat.com>
50028
50029         * scripts/data/localplt-s390-linux-gnu.data: New file.
50030         * scripts/data/localplt-s390x-linux-gnu.data: New file.
50031
50032 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
50033
50034         [BZ #3268]
50035         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
50036         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
50037         instead of dbl-64.
50038         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
50039         inlines.
50040         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
50041         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
50042         if one of x and y is very large and the other is subnormal.
50043         * sysdeps/s390/fpu/s_fmaf.c: New file.
50044         * sysdeps/s390/fpu/s_fma.c: New file.
50045         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
50046         * sysdeps/powerpc/fpu/s_fma.S: New file.
50047         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
50048         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
50049         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
50050
50051 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
50052
50053         [BZ #3268]
50054         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
50055         fma tests.
50056         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
50057         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
50058         * sysdeps/i386/i686/multiarch/s_fma.c: Include
50059         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
50060         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
50061         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
50062         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
50063
50064 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
50065
50066         [BZ #12078]
50067         * posix/regcomp.c (parse_branch): One more memory leak plugged.
50068         * posix/bug-regex31.input: Add test case.
50069
50070 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50071
50072         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
50073         * posix/bug-regex31.input: New file.
50074
50075         [BZ #12078]
50076         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
50077         (parse_sub_exp): Fix last change, use postorder.
50078
50079         * posix/bug-regex31.c: New file.
50080         * posix/Makefile: Add rules to build and run bug-regex31.
50081
50082         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
50083
50084         [BZ #12078]
50085         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
50086
50087         [BZ #12108]
50088         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
50089         to have entries in sys_siglist.
50090
50091         [BZ #12093]
50092         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
50093         be NULL.
50094
50095 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
50096
50097         [BZ #3268]
50098         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
50099         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
50100         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
50101         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
50102         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50103         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
50104         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
50105         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
50106         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
50107         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
50108         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50109         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50110         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50111         * math/ftestexcept.c (fetestexcept): Likewise.
50112         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50113         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50114         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50115         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50116         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50117         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50118         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50119
50120 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50121
50122         [BZ #12107]
50123         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50124         newline.
50125
50126 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
50127
50128         * string/bug-strstr1.c: New file.
50129         * string/Makefile: Add rules to build and run bug-strstr1.
50130
50131 2010-10-05  Eric Blake  <eblake@redhat.com>
50132
50133         [BZ #12092]
50134         * string/str-two-way.h (two_way_long_needle): Always clear memory
50135         when skipping input due to the shift table.
50136
50137 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
50138
50139         [BZ #12005]
50140         * malloc/mcheck.c: Handle large requests.
50141
50142         [BZ #12077]
50143         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50144         for strncmp and strncasecmp.
50145         * string/stratcliff.c: Add tests for strcmp and strncmp.
50146         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50147
50148 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50149
50150         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50151         __set_fpscr.
50152
50153 2010-09-30  Andreas Jaeger  <aj@suse.de>
50154
50155         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50156         (CGROUP_SUPER_MAGIC): Define.
50157         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50158         Handle btrfs and cgroup file systems.
50159         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50160         Likewise.
50161
50162 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
50163
50164         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50165         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50166
50167 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50168
50169         [BZ #12067]
50170         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50171         trying to locate the ELF header.
50172
50173 2010-09-27  Andreas Schwab  <schwab@redhat.com>
50174
50175         [BZ #11611]
50176         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50177         Mask out sign-bit copies when constructing f_fsid.
50178
50179 2010-09-24  Petr Baudis <pasky@suse.cz>
50180
50181         * debug/stack_chk_fail_local.c: Add missing licence exception.
50182         * debug/warning-nop.c: Likewise.
50183
50184 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
50185
50186         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50187         implementing getdents64 using getdents syscall, set d_type if
50188         __ASSUME_GETDENTS32_D_TYPE.
50189
50190 2010-09-16  Andreas Schwab  <schwab@redhat.com>
50191
50192         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50193         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50194
50195 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
50196
50197         [BZ #12037]
50198         * posix/unistd.h: Undo change of feature selection for ftruncate from
50199         2010-01-11.
50200
50201 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
50202
50203         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
50204         detection.
50205
50206 2010-09-20  Andreas Schwab  <schwab@redhat.com>
50207
50208         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50209         fanotify_mark.
50210         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50211
50212 2010-09-14  Andreas Schwab  <schwab@redhat.com>
50213
50214         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50215         variables after CHECK_SP call.
50216         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50217
50218 2010-09-13  Andreas Schwab  <schwab@redhat.com>
50219             Ulrich Drepper  <drepper@redhat.com>
50220
50221         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50222         re-relocationg ld.so.
50223         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50224         _dl_init_paths call.
50225         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
50226         here anymore.
50227
50228 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
50229
50230         * resolv/res_init.c (__res_vinit): Count the default server we added.
50231
50232 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
50233             Ulrich Drepper  <drepper@redhat.com>
50234
50235         [BZ #11968]
50236         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50237         (____longjmp_chk): Use %ebx for saving value across system call.
50238         Add unwind info.
50239
50240 2010-09-06  Andreas Schwab  <schwab@redhat.com>
50241
50242         * manual/Makefile: Don't mix pattern rules with normal rules.
50243
50244 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
50245
50246         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50247         operation.
50248         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50249         * libio/iofopncook.c (_IO_cookie_init): Likewise.
50250         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50251         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50252         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50253         Likewise.
50254
50255 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
50256
50257         [BZ #11979]
50258         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50259         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50260
50261 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
50262
50263         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50264         * sysdeps/x86_64/addmul_1.S: Likewise.
50265         * sysdeps/x86_64/lshift.S: Likewise.
50266         * sysdeps/x86_64/mul_1.S: Likewise.
50267         * sysdeps/x86_64/rshift.S: Likewise.
50268         * sysdeps/x86_64/sub_n.S: Likewise.
50269         * sysdeps/x86_64/submul_1.S: Likewise.
50270
50271 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50272
50273         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50274         Define __sched_param instead of SCHED_* and sched_param when
50275         <bits/sched.h> is included with __need_schedparam defined.
50276         * bits/sched.h [__need_schedparam]
50277         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
50278         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50279         (__defined_schedparam): Define to 1.
50280         (__sched_param): New structure, identical to sched_param.
50281         (__need_schedparam): Undefine.
50282
50283 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
50284
50285         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50286         (epoll_create1): Declare.
50287
50288         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50289
50290 2010-08-31  Andreas Schwab  <schwab@redhat.com>
50291
50292         [BZ #7066]
50293         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50294         shifting retval into place.
50295
50296 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
50297
50298         * nis/rpcsvc/nis.h: Update copyright notice.
50299         * nis/rpcsvc/nis.x: Likewise.
50300         * nis/rpcsvc/nis_callback.h: Likewise.
50301         * nis/rpcsvc/nis_callback.x: Likewise.
50302         * nis/rpcsvc/nis_object.x: Likewise.
50303         * nis/rpcsvc/nis_tags.h: Likewise.
50304         * nis/rpcsvc/yp.h: Likewise.
50305         * nis/rpcsvc/yp.x: Likewise.
50306         * nis/rpcsvc/ypupd.h: Likewise.
50307         * nis/yp_xdr.c: Likewise.
50308         * nis/ypupdate_xdr.c: Likewise.
50309
50310         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
50311         mainly the body of pmap_getport.  Add parameters to specify timeouts.
50312         (pmap_getport): Use __libc_rpc_getport.
50313         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50314         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50315         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50316
50317 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
50318
50319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50320         fanotify_mark.
50321
50322 2010-08-27  Roland McGrath  <roland@redhat.com>
50323
50324         * sysdeps/i386/i686/multiarch/Makefile
50325         (CFLAGS-varshift.c): New variable.
50326
50327 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
50328
50329         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50330         * sysdeps/i386/i686/multiarch/varshift.c: New file.
50331
50332         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50333
50334         * sysdeps/x86_64/strlen.S: Minimal code improvement.
50335
50336 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
50337
50338         * sysdeps/x86_64/strlen.S: Unroll the loop.
50339         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50340         strlen-sse2 strlen-sse2-bsf.
50341         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50342         __strlen_no_bsf if bit_Slow_BSF is set.
50343         (__strlen_sse42): Removed.
50344         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50345         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50346
50347 2010-08-25  Roland McGrath  <roland@redhat.com>
50348
50349         * sysdeps/x86_64/multiarch/varshift.S: File removed.
50350         * sysdeps/x86_64/multiarch/varshift.c: New file.
50351         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50352         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50353         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50354         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50355
50356 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
50357
50358         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50359         strlen-sse2 strlen-sse2-bsf.
50360         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50361         __strlen_sse2_bsf if bit_Slow_BSF is unset.
50362         (__strlen_sse2): Removed.
50363         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50364         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50365         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50366         bit_Slow_BSF for Atom.
50367         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50368         (index_Slow_BSF): Define.
50369         (HAS_SLOW_BSF): Define.
50370
50371 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
50372
50373         [BZ #10851]
50374         * resolv/res_init.c (__res_vinit): When no server address at all
50375         is given default to loopback.
50376
50377 2010-08-24  Roland McGrath  <roland@redhat.com>
50378
50379         * configure.in: Remove config-name.h generation.
50380         * configure: Regenerated.
50381         * config-name.in: File removed.
50382         * scripts/config-uname.sh: New file.
50383         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50384         ($(objdir)config-name.h): New target.
50385
50386         * sunrpc/rpc_parse.h: Avoid nested comment.
50387
50388 2010-08-24  Richard Henderson  <rth@redhat.com>
50389             Ulrich Drepper  <drepper@redhat.com>
50390             H.J. Lu  <hongjiu.lu@intel.com>
50391
50392         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50393         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50394         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50395         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
50396         _mm_alignr_epi8 with _mm_loadu_si128.
50397         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50398         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50399         (__m128i_shift_right): Removed.
50400         * sysdeps/i386/i686/multiarch/varshift.h: New file.
50401         * sysdeps/i386/i686/multiarch/varshift.S: New file.
50402         * sysdeps/x86_64/multiarch/varshift.h: New file.
50403         * sysdeps/x86_64/multiarch/varshift.S: New file.
50404
50405 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
50406
50407         * configure.in: Move assembler checks to before sysdep dir checking.
50408
50409 2010-08-20  Petr Baudis  <pasky@suse.cz>
50410
50411         * LICENSES: Sync the sunrpc license.
50412
50413 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
50414
50415         * sunrpc/auth_des.c: Update copyright notice once again.
50416         * sunrpc/auth_none.c: Likewise.
50417         * sunrpc/auth_unix.c: Likewise.
50418         * sunrpc/authdes_prot.c: Likewise.
50419         * sunrpc/authuxprot.c: Likewise.
50420         * sunrpc/bindrsvprt.c: Likewise.
50421         * sunrpc/clnt_gen.c: Likewise.
50422         * sunrpc/clnt_perr.c: Likewise.
50423         * sunrpc/clnt_raw.c: Likewise.
50424         * sunrpc/clnt_simp.c: Likewise.
50425         * sunrpc/clnt_tcp.c: Likewise.
50426         * sunrpc/clnt_udp.c: Likewise.
50427         * sunrpc/clnt_unix.c: Likewise.
50428         * sunrpc/des_crypt.c: Likewise.
50429         * sunrpc/des_soft.c: Likewise.
50430         * sunrpc/get_myaddr.c: Likewise.
50431         * sunrpc/getrpcport.c: Likewise.
50432         * sunrpc/key_call.c: Likewise.
50433         * sunrpc/key_prot.c: Likewise.
50434         * sunrpc/openchild.c: Likewise.
50435         * sunrpc/pm_getmaps.c: Likewise.
50436         * sunrpc/pm_getport.c: Likewise.
50437         * sunrpc/pmap_clnt.c: Likewise.
50438         * sunrpc/pmap_prot.c: Likewise.
50439         * sunrpc/pmap_prot2.c: Likewise.
50440         * sunrpc/pmap_rmt.c: Likewise.
50441         * sunrpc/rpc/auth.h: Likewise.
50442         * sunrpc/rpc/auth_unix.h: Likewise.
50443         * sunrpc/rpc/clnt.h: Likewise.
50444         * sunrpc/rpc/des_crypt.h: Likewise.
50445         * sunrpc/rpc/key_prot.h: Likewise.
50446         * sunrpc/rpc/netdb.h: Likewise.
50447         * sunrpc/rpc/pmap_clnt.h: Likewise.
50448         * sunrpc/rpc/pmap_prot.h: Likewise.
50449         * sunrpc/rpc/pmap_rmt.h: Likewise.
50450         * sunrpc/rpc/rpc.h: Likewise.
50451         * sunrpc/rpc/rpc_des.h: Likewise.
50452         * sunrpc/rpc/rpc_msg.h: Likewise.
50453         * sunrpc/rpc/svc.h: Likewise.
50454         * sunrpc/rpc/svc_auth.h: Likewise.
50455         * sunrpc/rpc/types.h: Likewise.
50456         * sunrpc/rpc/xdr.h: Likewise.
50457         * sunrpc/rpc_clntout.c: Likewise.
50458         * sunrpc/rpc_cmsg.c: Likewise.
50459         * sunrpc/rpc_common.c: Likewise.
50460         * sunrpc/rpc_cout.c: Likewise.
50461         * sunrpc/rpc_dtable.c: Likewise.
50462         * sunrpc/rpc_hout.c: Likewise.
50463         * sunrpc/rpc_main.c: Likewise.
50464         * sunrpc/rpc_parse.c: Likewise.
50465         * sunrpc/rpc_parse.h: Likewise.
50466         * sunrpc/rpc_prot.c: Likewise.
50467         * sunrpc/rpc_sample.c: Likewise.
50468         * sunrpc/rpc_scan.c: Likewise.
50469         * sunrpc/rpc_scan.h: Likewise.
50470         * sunrpc/rpc_svcout.c: Likewise.
50471         * sunrpc/rpc_tblout.c: Likewise.
50472         * sunrpc/rpc_util.c: Likewise.
50473         * sunrpc/rpc_util.h: Likewise.
50474         * sunrpc/rpcinfo.c: Likewise.
50475         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50476         * sunrpc/rpcsvc/key_prot.x: Likewise.
50477         * sunrpc/rpcsvc/klm_prot.x: Likewise.
50478         * sunrpc/rpcsvc/mount.x: Likewise.
50479         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50480         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50481         * sunrpc/rpcsvc/rex.x: Likewise.
50482         * sunrpc/rpcsvc/rstat.x: Likewise.
50483         * sunrpc/rpcsvc/rusers.x: Likewise.
50484         * sunrpc/rpcsvc/sm_inter.x: Likewise.
50485         * sunrpc/rpcsvc/spray.x: Likewise.
50486         * sunrpc/rpcsvc/yppasswd.x: Likewise.
50487         * sunrpc/rtime.c: Likewise.
50488         * sunrpc/svc.c: Likewise.
50489         * sunrpc/svc_auth.c: Likewise.
50490         * sunrpc/svc_authux.c: Likewise.
50491         * sunrpc/svc_raw.c: Likewise.
50492         * sunrpc/svc_run.c: Likewise.
50493         * sunrpc/svc_simple.c: Likewise.
50494         * sunrpc/svc_tcp.c: Likewise.
50495         * sunrpc/svc_udp.c: Likewise.
50496         * sunrpc/svc_unix.c: Likewise.
50497         * sunrpc/svcauth_des.c: Likewise.
50498         * sunrpc/xcrypt.c: Likewise.
50499         * sunrpc/xdr.c: Likewise.
50500         * sunrpc/xdr_array.c: Likewise.
50501         * sunrpc/xdr_float.c: Likewise.
50502         * sunrpc/xdr_mem.c: Likewise.
50503         * sunrpc/xdr_rec.c: Likewise.
50504         * sunrpc/xdr_ref.c: Likewise.
50505         * sunrpc/xdr_sizeof.c: Likewise.
50506         * sunrpc/xdr_stdio.c: Likewise.
50507
50508         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50509         handling.
50510
50511 2010-08-19  Andreas Schwab  <schwab@redhat.com>
50512
50513         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50514
50515 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
50516
50517         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50518         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50519         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50520         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50521         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50522         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50523         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50524         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50525         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50526         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50527         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50528         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50529         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50530         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50531
50532 2010-07-26  Anton Blanchard  <anton@samba.org>
50533
50534         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
50535         * malloc/arena.c (heap_trim): Likewise.
50536
50537 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
50538
50539         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
50540         here.  Not...
50541         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
50542         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
50543
50544 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
50545
50546         * sysdeps/i386/elf/Makefile: New file.
50547
50548 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50549
50550         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
50551         from fanotify_init.
50552         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
50553         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50554
50555 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
50556
50557         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
50558         of strncasecmp_l.
50559         * sysdeps/multiarch/strcmp.S: Likewise.
50560
50561 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
50562
50563         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50564         strncase_l-nonascii.
50565         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50566         Add strncase_l-ssse3.
50567         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
50568         * sysdeps/x86_64/strcmp.S: Likewise.
50569         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
50570         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
50571         * sysdeps/x86_64/strncase.S: New file.
50572         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
50573         * sysdeps/x86_64/strncase_l.S: New file.
50574         * string/Makefile (strop-tests): Add strncasecmp.
50575         * string/test-strncasecmp.c: New file.
50576
50577         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
50578         warning.
50579
50580         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
50581         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
50582
50583 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50584
50585         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50586
50587 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
50588
50589         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
50590         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
50591         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
50592
50593 2010-05-01  Alan Modra  <amodra@gmail.com>
50594
50595         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
50596         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
50597         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
50598         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
50599         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
50600         tidying.  Don't tail-call __sigjmp_save for static lib.
50601         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
50602         save location.
50603         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
50604         (CALL_MCOUNT): Add eh info, and nop after bl.
50605         (TAIL_CALL_SYSCALL_ERROR): New macro.
50606         (PSEUDO_RET): Use it.
50607         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
50608         Correct save location of integer regs and cr.
50609         (_dl_profile_resolve): Correct cr save location.  Delete nops
50610         after bl when SHARED.  Reduce cfi size a little by better
50611         placement of cfi directives.
50612         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
50613         make a stack frame.  Instead use parm save area as a temp.
50614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
50615         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
50616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
50617         Don't make a stack frame for parent, use parm save area.
50618         Increase child stack frame to 112 bytes.  Don't save unused reg,
50619         and adjust reg usage.  Set up cfi on error recovery and
50620         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
50621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
50622         (__makecontext): Add dummy nop after jump to exit.
50623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
50624         Use correct parm save area and cr save, reduce stack frame.
50625         Correct cfi for possible PSEUDO_RET frame setup.
50626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
50627         Branch to local label emitted by PSEUDO_RET rather than
50628         __syscall_error.
50629
50630 2010-08-12  Andreas Schwab  <schwab@redhat.com>
50631
50632         [BZ #11904]
50633         * locale/programs/locale.c (print_assignment): New function.
50634         (show_locale_vars): Use it.
50635
50636 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
50637
50638         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
50639         field.
50640         (struct statfs64): Likewise.
50641         (_STATFS_F_FLAGS): Define.
50642         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
50643         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50644         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
50645         (ST_VALID): Define locally.
50646         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
50647         __statvfs_getflags, use the provided value.
50648         * sysdeps/unix/sysv/linux/kernel-features.h: Define
50649         __ASSUME_STATFS_F_FLAGS.
50650
50651         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
50652
50653         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
50654         Add sys/fanotify.h.
50655         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
50656         fanotify_mask for GLIBC_2.13.
50657         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
50658         fanotify_init and fanotify_mark.
50659         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50660         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
50661
50662         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
50663         Add prlimit.
50664         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
50665         prlimit64 for GLIBC_2.13.
50666         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
50667         prlimit64.
50668         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
50669         syscall.
50670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
50671         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50672         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
50673         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
50674         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
50675         add prlimit alias.
50676         * sysdeps/unix/sysv/linux/prlimit.c: New file.
50677
50678         [BZ #11903]
50679         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
50680         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
50681
50682         * nss/Makefile: Add rules to build and run tst-nss-test1.
50683         * shlib-versions: Add entry for libnss_test1.
50684         * nss/nss_test1.c: New file.
50685         * nss/tst-nss-test1.c: New file.
50686
50687         * nss/nsswitch.c (__nss_database_custom): Define new variable.
50688         (__nss_configure_lookup): Set appropriate entry in
50689         __nss_configure_lookup to true.
50690         * nss/nsswitch.h: Define enum with indeces of databases in
50691         databases and __nss_database_custom arrays.  Declare
50692         __nss_database_custom.
50693         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
50694         to avoid using nscd when custom rules are installed.
50695         * nss/getXXbyYY_r.c: Likewise.
50696         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
50697
50698         * nss/nss_files/files-parse.c: Whitespace fixes.
50699
50700 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
50701
50702         [BZ #11883]
50703         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
50704         * posix/fnmatch_loop.c: Likewise.
50705
50706 2010-07-17  Andi Kleen  <ak@linux.intel.com>
50707
50708         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
50709         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
50710         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
50711         * Versions.def [GLIBC_2.13]: Add.
50712
50713 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
50714
50715         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50716         Also fail if tpwd after pwuid call is NULL.
50717
50718 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50719
50720         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
50721         when converting to ms.
50722
50723 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50724
50725         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
50726         EOPNOTSUPP errors with ENOTTY.
50727         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
50728         EOPNOTSUPP errors with ENOTTY.
50729
50730 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
50731
50732         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50733         Add strcasecmp_l-ssse3.
50734         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
50735         strcasecmp.
50736         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
50737         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
50738         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
50739
50740 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
50741
50742         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
50743
50744         * string/Makefile (strop-tests): Add strcasecmp.
50745         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50746         strcasecmp_l-nonascii.
50747         (gen-as-const-headers): Add locale-defines.sym.
50748         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
50749         * sysdeps/x86_64/strcasecmp.S: New file.
50750         * sysdeps/x86_64/strcasecmp_l.S: New file.
50751         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
50752         * sysdeps/x86_64/locale-defines.sym: New file.
50753         * string/test-strcasecmp.c: New file.
50754
50755         * string/test-strcasestr.c: Test both ends of the range of characters.
50756         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
50757
50758 2010-07-29  Roland McGrath  <roland@redhat.com>
50759
50760         [BZ #11856]
50761         * manual/locale.texi (Yes-or-No Questions): Fix example code.
50762
50763 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
50764
50765         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
50766         for ld.so.
50767
50768 2010-07-27  Andreas Schwab  <schwab@redhat.com>
50769
50770         * manual/memory.texi (Malloc Tunable Parameters): Document
50771         M_PERTURB.
50772
50773 2010-07-26  Roland McGrath  <roland@redhat.com>
50774
50775         [BZ #11840]
50776         * configure.in (-fgnu89-inline check): Set and substitute
50777         gnu89_inline, not libc_cv_gnu89_inline.
50778         * configure: Regenerated.
50779         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50780
50781 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
50782
50783         * string/test-strnlen.c: New file.
50784         * string/Makefile (strop-tests): Add strnlen.
50785         * string/tester.c (test_strnlen): Add a few more test cases.
50786         * string/tst-strlen.c: Better error reporting.
50787
50788         * sysdeps/x86_64/strnlen.S: New file.
50789
50790 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
50791
50792         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
50793         lower-latency instructions.
50794
50795 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
50796
50797         * string/test-strcasestr.c: New file.
50798         * string/test-strstr.c: New file.
50799         * string/Makefile (strop-tests): Add strstr and strcasestr.
50800         * string/str-two-way.h: Don't undefine MAX.
50801         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
50802
50803 2010-07-21  Andreas Schwab  <schwab@redhat.com>
50804
50805         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50806         strcasestr-nonascii.
50807         (CFLAGS-strcasestr-nonascii.c): Define.
50808         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
50809         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
50810         Remove unused attribute.
50811
50812 2010-07-20  Roland McGrath  <roland@redhat.com>
50813
50814         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
50815         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
50816         ld.so.cache was broken.  With it, there is no way to disable dsocaps
50817         like LD_HWCAP_MASK can disable hwcaps.
50818
50819 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50820
50821         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
50822
50823 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
50824
50825         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
50826         call in strcasestr.
50827         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50828         __strcasestr_sse42_nonascii.
50829         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50830         strcasestr-nonascii.c.
50831         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50832
50833 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
50834
50835         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50836         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50837         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50838         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50839
50840 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
50841
50842         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50843         fcntl.
50844
50845 2010-07-06  Andreas Schwab  <schwab@redhat.com>
50846
50847         [BZ #11577]
50848         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50849         dl_signal_cerror.
50850
50851 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
50852
50853         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50854         _PC_PIPE_BUF using F_GETPIPE_SZ.
50855
50856 2010-07-05  Roland McGrath  <roland@redhat.com>
50857
50858         * manual/arith.texi (Rounding Functions): Fix rint description
50859         implicit in round description.
50860
50861 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
50862
50863         * elf/Makefile: Fix linking for a few tests to make recent linker
50864         happy.
50865
50866 2010-06-30  Andreas Schwab  <schwab@redhat.com>
50867
50868         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50869         $(common-objpfx)libc_nonshared.a.
50870
50871 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
50872
50873         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50874         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50875         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50876         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50877         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50878         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50879         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50880         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50895         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50896         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50897         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50898         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50899         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50900         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50901         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50902         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50903         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50904         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50905         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50906         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50921
50922 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50923
50924         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50925         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50926         * string/memmove.c (memmove): Renamed to ...
50927         (MEMMOVE): ...this.  Default to memmove.
50928         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50929         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50930         (END_CHK): Define.
50931         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50932         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50933         mempcpy-ssse3-back memmove-ssse3-back.
50934         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50935         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50936         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50937         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50938         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50939         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50940         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50941         * sysdeps/x86_64/multiarch/memmove.c: New file.
50942         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50943         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50944         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50945         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50946         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50947         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50948         Define.
50949         (index_Fast_Copy_Backward): Define.
50950         (HAS_ARCH_FEATURE): Define.
50951         (HAS_FAST_REP_STRING): Define.
50952         (HAS_FAST_COPY_BACKWARD): Define.
50953
50954 2010-06-21  Andreas Schwab  <schwab@redhat.com>
50955
50956         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50957         Restore proper fallback handling.
50958
50959 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
50960
50961         [BZ #11701]
50962         * posix/group_member.c (__group_member): Correct checking loop.
50963
50964         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50965         OOM in getpwuid_r correctly.  Return error number when the caller
50966         should return, otherwise -1.
50967         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50968         call returning > 0 value.
50969         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50970
50971 2010-06-07  Andreas Schwab  <schwab@redhat.com>
50972
50973         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50974         libc_nonshared.a from targets in modules-names.
50975
50976 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
50977
50978         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50979         requires it.
50980
50981 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
50982
50983         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50984         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50985         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50986         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50987
50988 2010-06-02  Andreas Schwab  <schwab@redhat.com>
50989
50990         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50991
50992 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
50993
50994         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50995         and F_GETPIPE_SZ.
50996         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50997         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50998         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50999         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51000         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51001         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
51002
51003 2010-06-14  Roland McGrath  <roland@redhat.com>
51004
51005         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
51006
51007 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
51008
51009         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
51010         __REDIRECT followed by __THROW.
51011         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
51012         * posix/getopt.h (getopt): Likewise.
51013
51014 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
51015
51016         * hurd/lookup-at.c (__file_name_lookup_at): Accept
51017         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
51018         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
51019         in AT_FLAGS.
51020         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
51021         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
51022
51023 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
51024
51025         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
51026
51027 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
51028
51029         [BZ #11640]
51030         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51031         Properly check family and model.
51032
51033 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
51034
51035         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
51036
51037 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
51038
51039         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
51040
51041 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
51042
51043         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
51044         symbol reference.
51045
51046 2010-05-19  Andreas Schwab  <schwab@redhat.com>
51047
51048         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
51049         symbol reference.
51050
51051 2010-05-21  Andreas Schwab  <schwab@redhat.com>
51052
51053         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
51054         and internal_recvmmsg.
51055         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
51056         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
51057         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
51058         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
51059
51060         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
51061         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
51062         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
51063
51064 2010-05-20  Andreas Schwab  <schwab@redhat.com>
51065
51066         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
51067
51068 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
51069
51070         POWER7 optimizations.
51071         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
51072         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
51073
51074 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
51075
51076         * version.h: Update for 2.13 development version.
51077
51078 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
51079
51080         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
51081         exceptions.  Return 0.
51082
51083 2010-05-07  Roland McGrath  <roland@redhat.com>
51084
51085         * elf/ldconfig.c (main): Add a const.
51086
51087 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
51088
51089         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
51090         (args_options): Add no-idn option.
51091         (ahosts_keys_int): Add idn_flags to ai_flags.
51092         (parse_option): Handle 'i' option to clear idn_flags.
51093
51094         * malloc/malloc.c (_int_free): Possible race in the most recently
51095         added check.  Only act on the data if no current modification
51096         happened.
51097
51098 See ChangeLog.17 for earlier changes.