NPTL: Add some missing #include's
[platform/upstream/glibc.git] / ChangeLog
1 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2
3         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
4         gettimeofday.
5         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6         * nptl/pthread_cond_timedwait.c: Likewise.
7         * nptl/pthread_mutex_timedlock.c: Likewise.
8         * nptl/sem_timedwait.c: Likewise.
9
10         * sysdeps/nptl/bits/libc-lock.h
11         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
12         (__libc_lock_init_recursive): Return void, not 0.
13         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
14         (__libc_rwlock_init): Likewise.
15         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
16
17 2014-10-20  Torvald Riegel  <triegel@redhat.com>
18
19         [BZ #15215]
20         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
21         (__pthread_once_slow): ... here.
22         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
23         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
24
25 2014-10-20  Torvald Riegel  <triegel@redhat.com>
26
27         [BZ #15215]
28         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
29         __PTHREAD_ONCE_FORK_GEN_INCR): New.
30         * sysdeps/nptl/fork.c (__libc_fork): Use them.
31         * nptl/pthread_once.c (__pthread_once): Likewise.
32         Update comments.
33
34 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
35
36         [BZ #14138]
37         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
38         name.
39         (writev): Use __libc_writev as strong name.
40         * sysdeps/unix/sysv/linux/readv.c: Remove file.
41         * sysdeps/unix/sysv/linux/writev.c: Likewise.
42
43 2014-10-17  Roland McGrath  <roland@hack.frob.com>
44
45         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
46
47         * sysdeps/i386/nptl/tls.h
48         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
49         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
50         New macros.
51         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
52         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
53         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
54         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
55         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
56         Call CHECK_THREAD_SYSINFO instead of doing an assert.
57
58         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
59         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
60         on [__NR_futex].
61         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
62         broken out of ...
63         (__pthread_mutex_init): ... here.  Call it.
64         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
65         Conditionalize PI cases on [__NR_futex].
66         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
67         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
68         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
69
70         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
71         conditional on [SIGSETXID].
72         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
73         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
74         is defined.  Likewise for SIGSETXID.
75         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
76         Conditionalize definitions on [SIGSETXID].
77         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
78         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
79         unblocking on [SIGCANCEL].
80
81         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
82         [__NR_set_robust_list].
83
84 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
85
86         * string/strcoll_l.c (get_next_seq): Fix up formatting.
87         (do_compare): Likewise.
88
89 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
90
91         [BZ #15884]
92         * string/strcoll_l.c: Don't include stdio.h.
93         (coll_seq): Remove members idxarr and rulearr.
94         (get_next_seq_cached): Remove function.
95         (get_next_seq): Likewise.
96         (get_next_seq_nocache): Rename to get_next_seq.
97         (do_compare): Remove function.
98         (do_compare_nocache): Rename to do_compare.
99         (STRCOLL): Remove weight and rules cache.
100
101 2014-10-16  Roland McGrath  <roland@hack.frob.com>
102
103         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
104         * sysdeps/arm/sfp-machine.h: ... to here.
105         * sysdeps/arm/Implies: Remove arm/soft-fp.
106
107 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
108
109         * conform/data/sys/utsname.h-data (*_t): Allow.
110         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
111         [POSIX] (WEXITED): Do not expect constant.
112         [POSIX] (WSTOPPED): Likewise.
113         [POSIX] (WNOHANG): Likewise.
114         [POSIX] (WNOWAIT): Likewise.
115         [POSIX] (siginfo_t): Do not expect type or elements.
116         [POSIX] (pid_t): Do not expect type.
117         [POSIX] (signal.h): Do not allow header.
118         [POSIX] (sys/resource.h): Likewise.
119         [POSIX] (si_*): Do not allow pattern.
120         [POSIX] (W*): Likewise.
121         [POSIX] (P_*): Likewise.
122         [POSIX] (BUS_*): Likewise.
123         [POSIX] (CLD_*): Likewise.
124         [POSIX] (FPE_*): Likewise.
125         [POSIX] (ILL_*): Likewise.
126         [POSIX] (POLL_*): Likewise.
127         [POSIX] (SEGV_*): Likewise.
128         [POSIX] (SI_*): Likewise.
129         [POSIX] (TRAP_*): Likewise.
130         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
131         variable.
132
133 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
134
135         [BZ #12926]
136         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
137         infinite loop when __recvmsg returns 0.
138
139 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
140
141         * CANCEL-FCT-WAIVE: Remove file.
142         * CANCEL-FILE-WAIVE: Likewise.
143
144         [BZ #14132]
145         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
146         instead of INTVARDEF.
147         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
148         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
149         rtld_hidden_data_def instead of INTVARDEF.
150         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
151         * elf/dl-deps.c (expand_dst): Likewise.
152         * elf/dl-load.c (_dl_dst_count): Likewise.
153         (_dl_dst_substitute): Likewise.
154         (decompose_rpath): Likewise.
155         (_dl_init_paths): Likewise.
156         (open_path): Likewise.
157         (_dl_map_object): Likewise.
158         * elf/rtld.c (dl_main): Likewise.
159         (process_dl_audit): Likewise.
160         (process_envvars): Likewise.
161         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
162         Remove declaration.
163         (__libc_enable_secure): Use rtld_hidden_proto.
164
165 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
166
167         * elf/dl-load.c
168         (add_path): New function broken out of _dl_rtld_di_serinfo.
169         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
170
171 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
172
173         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
174         parentheses around macro arguments.
175         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
176         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
177         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
178         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
179         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
180         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
181         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
182         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
183         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
184         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
185         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
186         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
187         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
188         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
189         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
190         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
191         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
192         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
193         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
194         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
195         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
196         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
197         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
198         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
199         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
200         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
201         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
202         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
203         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
204         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
205         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
206         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
207         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
208         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
209         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
210         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
211         Likewise.
212         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
213         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
214         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
215         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
216         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
217         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
218         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
219         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
220         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
221         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
222         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
223         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
224         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
225         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
226         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
227         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
228         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
229         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
230         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
231         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
232         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
233         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
234         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
235         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
236         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
237         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
238         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
239         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
240         (_FP_FRAC_SRS_1): Likewise.
241         (_FP_FRAC_CLZ_1): Likewise.
242         (_FP_MUL_MEAT_1_imm): Likewise.
243         (_FP_MUL_MEAT_1_wide): Likewise.
244         (_FP_MUL_MEAT_1_hard): Likewise.
245         (_FP_SQRT_MEAT_1): Likewise.
246         (_FP_FRAC_ASSEMBLE_1): Likewise.
247         (_FP_FRAC_DISASSEMBLE_1): Likewise.
248         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
249         (__FP_CLZ_2): Likewise.
250         (_FP_MUL_MEAT_2_wide): Likewise.
251         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
252         (_FP_MUL_MEAT_2_gmp): Likewise.
253         (_FP_MUL_MEAT_2_120_240_double): Likewise.
254         (_FP_SQRT_MEAT_2): Likewise.
255         (_FP_FRAC_ASSEMBLE_2): Likewise.
256         (_FP_FRAC_DISASSEMBLE_2): Likewise.
257         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
258         (_FP_FRAC_CLZ_4): Likewise.
259         (_FP_MUL_MEAT_4_wide): Likewise.
260         (_FP_MUL_MEAT_4_gmp): Likewise.
261         (_FP_SQRT_MEAT_4): Likewise.
262         (_FP_FRAC_ASSEMBLE_4): Likewise.
263         (_FP_FRAC_DISASSEMBLE_4): Likewise.
264         * soft-fp/op-common.h (_FP_CMP): Likewise.
265         (_FP_CMP_EQ): Likewise.
266         (_FP_CMP_UNORD): Likewise.
267         (_FP_TO_INT): Likewise.
268         (_FP_FROM_INT): Likewise.
269         [!__FP_CLZ] (__FP_CLZ): Likewise.
270         (_FP_DIV_HELP_imm): Likewise.
271         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
272         Likewise.
273         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
274         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
275         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
276         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
277         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
278         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
279         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
280         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
281         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
282         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
283         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
284         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
285         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
286         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
287         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
288         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
289         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
290         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
291         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
292         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
293         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
294         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
295         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
296         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
297         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
298         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
299         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
300         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
301         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
302         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
303         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
304         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
305         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
306         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
307         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
308         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
309         (FP_UNPACK_RAW_SP): Likewise.
310         (FP_PACK_RAW_S): Likewise.
311         (FP_PACK_RAW_SP): Likewise.
312         (FP_UNPACK_S): Likewise.
313         (FP_UNPACK_SP): Likewise.
314         (FP_UNPACK_SEMIRAW_S): Likewise.
315         (FP_UNPACK_SEMIRAW_SP): Likewise.
316         (FP_PACK_S): Likewise.
317         (FP_PACK_SP): Likewise.
318         (FP_PACK_SEMIRAW_S): Likewise.
319         (FP_PACK_SEMIRAW_SP): Likewise.
320         (_FP_SQRT_MEAT_S): Likewise.
321         (FP_CMP_S): Likewise.
322         (FP_CMP_EQ_S): Likewise.
323         (FP_CMP_UNORD_S): Likewise.
324         (FP_TO_INT_S): Likewise.
325         (FP_FROM_INT_S): Likewise.
326
327         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
328
329         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
330         (FP_EX_INVALID_IMZ): Likewise.
331         (FP_EX_INVALID_IMZ_FMA): Likewise.
332         (FP_EX_INVALID_ISI): Likewise.
333         (FP_EX_INVALID_ZDZ): Likewise.
334         (FP_EX_INVALID_IDI): Likewise.
335         (FP_EX_INVALID_SQRT): Likewise.
336         (FP_EX_INVALID_CVI): Likewise.
337         (FP_EX_INVALID_VC): Likewise.
338         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
339         "invalid" exceptions.
340         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
341         (_FP_ADD_INTERNAL): Likewise.
342         (_FP_MUL): Likewise.
343         (_FP_FMA): Likewise.
344         (_FP_DIV): Likewise.
345         (_FP_CMP_CHECK_NAN): Likewise.
346         (_FP_SQRT): Likewise.
347         (_FP_TO_INT): Likewise.
348         (FP_EXTEND): Likewise.
349
350 2014-10-09  Allan McRae  <allan@archlinux.org>
351
352         * po/fr.po: Update French translation from translation project.
353
354 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
355
356         [BZ #14132]
357         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
358         of INTDEF.
359         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
360         (__cxa_atexit): Use libc_hidden_proto.
361         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
362
363         [BZ #14132]
364         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
365         declaration.
366         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
367         [!_ISOMAC] (__iswspace_l_internal): Likewise.
368         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
369         [!_ISOMAC] (__iswctype_internal): Likewise.
370         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
371         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
372         alias.
373         (fcntl): Remove __fcntl_internal alias.
374         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
375         __connect_internal alias.
376         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
377         Likewise.
378
379         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
380         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
381         FP_DENORM_ZERO.
382         (_FP_CHECK_FLUSH_ZERO): New macro.
383         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
384         (_FP_CMP): Likewise.
385         (_FP_CMP_EQ): Likewise.
386         (_FP_TO_INT): Do not set inexact for subnormal arguments if
387         FP_DENORM_ZERO.
388         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
389         (FP_TRUNC): Likewise.
390
391         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
392         treated as invalid conversion, not as normal exponent.
393
394         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
395         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
396         (_FP_CMP_EQ): Likewise.
397         (_FP_CMP_UNORD): Likewise.
398         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
399         (FP_CMP_EQ_D): Likewise.
400         (FP_CMP_UNORD_D): Likewise.
401         * soft-fp/extended.h (FP_CMP_E): Likewise.
402         (FP_CMP_EQ_E): Likewise.
403         (FP_CMP_UNORD_E): Likewise.
404         * soft-fp/quad.h (FP_CMP_Q): Likewise.
405         (FP_CMP_EQ_Q): Likewise.
406         (FP_CMP_UNORD_Q): Likewise.
407         * soft-fp/single.h (FP_CMP_S): Likewise.
408         (FP_CMP_EQ_S): Likewise.
409         (FP_CMP_UNORD_S): Likewise.
410         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
411         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
412         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
413         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
414         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
415         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
416         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
417         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
418         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
419         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
420         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
421         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
422         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
423         to FP_CMP_Q.
424         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
425         FP_CMP_Q.
426         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
427         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
428         FP_CMP_EQ_Q.
429         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
430         FP_CMP_Q.
431         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
432         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
433         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
434         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
435         FP_CMP_EQ_Q.
436         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
437         FP_CMP_Q.
438         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
439         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
440         FP_CMP_EQ_Q.
441         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
442         FP_CMP_Q.
443         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
444         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
445         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
446         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
447         FP_CMP_EQ_Q.
448
449         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
450         a subnormal result, set the underflow exception if trapping on
451         underflow is enabled.
452         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
453         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
454         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
455         redefine to 0.
456         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
457         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
458         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
459         * soft-fp/extendxftf2.c (__extendxftf2): Use
460         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
461
462         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
463         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
464         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
465         FP_HANDLE_EXCEPTIONS.
466         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
467         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
468         FP_HANDLE_EXCEPTIONS.
469         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
470         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
471         FP_HANDLE_EXCEPTIONS.
472         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
473         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
474         FP_HANDLE_EXCEPTIONS.
475
476 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
477
478         [BZ #14132]
479         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
480         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
481         use INTUSE.
482         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
483         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
484         Remove alias.
485         (__adjtimex): Define using libc_hidden_ver.
486         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
487         Remove declaration.
488         (ntp_gettime): Call __adjtimex directly.
489         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
490         Remove declaration.
491         (ntp_gettimex): Call __adjtimex directly.
492         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
493         __adjtimex_internal alias.
494
495 2014-10-08  Roland McGrath  <roland@hack.frob.com>
496
497         [BZ #17460]
498         * nscd/nscd.c (more_help): Rewrite list of tables collection
499         using xstrdup and asprintf.
500
501         * nscd/nscd_conf.c: Remove local xstrdup declaration.
502
503 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
504             Roland McGrath  <roland@hack.frob.com>
505
506         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
507         (do_lookup_unique): ... local function 'enter' here; update callers.
508
509 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
510
511         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
512         compat_symbol calls on [SHARED].
513         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
514         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
515         Remove.
516         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
517         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
518         (oldsetrlimit): Remove.
519         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
521         (lchown): New syscall entry.
522         (oldsetrlimit): Remove.
523         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
524         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
525         (oldsetrlimit): Remove.
526         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
527
528         [BZ #14138]
529         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
530         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
531         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
532         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
533         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
534         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
535         (fchown): Likewise.
536         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
537         (fchown): Likewise.
538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
539         Likewise.
540
541 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
542
543         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
544         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
545         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
546         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
547         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
548         Likewise.
549         (__old_sem_post): Likewise.
550
551 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
552
553         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
554         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
555         HAVE_CLOCK_GETTIME_VSYSCALL macros.
556         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
557         Use INLINE_VSYSCALL macro.
558         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
559         __vdso_clock_gettime.
560         * sysdeps/unix/sysv/linux/tile/init-first.c
561         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
562         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
563         __vdso_clock_gettime.
564
565         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
566         to set up frame more cleanly.
567
568         * sysdeps/tile/memcmp.c: New file.
569
570         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
571
572         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
573         * sysdeps/tile/tilegx/strcasestr.c: New file.
574         * sysdeps/tile/tilegx/strnlen.c: New file.
575         * sysdeps/tile/tilegx/strstr.c: New file.
576
577         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
578
579 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
580
581         * nptl/tst-setuid3.c: Write errors to stdout.
582
583 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
584
585         * elf/dl-deps.c
586         (preload): New functions broken out of _dl_map_object_deps.
587         (_dl_map_object_deps):  Remove a nested function. Update call sites.
588
589 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
590
591         [BZ #14138]
592         * sysdeps/unix/sysv/linux/execve.c: Remove file.
593         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
594
595 2014-10-01  Steve Ellcey  <sellcey@mips.com>
596
597         * sysdeps/mips/strcmp.S: New.
598
599 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
600
601         [BZ #14138]
602         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
603         (linkat): Likewise.
604         (mkdirat): Likewise.
605         (readlinkat): Likewise.
606         (renameat): Likewise.
607         (symlinkat): Likewise.
608         (unlinkat): Likewise.
609         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
610         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
611         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
612         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
613         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
614         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
615         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
616
617 2014-09-30  Will Newton  <will.newton@linaro.org>
618
619         * math/math.h: Define long double math functions if
620         _LIBC_TEST is defined.
621         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
622
623         * localedata/Makefile: Move assignment to tests-special
624         into an ifdef testing run-built-tests.
625         * timezone/Makefile: Likewise.
626
627 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
628
629         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
630         with $(BASH) not $(SHELL).
631
632 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
633             Matthew LeGendre  <legendre1@llnl.gov>
634
635         [BZ #17411]
636         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
637         l_reloc_result.
638
639 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
640
641         * stdio-common/printf_fp.c
642         (hack_digit): New function, broken out of ...
643         (__printf_fp): ... local function here.  Update call sites.
644         hack_digit now takes an additional parameter that is a pointer
645         to a struct of the referenced locals.  Those locals moved inside
646         the struct and references updated.
647
648 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
649
650         * aclocal.m4: Require autoconf 2.69.
651         * configure: Regenerated.
652         * sysdeps/aarch64/configure: Likewise.
653         * sysdeps/alpha/configure: Likewise.
654         * sysdeps/arm/armv7/configure: Likewise.
655         * sysdeps/arm/configure: Likewise.
656         * sysdeps/ia64/configure: Likewise.
657         * sysdeps/mach/configure: Likewise.
658         * sysdeps/mips/configure: Likewise.
659         * sysdeps/s390/configure: Likewise.
660         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
662
663         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
664         file.
665         * sysdeps/ia64/configure.ac: Likewise.
666
667 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
668
669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
670         specify symbol version for ld.so.  Do not include entry for
671         libpthread.
672         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
673         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
674         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
675
676         [BZ #14171]
677         * Makeconfig [$(build-shared) = yes]
678         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
679         makefiles.
680         [$(build-shared) = yes && $(soversions.mk-done) = t]
681         ($(common-objpfx)gnu/lib-names.h): Remove rule.
682         [$(build-shared) = yes && $(soversions.mk-done) = t]
683         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
684         to Makerules.
685         [$(build-shared) = yes && $(soversions.mk-done) = t]
686         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
687         here.
688         [$(build-shared) = yes && $(soversions.mk-done) = t]
689         (common-generated): Don't append gnu/lib-names.h and
690         gnu/lib-names.stmp here.
691         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
692         (lib-names-h-abi): New variable.
693         [$(build-shared) = yes && $(soversions.mk-done) = t]
694         (lib-names-stmp-abi): Likewise.
695         [$(build-shared) = yes && $(soversions.mk-done) = t &&
696         abi-variants] (before-compile): Append
697         $(common-objpfx)$(lib-names-h-abi).
698         [$(build-shared) = yes && $(soversions.mk-done) = t &&
699         abi-variants] (common-generated): Append gnu/lib-names.h.
700         [$(build-shared) = yes && $(soversions.mk-done) = t &&
701         abi-variants] (install-others-nosubdir): Depend on
702         $(inst_includedir)/$(lib-names-h-abi).
703         [$(build-shared) = yes && $(soversions.mk-done) = t &&
704         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
705         [$(build-shared) = yes && $(soversions.mk-done) = t]
706         ($(common-objpfx)$(lib-names-h-abi)): New rule.
707         [$(build-shared) = yes && $(soversions.mk-done) = t]
708         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
709         [$(build-shared) = yes && $(soversions.mk-done) = t]
710         (common-generated): Append $(lib-names-h-abi) and
711         $(lib-names-stmp-abi).
712         * scripts/lib-names.awk: Do not handle multi being set.
713         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
714         Remove variable.
715         (abi-lp64_be-ld-soname): Likewise.
716         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
717         Likewise.
718         (abi-hard-ld-soname): Likewise.
719         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
720         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
721         Remove variable.
722         (abi-o32_hard-ld-soname): Likewise.
723         (abi-o32_soft_2008-ld-soname): Likewise.
724         (abi-o32_hard_2008-ld-soname): Likewise.
725         (abi-n32_soft-ld-soname): Likewise.
726         (abi-n32_hard-ld-soname): Likewise.
727         (abi-n32_soft_2008-ld-soname): Likewise.
728         (abi-n32_hard_2008-ld-soname): Likewise.
729         (abi-n64_soft-ld-soname): Likewise.
730         (abi-n64_hard-ld-soname): Likewise.
731         (abi-n64_soft_2008-ld-soname): Likewise.
732         (abi-n64_hard_2008-ld-soname): Likewise.
733         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
734         Likewise.
735         (abi-64-v2-ld-soname): Likewise.
736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
737         ld.so entries.
738         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
739         variable.
740         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
741         entry.
742         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
743         variable.
744         (abi-64-ld-soname): Likewise.
745         (abi-x32-ld-soname): Likewise.
746         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
747         entry.
748         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
749
750 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
751
752         [BZ #14138]
753         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
754         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
755         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
756         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
757         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
758         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
759         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
760         syscall entry for GLIBC_2.2 symbol version.
761         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
762         Likewise.
763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
764         (setrlimit): Likewise.
765         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
766         Likewise.
767
768 2014-09-23  Will Newton  <will.newton@linaro.org>
769
770         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
771         _LINUX_ARM_SYSDEP_H include guard too.
772         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
773         define.
774
775 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
776
777         * sysdeps/unix/sysv/linux/eventfd.c:
778         Make first argument unsigned.
779         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
780         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
781
782 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
783
784         * socket/recvmmsg.c (recvmmsg): Drop const argument.
785         * socket/sys/socket.h: Likewise
786         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
787
788 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
789
790         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
791
792 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
793
794         * time/tst-ftime.c: New test.
795         * time/Makefile (tests): Add tst-ftime.
796
797 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
798
799         * soft-fp/extended.h: Fix comment formatting.
800         * soft-fp/op-1.h: Likewise.
801         * soft-fp/op-2.h: Likewise.
802         * soft-fp/op-4.h: Likewise.
803         * soft-fp/op-8.h: Likewise.
804         * soft-fp/op-common.h: Likewise.
805         * soft-fp/soft-fp.h: Likewise.
806
807         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
808
809 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
810
811         [BZ #6652]
812         * Makeconfig (soversions-default-setname): Remove variable.
813         ($(common-objpfx)soversions.i): Don't pass default_setname to
814         soversions.awk.
815         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
816         oldest_abi to abi-versions.awk.
817         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
818         * config.make.in (oldest-abi): Remove variable.
819         * configure.ac (--enable-oldest-abi): Remove configure option.
820         * configure: Regenerated.
821         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
822         text.
823         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
824         * scripts/soversions.awk: Do not handle default_setname variable.
825         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
826         variable.
827         * sysdeps/mach/hurd/configure: Regenerated.
828         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
829         variable.
830         * sysdeps/unix/sysv/linux/configure: Regenerated.
831
832 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
833
834         * elf/Makefile (CFLAGS-interp.c): Remove.
835         ($(elf-objpfx)runtime-linker.h): Generate header with linker
836         path string.
837         * elf/interp.c: Include generated runtime-linker.h
838
839         * Makerules (lib%.so): Don't include $(+interp) in
840         prerequisites.
841         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
842         * dlfcn/eval.c: Remove file.
843
844         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
845         macros.
846
847         [BZ #17266]
848         * misc/sys/cdefs.h: Define __extern_always_inline for clang
849         4.2 and newer.
850
851         [BZ #17370]
852         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
853
854 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
855             Jakub Jelinek  <jakub@redhat.com>
856
857         [BZ #17266]
858         * libio/stdio.h: Check definition of __fortify_function
859         instead of __extern_always_inline to include bits/stdio2.h.
860         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
861         check if __extern_always_inline is defined.
862         [__USE_MISC || __USE_XOPEN]: Likewise.
863         [__USE_ISOC99] Likewise.
864         * misc/sys/cdefs.h (__fortify_function): Define only if
865         __extern_always_inline is defined.
866         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
867         __extern_always_inline and __extern_inline only for g++-4.3
868         and newer or a compatible gcc.
869
870 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
871
872         [BZ #17371]
873         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
874         last change to handle zero prefix length.
875
876 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
877
878         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
879         _SC_REGEX_VERSION.
880
881         * posix/getconf.c (vars): Add _POSIX_IPV6 and
882         _POSIX_RAW_SOCKETS.
883
884 2014-09-13  Allan McRae  <allan@archlinux.org>
885
886         * po/ru.po: Update Russian translation from translation project.
887
888 2014-09-12  Roland McGrath  <roland@hack.frob.com>
889
890         * locale/programs/locale.c (show_locale_vars): Inline local function
891         into its sole call site.  Clean up some style nits.
892         (print_item): New function, broken out of ...
893         (show_info): ... local function here.  Clean up style nits.
894
895         * locale/programs/ld-ctype.c (set_one_default): New function, broken
896         out of ...
897         (set_class_defaults): ... local function set_default here.
898         Define set_default as a macro locally to pass constant parameters.
899         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
900         rather than a shared local.
901
902         * stdlib/rpmatch.c (try): New function, broken out of ...
903         (rpmatch): ... local function here.  Also, prototypify definition.
904
905 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
906
907         * scripts/soversions.awk: Do not handle configuration names.
908         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
909         vendor and os variables to soversions.awk.
910         * configure.ac: Do not modify gnu-* host_os.
911         * configure: Regenerated
912         * shlib-versions: Remove first column with configuration names.
913         * nptl/shlib-versions: Likewise.
914         * nptl_db/shlib-versions: Likewise.
915         * sysdeps/hppa/shlib-versions: Likewise.
916         * sysdeps/m68k/shlib-versions: Likewise.
917         * sysdeps/mach/hurd/shlib-versions: Likewise.
918         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
919         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
920         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
921         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
922         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
923         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
924         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
925         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
927         Likewise.
928         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
929         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
930         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
931         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
932         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
933         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
934         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
935         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
936
937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
938         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
940         Regenerated.
941         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
943         Condition symbol version definitions on [HAVE_ELFV2_ABI].
944
945         * shlib-versions: Remove OS-specific entries.  Moved to files in
946         sysdeps.
947         * sysdeps/mach/hurd/shlib-versions: New file.
948         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
949
950         * nptl/shlib-versions: Remove architecture-specific entries.
951         Moved to files in sysdeps.
952         * shlib-versions: Likewise.
953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
954         file.
955         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
956         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
957         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
958         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
959
960         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
961         (UDP_NO_CHECK6_RX): Likewise.
962
963 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
964
965         * sysdeps/posix/sysconf.c (__sysconf): Spell
966         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
967
968 2014-08-12  Florian Weimer  <fweimer@redhat.com>
969
970         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
971         loading.
972         * iconv/Versions (__gconv_transliterate): Export for use from
973         gconv modules.
974         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
975         (struct __gconv_trans_data, __gconv_trans_fct,
976         __gconv_trans_context_fct, __gconv_trans_query_fct,
977         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
978         definitions.
979         (struct __gconv_step_data): Remove __trans member.
980         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
981         longer hidden.  Remove unused trans_data argument.
982         * iconv/gconv_int.h (struct trans_struct): Remove definition.
983         (__gconv_translit_find): Remove declaration.
984         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
985         prototype.
986         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
987         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
988         trans_data argument.  Add hidden definition.
989         (__gconv_translit_find): Remove.
990         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
991         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
992         * iconv/skeleton.c: Remove transliteration initialization.
993         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
994         __gconv_step_data initialization.
995         * libio/iofwide.c (__libio_translit_): Remove.
996         (_IO_fwide): Adjust struct __gconv_step_data initialization.
997         * wcsmbs/btowc.c (__btowc): Likewise.
998         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
999         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1000         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1001         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
1002         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1003         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1004         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1005         * wcsmbs/wctob.c (wctob): Likewise.
1006
1007 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1008
1009         [BZ #16194]
1010         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
1011         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
1012         register usage.
1013         * sysdeps/x86/Makefile: Adjust.
1014
1015 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
1016             Roland McGrath  <roland@hack.frob.com>
1017
1018         * locale/weight.h: Add include guard.
1019         (findidx): Make static rather than auto; take new parameters
1020         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
1021         * locale/weightwc.h: Likewise.
1022         * posix/fnmatch_loop.c
1023         (FCT): Change type of EXTRA from int32_t to wint_t.
1024         Don't include either header inside the function.
1025         Call FINDIDX rather than findidx, and pass new arguments.
1026         #undef FINDIDX at the end of the file.
1027         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
1028         FINDIDX before including fnmatch_loop.c for the non-wide version.
1029         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
1030         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
1031         for the wide version.
1032         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
1033         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
1034         Pass new arguments to findidx.
1035         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
1036         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
1037         Don't #include it inside the function.  Pass new arguments to findidx.
1038         * posix/regex_internal.h
1039         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
1040         (re_string_elem_size_at): Don't #include it inside the function.
1041         Pass new arguments to findidx.
1042         * string/strcoll_l.c: #include WEIGHT_H at top level.
1043         (get_next_seq): Don't #include it inside the function.
1044         Pass new arguments to findidx.
1045         (get_next_seq_nocache): Likewise.
1046         * string/strxfrm_l.c: #include WEIGHT_H at top level.
1047         (STRXFRM): Don't #include it inside the function.
1048         Pass new arguments to findidx.
1049
1050 2014-09-11  Florian Weimer  <fweimer@redhat.com>
1051
1052         [BZ #17344]
1053         * malloc/malloc.c (unlink): Turn asserts into a call to
1054         malloc_printerr.
1055
1056 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
1057
1058         [BZ #17370]
1059         * libio/wfileops (do_ftell_wide): Free OUT.
1060
1061 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
1062
1063         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
1064
1065 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1066
1067         [BZ #17363]
1068         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
1069         group if the current group is empty.
1070
1071 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1072
1073         * benchtests/bench-memset.c (test_main): Add more test from size
1074         from 32 to 512 bytes.
1075         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1076         Add POWER8 memset object.
1077         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1078         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
1079         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
1080         implementation.
1081         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
1082         Likewise.
1083         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
1084         multiarch POWER8 memset optimization.
1085         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
1086         POWER8 memset optimization.
1087
1088         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1089         Remove bzero multiarch objects.
1090         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
1091         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
1092         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
1093         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
1094         Remove define.
1095         [__bzero]: Redefine to specific name.
1096         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1097         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1098         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
1099         define.
1100         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1101         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1102
1103 2014-09-10  Florian Weimer  <fweimer@redhat.com>
1104
1105         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1106         warnings into errors.
1107
1108         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1109         __cxa_thread_atexit_impl prototype.
1110
1111 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1112
1113         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1114         Fix capitalization of error message.
1115
1116 2014-09-09  Steve Ellcey  <sellcey@mips.com>
1117
1118         * sysdeps/mips/preconfigure: Modify ABI tests.
1119
1120 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
1121
1122         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1123
1124 2014-09-07  Roland McGrath  <roland@hack.frob.com>
1125             Carlos O'Donell  <carlos@systemhalted.org>
1126
1127         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
1128         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
1129         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
1130         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
1131         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1132         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1133         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1134         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1135         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1136         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1137         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1138         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1139         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1140         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1141         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1142         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1143         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1144         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1145         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1146         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1147         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1148         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1149         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1150         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1151         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1152         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1153         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1154         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1155         Deconditionalize the code that was previously under [RESET_PID].
1156         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1157         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1158         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1159         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1160         include sysdep.h.
1161
1162 2014-09-08  Allan McRae  <allan@archlinux.org>
1163
1164         * version.h (RELEASE): Set to "development".
1165         (VERSION): Set to "2.20.90"
1166
1167 2014-09-07  Allan McRae  <allan@archlinux.org
1168
1169         * version.h (RELEASE): Set to "stable".
1170         (VERSION): Set to "2.20"
1171         * include/features.h (__GLIBC_MINOR__): Set to 20.
1172
1173         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1174         Liebler.
1175
1176         * po/ko.po: Update Korean translation from translation project.
1177
1178 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
1179
1180         [BZ #17354]
1181         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1182         macro for handling signed relocations.
1183
1184 2014-09-03  Florian Weimer  <fweimer@redhat.com>
1185
1186         [BZ #17325]
1187         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1188         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1189         assert.
1190         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1191         * iconvdata/ibm935.c (BODY): Likewise.
1192         * iconvdata/ibm937.c (BODY): Likewise.
1193         * iconvdata/ibm939.c (BODY): Likewise.
1194         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1195         assert.
1196         * iconvdata/Makefile (iconv-test.out): Pass module list to test
1197         script.
1198         * iconvdata/run-iconv-test.sh: New test loop for checking for
1199         decoder crashers.
1200
1201 2014-09-02  Khem Raj  <raj.khem@gmail.com>
1202
1203         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1204         libm_hidden_ver.
1205
1206 2014-09-01  Allan McRae  <allan@archlinux.org>
1207
1208         * po/eo.po: Update Esperanto translation from translation project.
1209
1210         * po/ca.po: Update Catalan translation from translation project.
1211
1212 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1213
1214         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1215         __proc_dostop call.
1216
1217 2014-08-27  Mark Wielaard  <mjw@redhat.com>
1218
1219         [BZ #17319]
1220         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1221         to call set_thread_area instead of hand written asm.
1222         (__NR_set_thread_area): Removed define.
1223         (TLS_FLAG_WRITABLE): Likewise.
1224         (__ASSUME_SET_THREAD_AREA): Remove check.
1225         (TLS_EBX_ARG): Remove define.
1226         (TLS_LOAD_EBX): Likewise.
1227
1228 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1229
1230         Simplify atomicity of socket creation in bind.
1231
1232         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1233         looking up the name after linking the file.
1234
1235 2014-08-27  Allan McRae  <allan@archlinux.org>
1236
1237         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1238
1239 2014-08-26  Florian Weimer  <fweimer@redhat.com>
1240
1241         [BZ #17187]
1242         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1243         trans_compare, open_translit, __gconv_translit_find):
1244         Remove module loading code.
1245
1246 2014-08-26  Allan McRae  <allan@archlinux.org>
1247
1248         * po/vi.po: Update Vietnamese translation from translation project.
1249
1250         * po/uk.po: Update Ukrainian translation from translation project.
1251
1252         * po/fr.po: Update French translation from translation project.
1253
1254         * po/ru.po: Update Russian translation from translation project.
1255
1256         * po/pl.po: Update Polish translation from translation project.
1257
1258         * po/cs.po: Update Czech translation from translation project.
1259
1260         * po/de.po: Update German translation from translation project.
1261
1262         * po/bg.po: Update Bulgarian translation from translation project.
1263
1264         * po/sv.po: Update Sweedish translation from translation project.
1265
1266         * po/nl.po: Update Dutch translation from translation project.
1267
1268         * po/es.po: Update Spanish translation from translation project.
1269
1270 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1271
1272         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1273
1274         * catgets/Makefile (CPPFLAGS-gencat): Remove.
1275         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1276         (CPPFLAGS-iconvconfig): Likewise.
1277         * timezone/Makefile (CPPFLAGS-zic): Likewise.
1278
1279         * include/libc-symbols.h: Remove unnecessary check for
1280         NOT_IN_libc.
1281         * nptl/pthreadP.h: Likewise.
1282         * sysdeps/aarch64/setjmp.S: Likewise.
1283         * sysdeps/alpha/setjmp.S: Likewise.
1284         * sysdeps/arm/sysdep.h: Likewise.
1285         * sysdeps/i386/setjmp.S: Likewise.
1286         * sysdeps/m68k/setjmp.c: Likewise.
1287         * sysdeps/posix/getcwd.c: Likewise.
1288         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1289         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1290         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1291         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1292         * sysdeps/sh/sh3/setjmp.S: Likewise.
1293         * sysdeps/sh/sh4/setjmp.S: Likewise.
1294         * sysdeps/unix/alpha/sysdep.h: Likewise.
1295         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1296         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1297         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1298         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1301         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1302         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1303         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1304         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1305         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1306         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1307         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1308         * sysdeps/x86_64/setjmp.S: Likewise.
1309
1310 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
1311
1312         [BZ #17263]
1313         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1314         <stdint.h>.
1315         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1316         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1317
1318 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
1319
1320         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1321
1322         [BZ #17262]
1323         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1324         and __x86_64__ when disabling x87 inline functions.
1325
1326 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
1327
1328         [BZ #17259]
1329         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1330         asm statement with __cpuid_count.
1331
1332 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
1333
1334         * configure.ac: Change __ehdr_start code to dereference the struct.
1335         Run readelf on the output to look for relocations.
1336         * configure: Regenerated.
1337
1338 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
1339
1340         [BZ #17261]
1341         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1342         value to 0.
1343         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1344
1345 2014-08-12  Roland McGrath  <roland@hack.frob.com>
1346
1347         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1348
1349 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
1350
1351         [BZ #16892]
1352         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1353         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1354
1355 2014-08-12  Sean Anderson  <seanga2@gmail.com>
1356
1357         * malloc/malloc.c: Fix typo in comment.
1358
1359 2014-08-09  Allan McRae  <allan@archlinux.org>
1360
1361         * Regenerate libc.po.
1362
1363 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
1364
1365         * intl/tst-gettext2.sh: Check every lang file for creation.
1366
1367 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1368
1369         * sysdeps/aarch64/fpu/math_private.h
1370         (libc_feholdsetround_noex_aarch64_ctx): New function.
1371
1372 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
1373
1374         * sysdeps/arm/armv6/strcpy.S (strcpy):
1375         Fix performance issue in misaligned cases.
1376
1377 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1378
1379         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1380         Move definition from termios.h.
1381         (struct termio): Likewise.
1382         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1383         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1384         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1385         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1386         Likewise.
1387         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1388         Move definition to ioctl-types.h
1389         (struct termio): Likewise.
1390         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1391         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1392         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1393         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1394         Likewise.
1395
1396 2014-08-05  Richard Henderson  <rth@redhat.com>
1397
1398         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1399         exceptions.
1400         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1401         Add fraiseexcpt.
1402         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1403         Use __feraiseexcept.
1404         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1405         Protect libm symbols with IS_IN_libm.
1406
1407         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1408
1409 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
1410
1411         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1412
1413 2014-08-04  Will Newton  <will.newton@linaro.org>
1414
1415         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1416         file.
1417
1418 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
1419
1420         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1421         variants for each function.
1422
1423 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1424
1425         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1426         appended ...
1427         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1428         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1429         appended ...
1430         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1431         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1432         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1433         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1434         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1435         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1436         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1437         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1438         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1439         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1440         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1441         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1442         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1443         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1444         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1445         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1446         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1447         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1448         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1449         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1450         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1451         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1452         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1453         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1454         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1455         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1456         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1457         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1458         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1459         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1460         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1461         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1462         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1463         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1464         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1465         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1466         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1467         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1468         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1469         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1470         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1471         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1472         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1473         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1474         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1475         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1476         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1477         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1478         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1479         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1480         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1481         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1482         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1483         Update #include.
1484         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1485         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1486
1487 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1488
1489         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1490         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1491         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1492         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1493         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1494         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1495
1496 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1497
1498         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1499         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1500         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1501         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1502
1503 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1504
1505         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1506         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1507         (__libc_vfork): Define function under this name.
1508         (__vfork): Define as an alias.
1509         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1510         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1511
1512 2014-08-04  Roland McGrath  <roland@hack.frob.com>
1513
1514         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1515         that was previously under [RESET_PID].
1516         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1517
1518 2014-08-04  Andreas Schwab  <schwab@suse.de>
1519
1520         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1521
1522 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
1523
1524         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1525         (main): Likewise.
1526
1527 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1528
1529         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
1530
1531 2014-08-01  Richard Henderon  <rth@redhat.com>
1532
1533         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
1534         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
1535         typo in exact zero test.
1536         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1537         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1538         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1539
1540 2014-08-01  Roland McGrath  <roland@hack.frob.com>
1541
1542         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
1543         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
1544         * sysdeps/arm/sysdep.h: ... here.
1545         [!__ASSEMBLER__]: Include <stdint.h>.
1546
1547 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1548
1549         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
1550         (HAVE_WCTYPE_H): Likewise.
1551         (HAVE_ISWCTYPE): Likewise.
1552         (ENABLE_NLS): Likewise.
1553         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
1554         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
1555
1556         * posix/regex_internal.c: Check if DEBUG is defined and is
1557         set.
1558
1559         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
1560         (HAVE_MBSRTOWCS): Likewise.
1561         * posix/fnmatch.c: Include string.h unconditionally.
1562
1563 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1564
1565         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
1566         reversal.
1567
1568 2014-07-31  Roland McGrath  <roland@hack.frob.com>
1569
1570         * sysdeps/generic/safe-fatal.h: New file.
1571         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
1572         * nptl/forward.c: Include it.
1573         (__pthread_unwind): Use __safe_fatal as default action, rather
1574         than a bogus use of INTERNAL_SYSCALL that could never work.
1575
1576         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
1577         * configure.ac (libc_cv_builtin_trap): New test.
1578         * configure: Regenerated.
1579         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
1580         (ABORT_INSTRUCTION): Define using __builtin_trap.
1581
1582         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
1583         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
1584         * sysdeps/nptl/nptl-signals.h: New file.
1585         * nptl/pthreadP.h: Include <nptl-signals.h>.
1586
1587 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1588
1589         * sysdeps/s390/s390-64/utf16-utf32-z9.c
1590         (ONE_DIRECTION): Define.
1591         * sysdeps/s390/s390-64/utf8-utf16-z9.c
1592         (ONE_DIRECTION): Define.
1593         * sysdeps/s390/s390-64/utf8-utf32-z9.c
1594         (ONE_DIRECTION): Define.
1595
1596 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
1597
1598         * sysdeps/s390/Makefile: Delete file.
1599         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
1600         * sysdeps/s390/__longjmp.c: Delete file.
1601         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
1602         Remove fields __flags and __reserved.
1603         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
1604         and add versioning.
1605         * sysdeps/s390/rtld-__longjmp.c: Delete file.
1606         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
1607         * sysdeps/s390/rtld-setjmp.S: Likewise.
1608         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
1609         * sysdeps/s390/s390-32/__longjmp.c: ... here.
1610         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
1611         * sysdeps/s390/s390-32/setjmp.S: ... here.
1612         Add versioning.
1613         (__sigsetjmp): Remove setting __flags field.
1614         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
1615         * sysdeps/s390/s390-64/__longjmp.c: ... here.
1616         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
1617         * sysdeps/s390/s390-64/setjmp.S: ... here.
1618         Add versioning.
1619         (__sigsetjmp): Remove setting __flags field.
1620         * sysdeps/s390/setjmp.S: Delete file.
1621         * sysdeps/s390/sigjmp.c: Likewise.
1622         * sysdeps/s390/v1-longjmp.c: Likewise.
1623         * sysdeps/s390/v1-setjmp.h: Likewise.
1624         * sysdeps/s390/v1-sigjmp.c: Likewise.
1625         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
1626         Remove v1-longjmp_chk.
1627         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
1628         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
1629         Include debug/longjmp_chk.c and add versioning.
1630         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
1631         Include nptl/pt-longjmp.c and add versioning.
1632         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
1633         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
1634         Include __longjmp.c.
1635         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
1636         Move to ...
1637         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
1638         (__getcontext): Remove setting __flags field.
1639         Add versioning.
1640         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1641         Don't restore upper high grps.
1642         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
1643         Likewise.
1644         (__swapcontext): Remove setting uc_flags field.
1645         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
1646         Delete file.
1647         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
1648         Include __longjmp.c.
1649         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
1650         Move to ...
1651         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
1652         (__getcontext): Remove setting __flags field.
1653         Add versioning.
1654         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
1655         (__swapcontext): Remove setting uc_flags field.
1656         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
1657         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
1658         Remove fields uc_high_gprs and __reserved.
1659         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
1660         New file with reverted content.
1661         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
1662         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
1663         Regenerated.
1664         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
1665         Regenerated.
1666
1667 2014-07-31  Andreas Schwab  <schwab@suse.de>
1668
1669         * config.h.in (HAVE_IFUNC): Define to 0.
1670         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
1671         definedness.
1672
1673 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
1674
1675         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1676         memmove-avx-unaligned, memcpy-avx-unaligned and
1677         mempcpy-avx-unaligned.
1678         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1679         Add tests for AVX memcpy functions.
1680         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
1681         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
1682         memcpy_chk.
1683         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
1684         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
1685         memmove_chk.
1686         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
1687         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
1688         mempcpy_chk.
1689         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
1690         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
1691         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
1692
1693 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1694
1695         [BZ #17213]
1696         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
1697         powerpc64le.
1698
1699 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
1700
1701         [BZ #16839]
1702         * manual/llio.texi: Add section about open file description locks.
1703         * manual/examples/ofdlocks.c: Example of open file description
1704         lock usage.
1705         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
1706         F_OFD_SETLK, and F_OFD_SETLKW.
1707
1708 2014-07-23  Allan McRae  <allan@archlinux.org>
1709
1710         * po/es.po: Update Spanish translation from translation project.
1711
1712 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
1713
1714         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
1715
1716 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
1717
1718         [BZ #17078]
1719         * sysdeps/arm/dl-machine.h (elf_machine_rela)
1720         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
1721         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
1722
1723 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
1724
1725         [BZ #17088]
1726         * math/fesetenv.c (__fesetenv)
1727         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
1728         * math/feupdateenv.c (__feupdateenv)
1729         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
1730
1731         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
1732         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1733         (__ASSUME_SOCKETCALL): Do not define.
1734
1735         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
1736         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
1737         (__ASSUME_SOCKETCALL): Do not define.
1738         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
1739         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1740         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1741         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1742         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1743         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
1744         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1745         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1746
1747         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
1748         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
1749         (__ASSUME_SOCKETCALL): Do not define.
1750         (__ASSUME_IPC64): Define unconditionally.
1751         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1752         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1753         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1754         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1755         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
1756         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1757         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
1758         Likewise.
1759
1760         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
1761         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
1762         (__ASSUME_SOCKETCALL): Do not define.
1763         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
1764         (__ASSUME_FUTEX_LOCK_PI): Likewise.
1765         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1766         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1767         (__ASSUME_REQUEUE_PI): Define unconditionally.
1768         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1769         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1770         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1771         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1772         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1773         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1774
1775         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1776         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1777         (__ASSUME_SOCKETCALL): Do not define.
1778         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
1779         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1780         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1781         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
1782         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1783         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1784
1785         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
1786         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
1787         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1788         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
1789         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1790         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
1791         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1792         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
1793         (__ASSUME_GETCPU_SYSCALL): Likewise.
1794
1795         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
1796         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
1797         cases for individual architectures.
1798         * sysdeps/gnu/configure: Regenerated.
1799         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
1800         LIBC_SLIBDIR_RTLDDIR.
1801         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
1802         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
1803         LIBC_SLIBDIR_RTLDDIR.
1804         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1805         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
1806         LIBC_SLIBDIR_RTLDDIR.
1807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1808         Regenerated.
1809         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
1810         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
1811         file.
1812         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
1813         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
1814         file.
1815         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
1816         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
1817         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1818         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1819
1820         * sysdeps/aarch64/shlib-versions: Move to ...
1821         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1822         * sysdeps/alpha/shlib-versions: Move to ...
1823         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1824         * sysdeps/arm/shlib-versions: Move to ...
1825         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1826         * sysdeps/hppa/shlib-versions: Move all contents except for
1827         libgcc_s entry to ...
1828         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
1829         entry from ...
1830         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
1831         * sysdeps/ia64/shlib-versions: Move to ...
1832         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
1833         entry from ...
1834         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
1835         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1836         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1837         * sysdeps/microblaze/shlib-versions: Move to ...
1838         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1839         * sysdeps/mips/shlib-versions: Move to ...
1840         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
1841         entry from ...
1842         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
1843         * sysdeps/tile/shlib-versions: Move to ...
1844         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1845         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1846         from ...
1847         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
1848         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1849         entry from ...
1850         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
1851
1852 2014-07-17  Will Newton  <will.newton@linaro.org>
1853
1854         * sysdeps/arm/bits/atomic.h
1855         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1856         (__arch_compare_and_exchange_bool_16_int): Likewise.
1857         (__arch_compare_and_exchange_bool_64_int): Likewise.
1858
1859         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1860         into an #else block.
1861
1862 2014-07-16  Roland McGrath  <roland@hack.frob.com>
1863
1864         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1865         just Linux configurations.  Test empirically that the compiler sets
1866         __ARM_EABI__, rather than using the tuple to decide.
1867         * sysdeps/arm/preconfigure: Regenerated.
1868         * sysdeps/unix/sysv/linux/arm/configure: File removed.
1869         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1870         contents appended ...
1871         * sysdeps/arm/configure.ac: ... here.
1872         * sysdeps/arm/configure: Regenerated.
1873
1874 2014-07-15  Roland McGrath  <roland@hack.frob.com>
1875
1876         * nptl/pthread_kill.c: New file.
1877         * nptl/pthread_sigmask.c: New file.
1878         * nptl/pthread_sigqueue.c: New file.
1879
1880         * sysdeps/nptl/lowlevellock.h: New file.
1881         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1882         * sysdeps/nptl/lowlevellock-futex.h: New file.
1883
1884         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1885         Remove dead declarations.
1886
1887 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1888
1889         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1890         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1891         config-cflags-avx2.
1892         * sysdeps/x86_64/configure.ac: Likewise.
1893         * sysdeps/i386/configure: Regenerated.
1894         * sysdeps/x86_64/configure: Likewise.
1895         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1896         memset-avx2 only if config-cflags-avx2 is yes.
1897         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1898         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1899         defined.
1900         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1901         only if HAVE_AVX2_SUPPORT is defined.
1902         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1903
1904 2014-07-14  Alan Modra  <amodra@gmail.com>
1905
1906         [BZ #17153]
1907         * elf/elf.h (DT_PPC64_NUM): Correct value.
1908         * NEWS: Add to fixed bug list.
1909
1910 2014-07-13  Jim Meyering  <meyering@fb.com>
1911
1912         [BZ 17150]
1913         regex: don't deref NULL upon heap allocation failure
1914         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1915         failure in one more place.
1916         To trigger the segfault, configure grep -with-included-regex,
1917         build it, and run these commands:
1918         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1919
1920 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
1921
1922         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1923
1924 2014-07-11  Richard Henderson  <rth@redhat.com>
1925
1926         * sysdeps/aarch64/libm-test-ulps: Update.
1927
1928 2014-07-10  Florian Weimer  <fweimer@redhat.com>
1929
1930         [BZ #17135]
1931         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1932         * nptl/allocatestack.c (__nptl_setxid_error): New function.
1933         (__nptl_setxid): Initialize error member.  Call
1934         __nptl_setxid_error.
1935         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1936         * nptl/descr.h (struct xid_command): Add error member.
1937         * nptl/tst-setuid3.c: New file.
1938         * nptl/Makefile (tests): Add it.
1939
1940 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1941
1942         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1943         New define.
1944         (__lll_trylock): Use __lll_base_trylock.
1945         (__lll_cond_trylock): Likewise.
1946
1947 2014-07-10  Roland McGrath  <roland@hack.frob.com>
1948
1949         * nptl/pthread_create.c (start_thread): Use atomic_or and
1950         lll_futex_wake directly rather than lll_robust_dead.
1951         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1952         (lll_robust_dead): Macro removed.
1953         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
1954         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1955         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1956         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1957         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1958         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1959         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1960         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1961         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1962         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1963         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1964         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1965         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1966         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1967         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1968
1969         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1970         Use atomic_compare_and_exchange_val_acq directly rather than
1971         lll_robust_trylock.
1972         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1973         (__lll_robust_trylock, lll_robust_trylock): Removed.
1974         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1975         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1976         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1977         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1978         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1979         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1980         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1981         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1982         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1983         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1984         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1985         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1986         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1987         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1988
1989 2014-07-02  Florian Weimer  <fweimer@redhat.com>
1990
1991         * manual/locale.texi (Locale Names): New section documenting
1992         locale name syntax.  Adjust menu and node chaining accordingly.
1993         (Choosing Locale): Reference Locale Names, Locale Categories.
1994         Mention setting LC_ALL=C.  Reflect that name syntax is now
1995         documented.
1996         (Locale Categories): New section title.  Reference Locale Names.
1997         LC_ALL is an environment variable, but not a category.
1998         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
1999         description, now in Locale Name.  Reference that section.  Locale
2000         name syntax is now documented.
2001
2002 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2003
2004         [BZ #17137]
2005         * locale/findlocale.c (name_present, valid_locale_name): New
2006         functions.
2007         (_nl_find_locale): Use the loc_name variable to store name
2008         candidates.  Call name_present and valid_locale_name to check and
2009         validate locale names.  Return an error if the locale is invalid.
2010
2011 2014-07-02  Florian Weimer  <fweimer@redhat.com>
2012
2013         * locale/setlocale.c (setlocale): Use strdup for allocating
2014         composite name copy.
2015
2016 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2017
2018         Sync up with gnulib.
2019         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
2020         [!_LIBC && ENABLE_NLS]: Include gettext.h.
2021         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
2022         and _GL_ARG_NONNULL.
2023         [USE_UNLOCKED_IO]: Include unlocked-io.h.
2024         [!_LIBC]: Include code for Windows and Cygwin.
2025         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
2026         Include prototype for int strerror_r.
2027         [!_LIBC] (is_open): New function.
2028         (flush_stdout): New function.
2029         (print_errno_message): Use it.
2030         (error): Likewise.
2031         (error_at_line): Likewise.
2032         (error_tail) Add function attribute macros.  Use
2033         __builtin_expect.
2034
2035         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
2036
2037         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
2038
2039         * io/ftw.c: Include sys/param.h unconditionally.
2040
2041         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
2042
2043         [BZ #17125]
2044         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
2045         libc_freeres_ptr.
2046         (freecache): New function to free CACHE on exit.
2047
2048         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
2049         initialization.
2050
2051 2014-07-09  David S. Miller  <davem@davemloft.net>
2052
2053         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2054
2055         * sysdeps/sparc/nptl/internaltypes.h: Delete.
2056         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
2057         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
2058         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
2059         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
2060         * sysdeps/sparc/nptl/sem_init.c: Likewise.
2061         * sysdeps/sparc/nptl/sem_post.c: Likewise.
2062         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
2063         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
2064         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
2065         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
2066         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
2067         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
2068
2069 2014-07-09  Andreas Schwab  <schwab@suse.de>
2070
2071         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
2072         output.
2073         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
2074         (do_test): Likewise.
2075
2076         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
2077
2078 2014-07-09  Will Newton  <will.newton@linaro.org>
2079
2080         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
2081         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
2082         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
2083         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
2084         * sysdeps/hppa/start.S (_start): Likewise.
2085
2086 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
2087
2088         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
2089
2090         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
2091         defined.
2092
2093 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2094
2095         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
2096         after checking that it is non-NULL.
2097
2098         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
2099
2100 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2101
2102         * sysdeps/powerpc/memmove.c: Remove file.
2103         * sysdeps/powerpc/powerpc32/power4/memcopy.h
2104         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2105         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2106         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2107         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2108         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2109         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2110         string memmove instead of removed powerpc one.
2111
2112         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2113         [weak_alias]: Fix compiler warning due trailing data.
2114         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2115         [weak_alias]: Likewise.
2116         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2117         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2118
2119         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2120         (__libc_ifunc_impl_list): Add memmove functions.
2121
2122 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
2123
2124         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2125         Remove code.
2126         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
2127         Likewise
2128         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
2129         Likewise
2130         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
2131         Likewise
2132         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2133         Likewise
2134         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2135         Likewise
2136         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2137         Likewise
2138         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2139         Likewise
2140         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2141         Likewise
2142         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2143         Likewise
2144         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2145         Likewise
2146         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2147         Likewise
2148         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2149         Likewise
2150         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2151         Likewise
2152         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2153         Likewise
2154         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2155         Likewise
2156         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2157         Likewise
2158
2159 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2160
2161         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2162         to avoid alignment traps in non-cacheable memory.
2163         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2164
2165         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2166         multiarch objects.
2167         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2168         file: multiarch power7 memmove.
2169         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2170         multiarch default memmove.
2171         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2172         multiarch memove for powerpc32/power4.
2173
2174         * string/bcopy.c: Use full path to include memmove.c.
2175         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2176         multiarch objects.
2177         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2178         bcopy for powerpc64.
2179         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2180         bcopy for powerpc64.
2181         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2182         and memmove implementations.
2183         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2184         optimized multiarch memmove for POWER7/powerpc64.
2185         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2186         default multiarch memmove for powerpc64.
2187         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2188         multiarch for powerpc64.
2189         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2190         for POWER7/powerpc64.
2191         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2192         memmove for POWER7/powerpc64.
2193
2194         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2195         glibc default one.
2196
2197         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2198         __ELF_NATIVE_CLASS equal to 64.
2199
2200 2014-07-07  Roland McGrath  <roland@hack.frob.com>
2201
2202         * sysdeps/nptl/lowlevellock.h: File removed.
2203
2204         * NEWS: NPTL is no longer an add-on!
2205         * nptl/internaltypes.h: Moved ...
2206         * sysdeps/nptl/internaltypes.h: ... here.
2207         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2208         * sysdeps/nptl/fork.c: Likewise.
2209         * sysdeps/nptl/gai_misc.h: Likewise.
2210         * sysdeps/nptl/librt-cancellation.c: Likewise.
2211         * sysdeps/nptl/jmp-unwind.c: Likewise.
2212         * sysdeps/nptl/setxid.h: Likewise.
2213         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2214         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2215         * sysdeps/unix/sysv/linux/arm/Implies: New file.
2216         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2217         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2218         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2219         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2220         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2221         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2222         * sysdeps/unix/sysv/linux/mips/Implies: New file.
2223         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2224         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2225         * sysdeps/unix/sysv/linux/sh/Implies: New file.
2226         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2227         * sysdeps/unix/sysv/linux/tile/Implies: New file.
2228         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2229         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2230         * nptl/Makeconfig: Moved ...
2231         * sysdeps/nptl/Makeconfig: ... here.
2232         * nptl/configure: File removed.
2233         * nptl/ANNOUNCE: File removed.
2234         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2235         * sysdeps/unix/sysv/linux/configure: Regenerated.
2236
2237         * nptl/Makefile (routines): Add libc_pthread_init,
2238         libc_multiple_threads, register-atfork and unregister-atfork.
2239         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2240         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2241         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2242         pthread-pi-defines.sym, structsem.sym.
2243         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2244         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2245         [$(subdir) = nptl] (tests): Add tst-setgetname.
2246         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2247         * sysdeps/unix/sysv/linux/sigaction.c: Just include
2248         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2249         [!LIBC_SIGACTION]: Remove aliases.
2250         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2251         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2252         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2253         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2254         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2255         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2256         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2257         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2258         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2259         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2260         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2261         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2262         __libc_allocate_rtsig_private.
2263         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2264         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2265         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2266         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2267         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2268         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2269         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2270         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2271         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2272         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2273         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2274         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2275         * nptl/internaltypes.h: ... here.
2276         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2277         * sysdeps/nptl/jmp-unwind.c: ... here.
2278         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2279         * nptl/libc-lowlevellock.c: ... here.
2280         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2281         * nptl/libc_multiple_threads.c: ... here.
2282         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2283         * nptl/libc_pthread_init.c: ... here.
2284         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2285         * nptl/lowlevelbarrier.sym: ... here.
2286         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2287         * nptl/lowlevelcond.sym: ... here.
2288         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2289         * nptl/lowlevellock.c: ... here.
2290         * nptl/lowlevellock.h: Moved ...
2291         * sysdeps/nptl/lowlevellock.h: ... here.
2292         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2293         * nptl/lowlevelrobustlock.c: ... here.
2294         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2295         * nptl/lowlevelrobustlock.sym: ... here.
2296         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2297         * nptl/lowlevelrwlock.sym: ... here.
2298         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2299         * nptl/pt-fork.c: ... here.
2300         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2301         * nptl/pthread-pi-defines.sym: ... here.
2302         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2303         * nptl/pthread_attr_getaffinity.c: ... here.
2304         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2305         * nptl/pthread_attr_setaffinity.c: ... here.
2306         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2307         * nptl/pthread_mutex_cond_lock.c: ... here.
2308         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2309         Update #include.
2310         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2311         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2312         * nptl/pthread_once.c: ... here, replacing old file.
2313         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2314         * nptl/pthread_yield.c: ... here.
2315         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2316         * nptl/register-atfork.c: ... here.
2317         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2318         * nptl/sem_post.c: ... here.
2319         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2320         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2321         * nptl/sem_timedwait.c: ... here.
2322         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2323         * nptl/sem_trywait.c: ... here.
2324         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2325         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2326         * nptl/sem_wait.c: ... here.
2327         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2328         * nptl/structsem.sym: ... here.
2329         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2330         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2331         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2332         * nptl/unregister-atfork.c: ... here.
2333         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2334         * nptl/unwindbuf.sym: ... here.
2335         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2336         * sysdeps/nptl/fork.c: ... here.
2337         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2338         * sysdeps/nptl/fork.h: ... here.
2339         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2340         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2341         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2342         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2343         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2344         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2345         * sysdeps/unix/sysv/linux/getpid.c: ... here.
2346         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2347         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2348         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2349         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2350         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2351         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2352         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2353         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2354         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2355         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2356         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2357         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2358         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2359         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2360         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2361         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2362         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2363         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2364         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2365         * sysdeps/unix/sysv/linux/raise.c: ... here.
2366         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2367         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2368         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2369         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2370         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2371         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2372         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2373         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2374         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2375         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2376         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2377         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2378         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2379         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2380         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2381
2382 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
2383
2384         * sysdeps/generic/memcopy.h: Add comment for
2385         MEMCPY_OK_FOR_FWD_MEMMOVE.
2386
2387 2014-07-04  Will Newton  <will.newton@linaro.org>
2388
2389         * string/memchr.c: Merge from gnulib.
2390         [_LIBC]: Remove conditionals.
2391         (__ptr_t): Remove define.
2392         (LONG_MAX_32_BITS): Likewise.
2393         (LONG_MAX): Likewise.
2394         (MEMCHR): Use ANSI prototype and optimize algorithm.
2395
2396         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2397
2398 2014-07-03  Roland McGrath  <roland@hack.frob.com>
2399
2400         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2401         (lll_futex_timed_wait_bitset): Fix syscall argument count.
2402
2403         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2404         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2405         in a bare environment with no <stdlib.h> installed.
2406         * sysdeps/nptl/configure: Regenerated.
2407
2408         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2409
2410         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2411         AC_EGREP_CPP for kernel header checks, so they only succeed if
2412         including <linux/version.h> actually works right.
2413         * sysdeps/unix/sysv/linux/configure: Regenerated.
2414
2415         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2416         value so it's not diagnosed as unused.
2417
2418         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2419         thing) with "ifeq ($(subdir),rt)".
2420
2421 2014-07-03  Richard Henderson  <rth@redhat.com>
2422
2423         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2424         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2425         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2426
2427         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2428         (math_force_eval): New.
2429
2430         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2431         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2432
2433         * sysdeps/alpha/fpu/s_round.c: Remove file.
2434         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2435
2436         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2437         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2438         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2439         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2440         (_dl_start, print_statistics): Likewise.
2441         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2442         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2443
2444         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2445         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2446         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2447         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2448         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2449         (HP_SMALL_TIMING_AVAIL): Define.
2450         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2451         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2452         (HP_SMALL_TIMING_AVAIL): Define.
2453         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2454         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2455
2456         * sysdeps/aarch64/hp-timing.h: New file.
2457
2458         * sysdeps/generic/hp-timing.h: Remove dead comment.
2459         * sysdeps/generic/hp-timing-common.h: New file.
2460         * sysdeps/alpha/hp-timing.h: Include it.
2461         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2462         * sysdeps/i386/i686/hp-timing.h: Likewise.
2463         * sysdeps/ia64/hp-timing.h: Likewise.
2464         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2465         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2466         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2467         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2468         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2469         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2470         (hp_timing_t): New.
2471
2472         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2473         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2474         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2475         * elf/rtld.c (_dl_start_final): Likewise.
2476         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2477         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2478         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2479         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2480         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2481         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2482         (HP_TIMING_DIFF_INIT): Remove.
2483         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2484         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2485         (HP_TIMING_DIFF_INIT): Remove.
2486         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2487         * sysdeps/i386/i686/hp-timing.c: Remove file.
2488         * sysdeps/x86_64/hp-timing.c: Remove file.
2489         * sysdeps/ia64/hp-timing.c: Remove file.
2490         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2491         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2492         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2493         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2494
2495         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2496         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2497         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2498         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2499         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2500         (HP_TIMING_ACCUM): Remove.
2501         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2502         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2503         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2504
2505         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2506         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2507         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2508         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2509         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2510         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2511         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2512         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2513
2514         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2515
2516 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
2517
2518         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2519
2520 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2521
2522         Sync up with gettext.
2523         * intl/loadmsgcat.c: Define O_BINARY if not defined.
2524         [_MSC_VER]: Include malloc.h
2525         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
2526         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
2527         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
2528         TEMP_FAILURE_RETRY.  Cast return of alloca.
2529         [!_LIBC] Call gl_rwlock_init.
2530         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
2531
2532 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2533
2534         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
2535         before checking its value.
2536
2537 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2538
2539         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
2540
2541         * debug/memcpy_chk.c: Don't include pagecopy.h.
2542         * debug/mempcpy_chk.c: Likewise.
2543         * string/memcpy.c: Likewise.
2544         * string/memmove.c: Likewise.
2545         * sysdeps/powerpc/memmove.c: Likewise.
2546         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
2547         definition of PAGE_COPY_FWD_MAYBE here...
2548         * sysdeps/generic/pagecopy.h: ... from here.
2549         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
2550
2551 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
2552             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2553
2554         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
2555         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
2556         optimizations.
2557         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2558         (__libc_ifunc_impl_list): Likewise.
2559         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
2560         multiarch strcat for PPC64.
2561         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
2562         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
2563
2564 2014-07-02  Roland McGrath  <roland@hack.frob.com>
2565
2566         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
2567
2568 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2569
2570         * intl/loadmsgcat.c: Remove declaration of
2571         get_sysdep_segment_value.
2572         (get_sysdep_segment_value): Use ISO C style.
2573         (_nl_load_domain): Use ISO C style.  Get rid of redundant
2574         semicolon.  Fix typo and formatting in comment.
2575         (_nl_unload_domain): Use ISO C style.
2576
2577         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
2578
2579 2014-07-02  Will Newton  <will.newton@linaro.org>
2580
2581         * malloc/obstack.c: Merge from gnulib master.
2582         [HAVE_CONFIG_H]: Remove conditional code.
2583         [!_LIBC]: Include config.h.
2584         [!ELIDE_CODE]: Don't include inttypes.h, include
2585         stdint.h unconditionally.
2586         (print_and_abort): Mark as _Noreturn.
2587         (_obstack_allocated_p): Mark as __attribute_pure__.
2588         (obstack_free): Rename to __obstack_free.
2589         [!__attribute__]: Remove conditional code.
2590         * malloc/obstack.h: Merge from gnulib master.
2591         [__cplusplus]: Move conditional down.
2592         [!__attribute_pure__]: Define __attribute_pure__ here
2593         if it is not already defined.
2594         (_obstack_memory_used): Mark as __attribute_pure__.
2595         [!__obstack_free]: Define as obstack_free.
2596         [__GNUC__]: Remove check for ancient NeXT gcc.
2597
2598 2014-07-02  Will Newton  <will.newton@linaro.org>
2599             Paul Eggert  <eggert@cs.ucla.edu>
2600
2601         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
2602
2603 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2604
2605         * resolv/gethnamaddr.c: Add comment warning that the file is
2606         not maintained.
2607
2608 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
2609
2610         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
2611         entries.
2612
2613         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
2614         entry for aio_cancel and aio_cancel64.
2615         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
2616         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
2617         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
2618         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
2619         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
2620         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
2621         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
2622         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
2623         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
2624         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
2625         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
2626         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
2627         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
2628
2629 2014-07-01  Roland McGrath  <roland@hack.frob.com>
2630
2631         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
2632         * nptl/pthread_mutex_lock.c: Likewise.
2633         * nptl/pthread_mutex_timedlock.c: Likewise.
2634         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
2635
2636 2014-07-01  Richard henderson  <rth@redhat.com>
2637
2638         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
2639         (__isnan, __isnanl): Remove.
2640         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
2641
2642         * sysdeps/alpha/fpu/libm-test-ulps: Update.
2643
2644 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
2645
2646         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2647
2648 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
2649
2650         * resolv/nss_dns/dns-host.c (getanswer_r)
2651         [MULTI_PTRS_ARE_ALIASES]: Remove code.
2652
2653 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
2654
2655         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2656         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
2657         undefine.
2658         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
2659         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
2660
2661 2014-07-01  Roland McGrath <roland@hack.frob.com>
2662
2663         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
2664         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
2665
2666         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
2667         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
2668
2669         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
2670         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
2671         ... here.
2672         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
2673         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
2674
2675         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
2676         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
2677         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
2678         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
2679
2680         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
2681         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
2682         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
2683         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
2684         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
2685         Moved ...
2686         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
2687         ... here.
2688         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
2689         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
2690         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
2691         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
2692         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
2693         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
2694         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
2695         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
2696         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
2697         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
2698         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
2699         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
2700         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
2701         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
2702         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
2703         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
2704         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
2705         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
2706         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
2707         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
2708         ... here.
2709         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
2710         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
2711         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
2712         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
2713         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
2714         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
2715         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
2716         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
2717
2718 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
2719
2720         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
2721         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
2722         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
2723         Add sysdep.
2724
2725 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2726
2727         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2728
2729 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2730
2731         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
2732         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2733
2734         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
2735
2736         * sysdeps/arm/libm-test-ulps: Regenerated.
2737
2738 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2739             Roland McGrath <roland@hack.frob.com>
2740
2741         * test-skeleton.c (signal_handler): Kill the whole process group
2742         before killing the child individually.
2743         (main): Report any failure on `setpgid'.
2744
2745 2014-06-30  Roland McGrath  <roland@hack.frob.com>
2746
2747         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
2748         from _TLS_H to _ARM_NPTL_TLS_H.
2749         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
2750         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
2751
2752 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
2753
2754         [BZ #16539]
2755         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
2756         (__expm1l): Return argument unchanged when small but not
2757         subnormal.
2758
2759         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
2760         include macro name.
2761         (_FP_UNPACK_RAW_1_P): Likewise.
2762         (_FP_PACK_RAW_1): Likewise.
2763         (_FP_PACK_RAW_1_P): Likewise.
2764         (_FP_MUL_MEAT_1_wide): Likewise.
2765         (_FP_MUL_MEAT_DW_1_hard): Likewise.
2766         (_FP_MUL_MEAT_1_hard): Likewise.
2767         (_FP_DIV_MEAT_1_imm): Likewise.
2768         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2769         (_FP_DIV_MEAT_1_udiv): Likewise.
2770         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2771         (_FP_UNPACK_RAW_2): Likewise.
2772         (_FP_UNPACK_RAW_2_P): Likewise.
2773         (_FP_PACK_RAW_2): Likewise.
2774         (_FP_PACK_RAW_2_P): Likewise.
2775         (_FP_MUL_MEAT_DW_2_wide): Likewise.
2776         (_FP_MUL_MEAT_2_wide): Likewise.
2777         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2778         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2779         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
2780         (_FP_MUL_MEAT_2_gmp): Likewise.
2781         (_FP_DIV_MEAT_2_udiv): Likewise.
2782         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
2783         (_FP_FRAC_SRL_4): Likewise.
2784         (_FP_FRAC_SRST_4): Likewise.
2785         (_FP_FRAC_SRS_4): Likewise.
2786         (_FP_UNPACK_RAW_4): Likewise.
2787         (_FP_UNPACK_RAW_4_P): Likewise.
2788         (_FP_PACK_RAW_4): Likewise.
2789         (_FP_PACK_RAW_4_P): Likewise.
2790         (_FP_MUL_MEAT_DW_4_wide): Likewise.
2791         (_FP_MUL_MEAT_4_wide): Likewise.
2792         (_FP_MUL_MEAT_4_gmp): Likewise.
2793         (umul_ppppmnnn): Likewise.
2794         (_FP_DIV_MEAT_4_udiv): Likewise.
2795         (__FP_FRAC_ADD_4): Likewise.
2796         (__FP_FRAC_SUB_3): Likewise.
2797         (__FP_FRAC_SUB_4): Likewise.
2798         (__FP_FRAC_DEC_3): Likewise.
2799         (__FP_FRAC_DEC_4): Likewise.
2800         (__FP_FRAC_ADDI_4): Likewise.
2801         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
2802         (_FP_FRAC_SRL_8): Likewise.
2803         (_FP_FRAC_SRS_8): Likewise.
2804
2805         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
2806         include macro name.
2807         (FP_UNPACK_RAW_EP): Likewise.
2808         (FP_PACK_RAW_E): Likewise.
2809         (FP_PACK_RAW_EP): Likewise.
2810         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
2811         (_FP_ISSIGNAN): Likewise.
2812         (_FP_ADD_INTERNAL): Likewise.
2813         (_FP_FMA): Likewise.
2814         (_FP_CMP): Likewise.
2815         (_FP_SQRT): Likewise.
2816         (_FP_TO_INT): Likewise.
2817         (_FP_FROM_INT): Likewise.
2818         (FP_EXTEND): Likewise.
2819         (_FP_DIV_MEAT_N_loop): Likewise.
2820
2821 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
2822
2823         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2824         throughout.
2825
2826 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
2827
2828         [BZ #17097]
2829         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2830         result with correct sign in case of exponents that produce
2831         overflow except for X very close to 1.
2832
2833 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
2834
2835         mktime: merge #if/#ifdef usage from glibc
2836         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2837         as that works with both Glibc's and Gnulib's style.
2838         See thread starting at Siddhesh Poyarekar's bug report at:
2839         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2840
2841 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2842
2843         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2844         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2845         * sysdeps/tile/tilegx/memmove.c: Remove file.
2846
2847 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2848
2849         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2850         abi-name definition.
2851         * scripts/soversions.awk: Do not handle or generate ABI lines.
2852         * shlib-versions: Remove ABI entries.
2853         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2854         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2855
2856 2014-06-27  Roland McGrath  <roland@hack.frob.com>
2857
2858         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2859         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2860         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2861         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2862         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2863         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2864         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2865         Moved ...
2866         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2867         ... here.
2868         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2869         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2870         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2871         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2872         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2873         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2874         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2875         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2876         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2877         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2878         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2879         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2880         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2881         Moved ...
2882         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2883         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2884         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2885         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2886         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2887         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2888         Moved ...
2889         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2890         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2891         Moved ...
2892         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2893         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2894         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2895         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2896         Moved ...
2897         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2898         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2899         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2900         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2901         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2902         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2903         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2904         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2905         Moved ...
2906         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2907         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2908         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2909         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2910         Moved ...
2911         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2912         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2913         Moved ...
2914         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2915         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2916         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2917         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2918         Moved ...
2919         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2920         ... here.
2921         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2922         Identical file removed.
2923         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2924         Moved ...
2925         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2926         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2927         Identical file removed.
2928         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2929         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2930         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2931         Moved ...
2932         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2933         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2934         Identical file removed.
2935         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2936         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2937         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2938         Identical file removed.
2939         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2940         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2941         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2942         Identical file removed.
2943         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2944         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2945         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2946         Identical file removed.
2947         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2948         Moved ...
2949         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2950         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2951         Identical file removed.
2952         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2953         Moved ...
2954         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2955         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2956         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2957         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2958         Identical file removed.
2959         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2960         Moved ...
2961         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2962         ... here.
2963         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2964         Identical file removed.
2965         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2966         Moved ...
2967         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2968         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2969         Identical file removed.
2970         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2971         Moved ...
2972         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2973         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2974         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2975         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2976         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2977         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2978         Moved ...
2979         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2980         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2981         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2982
2983         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2984         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2985         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2986         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2987         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2988
2989 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
2990
2991         [BZ #17092]
2992         * nscd/nscd.c (monitor_child): Return exit status of child
2993         instead of return value from wait syscall.
2994
2995 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
2996
2997         * configure.ac (libc_commonpagesize): Remove variable.
2998         (libc_relro_required): Likewise.
2999         (libc_cv_z_relro): Remove configure test.
3000         * configure: Regenerated.
3001         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
3002         variable.
3003         (libc_relro_required): Likewise.
3004         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
3005         (libc_relro_required): Likewise.
3006         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
3007         (libc_relro_required): Likewise.
3008         * sysdeps/arm/preconfigure: Regenerated.
3009         * sysdeps/ia64/preconfigure: Remove file.
3010         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
3011         variable.
3012         (libc_relro_required): Likewise.
3013
3014         [BZ #16561]
3015         [BZ #16562]
3016         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
3017         (__ieee754_yn): Set FE_TONEAREST mode internally and then
3018         recompute overflowing results in original rounding mode.
3019         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
3020         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
3021         recompute overflowing results in original rounding mode.
3022         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
3023         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3024         recompute overflowing results in original rounding mode.
3025         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
3026         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3027         recompute overflowing results in original rounding mode.
3028         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
3029         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3030         recompute overflowing results in original rounding mode.
3031         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
3032         (libc_feholdsetround_ctx): New macro.
3033         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
3034         * sysdeps/i386/fpu/libm-test-ulps: Update.
3035         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
3036
3037 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3038
3039         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
3040         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
3041         corresponding .cpsetup call.
3042
3043 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3044
3045         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
3046         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
3047         * sysdeps/arm/Makefile [$(subdir) = csu]
3048         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
3049         (static-only-routines): Add aeabi_read_tp here.
3050         (shared-only-routines): Add libc-aeabi_read_tp here.
3051         (CFLAGS-libc-start.c): Add -fexceptions here.
3052         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
3053         (sysdep_routines, static-only-routines, shared-only-routines):
3054         Don't add to these here.
3055         (CFLAGS-libc-start.c): Likewise.
3056
3057         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
3058         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
3059         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
3060         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
3061         * sysdeps/arm/Makefile [$(subdir) = rt]
3062         (librt-sysdep_routines, librt-shared-only-routines):
3063         Append rt-aeabi_unwind_cpp_pr1 here.
3064         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
3065         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
3066         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
3067         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3068         Append nptl-aeabi_unwind_cpp_pr1 here.
3069         (tests): Filter out tst-cleanupx4 here.
3070         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
3071         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
3072         Don't do those here.
3073
3074 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3075
3076         * scripts/list-sources.sh: Do not handle ports specially.
3077
3078 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3079
3080         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
3081         * sysdeps/arm/feupdateenv.c: Likewise.
3082
3083         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
3084
3085 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3086
3087         * manual/texinfo.tex: Update to version 2014-05-05.10 with
3088         trailing whitespace removed.
3089         * scripts/config.guess: Update to version 2014-03-23.
3090         * scripts/config.sub: Update to version 2014-05-01
3091         * scripts/install-sh: Update to version 2013-12-25.23.
3092         * scripts/move-if-change: Update from gnulib.
3093
3094 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3095
3096         * debug/memmove_chk.c: Remove pagecopy.h include.
3097
3098 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
3099
3100         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
3101         identical to gnulib mktime.
3102
3103 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
3104
3105         * configure.ac: Do not test for machine being rs6000.  Do not test
3106         for powerpc*-*soft.
3107         * configure: Regenerated.
3108
3109         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3110         test.
3111         * configure: Regenerated.
3112         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3113         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3114         Remove configure test.
3115         * sysdeps/arm/configure: Regenerated.
3116         * sysdeps/nptl/configure.ac: Do not check
3117         libc_cv_asm_cfi_directives.
3118         * sysdeps/nptl/configure: Regenerated.
3119         * sysdeps/x86_64/nptl/configure.ac: Remove file.
3120         * sysdeps/x86_64/nptl/configure: Remove generated file.
3121         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3122         unconditional.
3123         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3124
3125 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3126
3127         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
3128         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
3129         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
3130         it is defined.
3131
3132         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3133         instead of whether it is defined.
3134         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3135         * sysdeps/hppa/dl-machine.h: Likewise.
3136         * sysdeps/ia64/dl-machine.h: Likewise.
3137         * sysdeps/m68k/dl-machine.h: Likewise.
3138         * sysdeps/microblaze/dl-machine.h: Likewise.
3139         * sysdeps/mips/dl-machine.: Likewise.
3140         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3141         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3142         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3143         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3144         * sysdeps/sh/dl-machine.h: Likewise.
3145         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3146         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3147         * sysdeps/tile/dl-machine.h: Likewise.
3148         * sysdeps/x86_64/dl-machine.h: Likewise.
3149
3150         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3151         code.
3152         (verify_persistent_db): Likewise.
3153
3154 2014-06-26  Roland McGrath  <roland@hack.frob.com>
3155
3156         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3157         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3158         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3159         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3160         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3161         Moved ...
3162         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3163         ... here.
3164         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3165         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3166         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3167         Identical file removed.
3168         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3169         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3170         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3171         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3172         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3173         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3174         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3175         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3176         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3177         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3178         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3179         Moved ...
3180         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3181         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3182         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3183         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3184         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3185         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3186         Moved ...
3187         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3188         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3189         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3190         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3191         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3192         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3193         Identical file removed.
3194         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3195         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3196         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3197         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3198         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3199         Moved ...
3200         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3201         ... here.
3202         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3203         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3204         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3205         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3206         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3207         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3208         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3209         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3210         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3211         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3212         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3213         Moved ...
3214         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3215         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3216         Moved ...
3217         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3218         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3219         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3220         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3221         Moved ...
3222         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3223         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3224         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3225
3226         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3227         folded into ...
3228         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3229         * sysdeps/unix/sysv/linux/s390/Versions
3230         (libpthread: GLIBC_2.19): New version set.
3231         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3232         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3233         (librt: GLIBC_2.3.3): New version set.
3234         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3235         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3236         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3237         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3238         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3239         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3240         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3241         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3242         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3243         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3244         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3245         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3246         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3247         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3248         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3249         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3250         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3251         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3252         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3253         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3254         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3255         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3256         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3257         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3258         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3259         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3260         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3261         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3262         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3263         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3264         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3265         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3266         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3267         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3268         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3269         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3270         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3271         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3272         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3273         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3274         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3275         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3276         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3277         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3278         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3279
3280         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3281         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3282         (__libc_vfork): Define the function under this name.
3283         [!NOT_IN_libc] (__vfork): Make this an alias.
3284         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3285         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3286         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3287         (__libc_vfork): Define the function under this name.
3288         [!NOT_IN_libc] (__vfork): Make this an alias.
3289         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3290         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3291         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3292         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3293         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3294         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3295
3296         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3297         code that was previously under [RESET_PID].
3298         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3299         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3300         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3301
3302         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3303         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3304         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3305         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3306         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3307         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3308         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3309         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3310         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3311         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3312         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3313         Moved ...
3314         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3315         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3316         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3317         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3318         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3319         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3320         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3321         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3322         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3323         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3324         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3325         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3326         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3327         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3328         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3329         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3330         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3331         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3332         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3333         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3334         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3335         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3336         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3337         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3338         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3339         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3340         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3341         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3342         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3343
3344 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3345
3346         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3347         that was previously under [RESET_PID].
3348         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3349
3350 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3351
3352         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3353         not undefine and redefine.
3354         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3355         [O_CLOEXEC]: Make code unconditional.
3356         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3357         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3358         <kernel-features.h>.
3359         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3360         conditional variable definition.
3361         (shm_open) [O_CLOEXEC]: Make code unconditional.
3362         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3363         code.
3364
3365         * configure.ac (USE_REGPARMS): Don't define here.
3366         * configure: Regenerated.
3367         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3368         * sysdeps/i386/configure: Regenerated.
3369
3370         * nptl/createthread.c: Don't include kernel-features.h.
3371         * nptl/pthread_cancel.c: Likewise.
3372         * nptl/pthread_condattr_setclock.c: Likewise.
3373         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3374         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3375         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3376         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3377         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3378         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3379         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3380         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3381         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3382         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3383         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3384         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3385         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3386         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3387         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3388         * nscd/gai.c: Likewise.
3389         * nss/nss_db/db-open.c: Likewise.
3390         * sysdeps/generic/ldsodefs.h: Likewise.
3391         * sysdeps/sh/nptl/tls.h: Likewise.
3392         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3393         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3394         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3395         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3396         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3397         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3398         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3399         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3400         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3401         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3402         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3403         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3404         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3405         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3406         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3407         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3408         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3409         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3410         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3411         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3412         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3413         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3414         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3415         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3416         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3417         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3418         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3419         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3420         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3421         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3422         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3423         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3424         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3425         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3426         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3427         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3428         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3429         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3430         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3431         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3432         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3433         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3434         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3435         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3436         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3437         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3438         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3439         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3440         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3441         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3442         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3443         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3444         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3445         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3446         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3447         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3448         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3449         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3472         * sysdeps/unix/sysv/linux/pread.c: Likewise.
3473         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3474         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3475         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3476         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3477         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3478         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3479         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3480         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3481         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3482         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3483         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3484         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3485         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3486         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3487         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3488         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3489         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3490         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3491         * sysdeps/unix/sysv/linux/system.c: Likewise.
3492         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3493         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3494         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3495         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3496         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3497         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3498         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3499
3500         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3501         * configure: Regenerated.
3502         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3503
3504         * configure.ac (base_machine): Do not set specially for particular
3505         machines here.
3506         * configure: Regenerated.
3507         * sysdeps/powerpc/preconfigure: Move machine and base_machine
3508         settings from configure.ac.
3509         * sysdeps/i386/preconfigure: New file.
3510         * sysdeps/s390/preconfigure: Likewise.
3511         * sysdeps/sh/preconfigure: Likewise.
3512         * sysdeps/sparc/preconfigure: Likewise.
3513
3514 2014-06-25  Roland McGrath  <roland@hack.frob.com>
3515
3516         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3517         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3518         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3519         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3520         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3521         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3522         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3523         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3524         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3525         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
3526         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
3527         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
3528         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
3529         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
3530         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
3531         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
3532         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
3533         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
3534         * sysdeps/sparc/sparc64/Makefile: ... appended here.
3535
3536         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
3537         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
3538         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
3539         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
3540         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
3541         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
3542         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
3543         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
3544         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
3545         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
3546         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
3547         * sysdeps/sparc/sparc32/sem_post.c: ... here.
3548         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
3549         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
3550         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
3551         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
3552         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
3553         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
3554         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
3555         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
3556         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
3557         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
3558         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
3559         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
3560         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
3561         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
3562         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
3563         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
3564         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
3565         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
3566         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
3567         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
3568         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
3569         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
3570         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
3571         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
3572         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
3573         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
3574
3575         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
3576         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
3577         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
3578         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
3579         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
3580         Moved ...
3581         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
3582         ... here.
3583         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
3584         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
3585         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
3586         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
3587         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
3588         Moved ...
3589         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
3590         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
3591         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
3592         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
3593         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
3594         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
3595         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
3596         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3597         Moved ...
3598         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
3599         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
3600         Moved ...
3601         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
3602         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
3603         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
3604         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
3605         Moved ...
3606         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
3607         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
3608         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
3609         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
3610         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
3611         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
3612         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
3613         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
3614         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
3615         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
3616         Moved ...
3617         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
3618         ... here.
3619         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
3620         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
3621         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
3622         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
3623         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
3624         Moved ...
3625         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
3626         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
3627         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
3628         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
3629         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
3630         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
3631         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
3632         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
3633         Moved ...
3634         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
3635         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
3636         Moved ...
3637         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
3638         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
3639         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
3640         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
3641         Moved ...
3642         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
3643         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
3644         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
3645         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
3646         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
3647
3648 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3649
3650         * timezone/checktab.awk: Update from tzcode 2014e.
3651         * timezone/private.h: Likewise.
3652         * timezone/tzfile.h: Likewise.
3653         * timezone/zdump.c: Likewise.
3654         * timezone/zic.c: Likewise.
3655
3656         * sysdeps/unix/sysv/linux/kernel-features.h
3657         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
3658         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
3659         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
3660         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
3661         Remove conditional code.
3662
3663 2014-06-25  Will Newton  <will.newton@linaro.org>
3664
3665         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
3666         (_dl_arm_cap_flags): Add HWCAP2 values.
3667         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
3668         (_DL_HWCAP_COUNT): Increase to 37.
3669         (_DL_HWCAP_LAST): New define.
3670         (_DL_HWCAP2_LAST): New define.
3671         (_dl_procinfo): Add support for printing
3672         AT_HWCAP2 entries.
3673         (_dl_string_hwcap): Use _dl_hwcap_string.
3674
3675 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3676
3677         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3678
3679 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
3680
3681         * README: Do not mention ports directory.
3682
3683         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
3684         Remove macro.
3685         * sysdeps/unix/sysv/linux/futimes.c: Do not include
3686         <kernel-features.h>.
3687         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
3688         conditional variable definition.
3689         (__futimes): Update comment.
3690         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
3691         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
3692
3693         [BZ #16560]
3694         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
3695         arguments close to 0.
3696         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
3697         Likewise.
3698         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
3699         Likewise.
3700         * math/auto-libm-test-in: Add more tests of exp10.
3701         * math/auto-libm-test-out: Regenerated.
3702         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3703
3704         * sysdeps/unix/sysv/linux/kernel-features.h
3705         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
3706         * sysdeps/unix/sysv/linux/readv.c: Do not include
3707         <kernel-features.h>.
3708         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3709         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3710         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3711         unconditional.
3712         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3713         conditional code.
3714         * sysdeps/unix/sysv/linux/writev.c: Do not include
3715         <kernel-features.h>.
3716         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3717         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3718         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3719         unconditional.
3720         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3721         conditional code.
3722
3723 2014-06-25  Will Newton  <will.newton@linaro.org>
3724
3725         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
3726         comment changes throughout the file.  Remove checks
3727         for HAVE_*_H definitions that are not required.
3728         (__gen_tempname): Call abort if an unknown kind value is
3729         passed.
3730
3731 2014-06-25  Andreas Schwab  <schwab@suse.de>
3732
3733         [BZ #17086]
3734         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
3735         scalbln, scalblnf, scalblnl in libc.
3736
3737 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
3738
3739         [BZ #17086]
3740         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
3741         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3742         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3743
3744 2014-06-24  Roland McGrath  <roland@hack.frob.com>
3745
3746         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
3747         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
3748         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
3749         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
3750         Update #include.
3751         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
3752         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
3753         Update #include.
3754         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
3755         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
3756         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
3757         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
3758         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
3759         * sysdeps/x86/bits/pthreadtypes.h: ... here.
3760         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
3761         * sysdeps/x86/bits/semaphore.h: ... here.
3762         * sysdeps/x86/nptl/elide.h: Moved ...
3763         * sysdeps/x86/elide.h: ... here.
3764         * sysdeps/x86_64/nptl/Implies: File removed.
3765         * sysdeps/i386/nptl/Implies: File removed.
3766
3767 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
3768
3769         [BZ #16539]
3770         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3771         return the argument for normal arguments with exponent below -64.
3772         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3773         Likewise.
3774         * math/auto-libm-test-in: Add another test of expm1.
3775         * math/auto-libm-test-out: Regenerated.
3776
3777         [BZ #16287]
3778         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
3779         calling __erfcl for arguments at least 16.
3780         * math/auto-libm-test-in: Add more tests of erf.
3781         * math/auto-libm-test-out: Regenerated.
3782
3783         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
3784         individual architectures.
3785         * sysdeps/unix/sysv/linux/configure: Regenerated.
3786         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
3787         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
3788         * sysdeps/unix/sysv/linux/powerpc/configure.ac
3789         (ldd_rewrite_script): Define variable.
3790         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
3791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
3792         file.
3793         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
3794         generated file.
3795         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
3796         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
3797         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
3798         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
3799         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
3800         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
3801         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
3802         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
3803
3804 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3805
3806         [BZ #17084]
3807         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
3808         Rename member __data.d to __data.__elision_data.
3809
3810 2014-06-24  Wilco  <wdijkstr@arm.com>
3811
3812         * NEWS: Add 16918 to fixed bug list.
3813
3814 2014-06-24  Wilco  <wdijkstr@arm.com>
3815
3816         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3817
3818 2014-06-24  Wilco  <wdijkstr@arm.com>
3819
3820         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3821         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3822         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3823         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3824         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3825         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3826         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3827         Use _FPU_MASK_RM.
3828
3829 2014-06-24  Wilco  <wdijkstr@arm.com>
3830
3831         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3832
3833 2014-06-24  Wilco  <wdijkstr@arm.com>
3834
3835         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3836         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3837         * sysdeps/arm/fesetround.c (fesetround): Remove space.
3838         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3839
3840 2014-06-24  Wilco  <wdijkstr@arm.com>
3841
3842         [BZ #16918]
3843         * sysdeps/arm/feupdateenv.c (feupdateenv):
3844         Rewrite to reduce FPSCR accesses and fix return value.
3845
3846 2014-06-24  Wilco  <wdijkstr@arm.com>
3847
3848         * sysdeps/arm/fclrexcpt.c (feclearexcept):
3849         Optimize to avoid unnecessary FPSCR writes.
3850         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3851         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3852         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3853         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3854
3855 2014-06-24  Wilco  <wdijkstr@arm.com>
3856
3857         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3858         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3859         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3860         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3861         Call libc_fetestexcept_vfp.
3862         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3863         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3864         __SOFTFP__ ifdef so that they can be built for softfp.
3865
3866 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3867
3868         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3869         argument type signed char.
3870
3871         * Makerules (check-abi): Dump diff of symlist if the test
3872         fails.
3873
3874 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3875
3876         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3877         using abort.
3878
3879         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3880         Remove unused variable ST.
3881
3882 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3883
3884         [BZ #16354]
3885         [BZ #17061]
3886         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3887         small arguments before calling __expm1.
3888         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3889         small arguments before calling __expm1f.
3890         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3891         small arguments before calling __expm1l.
3892         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3893         Likewise.
3894         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3895         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
3896         spurious underflow for some cosh tests.
3897         * math/auto-libm-test-out: Regenerated.
3898         * sysdeps/i386/fpu/libm-test-ulps: Update.
3899
3900         [BZ #17050]
3901         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3902         (__ieee754_y1): Set errno if return value overflows.
3903         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3904         (__ieee754_y1f): Set errno if return value overflows.
3905         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3906         (__ieee754_y1l): Set errno if return value overflows.
3907         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3908         (__ieee754_y1l): Set errno if return value overflows.
3909         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3910         * math/auto-libm-test-out: Regenerated.
3911
3912         * math/gen-auto-libm-tests.c: Document use of
3913         ignore-zero-inf-sign.
3914         (input_flag_type): Add value flag_ignore_zero_inf_sign.
3915         (input_flags): Add ignore-zero-inf-sign.
3916         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3917         * math/gen-libm-test.pl (generate_testfile): Handle
3918         ignore-zero-inf-sign.
3919         * math/auto-libm-test-in: Mark some cpow tests with
3920         ignore-zero-inf-sign and some with xfail-rounding.
3921         * math/auto-libm-test-out: Regenerated.
3922         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3923         * sysdeps/i386/fpu/libm-test-ulps: Update.
3924         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3925
3926         [BZ #16315]
3927         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3928         overflowing or underflowing operations take place with sign of
3929         result.
3930         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3931         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3932         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3933         (__ieee754_pow): Recompute overflowing and underflowing results in
3934         original rounding mode.
3935         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3936         (__powl_helper): Allow negative argument X and scale negated value
3937         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
3938         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3939         overflowing or underflowing operations take place with sign of
3940         result.
3941         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3942         Include <math.h>.
3943         * math/auto-libm-test-in: Add more tests of pow.
3944         * math/auto-libm-test-out: Regenerated.
3945         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3946         (pow_tonearest_test_data): Remove.
3947         (pow_test_tonearest): Likewise.
3948         (pow_towardzero_test_data): Likewise.
3949         (pow_test_towardzero): Likewise.
3950         (pow_downward_test_data): Likewise.
3951         (pow_test_downward): Likewise.
3952         (pow_upward_test_data): Likewise.
3953         (pow_test_upward): Likewise.
3954         (main): Don't call removed functions.
3955         * sysdeps/i386/fpu/libm-test-ulps: Update.
3956         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3957
3958 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3959
3960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3961         Moved ...
3962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3964         Moved ...
3965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3967         Moved ...
3968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3970         Moved ...
3971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3973         File removed.
3974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3975         File removed.
3976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3977         File removed.
3978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3979         File removed.
3980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3981         File removed.
3982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3983         File removed.
3984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3985         File removed.
3986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3987         File removed.
3988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3989         File removed.
3990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3991         File removed.
3992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
3993         File removed.
3994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
3995         File removed.
3996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
3997         Moved ...
3998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
3999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
4000         Moved ...
4001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
4002         ... here.
4003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
4004         Moved ...
4005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
4006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
4007         Moved ...
4008         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
4009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
4010         Moved ...
4011         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
4012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
4013         Moved ...
4014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
4015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
4016         Moved ...
4017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
4018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
4019         Moved ...
4020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
4021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
4022         Moved ...
4023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
4024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
4025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
4026         ... here.
4027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
4028         Moved ...
4029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
4030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
4031         Moved ...
4032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4033         ... here.
4034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
4035         Moved ...
4036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
4037         ... here.
4038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4039         Moved ...
4040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4041         ... here.
4042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
4043         Moved ...
4044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
4045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
4046         Moved ...
4047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
4048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
4049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
4050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
4051         Moved ...
4052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
4053         ... here.
4054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4055         Moved ...
4056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
4057         ... here.
4058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
4059         Moved ...
4060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
4061         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4062         Moved ...
4063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
4064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
4065         Moved ...
4066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
4067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4068         Moved ...
4069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
4070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
4071         Moved ...
4072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
4073         ... here.
4074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4075         Moved ...
4076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
4077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
4078         Moved ...
4079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
4080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4081         Moved ...
4082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
4083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
4084         Moved ...
4085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
4086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
4087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
4088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
4089         Moved ...
4090         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
4091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4092         Moved ...
4093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
4094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
4095         Moved ...
4096         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
4097         ... here.
4098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4099         Moved ...
4100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4101         ... here.
4102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4103         Moved ...
4104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4105         ... here.
4106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4107         Moved ...
4108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4110         Moved ...
4111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4113         Moved ...
4114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4116         Moved ...
4117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4118         ... here.
4119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4120         Moved ...
4121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4122         ... here.
4123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4124         Moved ...
4125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
4126         ... here.
4127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4128         Moved ...
4129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
4130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
4131         Moved ...
4132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4133
4134 2014-06-23  Will Newton  <will.newton@linaro.org>
4135             Wilco  <wdijkstr@arm.com>
4136
4137         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4138         implementation.  Include get-rounding-mode.h.
4139         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4140         [!libc_feholdsetround_noex_ctx]: Define
4141         libc_feholdsetround_noex_ctx.
4142         [!libc_feholdsetround_noexf_ctx]: Define
4143         libc_feholdsetround_noexf_ctx.
4144         [!libc_feholdsetround_noexl_ctx]: Define
4145         libc_feholdsetround_noexl_ctx.
4146         (libc_feholdsetround_ctx): New function.
4147         (libc_feresetround_ctx): New function.
4148         (libc_feholdsetround_noex_ctx): New function.
4149         (libc_feresetround_noex_ctx): New function.
4150
4151 2014-06-23  Roland McGrath  <roland@hack.frob.com>
4152
4153         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4154         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4155         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4156         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4157         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4158         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4159
4160         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4161         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4162         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4163         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4164         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4165         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4166         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4167         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4168         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4169         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4170         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4171         Moved ...
4172         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4173         ... here.
4174         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4175         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4176         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4177         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4178         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4179         Moved ...
4180         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4181         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4182         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4183         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4184         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4185         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4186         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4187         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4188         Moved ...
4189         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4190         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4191         Moved ...
4192         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4193         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4194         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4195         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4196         Moved ...
4197         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4198         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4199         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4200         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4201         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4202         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4203         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4204         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4205         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4206         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4207         Moved ...
4208         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4209         ... here.
4210         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4211         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4212         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4213         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4214         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4215         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4216         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4217         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4218         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4219         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4220         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4221         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4222         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4223         Moved ...
4224         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4225         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4226         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4227         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4228         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4229         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4230         Moved ...
4231         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4232         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4233         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4234         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4235         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4236
4237         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4238         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4239         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4240         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4241         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4242         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4243         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4244         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4245         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4246         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4247         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4248         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4249         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4250         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4251         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4252         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4253         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4254         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4255         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4256         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4257         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4258         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4259         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4260         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4261         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4262         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4263         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4264         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4265
4266 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
4267
4268         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4269         (FALLOC_FL_COLLAPSE_RANGE): New macro.
4270         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4271         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4272         (IPV6_PMTUDISC_INTERFACE): Likewise.
4273         (IPV6_PMTUDISC_OMIT): Likewise.
4274
4275 2014-06-23  Andreas Schwab  <schwab@suse.de>
4276
4277         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4278         Remove unused errout label.
4279
4280 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4281
4282         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4283         macro: hardware supports Vector Crypto instructions.
4284
4285 2014-06-23  Will Newton  <will.newton@linaro.org>
4286
4287         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4288         rather than __builtin_expect.
4289
4290         * elf/dl-lookup.c (undefined_msg): Remove variable.
4291         (_dl_lookup_symbol_x): Replace undefined_msg with string
4292         literal.
4293
4294         * elf/dl-lookup.c (do_lookup_unique): New function.
4295         (do_lookup_x): Move STB_GNU_UNIQUE handling code
4296         to a separate function.
4297
4298 2014-06-23  Andreas Schwab  <schwab@suse.de>
4299
4300         [BZ #17079]
4301         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4302         before reading the next line.
4303
4304 2014-06-23  Will Newton  <will.newton@linaro.org>
4305
4306         * test-skeleton.c (signal_handler): Use printf and %m
4307         rather than perror.  Use printf rather than fprintf to
4308         stderr.  Use puts rather than fputs to stderr.
4309         (main): Likewise.
4310
4311 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
4312
4313         * nscd/nscd.c (thread_info_t): Remove typedef.
4314         (thread_info): Remove variable.
4315
4316 2014-06-21  Allan McRae  <allan@archlinux.org>
4317
4318         * NEWS: Mention CVE-2014-4043.
4319
4320 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4321
4322         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4323         * nptl/smp.h: ... here.
4324
4325         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4326
4327         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4328         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4329         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4330         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4331
4332         * nptl/allocatestack.c: Include <stack-aliasing.h>.
4333         * nptl/stack-aliasing.h: New file.
4334         * sysdeps/i386/i686/stack-aliasing.h: New file.
4335         * sysdeps/i386/i686/nptl/Makefile: File removed.
4336         * sysdeps/x86_64/stack-aliasing.h: New file.
4337         * sysdeps/x86_64/nptl/Makefile
4338         (CFLAGS-pthread_create.c): Variable removed.
4339
4340         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4341         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4342         old file.
4343         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4344         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4345         old file.
4346
4347 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
4348
4349         * sysdeps/unix/sysv/linux/arm/kernel-features.h
4350         (__ASSUME_SIGFRAME_V2): Remove macro.
4351         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4352         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4353         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4354         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4355         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4356         Declare as function.  Remove conditional macro definitions.
4357         (__default_rt_sa_restorer): Likewise.
4358         (__default_sa_restorer_v1): Remove declaration.
4359         (__default_sa_restorer_v2): Likewise.
4360         (__default_rt_sa_restorer_v1): Likewise.
4361         (__default_rt_sa_restorer_v2): Likewise.
4362         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4363         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4364         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4365
4366 2014-06-20  Roland McGrath  <roland@hack.frob.com>
4367
4368         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4369         (libpthread-routines): Add sysdep.
4370         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4371         * sysdeps/unix/sysv/linux/sparc/Versions
4372         (libpthread: GLIBC_2.3.3): New version set.
4373         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4374         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4375         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4376         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4377         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
4378         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4379         Moved ...
4380         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4381         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4382         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4383         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4384         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4385         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4386         * sysdeps/sparc/nptl/sem_init.c: ... here.
4387         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4388         * sysdeps/sparc/nptl/sem_post.c: ... here.
4389         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4390         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4391         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4392         * sysdeps/sparc/nptl/sem_wait.c: ... here.
4393         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4394         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4395         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4396         (libpthread-routines): Add cpu_relax.
4397         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4398         File removed.
4399         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4400         (librt: GLIBC_2.3.3): New version set.
4401         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4402         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4403         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4404         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4405         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4406         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4407         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4408         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4409         Moved ...
4410         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4411         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4412         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4413         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4414         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4415         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4416         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4417         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4418         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4419         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4420         Moved ...
4421         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4422         Update #include.
4423         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4424         Moved ...
4425         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4426         Update #include.
4427         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4428         Moved ...
4429         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4430         Update #include.
4431         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4432         Moved ...
4433         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4434         Update #include.
4435         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4436         Moved ...
4437         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4438         Update #include.
4439         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4440         Moved ...
4441         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4442         Update #include.
4443         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4444         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4445         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4446         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4447         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4448         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4449         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4450         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4451         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4452         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4453         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4454         Moved ...
4455         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4456         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4457         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4458         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4459         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4460
4461 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4462
4463         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4464         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4465         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4466         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4467         * nscd/nscd.c: Likewise.
4468         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4469         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4470         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4471         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4472
4473         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4474         <kernel-features.h>.
4475         (init_mq_netlink): Remove conditional have_sock_cloexec
4476         definitions.  Remove code conditional on have_sock_cloexec < 0.
4477         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4478         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4479         * sysdeps/unix/sysv/linux/opensock.c: Do not include
4480         <kernel-features.h>.
4481         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4482         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4483
4484 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4485
4486         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4487         Add tests for memset_chk and memset.
4488
4489         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4490         with AVX2_Usable.
4491
4492 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4493
4494         [BZ #16046]
4495         * elf/tst-dl-iter-static.c: New file.
4496         * elf/Makefile (tests-static): Add tst-dl-iter-static.
4497
4498         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4499         error.
4500
4501 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4502
4503         * sysdeps/unix/sysv/linux/kernel-features.h
4504         (__ASSUME_F_GETOWN_EX): Remove macro.
4505         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4506         <kernel-features.h>.
4507         (miss_F_GETOWN_EX): Remove variable or macro.
4508         (do_fcntl): Do not check miss_F_GETOWN_EX.
4509         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4510
4511         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4512         Remove macro.
4513         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4514         [!__ASSUME_AT_RANDOM]: Remove conditional code.
4515         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4516
4517         * sysdeps/unix/sysv/linux/kernel-features.h
4518         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4519         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4520         [ADJ_OFFSET_SS_READ]: Make code unconditional.
4521         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4522
4523 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
4524
4525         [BZ #17075]
4526         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
4527         Fix calculation of the symbol's value.
4528         * sysdeps/arm/tst-armtlsdescloc.c: New file.
4529         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
4530         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
4531         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
4532         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
4533         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
4534         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
4535         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
4536         (modules-names): Add `tst-armtlsdescmod',
4537         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
4538         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
4539         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4540         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
4541         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
4542         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4543         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
4544         ($(objpfx)tst-armtlsdescloc): New dependency.
4545         ($(objpfx)tst-armtlsdescextnow): Likewise.
4546         ($(objpfx)tst-armtlsdescextlazy): Likewise.
4547         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
4548         TLS scheme support.
4549         * sysdeps/arm/configure: Regenerate.
4550
4551 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
4552
4553         * include/fcntl.h (__atfct_seterrno): Remove prototype.
4554         (__atfct_seterrno_2): Likewise.
4555         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
4556         <kernel-features.h>.
4557         (__ASSUME_ATFCTS): Do not undefine and redefine.
4558         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
4559         (__have_atfcts): Remove conditional definition.
4560         (__fxstatat([__NR_fstatat64]: Make code unconditional.
4561         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
4562         unreachable if [__ASSUME_ATFCTS].
4563         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
4564         not undefine and redefine.
4565         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
4566         <kernel-features.h>.
4567         (faccessat) [__NR_faccessat]: Make code unconditional.
4568         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
4569         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
4570         <kernel-features.h>.
4571         (fchmodat) [__NR_fchmodat]: Make code unconditional.
4572         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4573         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
4574         <kernel-features.h>.
4575         (fchownat) [__NR_fchownat]: Make code unconditional.
4576         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
4577         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
4578         <kernel-features.h>.
4579         (futimesat) [__NR_futimesat]: Make code unconditional.
4580         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
4581         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4582         <kernel-features.h>.
4583         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4584         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4585         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4586         <kernel-features.h>.
4587         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
4588         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4589         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
4590         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4591         <kernel-features.h>.
4592         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
4593         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4594         * sysdeps/unix/sysv/linux/linkat.c: Do not include
4595         <kernel-features.h>.
4596         (linkat) [__NR_linkat]: Make code unconditional.
4597         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4598         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
4599         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
4600         <kernel-features.h>.
4601         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
4602         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4603         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
4604         <kernel-features.h>.
4605         (mkdirat) [__NR_mkdirat]: Make code unconditional.
4606         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
4607         * sysdeps/unix/sysv/linux/openat.c: Do not include
4608         <kernel-features.h>.
4609         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
4610         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
4611         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
4612         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
4613         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
4614         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
4615         <kernel-features.h>.
4616         (readlinkat) [__NR_readlinkat]: Make code unconditional.
4617         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
4618         result of INLINE_SYSCALL directly, not via int variable.
4619         * sysdeps/unix/sysv/linux/renameat.c: Do not include
4620         <kernel-features.h>.
4621         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
4622         (renameat) [__NR_renameat]: Make code unconditional.
4623         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
4624         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
4625         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
4626         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
4627         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
4628         (__ASSUME_ATFCTS): Do not undefine and redefine.
4629         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
4630         <kernel-features.h>.
4631         (symlinkat) [__NR_symlinkat]: Make code unconditional.
4632         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4633         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
4634         <kernel-features.h>.
4635         (unlinkat) [__NR_unlinkat]: Make code unconditional.
4636         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4637         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
4638         (__ASSUME_ATFCTS): Do not undefine and redefine.
4639         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4640         <kernel-features.h>.
4641         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4642         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4643         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4644         <kernel-features.h>.
4645         (__xmknodat) [__NR_mknodat]: Make code unconditional.
4646         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4647
4648 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
4649
4650         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
4651
4652 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
4653
4654         [BZ #17069]
4655         * posix/regcomp.c (parse_reg_exp): Deallocate partially
4656         constructed tree before returning error.
4657         * posix/bug-regexp36.c: Expand test case.
4658
4659 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
4660
4661         [BZ #6803]
4662         * math/libm-test.inc (scalbln_test_date):
4663         Add errno expectations.
4664         * math/w_scalblnf.c: New File.
4665         Add wrapper which checks for setting errno to ERANGE.
4666         Add weak_alias for corresponding scalbln function.
4667         * math/w_scalbln.c: Likewise.
4668         * math/w_scalblnl.c: Likewise.
4669         * math/Makefile (libm-calls): Add w_scalbln.
4670         * sysdeps/ieee754/flt-32/s_scalblnf.c:
4671         Remove weak_alias for corresponding scalbln function.
4672         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4673         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
4674         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4675         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4676         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
4677         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4678         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
4679         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4680         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
4681         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
4682         Remove long_double_symbol for scalblnl function in libm, libc.
4683         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
4684         Add wrapper which checks for setting errno to ERANGE.
4685         Add long_double_symbol for scalblnl function in libm, libc.
4686         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
4687         Remove long_double_symbol for scalblnl in libm.
4688         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
4689         Add wrapper which checks for setting errno to ERANGE.
4690         Add long_double_symbol for scalblnl function in libm.
4691         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
4692         Do not use wrapper because of own implementation.
4693
4694 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
4695
4696         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
4697         3 bytes for __pad1 for x32.
4698         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
4699
4700 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
4701             H.J. Lu  <hongjiu.lu@intel.com>
4702
4703         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
4704         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
4705         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4706         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4707         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
4708
4709 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
4710
4711         [BZ #17069]
4712         * posix/regcomp.c (parse_expression): Deallocate partially
4713         constructed tree before returning error.
4714         * posix/Makefile.c (tests): Add bug-regex36.
4715         (generated): Add bug-regex36.mtrace.
4716         (tests-special): Add $(objpfx)bug-regex36-mem.out
4717         (bug-regex36-ENV): New variable.
4718         ($(objpfx)bug-regex36-mem.out): New rule.
4719         * posix/bug-regex36.c: New file.
4720
4721 2014-06-19  Will Newton  <will.newton@linaro.org>
4722
4723         * malloc/malloc.c (systrim): If extra is zero then return
4724         early.
4725
4726 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4727
4728         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
4729
4730 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
4731
4732         * sysdeps/aarch64/strchr.S: New file.
4733
4734 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4735
4736         [BZ #17022]
4737         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
4738         from arguments -2 or below.
4739         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4740         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4741
4742 2014-06-18  Andreas Schwab  <schwab@suse.de>
4743
4744         [BZ #17062]
4745         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
4746         of a bracket expr not to run off the end of the string.
4747         * posix/Makefile (tests): Add tst-fnmatch3.
4748         * posix/tst-fnmatch3.c: New file.
4749
4750 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
4751
4752         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
4753         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4754         [$(cross-compiling) = no]: Likewise.
4755         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4756         [$(cross-compiling) = no]: Likewise.
4757
4758 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4759
4760         [BZ #17031]
4761         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
4762         double, adjusted for any remainder from the high double.
4763         * math/libm-test.inc (nearbyint): Add tests.
4764         (rint): Likewise.
4765
4766 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4767
4768         * nptl/sysdeps/powerpc/Makefile: Moved ...
4769         * sysdeps/powerpc/nptl/Makefile: ... here.
4770         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4771         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4772         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4773         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4774         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4775         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4776         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4777         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4778         * nptl/sysdeps/powerpc/tls.h: Moved ...
4779         * sysdeps/powerpc/nptl/tls.h: ... here.
4780
4781 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
4782
4783         [BZ #16681]
4784         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
4785         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
4786         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
4787         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
4788         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
4789         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
4790         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
4791         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
4792         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
4793
4794 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
4795
4796         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4797
4798 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
4799
4800         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
4801         defined operator.
4802
4803         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
4804         $TIMEOUTFACTOR.
4805
4806 2014-06-16  Florian Weimer  <fweimer@redhat.com>
4807
4808         [BZ #17058]
4809         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
4810         non-executed part of the test.
4811
4812 2014-06-16  Andreas Schwab  <schwab@suse.de>
4813
4814         * string/bits/string2.h (strdup, strndup): Update feature guard.
4815
4816 2014-06-14  David S. Miller  <davem@davemloft.net>
4817
4818         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4819
4820 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
4821
4822         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4823         that was previously under [RESET_PID].
4824         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4825
4826         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4827         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4828         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4829         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4830         (__libc_vfork): New strong alias.
4831         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4832
4833 2014-06-14 Andi Kleen  <ak@linux.intel.com>
4834
4835         * sysdeps/generic/elide.h: New file.
4836
4837 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
4838
4839         * Makefile (installed-headers): Adjust path of pthread.h header.
4840
4841 2014-06-13  Roland McGrath  <roland@hack.frob.com>
4842
4843         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4844         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4845         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4846         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4847
4848         * nptl/sysdeps/s390/Makefile: Moved ...
4849         * sysdeps/s390/nptl/Makefile: ... here.
4850         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4851         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4852         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4853         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4854         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4855         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4856         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4857         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4858         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4859         * sysdeps/s390/nptl/pthreaddef.h: ... here.
4860         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4861         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4862         * nptl/sysdeps/s390/tls.h: Moved ...
4863         * sysdeps/s390/nptl/tls.h: ... here.
4864
4865         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4866         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4867
4868 2014-06-13  David S. Miller  <davem@davemloft.net>
4869
4870         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4871         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4872         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4873         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4874         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4875         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4876         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4877         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4878         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4879         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4880         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4881         Remove RESET_PID cpp guards.
4882         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4883         Remove RESET_PID cpp guards.
4884         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4885
4886 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
4887
4888         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4889         __sp to uintptr_t.
4890
4891 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4892
4893         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4894         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4895         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4896         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4897         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4898         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4899         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4900         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4901         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4902         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4903         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4904         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4905         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4906         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4907         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4908         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4909         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4910         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4911         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4912         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
4913
4914         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4915         (pthread_rwlock_rdlock): Add elision.
4916         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4917         (pthread_rwlock_wrlock): Add elision.
4918         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4919         (pthread_rwlock_trywrlock): Add elision.
4920         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4921         (pthread_rwlock_tryrdlock): Add elision.
4922         * nptl/pthread_rwlock_unlock.c: Include elide.h.
4923         (pthread_rwlock_tryrdlock): Add elision unlock.
4924         * nptl/sysdeps/pthread/pthread.h:
4925         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4926         (PTHREAD_RWLOCK_INITIALIZER,
4927         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4928         Handle new elision field.
4929         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4930         * sysdeps/arm/nptl/bits/pthreadtypes.h
4931         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4932         * sysdeps/sh/nptl/bits/pthreadtypes.h
4933         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4934         * sysdeps/tile/nptl/bits/pthreadtypes.h
4935         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4936         * sysdeps/a/nptl/bits/pthreadtypes.h
4937         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4938         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4939         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4940         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4941         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4942         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4943         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4944         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4945         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4946         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4947         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4948         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4949         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4950         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4951         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4952         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4953         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4954         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4955         (elision_init): Set try_xbegin to zero when no RTM.
4956         * sysdeps/x86/nptl/bits/pthreadtypes.h
4957         (pthread_rwlock_t): Change __pad1 to __rwelision.
4958         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4959
4960 2014-06-13  Andi Kleen  <ak@linux.intel.com>
4961
4962         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4963         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4964         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4965         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4966
4967 2014-06-13  Meador Inge  <meadori@codesourcery.com>
4968
4969         [BZ #16996]
4970         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
4971         that the cached result has been set before returning it.
4972
4973 2014-06-12  Roland McGrath  <roland@hack.frob.com>
4974
4975         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4976         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4977         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4978         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4979         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4980         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4981
4982         * nptl/sysdeps/sparc/Makefile: Moved ...
4983         * sysdeps/sparc/nptl/Makefile: ... here.
4984         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4985         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4986         * nptl/sysdeps/sparc/tls.h: Moved ...
4987         * sysdeps/sparc/nptl/tls.h: ... here.
4988         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4989         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4990         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
4991         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
4992         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
4993         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
4994         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
4995         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
4996         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
4997         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
4998         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
4999         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
5000         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
5001         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
5002         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
5003         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
5004         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
5005         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
5006         Update #include.
5007         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
5008         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
5009         Update #include.
5010         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
5011         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
5012         Update #include.
5013         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
5014         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
5015         Update #include.
5016
5017         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5018
5019         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
5020         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
5021
5022         * sysdeps/pthread/posix-timer.h: Include <list.h>.
5023         (struct list_links): Type removed.
5024         (struct thread_node, struct timer_node): Replace struct list_links
5025         with struct list_head.
5026         (list_unlink_ip): Likewise.
5027         * sysdeps/pthread/timer_routines.c
5028         (timer_free_list, thread_free_list, thread_active_list): Likewise.
5029         (list_append, list_insbefore): Likewise.
5030         (list_init): Function removed.
5031         (thread_init, init_module): Use INIT_LIST_HEAD instead.
5032         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
5033         * sysdeps/pthread/Makefile: ... here, new file.
5034
5035         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
5036         * sysdeps/nptl/Implies: ... here.
5037         * sysdeps/unix/sysv/linux/Implies: Add nptl.
5038         * nptl/sysdeps/pthread/list.h: Moved ...
5039         * include/list.h: ... here.
5040         * nptl/sysdeps/pthread/createthread.c: Moved ...
5041         * nptl/createthread.c: ... here.
5042         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
5043         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
5044         * nptl/pt-longjmp.c: ... here.
5045         * nptl/sysdeps/pthread/Makefile: Moved ...
5046         * sysdeps/nptl/Makefile: ... here.
5047         * nptl/sysdeps/pthread/Subdirs: Moved ...
5048         * sysdeps/nptl/Subdirs: ... here.
5049         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
5050         * sysdeps/nptl/aio_misc.h: ... here.
5051         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
5052         * sysdeps/nptl/bits/libc-lock.h: ... here.
5053         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
5054         * sysdeps/nptl/bits/libc-lockP.h: ... here.
5055         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
5056         * sysdeps/nptl/bits/stdio-lock.h: ... here.
5057         * nptl/sysdeps/pthread/configure: Moved ...
5058         * sysdeps/nptl/configure: ... here.
5059         * nptl/sysdeps/pthread/configure.ac: Moved ...
5060         * sysdeps/nptl/configure.ac: ... here.
5061         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
5062         * sysdeps/nptl/gai_misc.h: ... here.
5063         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
5064         * sysdeps/nptl/librt-cancellation.c: ... here.
5065         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
5066         * sysdeps/nptl/malloc-machine.h: ... here.
5067         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
5068         * sysdeps/nptl/pthread-functions.h: ... here.
5069         * nptl/sysdeps/pthread/pthread.h: Moved ...
5070         * sysdeps/nptl/pthread.h: ... here.
5071         * nptl/sysdeps/pthread/setxid.h: Moved ...
5072         * sysdeps/nptl/setxid.h: ... here.
5073         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
5074         * sysdeps/nptl/sigfillset.c: ... here.
5075         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
5076         * sysdeps/nptl/tcb-offsets.h: ... here.
5077         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
5078         * sysdeps/nptl/tst-mqueue8x.c: ... here.
5079         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
5080         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
5081         * nptl/sysdeps/pthread/allocalim.h: Moved ...
5082         * sysdeps/pthread/allocalim.h: ... here.
5083         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
5084         * sysdeps/pthread/bits/sigthread.h: ... here.
5085         * nptl/sysdeps/pthread/flockfile.c: Moved ...
5086         * sysdeps/pthread/flockfile.c: ... here.
5087         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
5088         * sysdeps/pthread/ftrylockfile.c: ... here.
5089         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
5090         * sysdeps/pthread/funlockfile.c: ... here.
5091         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
5092         * sysdeps/pthread/posix-timer.h: ... here.
5093         * nptl/sysdeps/pthread/timer_create.c: Moved ...
5094         * sysdeps/pthread/timer_create.c: ... here.
5095         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
5096         * sysdeps/pthread/timer_delete.c: ... here.
5097         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
5098         * sysdeps/pthread/timer_getoverr.c: ... here.
5099         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5100         * sysdeps/pthread/timer_gettime.c: ... here.
5101         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5102         * sysdeps/pthread/timer_routines.c: ... here.
5103         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5104         * sysdeps/pthread/timer_settime.c: ... here.
5105         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5106         * sysdeps/pthread/tst-timer.c: ... here.
5107         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5108         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5109
5110         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5111         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5112
5113         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5114         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5115         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5116         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5117         Update #include target.
5118         * nptl/sysdeps/i386/i686/Makefile: Moved ...
5119         * sysdeps/i386/i686/nptl/Makefile: ... here.
5120         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5121         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5122         Update #include target.
5123         * nptl/sysdeps/i386/i686/tls.h: Moved ...
5124         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
5125         * nptl/sysdeps/i386/Makefile: Moved ...
5126         * sysdeps/i386/nptl/Makefile: ... here.
5127         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
5128         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
5129         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
5130         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
5131         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5132         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5133         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5134         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5135         * sysdeps/i386/nptl/pthreaddef.h: ... here.
5136         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5137         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5138         * nptl/sysdeps/i386/tls.h: Moved ...
5139         * sysdeps/i386/nptl/tls.h: ... here.
5140
5141         * sysdeps/sh/Makefile [$(subdir) = csu]
5142         (gen-as-const-headers): Add tcb-offsets.sym.
5143         * nptl/sysdeps/sh/Makefile: File removed.
5144         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5145         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5146         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5147         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5148         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5149         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5150         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5151         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5152         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5153         * sysdeps/sh/nptl/pthreaddef.h: ... here.
5154         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5155         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5156         * nptl/sysdeps/sh/tls.h: Moved ...
5157         * sysdeps/sh/nptl/tls.h: ... here.
5158         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5159         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5160         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5161         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5162         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5163         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5164         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5165         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5166         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5167         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5168         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5169         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5170         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5171         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5172         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5173         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5174         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5175         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5176         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5177         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5178         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5179         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5180         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5181         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5182         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5183         Moved ...
5184         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5185         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5186         Moved ...
5187         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5188         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5189         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5190         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5191         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5192         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5193         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5194         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5195         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5196         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5197         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5198         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5199         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5200         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5201         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5202         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5203         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5204         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5205         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5206
5207 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
5208
5209         * posix/spawn_faction_addopen.c: Include string.h.
5210
5211 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5212
5213         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5214         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5215         * nptl/sysdeps/x86_64/Makefile: Moved ...
5216         * sysdeps/x86_64/nptl/Makefile: ... here.
5217         * nptl/sysdeps/x86_64/configure: Moved ...
5218         * sysdeps/x86_64/nptl/configure: ... here.
5219         * nptl/sysdeps/x86_64/configure.ac: Moved ...
5220         * sysdeps/x86_64/nptl/configure.ac: ... here.
5221         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5222         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5223         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5224         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5225         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5226         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5227         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5228         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5229         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5230         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5231         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5232         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5233         * nptl/sysdeps/x86_64/tls.h: Moved ...
5234         * sysdeps/x86_64/nptl/tls.h: ... here.
5235         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5236         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5237         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5238         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5239
5240         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5241
5242 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5243
5244         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5245
5246 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
5247
5248         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5249         type.
5250         [POSIX] (off_t): Likewise.
5251         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5252         [POSIX] (S_ISBLK): Require macro.
5253         [POSIX] (S_ISCHR): Likewise.
5254         [POSIX] (S_ISDIR): Likewise.
5255         [POSIX] (S_ISFIFO): Likewise.
5256         [POSIX] (S_ISREG): Likewise.
5257         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5258         optional-macro.
5259         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5260         type.
5261         [POSIX] (time_t): Likewise.
5262         [POSIX] (timer_t): Likewise.
5263
5264 2014-06-11  Florian Weimer  <fweimer@redhat.com>
5265
5266         [BZ #17048]
5267         * posix/spawn_int.h (struct __spawn_action): Make the path string
5268         non-const to support deallocation.
5269         * posix/spawn_faction_addopen.c
5270         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5271         * posix/spawn_faction_destroy.c
5272         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
5273         path in all spawn_do_open actions.
5274         * posix/tst-spawn.c (do_test): Exercise the copy operation in
5275         posix_spawn_file_actions_addopen.
5276
5277 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
5278
5279         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5280         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5281         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5282         conditional code always true.
5283         (__libc_vfork): New alias.
5284
5285 2014-06-11  Roland McGrath  <roland@hack.frob.com>
5286
5287         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5288         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5289
5290         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5291
5292         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5293         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5294
5295         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5296         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5297
5298         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5299         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5300
5301 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5302
5303         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5304         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5305         multiarch strcmp for PPC64.
5306         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5307         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5308         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5309         multiarch optimizations.
5310         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5311         (__libc_ifunc_impl_list): Likewise.
5312
5313 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
5314
5315         * benchtests/scripts/validate_benchout.py: New script.
5316         * benchtests/Makefile (bench-func): Call it.
5317         * benchtests/scripts/benchout.schema.json: New file.
5318
5319 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
5320
5321         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5322         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5323         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5324         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5325         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5326         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5327         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5328         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5329         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5330         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5331         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5332         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5333         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5334         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5335         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5336         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5337         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
5338         Moved ...
5339         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
5340         ... here.
5341         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
5342         Moved ...
5343         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5344         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
5345         Moved ...
5346         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
5347         ... here.
5348         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
5349         Moved ...
5350         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
5351         ... here.
5352         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
5353         Moved ...
5354         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5355         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
5356         Moved ...
5357         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
5358         ... here.
5359         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
5360         Moved ...
5361         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
5362         ... here.
5363         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
5364         Moved ...
5365         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5366         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
5367         Moved ...
5368         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
5369         ... here.
5370         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
5371         Moved ...
5372         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
5373         ... here.
5374         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
5375         Moved ...
5376         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
5377         ... here.
5378         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
5379         Moved ...
5380         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5381         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
5382         Moved ...
5383         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
5384         ... here.
5385         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
5386         Moved ...
5387         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
5388         ... here.
5389         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
5390         Moved ...
5391         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
5392         ... here.
5393         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
5394         Moved ...
5395         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5396         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
5397         Moved ...
5398         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
5399         ... here.
5400         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
5401         Moved ...
5402         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
5403         ... here.
5404         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
5405         Moved ...
5406         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5407         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
5408         Moved ...
5409         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
5410         ... here.
5411         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
5412         Moved ...
5413         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5414         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
5415         Moved ...
5416         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5417         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
5418         Moved ...
5419         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
5420         ... here.
5421         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
5422         Moved ...
5423         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
5424         ... here.
5425         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
5426         Moved ...
5427         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
5428         ... here.
5429         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
5430         Moved ...
5431         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5432         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
5433         Moved ...
5434         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
5435         ... here.
5436         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
5437         Moved ...
5438         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
5439         ... here.
5440         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5441         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5442         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5443         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5444         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
5445         Moved ...
5446         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
5447         ... here.
5448         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5449         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5450         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5451         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5452         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5453         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5454         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5455         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5456         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5457         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5458         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5459         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5460         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
5461         Moved ...
5462         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5463         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
5464         Moved ...
5465         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5466         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5467         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5468         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
5469         Moved ...
5470         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5471         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5472         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5473         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5474         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5475         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5476         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
5477
5478 2014-06-10  Wilco  <wdijkstr@arm.com>
5479
5480         * math/test-fenv-return.c: New file.
5481         * math/Makefile: Add new test test-fenv-return.
5482
5483 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
5484
5485         [BZ #17042]
5486         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5487         when x - 1 is zero.
5488         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5489         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5490         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5491         0.0L for an argument of 1.0L.
5492         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5493         Likewise.
5494         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5495         value when x - 1 is zero.
5496         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5497         * sysdeps/i386/fpu/libm-test-ulps: Update.
5498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5499
5500 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
5501
5502         [BZ #15119]
5503         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5504
5505 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5506
5507         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5508         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5509
5510 2014-06-09  Roland McGrath  <roland@hack.frob.com>
5511
5512         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5513         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5514
5515         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5516         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5517
5518         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5519         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5520
5521         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5522         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5523
5524         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5525         if not already defined.
5526         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
5527         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
5528         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
5529         (TLS_INIT_TP): Use it.
5530         (TLS_DEFINE_INIT_TP): New macro.
5531         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
5532
5533 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
5534
5535         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
5536         constant.
5537         [POSIX] (IXANY): Likewise.
5538         [POSIX] (OLCUC): Likewise.
5539         [POSIX || POSIX2008] (CBAUD): Do not allow.
5540         [POSIX || POSIX2008] (DEFECHO): Likewise.
5541         [POSIX || POSIX2008] (ECHOCTL): Likewise.
5542         [POSIX || POSIX2008] (ECHOKE): Likewise.
5543         [POSIX || POSIX2008] (ECHOPRT): Likewise.
5544         [POSIX || POSIX2008] (EXTA): Likewise.
5545         [POSIX || POSIX2008] (EXTB): Likewise.
5546         [POSIX || POSIX2008] (FLUSHO): Likewise.
5547         [POSIX || POSIX2008] (LOBLK): Likewise.
5548         [POSIX || POSIX2008] (PENDIN): Likewise.
5549         [POSIX || POSIX2008] (SWTCH): Likewise.
5550         [POSIX || POSIX2008] (VDISCARD): Likewise.
5551         [POSIX || POSIX2008] (VDSUSP): Likewise.
5552         [POSIX || POSIX2008] (VLNEXT): Likewise.
5553         [POSIX || POSIX2008] (VREPRINT): Likewise.
5554         [POSIX || POSIX2008] (VSTATUS): Likewise.
5555         [POSIX || POSIX2008] (VWERASE): Likewise.
5556         (B*): Change to B[0123456789]*.
5557         * conform/data/time.h-data [POSIX || UNIX98]
5558         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
5559         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5560         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
5561         [POSIX] (tm_*): Do not allow.
5562
5563 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
5564
5565         * Makefile (install): Don't set LANGUAGE.
5566         * Makefile.in (install): Likewise.
5567         * assert/Makefile (test-assert-ENV): Remove variable.
5568         (test-assert-perr-ENV): Likewise.
5569         * elf/Makefile (neededtest4-ENV): Likewise.
5570         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5571         [$(cross-compiling) = no]: Don't set LANGUAGE.
5572         * io/ftwtest-sh (LANG): Remove variable.
5573         * libio/Makefile (tst-widetext-ENV): Likewise.
5574         * manual/install.texi (Running make install): Don't refer to
5575         environment settings for make install.
5576         * INSTALL: Regenerated.
5577         * nptl/tst-tls6.sh: Don't set LANG.
5578         * posix/globtest.sh (LANG): Remove variable.
5579         * string/Makefile (tester-ENV): Likewise.
5580         (inl-tester-ENV): Likewise.
5581         (noinl-tester-ENV): Likewise.
5582         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5583         [$(cross-compiling) = no]: Don't set LANGUAGE.
5584         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
5585         without explicit environment settings.
5586
5587 2014-06-06  Roland McGrath  <roland@hack.frob.com>
5588
5589         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
5590         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
5591         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
5592         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
5593
5594 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
5595
5596         * crypt/crypt-private.h [DOS]: Add some includes taken from the
5597         other files in the crypt directory.
5598         * crypt/crypt.c: Remove duplicate includes.
5599         * crypt/crypt-entry.c: Likewise.
5600         * crypt/crypt_util.c: Likewise.
5601
5602 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
5603
5604         * Makeconfig (run-program-env): New variable.
5605         (run-program-prefix-before-env): Likewise.
5606         (run-program-prefix-after-env): Likewise.
5607         (run-program-prefix): Define in terms of new variables.
5608         (built-program-cmd-before-env): New variable.
5609         (built-program-cmd-after-env): Likewise.
5610         (built-program-cmd): Define in terms of new variables.
5611         (test-program-prefix-before-env): New variable.
5612         (test-program-prefix-after-env): Likewise.
5613         (test-program-prefix): Define in terms of new variables.
5614         (test-program-cmd-before-env): New variable.
5615         (test-program-cmd-after-env): Likewise.
5616         (test-program-cmd): Define in terms of new variables.
5617         * Rules (make-test-out): Use $(run-program-env).
5618         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
5619         (help): Do not mention environment variables.  Mention
5620         --timeoutfactor option.
5621         (timeoutfactor): New variable.
5622         (blacklist_exports): Remove function.
5623         (exports): Remove variable.
5624         (command): Do not include ${exports}.
5625         * manual/install.texi (Configuring and compiling): Do not mention
5626         test wrappers preserving environment variables.  Mention that last
5627         assignment to a variable must take precedence.
5628         * INSTALL: Regenerated.
5629         * benchtests/Makefile (run-bench): Use $(run-program-env).
5630         * catgets/Makefile ($(objpfx)test1.cat): Use
5631         $(built-program-cmd-before-env), $(run-program-env) and
5632         $(built-program-cmd-after-env).
5633         ($(objpfx)test2.cat): Do not specify environment variables
5634         explicitly.
5635         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
5636         $(run-program-env) and $(built-program-cmd-after-env).
5637         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
5638         $(run-program-env) and $(test-program-cmd-after-env).
5639         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
5640         explicitly.
5641         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
5642         run_program_env and test_program_cmd_after_env arguments.
5643         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
5644         * elf/tst-pathopt.sh: Use run_program_env argument.
5645         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
5646         $(test-wrapper-env) and $(run-program-env).
5647         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
5648         run_program_env arguments.
5649         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
5650         * intl/Makefile ($(objpfx)tst-gettext.out): Use
5651         $(test-program-prefix-before-env), $(run-program-env) and
5652         $(test-program-prefix-after-env).
5653         ($(objpfx)tst-gettext2.out): Likewise.
5654         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
5655         run_program_env and test_program_prefix_after_env arguments.
5656         * intl/tst-gettext2.sh: Likewise.
5657         * intl/tst-gettext4.sh: Do not set environment variables
5658         explicitly.
5659         * intl/tst-gettext6.sh: Likewise.
5660         * intl/tst-translit.sh: Likewise.
5661         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
5662         $(test-program-prefix-before-env), $(run-program-env) and
5663         $(test-program-prefix-after-env).
5664         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
5665         run_program_env and test_program_prefix_after_env arguments.
5666         * math/Makefile (run-regen-ulps): Use $(run-program-env).
5667         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
5668         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
5669         explicitly with each use of ${test_wrapper_env}.
5670         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
5671         $(test-program-prefix-before-env), $(run-program-env) and
5672         $(test-program-prefix-after-env).
5673         * posix/tst-getconf.sh: Do not set environment variables
5674         explicitly.
5675         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
5676         run_program_env and test_program_prefix_after_env arguments.
5677         * stdio-common/tst-printf.sh: Do not set environment variables
5678         explicitly.
5679         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
5680         $(test-program-prefix-before-env), $(run-program-env) and
5681         $(test-program-prefix-after-env).
5682         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
5683         run_program_env and test_program_prefix_after_env arguments.
5684         Split $test calls into $test_pre and $test.
5685         * timezone/Makefile (build-testdata): Use
5686         $(built-program-cmd-before-env), $(run-program-env) and
5687         $(built-program-cmd-after-env).
5688
5689 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5690
5691         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
5692         strlen for non SHARED builds.
5693
5694 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5695
5696         * nptl/allocatestack.c (check_list): Inlined function...
5697         (__reclaim_stacks): ... here.
5698
5699 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5700
5701         [BZ #15698]
5702         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5703         memory overrun.
5704
5705 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
5706
5707         * Rules (make-test-out): Include
5708         LOCPATH=$(common-objpfx)localedata in default environment.
5709         * debug/Makefile (tst-chk1-ENV): Remove variable.
5710         (tst-chk2-ENV): Likewise.
5711         (tst-chk3-ENV): Likewise.
5712         (tst-chk4-ENV): Likewise.
5713         (tst-chk5-ENV): Likewise.
5714         (tst-chk6-ENV): Likewise.
5715         (tst-lfschk1-ENV): Likewise.
5716         (tst-lfschk2-ENV): Likewise.
5717         (tst-lfschk3-ENV): Likewise.
5718         (tst-lfschk4-ENV): Likewise.
5719         (tst-lfschk5-ENV): Likewise.
5720         (tst-lfschk6-ENV): Likewise.
5721         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
5722         (tst-iconv7-ENV): Likewise.
5723         * intl/Makefile (LOCPATH-ENV): Likewise.
5724         (tst-codeset-ENV): Likewise.
5725         (tst-gettext3-ENV): Likewise.
5726         (tst-gettext5-ENV): Likewise.
5727         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
5728         (tst-fopenloc-ENV): Likewise.
5729         (tst-fgetws-ENV): Remove variable.
5730         (tst-ungetwc1-ENV): Likewise.
5731         (tst-ungetwc2-ENV): Likewise.
5732         (bug-ungetwc2-ENV): Likewise.
5733         (tst-swscanf-ENV): Likewise.
5734         (bug-ftell-ENV): Likewise.
5735         (tst-fgetwc-ENV): Likewise.
5736         (tst-fseek-ENV): Likewise.
5737         (tst-ftell-partial-wide-ENV): Likewise.
5738         (tst-ftell-active-handler-ENV): Likewise.
5739         (tst-ftell-append-ENV): Likewise.
5740         * posix/Makefile (tst-fnmatch-ENV): Likewise.
5741         (tst-regexloc-ENV): Likewise.
5742         (bug-regex1-ENV): Likewise.
5743         (tst-regex-ENV): Likewise.
5744         (tst-regex2-ENV): Likewise.
5745         (bug-regex5-ENV): Likewise.
5746         (bug-regex6-ENV): Likewise.
5747         (bug-regex17-ENV): Likewise.
5748         (bug-regex18-ENV): Likewise.
5749         (bug-regex19-ENV): Likewise.
5750         (bug-regex20-ENV): Likewise.
5751         (bug-regex22-ENV): Likewise.
5752         (bug-regex23-ENV): Likewise.
5753         (bug-regex25-ENV): Likewise.
5754         (bug-regex26-ENV): Likewise.
5755         (bug-regex30-ENV): Likewise.
5756         (bug-regex32-ENV): Likewise.
5757         (bug-regex33-ENV): Likewise.
5758         (bug-regex34-ENV): Likewise.
5759         (bug-regex35-ENV): Likewise.
5760         (tst-rxspencer-ENV): Likewise.
5761         (tst-rxspencer-no-utf8-ENV): Likewise.
5762         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
5763         (tst-sscanf-ENV): Likewise.
5764         (tst-swprintf-ENV): Likewise.
5765         (tst-swscanf-ENV): Likewise.
5766         (test-vfprintf-ENV): Likewise.
5767         (scanf13-ENV): Likewise.
5768         (bug14-ENV): Likewise.
5769         (tst-grouping-ENV): Likewise.
5770         * stdlib/Makefile (tst-strtod-ENV): Likewise.
5771         (tst-strtod3-ENV): Likewise.
5772         (tst-strtod4-ENV): Likewise.
5773         (tst-strtod5-ENV): Likewise.
5774         (testmb2-ENV): Likewise./
5775         * string/Makefile (tst-strxfrm-ENV): Likewise.
5776         (tst-strxfrm2-ENV): Likewise.
5777         (bug-strcoll1-ENV): Likewise.
5778         (test-strcasecmp-ENV): Likewise.
5779         (test-strncasecmp-ENV): Likewise.
5780         * time/Makefile (tst-strptime-ENV): Likewise.
5781         (tst-ftime_l-ENV): Likewise.
5782         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
5783         (tst-mbrtowc-ENV): Likewise.
5784         (tst-wcrtomb-ENV): Likewise.
5785         (tst-mbrtowc2-ENV): Likewise.
5786         (tst-c16c32-1-ENV): Likewise.
5787         (tst-mbsnrtowcs-ENV): Likewise.
5788
5789 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
5790
5791         * manual/resource.texi (How to get information about the memory
5792         subsystem?): Fix typo.
5793         Reported by Peon de la Parra Ivan <peon@keba.com>
5794
5795 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
5796
5797         [BZ #16882]
5798         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
5799         (pthread_spin_lock): Branch out of spin loop to proper location.
5800         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
5801         (pthread_spin_lock): Likewise.
5802
5803         * nptl/tst-spin4.c: New test.
5804         * nptl/Makefile (tests): Add tst-spin4.
5805
5806 2014-06-03  Andreas Schwab  <schwab@suse.de>
5807
5808         [BZ #15946]
5809         * resolv/res_send.c (send_dg): Reload file descriptor after
5810         calling reopen.
5811
5812 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
5813
5814         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5815
5816 2014-06-03  Richard Henderson  <rth@redhat.com>
5817
5818         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5819         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5820         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5821         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
5822         in the SAVE_PID block.
5823         (__libc_vfork): New alias.
5824         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
5825
5826         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5827         child in registers, not on the stack.  Remove RESET_PID conditionals.
5828         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5829
5830 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5831
5832         * sysdeps/aarch64/libm-test-ulps: Regenerate.
5833
5834 2014-06-03  Wilco  <wdijkstr@arm.com>
5835
5836         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5837         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5838         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5839         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5840         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5841         Likewise.
5842
5843 2014-06-03  Wilco  <wdijkstr@arm.com>
5844
5845         * sysdeps/aarch64/fpu/math_private.h
5846         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5847         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5848         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5849         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5850         Fix declarations.
5851
5852 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5853
5854         * crypt/crypt-private.h: Include ufc-crypt.h.
5855         (__b64_from_24bit): Declare extern.
5856         * crypt/crypt_util.c(__b64_from_24bit): New function.
5857         (b64t): New static const variable.
5858         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5859         (b64t): Remove variable.
5860         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5861         * crypt/sha256-crypt.c: Include crypt-private.h.
5862         (b64t): Remove variable.
5863         (__sha256_crypt_r): Remove b64_from_24bit and replace
5864         with __b64_from_24bit.
5865         * crypt/sha512-crypt.c: Likewise.
5866
5867 2014-06-02  Roland McGrath  <roland@hack.frob.com>
5868
5869         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5870         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5871         Label the code __libc_vfork rather than __vfork.
5872         [!NOT_IN_libc] (vfork): Define as weak alias.
5873         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5874         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5875         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5876
5877 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5878
5879         * malloc/malloc.c (malloc_info): Fix format specifier for
5880         n_mmaps.
5881
5882 2014-06-02  Wilco  <wdijkstr@arm.com>
5883
5884         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5885         FPCR write.
5886
5887 2014-06-02  Wilco  <wdijkstr@arm.com>
5888
5889         [BZ #17009]
5890         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5891         Rewrite to reduce FPCR/FPSR accesses.
5892
5893 2014-06-01  David S. Miller  <davem@davemloft.net>
5894
5895         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5896
5897 2014-05-31  David S. Miller  <davem@davemloft.net>
5898
5899         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5900         to occur in round to nearest mode when |x| >= 2.0
5901
5902 2014-05-30  Richard Henderson  <rth@twiddle.net>
5903
5904         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5905         (PSEUDO_RET_NOERRNO): Remove.
5906         (ret): Don't redefine.
5907         (ret_NOERRNO): Define in terms of ret.
5908         (ret_ERRVAL): Likewise.
5909
5910         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5911         use of PSEUDO_RET; perform the error check directly.
5912
5913 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
5914
5915         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5916         with __int128_t.
5917
5918 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5919
5920         * malloc/malloc (malloc_info): Fix formatting.
5921
5922 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5923             Roland McGrath  <roland@hack.frob.com>
5924
5925         * malloc/malloc (malloc_info): Also print mmapped statistics.
5926
5927 2014-05-30  Roland McGrath  <roland@hack.frob.com>
5928
5929         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5930         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5931
5932 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
5933
5934         * malloc/malloc.c (malloc_info): Inline mi_arena.
5935
5936 2014-05-29  Richard Henderson  <rth@twiddle.net>
5937
5938         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5939         Remove comma before expanding ASM_ARGS_##nr.
5940         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5941         Make _x0 a strict output; make _x8 a strict input; adjust expansion
5942         of ASM_ARGS_##nr.
5943         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5944         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5945         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5946         (ASM_ARGS_1): Add leading comma.
5947
5948         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5949         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5950         to __errno_location.
5951         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5952         Remove the expected plt for __errno_location.
5953
5954         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5955         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
5956         call to __read_tp.
5957
5958         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5959         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
5960         it and break it down.
5961         (DOCARGS_0, DOCARGS_1): Do nothing.
5962         (DOCARGS_2): Update to store into the new stack frame.
5963         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5964         (UNDOCARGS_1): Update to restore from the new stack frame.
5965         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5966         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5967
5968         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5969         (SINGLE_THREAD_P): New parameter for result regno.
5970         (PSEUDO): Update to match; use cbz instead of beq.
5971
5972         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5973         Use ENTRY to define the _nocancel entry point.  Share the syscall
5974         and syscall error check paths with the cancel path.
5975         (PSEUDO_END): New.
5976
5977         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5978         whitespace; tabs before and after asm mnemonics.
5979
5980 2014-05-29  Eric Wong  <normalperson@yhbt.net>
5981
5982         [BZ #15132]
5983         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5984         Call fstat64 or stat64 internally, depending on arguments passed.
5985         Replace stat buffer argument with file descriptor argument.
5986         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5987         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5988         Pass fd to __internal_statvfs instead of calling fstat64.
5989         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5990         Pass fd to __internal_statvfs64 instead of calling fstat64.
5991         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
5992         Pass -1 to __internal_statvfs instead of calling stat64.
5993         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
5994         Pass -1 to __internal_statvfs64 instead of calling stat64.
5995
5996 2014-05-28  Roland McGrath  <roland@hack.frob.com>
5997
5998         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
5999         that was previously under [RESET_PID].
6000         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
6001
6002         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
6003         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
6004
6005 2014-05-27  Roland McGrath  <roland@hack.frob.com>
6006
6007         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
6008
6009         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
6010         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
6011
6012 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
6013
6014         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
6015
6016 2014-05-27  Andreas Schwab  <schwab@suse.de>
6017
6018         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
6019         TLS_INIT_TP macro.
6020         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
6021         * elf/rtld.c (init_tls, dl_main): Likewise.
6022         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
6023         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
6024         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
6025         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
6026         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
6027         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
6028         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
6029         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
6030         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
6031         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
6032         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
6033         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
6034         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
6035         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
6036         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
6037         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
6038         * sysdeps/generic/tls.h: Update description.
6039
6040 2014-05-27  Will Newton  <will.newton@linaro.org>
6041
6042         [BZ #16990]
6043         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
6044         and restore r2 rather than just restoring.
6045
6046 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
6047
6048         [BZ #16724]
6049         * libio/tst-ftell-append.c: New test case.
6050         * libio/Makefile (tests): Add test case.
6051         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
6052         append mode.
6053         * libio/wfileops.c (do_ftell_wide): Likewise.
6054
6055 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6056
6057         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6058
6059         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
6060         ...
6061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
6062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6063         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
6064         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
6065         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
6066         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
6067         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
6068         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
6069         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6070         Moved ...
6071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
6072         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6073         Moved ...
6074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
6075         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
6076         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
6077         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
6078         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
6079         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
6080         ...
6081         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
6082         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
6083         Moved ...
6084         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
6085         here.
6086         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
6087         ...
6088         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
6089         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
6090         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
6091
6092         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
6093         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
6094         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
6095         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
6096
6097         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
6098         merge into ...
6099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6100         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6101         ...
6102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6103         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6104         ...
6105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6106         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6107         Moved ...
6108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6109         here.
6110         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6111         Moved ...
6112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6113         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6114         Moved ...
6115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6116
6117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6118         conditional [RESET_PID].
6119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6120         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6121         removed.
6122         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6123         removed.
6124
6125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
6126         <tcb-offsets.h>.
6127         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6128         (__libc_vfork): New strong alias.
6129         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
6130         removed.
6131         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6132         Removed.
6133
6134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6135         <tcb-offsets.h>.
6136         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6137         (__libc_vfork): New strong alias.
6138         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6139         removed.
6140         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6141         removed.
6142
6143 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
6144
6145         * malloc/malloc.c (mi_arena): New function.
6146         (malloc_info): Remove nested function mi_arena. Call non-nosted
6147         function mi_arena.
6148
6149 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6150
6151         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6152         by insrwi.
6153         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6154         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6155         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6156         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6157         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6158         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6159         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6160
6161 2014-05-26  Andreas Schwab  <schwab@suse.de>
6162
6163         [BZ #16984]
6164         * locale/programs/repertoire.c (repertoire_read): Add slash
6165         between I18NPATH element and file name.
6166         * locale/programs/locfile.c (locfile_read): Likewise.
6167
6168 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6169
6170         * nptl/pthread_mutexattr_settype.c
6171         (__pthread_mutexattr_settype):
6172         Disable lock elision for PTHREAD_MUTEX_NORMAL.
6173
6174 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
6175
6176         * nptl/tst-mutex5 (do_test):
6177         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6178
6179 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6180
6181         * benchtests/README: Document 'init' directive.
6182         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6183         BENCH_INIT.
6184         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6185         (parse_file): Recognize 'init' directive.
6186
6187 2014-05-26  Kyle McMartin  <kyle@redhat.com>
6188
6189         [BZ #16796]
6190         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6191         alignment of struct pthread.
6192
6193 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6194
6195         [BZ #16878]
6196         * nscd/netgroupcache.c (addgetnetgrentX): Look for
6197         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6198         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6199         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6200
6201 2014-05-25  Richard Henderson  <rth@twiddle.net>
6202
6203         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6204         (SINGLE_THREAD_P_PIC): Remove.
6205         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6206         (SINGLE_THREAD_P_PIC): Remove.
6207
6208         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6209         branch to syscall error ...
6210         (PSEUDO): ... here.
6211         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6212         from __local_syscall_error to .Lsyscall_error.
6213         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6214         (SYSCALL_ERROR): Update label name.
6215
6216         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6217         Do not use DOARGS/UNDOARGS.
6218         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6219         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6220         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6221         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6222         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6223
6224         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6225         block comment.
6226
6227         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6228         define if !NOT_IN_libc.
6229         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6230         define with non-default symbol versions.
6231
6232 2014-05-23  Richard Henderson  <rth@twiddle.net>
6233
6234         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6235         (vfork, __vfork): Define via compat_symbol.
6236
6237         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6238         [!HAVE_IFUNC] (vfork_compat): Remove.
6239         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6240
6241 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6242
6243         [BZ #16978]
6244         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6245         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6246         variable.
6247
6248 2014-05-23  Richard Henderson  <rth@twiddle.net>
6249
6250         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6251         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6252         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6253         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6254
6255         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6256         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6257         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6258         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6259         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6260         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6261         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6262         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6263         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6264         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6265         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6266         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6267         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6268         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6269         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6270         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6271         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6272         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6273         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6274         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6275         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6276         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6277         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6278         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6279         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6280         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6281         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6282         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6283         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6284         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6285         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6286         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6287         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6288         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6289         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6290         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6291         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6292         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6293         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6294         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6295         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6296         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6297         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6298         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6299         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6300         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6301         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6302         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6303         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6304         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6305         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6306         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6307         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6308         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6309         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6310         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6311
6312         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6313         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6314         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
6315         before exiting on error.
6316         (__libc_vfork): New strong alias.
6317         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6318         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6319
6320         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6321         that was previously under [RESET_PID].
6322         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6323
6324         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6325
6326 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
6327
6328         [BZ #16977]
6329         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6330         value when x - 1 is zero.
6331         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6332         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6333         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6334         0.0L for an argument of 1.0L.
6335         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6336         Likewise.
6337         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6338         value when x - 1 is zero.
6339         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6340         * sysdeps/i386/fpu/libm-test-ulps: Update.
6341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6342
6343 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
6344
6345         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6346         alphasort and versionsort.
6347
6348 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6349
6350         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6351         macro.
6352         [copysignf]: Likewise.
6353
6354 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6355
6356         * crypt/md5-crypt.c: Fix formatting.
6357
6358 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6359
6360         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6361         (b64_from_24bit): New function.
6362
6363 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6364
6365         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6366         libc_hidden_builtin_def to ifunc.
6367         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6368         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6369
6370 2014-05-21  Roland McGrath  <roland@hack.frob.com>
6371
6372         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6373         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6374
6375 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
6376
6377         * nscd/Depend (linuxthreads): Remove.
6378         (nptl): Add.
6379         * resolv/Depend (linuxthreads): Remove.
6380         * rt/Depend (linuxthreads): Remove.
6381
6382         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6383         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6384         $(common-objpfx)elf/.
6385         (link-libc-before-gnulib): Likewise.
6386         (elfobjdir): Remove variable.
6387         * Makefile (install): Use $(elf-objpfx) instead of
6388         $(common-objpfx)elf/.
6389         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6390         $(elfobjdir)/.
6391         (link-libc-deps): Likewise.
6392         ($(common-objpfx)libc.so): Likewise.
6393         ($(common-objpfx)linkobj/libc.so): Likewise.
6394         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6395         instead of $(common-objpfx)elf/.
6396         (symbolic-link-list): Likewise.
6397         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6398         [$(cross-compiling) = no]: Likewise.
6399         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6400         $(elfobjdir)/.
6401         (static-gnulib-arch): Likewise.
6402         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6403         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6404         $(common-objpfx)elf/.
6405
6406 2014-05-21  Richard Henderson  <rth@redhat.com>
6407
6408         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6409         (SINGLE_THREAD_P): Use the correct width load.  Fold
6410         into the ldr offset.
6411
6412         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6413         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6414
6415 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
6416
6417         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6418         (libgcc_s_resume): Use __attribute_used__.
6419         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6420         Likewise.
6421
6422 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6423
6424         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6425         optimization when used with float constants.
6426
6427         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6428
6429 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
6430
6431         [BZ #16915]
6432         * locale/nl_langinfo_l.c: Make direct reference to every
6433         _nl_current_CATEGORY symbol.
6434         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6435         (tests-static): Add tst-langinfo-static.
6436         (tests-special): Add tst-langinfo-static.out.
6437         ($(objpfx)tst-langinfo.out): Redirect output.
6438         ($(objpfx)tst-langinfo-static.out): New.
6439         * localedata/tst-langinfo.sh: Send output to stdout.
6440         * localedata/tst-langinfo-static.c: New file.
6441
6442         [BZ #16965]
6443         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6444         when the shift amount is modulo the limb size.
6445
6446 2014-05-20  Richard Henderson  <rth@redhat.com>
6447
6448         [BZ #16967]
6449         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6450         Change type of sa_flags from unsigned int to int.
6451
6452         [BZ #16966]
6453         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
6454
6455         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6456
6457 2014-05-20  Will Newton  <will.newton@linaro.org>
6458
6459         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6460         Test the return value of the system call in the nocancel case.
6461
6462 2014-05-20  Will Newton  <will.newton@linaro.org>
6463             Yvan Roux  <yvan.roux@linaro.org>
6464
6465         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6466         #include of asm/ptrace.h.
6467         (PTRACE_GET_THREAD_AREA): Remove #undef.
6468         (PTRACE_GETHBPREGS): Likewise.
6469         (PTRACE_SETHBPREGS): Likewise.
6470         (struct user_regs_struct): New structure.
6471         (struct user_fpsimd_struct): New structure.
6472         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6473         #include of asm/ptrace.h and second #include of sys/user.h.
6474         (PTRACE_GET_THREAD_AREA): Remove #undef.
6475         (PTRACE_GETHBPREGS): Likewise.
6476         (PTRACE_SETHBPREGS): Likewise.
6477         (ELF_NGREG): Use new struct user_regs_struct.
6478         (elf_fpregset_t): Use new struct user_fpsimd_struct.
6479
6480 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6481
6482         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6483         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6484
6485 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
6486
6487         [BZ #16958]
6488         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6489         membar to avoid block loads/stores to overlap previous stores.
6490
6491 2014-05-17  Richard Henderson  <rth@redhat.com>
6492
6493         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6494         Create the __##syscall_name##_nocancel entry point.
6495         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6496         Remove; let the sysdep-cancel.h code create it.
6497
6498 2014-05-17  David S. Miller  <davem@davemloft.net>
6499
6500         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6501         Protect with __USE_GNU.
6502         (TIOCSET_TEMPT): Likewise.
6503         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6504         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6505         these are already provided in bits/ioctl-types.h
6506
6507 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6508
6509         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6510         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6511
6512         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6513         Use wait4 regardless of [__NR_waitpid].
6514
6515 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6516
6517         PR libgcc/60166
6518         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6519         (_FP_NANSIGN_Q): Set the quiet bit.
6520
6521 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
6522
6523         * benchtests/Makefile
6524         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6525         not $(common-objpfx)math/libm.so.
6526         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
6527         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
6528         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
6529         $(common-objpfx)dlfcn/libdl.so.
6530         ($(objpfx)tst-audit8): Depend on $(libm), not
6531         $(common-objpfx)math/libm.so.
6532         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
6533         not $(common-objpfx)dlfcn/libdl.so.
6534         * math/Makefile
6535         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
6536         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
6537         [$(build-shared) = yes].
6538         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
6539         $(common-objpfx)nptl/libpthread.so.
6540         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
6541         $(common-objpfx)math/libm.so$(libm.so-version) or
6542         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
6543         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
6544         $(common-objpfx)dlfcn/libdl.so.
6545         * setjmp/Makefile (link-libm): Remove variable.
6546         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
6547         * stdio-common/Makefile (link-libm): Remove variable.
6548         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
6549         * stdlib/Makefile (link-libm): Remove variable.
6550         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
6551         ($(objpfx)tst-strtod-round): Likewise.
6552         ($(objpfx)tst-tininess): Likewise.
6553         ($(objpfx)tst-strtod-underflow): Likewise.
6554         ($(objpfx)tst-strtod6): Likewise.
6555         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
6556         $(libdl), not $(common-objpfx)nptl/libpthread.so and
6557         $(common-objpfx)dlfcn/libdl.so.
6558
6559 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6560
6561         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
6562         BSD terminal modes definitions.
6563
6564 2014-05-16  Roland McGrath  <roland@hack.frob.com>
6565
6566         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
6567         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
6568
6569         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
6570         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
6571         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
6572         Don't do #include_next.
6573         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
6574         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
6575         Don't do #include_next.
6576         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
6577         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
6578         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
6579         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
6580
6581 2014-05-16  Allan McRae  <allan@archlinux.org>
6582
6583         * po/sv.po: Update Swedish translation from translation project.
6584
6585         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
6586         in sed expression.
6587
6588 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
6589
6590         [BZ #16917]
6591         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
6592         errno if the TIOCGPTN ioctl fails with an error different than
6593         EINVAL.
6594         * login/tst-ptsname.c: New file.
6595         * login/Makefile (tests): Add tst-ptsname.
6596
6597         [BZ #16943]
6598         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
6599         and prlimit64.
6600
6601 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6602
6603         [BZ #16849]
6604         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
6605         herrno to return EAI_AGAIN.
6606
6607 2014-05-14  Roland McGrath  <roland@hack.frob.com>
6608
6609         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
6610         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
6611         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
6612         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
6613         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
6614         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
6615         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
6616         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
6617         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
6618         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
6619         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
6620         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
6621         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
6622         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
6623         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
6624         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
6625         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
6626         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
6627         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
6628         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
6629         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
6630         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
6631         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
6632         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
6633         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
6634         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
6635         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
6636         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
6637         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
6638         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
6639         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
6640         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
6641         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
6642         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
6643         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6644         Moved ...
6645         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
6646         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
6647         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
6648         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
6649         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
6650         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
6651         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
6652         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
6653         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
6654         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
6655         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
6656         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
6657         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
6658         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
6659         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
6660         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
6661         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
6662         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
6663         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
6664         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
6665         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
6666         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
6667         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
6668         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
6669         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
6670         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
6671         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
6672         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
6673         Moved ...
6674         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
6675         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
6676         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
6677         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
6678         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
6679         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
6680         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
6681         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
6682         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
6683         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
6684         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
6685         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
6686         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
6687         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
6688         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
6689         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
6690         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
6691         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
6692         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
6693         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
6694         Moved ...
6695         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
6696         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
6697         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
6698
6699         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
6700         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
6701         (libpthread-sysdep_routines): Add elision-related stuff here instead.
6702         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
6703         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
6704         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
6705         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
6706         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
6707         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
6708         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
6709         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
6710         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
6711         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
6712         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
6713         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
6714         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
6715         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
6716         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
6717         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
6718         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
6719         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
6720         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
6721         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
6722         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
6723         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
6724         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
6725         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
6726         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
6727         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
6728         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
6729         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
6730
6731         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
6732         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
6733
6734         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
6735         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
6736         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
6737         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
6738         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
6739         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
6740         Moved ...
6741         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
6742         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
6743         Moved ...
6744         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
6745         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
6746         Moved ...
6747         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
6748         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
6749         Moved ...
6750         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
6751         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
6752         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
6753         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
6754         Moved ...
6755         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
6756         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
6757         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
6758         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
6759         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
6760         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
6761         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
6762         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
6763         Moved ...
6764         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
6765         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6766         Moved ...
6767         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6768         ... here.
6769         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6770         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6771         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6772         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6773         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6774         Moved ...
6775         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6776         ... here.
6777         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6778         Moved ...
6779         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
6780         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
6781         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
6782         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
6783         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
6784         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
6785         Moved ...
6786         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
6787         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
6788         Moved ...
6789         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
6790         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
6791         Moved ...
6792         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
6793         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
6794         Moved ...
6795         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
6796         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
6797         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
6798         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
6799         Moved ...
6800         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
6801         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
6802         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
6803         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
6804         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
6805         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
6806         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
6807         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
6808         Moved ...
6809         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
6810         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6811         Moved ...
6812         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6813         ... here.
6814         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
6815         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
6816         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
6817         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6818         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6819         Moved ...
6820         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6821         ... here.
6822         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6823         Moved ...
6824         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6825         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6826         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6827         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6828         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6829         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6830         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6831         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6832         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6833         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6834         Moved ...
6835         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6836         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6837         Moved ...
6838         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6839         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6840         Moved ...
6841         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6842         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6843         Moved ...
6844         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6845         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6846         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6847         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6848         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6849         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6850         Moved ...
6851         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6852         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6853         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6854         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6855         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6856         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6857         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6858         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6859         Moved ...
6860         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6861         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6862         Moved ...
6863         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6864         ... here.
6865         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6866         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6867         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6868         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6869         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6870         Moved ...
6871         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6872         ... here.
6873         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6874         Moved ...
6875         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6876         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6877         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6878         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6879         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6880         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6881         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6882         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6883         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6884         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6885         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6886
6887         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6888         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6889
6890         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6891         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6892
6893         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6894         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6895         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6896         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6897         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6898         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6899         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6900         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6901         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6902         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6903         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6904         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6905         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6906         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6907         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6908         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6909         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6910         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6911         Moved ...
6912         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6913         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6914         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6915         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6916         Moved ...
6917         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6918         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6919         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6920         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6921         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6922         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6923         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6924         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6925         Moved ...
6926         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6927         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6928         Moved ...
6929         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6930         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6931         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6932         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6933         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6934         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6935         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6936         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6937         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6938         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6939         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6940         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6941         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6942         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6943         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6944         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6945         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6946
6947         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6948         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6949         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6950         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6951         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6952
6953         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6954         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6955         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6956         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6957         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6958         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6959         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6960         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6961         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6962         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6963
6964         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6965         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6966
6967         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6968         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
6969         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6970         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6971         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6972         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6973         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6974         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6975         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6976         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6977         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6978         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6979         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6980         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6981         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6982         Update #include.
6983         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6984         Likewise.
6985         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6986         Likewise.
6987         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6988         Likewise.
6989         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6990         Likewise.
6991         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
6992         Likewise.
6993         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
6994         Likewise.
6995         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6996         Likewise.
6997         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
6998         Likewise.
6999         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
7000         Likewise.
7001         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
7002         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
7003         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
7004         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
7005         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
7006         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
7007         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
7008         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
7009         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
7010         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
7011         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
7012         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
7013         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
7014         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
7015         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
7016
7017         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
7018         that was previously under [RESET_PID].
7019         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
7020         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
7021         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
7022
7023         * sysdeps/i386/nptl/Implies: New file.
7024         * sysdeps/x86_64/nptl/Implies: New file.
7025         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
7026         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
7027         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
7028         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
7029
7030         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
7031         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7032         (__libc_vfork): New strong alias.
7033         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
7034         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
7035
7036         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
7037         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7038         (__libc_vfork): New strong alias.
7039         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
7040         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
7041
7042         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
7043         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7044         (__libc_vfork): New strong alias.
7045         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
7046         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
7047         * nptl/pt-vfork.c: New file.
7048         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
7049         (libpthread: GLIBC_2.20): New version set (empty).
7050
7051 2014-05-14  Will Newton  <will.newton@linaro.org>
7052
7053         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
7054         rather than #if.
7055
7056 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7057
7058         [BZ #16564]
7059         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
7060         arguments with exponent 65 or above.
7061         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
7062         arguments 0x1p113L or above.
7063         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
7064         to arguments 0x1p107L or above.
7065         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
7066         positive arguments with exponent 65 or above.
7067         * math/auto-libm-test-in: Add more tests of log1p.
7068         * math/auto-libm-test-out: Regenerated.
7069
7070         [BZ #16928]
7071         * math/s_cacos.c (__cacos): Ensure zero real part of result from
7072         non-finite arguments is +0.
7073         * math/s_cacosf.c (__cacosf): Likewise.
7074         * math/s_cacosl.c (__cacosl): Likewise.
7075         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
7076         * sysdeps/i386/fpu/libm-test-ulps: Update.
7077         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7078
7079         [BZ #16927]
7080         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
7081         value.
7082         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
7083         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
7084         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
7085         for explicit high bit of mantissa when testing for argument equal
7086         to 1.
7087         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
7088         * sysdeps/i386/fpu/libm-test-ulps: Update.
7089         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7090
7091         [BZ #16516]
7092         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
7093         (__erf): Scale by 16 instead of 8 in potentially underflowing
7094         case.  Ensure exception if result actually underflows.
7095         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
7096         (__erff): Scale by 16 instead of 8 in potentially underflowing
7097         case.  Ensure exception if result actually underflows.
7098         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
7099         (efx8): Remove variable.
7100         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7101         case.  Ensure exception if result actually underflows.
7102         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
7103         (efx8): Remove variable.
7104         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7105         case.  Ensure exception if result actually underflows.
7106         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7107         (efx8): Remove variable.
7108         (__erfl): Scale by 16 instead of 8 in potentially underflowing
7109         case.  Ensure exception if result actually underflows.
7110         * math/auto-libm-test-in: Add more tests of erf.
7111         * math/auto-libm-test-out: Regenerated.
7112
7113 2014-05-14  Andreas Schwab  <schwab@suse.de>
7114
7115         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7116         Remove code conditionalized on USE___THREAD.
7117
7118         * config.h.in (HAVE_PT_CHOWN): Define as 0.
7119         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7120         not definedness.
7121
7122 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
7123
7124         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7125         Define unconditionally.
7126         (__ASSUME_O_CLOEXEC): Likewise.
7127         (__ASSUME_SOCK_CLOEXEC): Likewise.
7128         (__ASSUME_IN_NONBLOCK): Likewise.
7129         (__ASSUME_PIPE2): Likewise.
7130         (__ASSUME_EVENTFD2): Likewise.
7131         (__ASSUME_SIGNALFD4): Likewise.
7132         (__ASSUME_DUP3): Likewise.
7133         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7134         (__ASSUME_DUP3): Do not define.
7135         (__ASSUME_EVENTFD2): Likewise.
7136         (__ASSUME_IN_NONBLOCK): Likewise.
7137         (__ASSUME_O_CLOEXEC): Likewise.
7138         (__ASSUME_PIPE2): Likewise.
7139         (__ASSUME_SIGNALFD4): Likewise.
7140         (__ASSUME_SOCK_CLOEXEC): Likewise.
7141         (__ASSUME_UTIMES): Undefine.
7142         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7143         (__ASSUME_UTIMES): Do not define.
7144         (__ASSUME_O_CLOEXEC): Likewise.
7145         (__ASSUME_SOCK_CLOEXEC): Likewise.
7146         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7147         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7148         0x020621].
7149         (__ASSUME_PIPE2): Likewise.
7150         (__ASSUME_EVENTFD2): Likewise.
7151         (__ASSUME_SIGNALFD4): Likewise.
7152         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7153         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7154         Do not define.
7155         (__ASSUME_EVENTFD2): Likewise.
7156         (__ASSUME_SIGNALFD4): Likewise.
7157         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7158         (__ASSUME_32BITUIDS): Likewise.
7159         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7160         (__ASSUME_IPC64): Likewise.
7161         (__ASSUME_ST_INO_64_BIT): Likewise.
7162         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7163         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7164         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7165         (__ASSUME_UTIMES): Do not define.
7166         (__ASSUME_PSELECT): Likewise.
7167         (__ASSUME_PPOLL): Likewise.
7168         (__ASSUME_O_CLOEXEC): Likewise.
7169         (__ASSUME_SOCK_CLOEXEC): Likewise.
7170         (__ASSUME_IN_NONBLOCK): Likewise.
7171         (__ASSUME_PIPE2): Likewise.
7172         (__ASSUME_EVENTFD2): Likewise.
7173         (__ASSUME_SIGNALFD4): Likewise.
7174         (__ASSUME_DUP3): Likewise.
7175         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7176         (__ASSUME_UTIMES): 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/microblaze/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/mips/kernel-features.h (__ASSUME_IPC64):
7194         Likewise.
7195         (__ASSUME_UTIMES): Likewise.
7196         (__ASSUME_EVENTFD2): Likewise.
7197         (__ASSUME_SIGNALFD4): Likewise.
7198         * sysdeps/unix/sysv/linux/tile/kernel-features.h
7199         (__ASSUME_O_CLOEXEC): Likewise.
7200         (__ASSUME_SOCK_CLOEXEC): Likewise.
7201         (__ASSUME_IN_NONBLOCK): Likewise.
7202         (__ASSUME_PIPE2): Likewise.
7203         (__ASSUME_EVENTFD2): Likewise.
7204         (__ASSUME_SIGNALFD4): Likewise.
7205         (__ASSUME_DUP3): Likewise.
7206         (__ASSUME_UTIMES): Undefine.
7207
7208         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7209         feclearexcept.  Remove symbol versioning code.
7210         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
7211         symbol versioning code.
7212         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
7213         symbol versioning code.
7214         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7215         feupdateenv.  Remove symbol versioning code.
7216         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7217         fegetexceptflag.  Remove symbol versioning code.
7218         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7219         fesetexceptflag.  Remove symbol versioning code.
7220         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7221         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
7222         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7223         (__posix_fadvise64_l32): Remove prototype.
7224         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7225         code.
7226
7227 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7228
7229         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7230         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7231         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7232         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7233
7234 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
7235
7236         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7237         current working directory
7238
7239 2014-05-13  Roland McGrath  <roland@hack.frob.com>
7240
7241         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7242         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7243         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7244         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7245         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7246         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7247         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7248         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7249         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7250         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7251         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7252         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7253         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7254         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7255         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7256         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7257         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7258         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7259         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7260         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7261         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7262         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7263         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7264         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7265         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7266         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7267         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7268         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7269         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7270         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7271         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7272         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7273         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7274         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7275         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7276         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7277         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7278         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7279         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7280         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7281         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7282         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7283
7284         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7285         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7286
7287         * sysdeps/unix/sysv/linux/arm/Makefile
7288         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7289         Add rt-aeabi_unwind_cpp_pr1.
7290         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7291         Add nptl-aeabi_unwind_cpp_pr1.
7292         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7293         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7294         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7295         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7296         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7297         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7298
7299         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7300         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7301         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7302         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7303
7304         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7305         Deconditionalize the code that was previously under [RESET_PID].
7306         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7307
7308         * sysdeps/generic/exit-thread.h: New file.
7309         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7310         * include/unistd.h (__exit_thread): Remove declaration.
7311         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7312         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7313         * csu/libc-start.c: Include <exit-thread.h>.
7314         (LIBC_START_MAIN): Pass no argument to __exit_thread.
7315         * nptl/pthread_create.c: Include <exit-thread.h>.
7316         (start_thread): Call __exit_thread in place of __exit_thread_inline.
7317         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7318         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7319         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7320         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7321         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7322         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7323         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7324         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7325         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7326         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7327         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7328         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7329         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7330         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7331         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7332         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7333
7334 2014-05-13  Andreas Schwab  <schwab@suse.de>
7335
7336         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7337
7338 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
7339
7340         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7341         (__ASSUME_UTIMES): Do not condition on kernel version.
7342         (__ASSUME_PSELECT): Define unconditionally.
7343         (__ASSUME_PPOLL): Likewise.
7344         (__ASSUME_ATFCTS): Likewise.
7345         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7346         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7347         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7348         (__ASSUME_UTIMENSAT): Define unconditionally.
7349         (__ASSUME_PRIVATE_FUTEX): Likewise.
7350         (__ASSUME_FALLOCATE): Likewise.
7351         (__ASSUME_O_CLOEXEC): Likewise.
7352         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7353         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7354         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7355         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7356         (__ASSUME_IN_NONBLOCK): Likewise.
7357         (__ASSUME_PIPE2): Likewise.
7358         (__ASSUME_EVENTFD2): Likewise.
7359         (__ASSUME_SIGNALFD4): Likewise.
7360         (__ASSUME_DUP3): Likewise.
7361         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7362         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7363         (__ASSUME_AT_RANDOM): Likewise.
7364         (__ASSUME_PREADV): Likewise.
7365         (__ASSUME_PWRITEV): Likewise.
7366         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7367         (__ASSUME_F_GETOWN_EX): Define unconditionally.
7368         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7369         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7370         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7371         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7372         (__ASSUME_O_CLOEXEC): Define unconditionally.
7373         (__ASSUME_PSELECT): Do not undefine conditionally.
7374         (__ASSUME_PPOLL): Likewise.
7375         (__ASSUME_ATFCTS): Likewise.
7376         (__ASSUME_SET_ROBUST_LIST): Likewise.
7377         (__ASSUME_UTIMENSAT): Likewise.
7378         (__ASSUME_FDATASYNC): Define unconditionally.
7379         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7380         (__ASSUME_SIGFRAME_V2): Likewise.
7381         )__ASSUME_EVENTFD2): Likewise.
7382         (__ASSUME_SIGNALFD4): Likewise.
7383         (__ASSUME_PSELECT): Do not undefine conditionally.
7384         (__ASSUME_PPOLL): Likewise.
7385         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7386         (__ASSUME_PSELECT): Define unconditionally.
7387         (__ASSUME_PPOLL): Likewise.
7388         (__ASSUME_O_CLOEXEC): Likewise.
7389         (__ASSUME_SOCK_CLOEXEC): Likewise.
7390         (__ASSUME_IN_NONBLOCK): Likewise.
7391         (__ASSUME_PIPE2): Likewise.
7392         (__ASSUME_EVENTFD2): Likewise.
7393         (__ASSUME_SIGNALFD4): Likewise.
7394         (__ASSUME_DUP3): Likewise.
7395         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7396         (__ASSUME_O_CLOEXEC): Likewise.
7397         (__ASSUME_SOCK_CLOEXEC): Likewise.
7398         (__ASSUME_IN_NONBLOCK): Likewise.
7399         (__ASSUME_PIPE2): Likewise.
7400         (__ASSUME_EVENTFD2): Likewise.
7401         (__ASSUME_SIGNALFD4): Likewise.
7402         (__ASSUME_DUP3): Likewise.
7403         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7404         (__ASSUME_EVENTFD2): Likewise.
7405         (__ASSUME_SIGNALFD4): Likewise.
7406         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7407
7408 2014-05-12  Andreas Schwab  <schwab@suse.de>
7409
7410         [BZ #16932]
7411         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7412         (_nss_nis_gethostbyname4_r): Return error if item length is larger
7413         than maximum RPC packet size.
7414         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7415         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7416         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7417         (_nss_nis_getservbyport_r): Likewise.
7418
7419 2014-05-12  Will Newton  <will.newton@linaro.org>
7420
7421         * malloc/Makefile (tests): Add tst-mallopt.
7422         * malloc/tst-mallopt.c: New file.
7423
7424 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7425
7426         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7427         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7428
7429 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7430
7431         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7432         (tst-tlsmod6.so): Likewise.
7433
7434 2014-05-09  Roland McGrath  <roland@hack.frob.com>
7435
7436         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7437
7438 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
7439
7440         [BZ #16064]
7441         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7442         and <dl-procinfo.h>.
7443         (__fegetenv): Save SSE state in envp->__eip if supported.
7444         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7445         envp->__eip if supported.
7446         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7447         and <dl-procinfo.h>.
7448         (__fesetenv): Always set __eip, __cs_selector, __opcode,
7449         __data_offset and __data_selector in environment to 0.  Set SSE
7450         state if supported.
7451         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7452         test-fenv-sse.
7453         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7454         -mfpmath=sse.
7455         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7456
7457 2014-05-09  Will Newton  <will.newton@linaro.org>
7458
7459         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7460         and libc_relro_required for ARM.
7461         * sysdeps/arm/preconfigure: Regenerate.
7462
7463 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7464             Stefan Liebler  <stli@linux.vnet.ibm.com>
7465
7466         * config.make.in (enable-lock-elision): New Makefile variable.
7467         * configure.ac: Likewise.
7468         * configure: Regenerate.
7469         * sysdeps/s390/configure.ac:
7470         Add check for gcc transactions support.
7471         * sysdeps/s390/configure: Regenerate.
7472         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7473         Build elision files if enabled.
7474         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7475         Add lock elision support for s390.
7476         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7477         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7478         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7479         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7480         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7481         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7482         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7483         Likewise.
7484         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7485         Likewise.
7486         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7487         Likewise.
7488         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7489         Likewise.
7490         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7491         (__lll_timedlock_elision, __lll_lock_elision)
7492         (__lll_unlock_elision, __lll_trylock_elision)
7493         (lll_timedlock_elision, lll_lock_elision)
7494         (lll_unlock_elision, lll_trylock_elision): Add.
7495         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7496         (pthread_mutex_t): Add lock elision support for s390.
7497
7498 2014-05-14  Wilco  <wdijkstr@arm.com>
7499
7500         * sysdeps/arm/fclrexcpt.c: Cleanup.
7501         * sysdeps/arm/fedisblxcpt.c: Cleanup.
7502         * sysdeps/arm/feenablxcpt.c: Cleanup.
7503         * sysdeps/arm/fegetenv.c: Cleanup.
7504         * sysdeps/arm/fegetexcept.c: Cleanup.
7505         * sysdeps/arm/fegetround.c: Cleanup.
7506         * sysdeps/arm/feholdexcpt.c: Cleanup.
7507         * sysdeps/arm/fesetenv.c: Cleanup.
7508         * sysdeps/arm/fesetround.c: Cleanup.
7509         * sysdeps/arm/feupdateenv.c: Cleanup.
7510         * sysdeps/arm/fgetexcptflg.c: Cleanup.
7511         * sysdeps/arm/fraiseexcpt.c: Cleanup.
7512         * sysdeps/arm/fsetexcptflg.c: Cleanup.
7513         * sysdeps/arm/ftestexcept.c: Cleanup.
7514         * sysdeps/arm/get-rounding-mode.h: Cleanup.
7515         * sysdeps/arm/setfpucw.c: Cleanup.
7516
7517 2014-05-09  Will Newton  <will.newton@linaro.org>
7518
7519         * sysdeps/arm/armv7/strcmp.S: New file.
7520         * NEWS: Mention addition of ARMv7 optimized strcmp.
7521
7522 2014-05-08  Roland McGrath  <roland@hack.frob.com>
7523
7524         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7525         look for %.ac rather than %.in.
7526
7527         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
7528         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
7529         * sysdeps/mach/hurd/configure: Regenerated.
7530         * sysdeps/unix/sysv/linux/configure: Regenerated.
7531
7532         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
7533
7534 2014-05-07  Steve Ellcey  <sellcey@mips.com>
7535
7536         [BZ# 16922]
7537         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
7538         (LONG_SUB): Ditto.
7539         (PTR_SUB): Ditto.
7540
7541 2014-05-07  Andreas Schwab  <schwab@suse.de>
7542
7543         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
7544         when skipping over non-matching result from nscd.
7545
7546 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
7547
7548         [BZ #16876]
7549         * nptl/sockperf.c (client): Check socket return value.
7550
7551         [BZ #16877]
7552         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
7553         nscd security class.
7554
7555 2014-05-06  Roland McGrath  <roland@hack.frob.com>
7556
7557         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
7558         * sysdeps/arm/unwind.h: ... here.
7559
7560 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
7561
7562         [BZ# 16916]
7563         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
7564         Define.
7565
7566 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7567
7568         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
7569         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
7570         multiarch strncpy for PPC64.
7571         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
7572         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
7573         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
7574         multiarch optimizations.
7575         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7576         (__libc_ifunc_impl_list): Likewise.
7577         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
7578         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
7579         multiarch stpncpy for PPC64.
7580         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
7581         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
7582
7583 2014-05-06  Andreas Schwab  <schwab@suse.de>
7584
7585         [BZ #16912]
7586         * gmon/mcount.c (_MCOUNT_DECL): Use
7587         atomic_compare_and_exchange_bool_acq instead of
7588         catomic_compare_and_exchange_bool_acq.
7589
7590 2014-05-05  Roland McGrath  <roland@hack.frob.com>
7591
7592         * elf/Makefile (others, install-bin): Remove pldd.
7593         (pldd-modules): Variable removed.
7594         ($(objpfx)pldd): Target removed.
7595         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
7596         (others, install-bin): Append pldd here.
7597         ($(objpfx)pldd): New target.
7598
7599         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
7600         to 0, so the first #if test emitted later doesn't see it undefined.
7601         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
7602         * sysdeps/gnu/errlist.c: Regenerated.
7603
7604 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7605
7606         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
7607         [libc_hidden_builtin_def]: Define to empty value.
7608         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
7609         [libc_hidden_builtin_def]: Likewise.
7610         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
7611         [libc_hidden_builtin_def]: Likewise.
7612         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
7613         [libc_hidden_builtin_def]: Likewise.
7614         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
7615         __redirect_memcpy and define ifunc as default hidden symbol.
7616         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
7617         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
7618
7619 2014-05-04  Adam Conrad  <adconrad@0c3.net>
7620
7621         * locale/iso-4217.def: Reintroduce XDR currency.
7622
7623 2014-05-04  Allan McRae  <allan@archlinux.org>
7624
7625         * po/eo.po: Update Esperanto translation from translation project.
7626
7627 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
7628
7629         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
7630         and FEATURE_INDEX_MAX to 1.
7631         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
7632
7633 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7634
7635         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
7636         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
7637         * iconvdata/big5.c (ONE_DIRECTION): Define.
7638         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
7639         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
7640         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
7641         * iconvdata/cp932.c (ONE_DIRECTION): Define.
7642         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
7643         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
7644         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
7645         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
7646         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
7647         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
7648         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
7649         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
7650         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
7651         * iconvdata/gbk.c (ONE_DIRECTION): Define.
7652         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
7653         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
7654         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
7655         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
7656         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
7657         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
7658         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
7659         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
7660         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
7661         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
7662         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
7663         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
7664         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
7665         * iconvdata/iso646.c (ONE_DIRECTION): Define.
7666         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
7667         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
7668         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
7669         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
7670         * iconvdata/johab.c (ONE_DIRECTION): Define.
7671         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
7672         * iconvdata/sjis.c (ONE_DIRECTION): Define.
7673         * iconvdata/t.61.c (ONE_DIRECTION): Define.
7674         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
7675         * iconvdata/tscii.c (ONE_DIRECTION): Define.
7676         * iconvdata/uhc.c (ONE_DIRECTION): Define.
7677         * iconvdata/unicode.c (ONE_DIRECTION): Define.
7678         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
7679         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
7680         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
7681
7682 2014-05-01  Roland McGrath  <roland@hack.frob.com>
7683
7684         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
7685         (_IO_JUMPS_OFFSET): Define to 0.
7686
7687         * nptl/sysdeps/pthread/bits/libc-lock.h
7688         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7689         (__libc_lock_define_initialized_recursive): Always define using
7690         initializer.  Modern compilers treat uninitialized (implicit zero) and
7691         explicit zero initializers the same (i.e. put the datum in bss).
7692
7693 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7694
7695         * nscd/nscd-client.h: Include <string.h>.
7696
7697 2014-05-01  David S. Miller  <davem@davemloft.net>
7698
7699         [BZ #16885]
7700         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
7701         multiple zero bytes exist at the end of a string.
7702         Reported by Aurelien Jarno <aurelien@aurel32.net>
7703
7704         * string/test-strcmp.c (check): Add explicit test for situations where
7705         there are multiple zero bytes after the first.
7706
7707 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7708
7709         [BZ #16890]
7710         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
7711         when compiling wprintf.
7712         * stdio-common/tstdiomisc.c (t3): New function.
7713         (main): Call it.
7714
7715 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7716
7717         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
7718         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
7719         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
7720         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
7721
7722 2014-05-01  Steve Ellcey  <sellcey@mips.com>
7723
7724         * stdlib/longlong.h: Updated from GCC.
7725
7726 2014-05-01  Will Newton  <will.newton@linaro.org>
7727             Bernard Ogden  <bernie.ogden@linaro.org>
7728
7729         * NEWS: Update fixed bug list.
7730
7731         [BZ #15119]
7732         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
7733
7734 2014-04-30  David S. Miller  <davem@davemloft.net>
7735
7736         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
7737         (libc_feholdexcept_setround_sparc_ctx): New function.
7738         (libc_fesetenv_sparc_ctx): Likewise.
7739         (libc_feupdateenv_sparc_ctx): Likewise.
7740         (libc_feholdsetround_sparc_ctx): Likewise.
7741         (libc_feholdexcept_setround_ctx): Define.
7742         (libc_feholdexcept_setroundf_ctx): Likewise.
7743         (libc_feholdexcept_setroundl_ctx): Likewise.
7744         (libc_fesetenv_ctx): Likewise.
7745         (libc_fesetenvf_ctx): Likewise.
7746         (libc_fesetenvl_ctx): Likewise.
7747         (libc_feupdateenv_ctx): Likewise.
7748         (libc_feupdateenvf_ctx): Likewise.
7749         (libc_feupdateenvl_ctx): Likewise.
7750         (libc_feresetround_ctx): Likewise.
7751         (libc_feresetroundf_ctx): Likewise.
7752         (libc_feresetroundl_ctx): Likewise.
7753         (libc_feholdsetround_ctx): Likewise.
7754         (libc_feholdsetroundf_ctx): Likewise.
7755         (libc_feholdsetroundl_ctx): Likewise.
7756
7757         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7758         with __USE_GNU instead of XOPEN cpp guards.
7759
7760         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
7761         0.
7762
7763         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7764         with XOPEN cpp guards.
7765
7766 2014-04-30  Julian Brown  <julian@codesourcery.com>
7767
7768         [BZ #16888]
7769         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7770         handling.
7771
7772 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
7773
7774         [BZ #9894]
7775         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7776         Change to 2.6.32.
7777         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7778         * sysdeps/unix/sysv/linux/configure: Regenerated.
7779         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
7780         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
7781         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
7782         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
7783         * README: Update reference to required Linux kernel version.
7784         * manual/install.texi (Linux): Update reference to required Linux
7785         kernel headers version.
7786         * INSTALL: Regenerated.
7787
7788         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
7789         header inclusion.
7790         [POSIX] (limits.h): Likewise.
7791         [POSIX] (math.h): Likewise.
7792         [POSIX] (sys/wait.h): Likewise.
7793         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
7794         function.
7795         [POSIX] (stddef.h): Do not allow header inclusion.
7796
7797 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7798
7799         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
7800
7801 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
7802
7803         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
7804         Return immediately after lll_futex_wake.
7805
7806 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7807
7808         [BZ #16791]
7809         * nscd/nscd-client.h (datahead_init_common): Initialize entire
7810         structure.
7811         (datahead_init_pos): Call datahead_init_common early.
7812         (datahead_init_neg): Likewise.
7813
7814         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
7815         datahead_init_neg): New functions.
7816         * nscd/aicache.c (addhstaiX): Use them.
7817         * nscd/grpcache.c (cache_addgr): Likewise.
7818         * nscd/hstcache.c (cache_addhst): Likewise.
7819         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7820         * nscd/netgroupcache.c (do_notfound): Likewise.
7821         (addgetnetgrentX): Likewise.
7822         (addinnetgrX): Likewise.
7823         * nscd/pwdcache.c (cache_addpw): Likewise.
7824         * nscd/servicescache.c (cache_addserv): Likewise.
7825
7826 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
7827             Atsushi Onoe  <atsushi@onoe.org>
7828
7829         [BZ #14308]
7830         [BZ #12994]
7831         [BZ #13651]
7832         * resolv/res_query.c (__libc_res_nsearch): Return if at least
7833         one response is valid.
7834         * resolv/res_send.c (send_dg): Check for validity of other
7835         response if the current response is a referral.
7836
7837 2014-04-29  Steve Ellcey  <sellcey@mips.com>
7838
7839         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7840
7841 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
7842
7843         [BZ #16823]
7844         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7845         Always divide by positive zero when computing -Inf result.
7846         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7847         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7848
7849 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7850
7851         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7852         FPSCR if value do not change.
7853         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7854         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7855         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7856         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7857         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7858         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7859         function.
7860
7861 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
7862
7863         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7864         * sysdeps/unix/sysv/linux/hppa: Move directory from
7865         ports/systeps/unix/sysv/linux/hppa.
7866         * README: Update listing for hppa-*-linux-gnu.
7867
7868 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
7869
7870         [BZ #16754]
7871         * manual/stdio.texi (Hook functions): Fix types of stream hook
7872         functions.
7873         [BZ #16854]
7874         * socket/sys/socket.h: Fix typo in comment.
7875
7876 2014-04-28  Wilco  <wdijkstr@arm.com>
7877
7878         * sysdeps/arm/fenv_private.h: New file.
7879         * sysdeps/arm/math_private.h: New file.
7880         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7881
7882 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
7883
7884         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7885         with __int128_t.
7886         (La_x86_64_retval): Likewise.
7887
7888 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
7889
7890         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7891         fpsr if value didn't change.
7892         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7893         to fpcr if value didn't change.
7894         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7895         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7896         fpsr or fpcr if value didn't change.
7897         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7898         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7899         fpcr if value didn't change.
7900         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7901         to fpsr if value didn't change.
7902
7903 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7904
7905         * nptl/tst-sem3.c: Use test-skeleton.c
7906         (main): Rename to do_test.  Use return instead of
7907         exit.
7908         * nptl/tst-sem4.c: Use test-skeleton.c
7909         (main): Rename to do_test.
7910
7911 2014-04-22  David S. Miller  <davem@davemloft.net>
7912
7913         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7914         (struct sigaction): New struct member __glibc_reserved0, change
7915         type of sa_flags to int.
7916
7917 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
7918
7919         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7920         (COUNT_LEADING_ZEROS_0): Define for AArch64.
7921
7922 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7923
7924         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7925         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7926
7927 2014-04-22  Will Newton  <will.newton@linaro.org>
7928             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
7929
7930         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7931         (__longjmp): Add longjmp and longjmp_target SystemTap
7932         probes.
7933         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7934         (__sigsetjmp): Add setjmp SystemTap probe.
7935
7936 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
7937
7938         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7939         match manual order.
7940
7941 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7942
7943         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7944
7945         * sysdeps/powerpc/fpu/fenv_private.h
7946         (libc_feholdexcept_setroundl_ctx): Define to
7947         libc_feholdexcept_setround_ppc_ctx.
7948         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7949         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7950         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7951         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7952
7953 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7954
7955         * sysdeps/aarch64/math-tests.h: New file.
7956
7957 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
7958
7959         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7960         New.
7961         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7962         Check and set bit_AVX2_Usable.
7963         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7964         macro.
7965         (bit_AVX2): Likewise.
7966         (index_AVX2_Usable): Likewise.
7967         (CPUID_AVX2): Likewise.
7968         (HAS_AVX2): Likewise.
7969
7970 2014-04-17  Will Newton  <will.newton@linaro.org>
7971
7972         * manual/setjmp.texi (System V contexts): Add note that
7973         calling setcontext on a context created by a call to a
7974         signal handler is undefined.  Update text to note that
7975         setcontext from a signal handler is possible but not
7976         recommended.
7977
7978         [BZ #16629]
7979         * stdlib/tst-setcontext.c: Include signal.h.
7980         (main): Check that the signal stack before and
7981         after swapcontext is the same.
7982
7983         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7984         Re-implement to restore registers in user code and avoid
7985         rt_sigreturn system call.
7986
7987 2014-04-17  Wilco  <wdijkstr@arm.com>
7988
7989         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7990         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
7991         * math/test-fenv.c: Skip exception trap tests on targets which only
7992         support non-stop mode.
7993
7994 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
7995             Wilco Dijkstra  <wilco.dijkstra@arm.com>
7996
7997         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
7998         (libc_feholdsetround_aarch64_ctx)
7999         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
8000         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
8001         (libc_feresetround_ctx, libc_feresetroundf_ctx)
8002         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
8003         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
8004         (libc_feresetround_noexl_ctx): Define.
8005
8006 2014-04-16  Richard Henderson  <rth@redhat.com>
8007
8008         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
8009
8010         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
8011         unwind tables.
8012
8013         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
8014         const from the non-libc, non-ldso copy.
8015
8016         * sysdeps/alpha/libm-test-ulps: Regenerate.
8017
8018 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
8019             Wilco Dijkstra  <wilco.dijkstra@arm.com>
8020
8021         * sysdeps/aarch64/fpu/math_private.h: New file.
8022
8023 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8024
8025         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8026
8027 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
8028
8029         [BZ #16275]
8030         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
8031         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
8032         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
8033         Intel MPX bound registers before _dl_profile_fixup.
8034         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
8035         registers after _dl_profile_fixup.  Save and restore bound
8036         registers bnd0/bnd1 when calling _dl_call_pltexit.
8037         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
8038         (LR_BND_OFFSET): Likewise.
8039         (LRV_BND0_OFFSET): Likewise.
8040         (LRV_BND1_OFFSET): Likewise.
8041
8042 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8043
8044         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
8045         to...
8046         * sysdeps/mach/hurd/i386/tls.h: ... here.
8047         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
8048         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
8049         fields.
8050
8051 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8052
8053         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
8054
8055 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8056
8057         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8058
8059 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
8060
8061         [BZ #14770]
8062         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
8063         * sysdeps/s390/configure: Regenerate.
8064
8065         [BZ #16824]
8066         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
8067         Set round-to-nearest internally to reduce error accumulation.
8068
8069 2014-04-16  Alan Modra  <amodra@gmail.com>
8070
8071         [BZ #16740]
8072         [BZ #16619]
8073         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
8074         * math/libm-test.inc (frexp_test_data): Add tests.
8075         * NEWS: Update fixed bug list.
8076
8077 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8078
8079         * benchtests/Makefile: Depend on libraries in build directory.
8080         (bench-math): Separate out math tests.
8081         (bench-pthread): Separate out pthread tests.
8082         (bench): Include math and pthread tests.
8083
8084 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
8085
8086         [BZ #16831]
8087         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
8088         _dl_debug_initialize.
8089
8090         * configure.ac: Remove SELinux header check.
8091         * configure: Regenerate.
8092         * nscd/selinux.c (perms): Array of const char* to permission names.
8093         (nscd_request_avc_has_perm): Call security_deny_unknown to find
8094         default policy. Call string_to_security_class and string_to_av_perm to
8095         translate strings. Enforce default policy and call avs_has_perm with
8096         results of translated strings.
8097
8098 2014-04-13  David S. Miller  <davem@davemloft.net>
8099
8100         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8101
8102 2014-04-12  Allan McRae  <allan@archlinux.org>
8103
8104         [BZ #16838]
8105         * manual/string.texi (Collation Functions): Fix qsort argument
8106         order in example.
8107         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8108
8109 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
8110
8111         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8112         Make the test a no-op if there are no exceptions defined.
8113
8114 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8115
8116         * elf/Makefile (tests): make tst-dlopen-aout conditional on
8117         enable-hardcoded-path-in-tests
8118
8119 2014-04-11  Will Newton  <will.newton@linaro.org>
8120
8121         * benchtests/Makefile (extra-objs): Add json-lib.o.
8122         (bench-func): Tidy up JSON output.
8123         * benchtests/bench-skeleton.c: Include json-lib.h.
8124         (main): Use JSON library functions to do output of
8125         benchmark results.
8126         * benchtests/bench-timing-type.c (main): Output the
8127         timing type simply, leaving formatting to the user.
8128         * benchtests/json-lib.c: New file.
8129         * benchtests/json-lib.h: Likewise.
8130
8131 2014-04-11  Torvald Riegel  <triegel@redhat.com>
8132
8133         [BZ #15215]
8134         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8135         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
8136         memory barriers.  Add comments.
8137         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8138         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8139         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8140         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8141         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8142         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8143
8144 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
8145
8146         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8147         * sysdeps/s390/s390-64/configure.ac: ... this ...
8148         * sysdeps/s390/configure.ac: ... to here.
8149         * sysdeps/s390/s390-32/configure: Delete file.
8150         * sysdeps/s390/s390-64/configure: Delete file.
8151         * sysdeps/s390/configure: Regenerate.
8152
8153 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
8154
8155         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8156
8157 2014-04-11  Will Newton  <will.newton@linaro.org>
8158
8159         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8160         to zero if it is not defined elsewhere.  (mtrim): Test
8161         the value of MALLOC_DEBUG with #if rather than #ifdef.
8162
8163 2014-04-10 Torvald Riegel  <triegel@redhat.com>
8164
8165         * benchtests/pthread_once-inputs: New file.
8166         * benchtests/pthread_once-source.c: New file.
8167         * benchtests/README: Update documentation.
8168
8169 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
8170             H.J. Lu  <hongjiu.lu@intel.com>
8171
8172         [BZ #16275]
8173         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8174         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8175         * sysdeps/x86_64/configure: Regenerated.
8176         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8177         macro.
8178         (REGISTER_SAVE_RAX): Likewise.
8179         (REGISTER_SAVE_RCX): Likewise.
8180         (REGISTER_SAVE_RDX): Likewise.
8181         (REGISTER_SAVE_RSI): Likewise.
8182         (REGISTER_SAVE_RDI): Likewise.
8183         (REGISTER_SAVE_R8): Likewise.
8184         (REGISTER_SAVE_R9): Likewise.
8185         (REGISTER_SAVE_BND0): Likewise.
8186         (REGISTER_SAVE_BND1): Likewise.
8187         (REGISTER_SAVE_BND2): Likewise.
8188         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
8189         bound registers when calling _dl_fixup.
8190
8191 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8192
8193         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
8194         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8195         of its definition.
8196         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8197         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8198         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8199         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8200         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8201         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8202         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8203
8204 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
8205
8206         [BZ #15514]
8207         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8208         pathconf(_PC_NAME_MAX).
8209
8210 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8211
8212         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8213         Remove macro usage.
8214         (__PTHREAD_SPINS): Move definition to ...
8215         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8216         (__PTHREAD_SPINS): ... here.
8217         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8218         (__PTHREAD_SPIN): Likewise.
8219         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8220         (__PTHREAD_SPIN): Likewise.
8221         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8222         (__PTHREAD_SPIN): Likewise.
8223         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8224         (__PTHREAD_SPIN): Likewise.
8225         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8226         (__PTHREAD_SPIN): Likewise.
8227         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8228         (__PTHREAD_SPIN): Likewise.
8229         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8230         (__PTHREAD_SPIN): Likewise.
8231         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8232         (__PTHREAD_SPIN): Likewise.
8233         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8234         (__PTHREAD_SPIN): Likewise.
8235         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8236         (__PTHREAD_SPIN): Likewise.
8237         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8238         (__PTHREAD_SPIN): Likewise.
8239         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8240         (__PTHREAD_SPIN): Likewise.
8241
8242         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8243         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8244         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8245         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8246         imply folder.
8247         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8248         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8249         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8250         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8251         correct imply path.
8252         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8253         strlen symbol for non multi-arch builds.
8254         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8255         missing hidden_def and weak_alias.
8256
8257 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
8258
8259         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8260
8261 2014-04-07  Will Newton  <will.newton@linaro.org>
8262
8263         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8264         and contents.  [!_LIBC] Remove #ifndef and contents.
8265         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
8266         * string/memccpy.c (__memccpy): Use ANSI prototype.
8267         * string/memfrob.c (memfrob): Likewise.
8268         * string/strcoll.c (STRCOLL): Likewise.
8269         * string/strlen.c (strlen): Likewise.
8270         * string/strtok.c (STRTOK): Likewise.
8271         * string/strcat.c: Remove unused #include of memcopy.h.
8272         (strcat): Use ANSI prototype.
8273         * string/strchr.c: Remove unused #include of memcopy.h.
8274         (strchr): Use ANSI prototype.
8275         * string/strcmp.c: Remove unused #include of memcopy.h.
8276         (strcmp): Use ANSI prototype.
8277         * string/strcpy.c: Remove unused #include of memcopy.h.
8278         (strcpy): Use ANSI prototype.
8279
8280 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8281
8282         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8283         * config.make.in (config-extra-cppflags): Set it from
8284         libc_extra_cppflags.
8285         * configure.ac (libc_extra_cflags): Make it accumulate over
8286         configure fragments.
8287         (libc_extra_cppflags): New flag.
8288         * configure. Regenerate.
8289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8290         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8291         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
8292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8293
8294         [BZ #16815]
8295         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8296         result for FE_DOWNWARD rounding mode.
8297         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8298         Likewise.
8299         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8300
8301 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
8302
8303         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8304         in function argument name.
8305
8306 2014-04-03  David Svoboda  <svoboda@cert.org>
8307
8308         [BZ #5666]
8309         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8310         explicitly.
8311
8312 2014-04-03  Roland McGrath  <roland@hack.frob.com>
8313
8314         * elf/dl-unmap-segments.h: New file.
8315         * sysdeps/generic/ldsodefs.h
8316         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8317         * elf/dl-close.c: Include <dl-unmap-segments.h>.
8318         * elf/dl-fptr.c: Likewise.
8319         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8320         * sysdeps/aarch64/tlsdesc.c: Likewise.
8321         * sysdeps/arm/tlsdesc.c: Likewise.
8322         * sysdeps/i386/tlsdesc.c: Likewise.
8323         * sysdeps/tile/dl-runtime.c: Likewise.
8324         * sysdeps/x86_64/tlsdesc.c: Likewise.
8325         * elf/dl-load.h: New file.
8326         * elf/dl-load.c: Include it.
8327         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8328         Macros moved to dl-load.h.
8329         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8330         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8331         Use _dl_unmap_segments in place of __munmap.
8332         Break out segment-mapping loop into ...
8333         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8334
8335 2014-04-03  Will Newton  <will.newton@linaro.org>
8336
8337         * elf/dl-lookup.c (do_lookup_x): Remove comment
8338         referring to nested function and move variable
8339         declarations down to before first use.
8340
8341 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
8342
8343         [BZ #16799]
8344         [BZ #16800]
8345         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8346         with 0 numerator.
8347         * math/s_catanf.c (__catanf): Likewise.
8348         * math/s_catanh.c (__catanh): Likewise.
8349         * math/s_catanhf.c (__catanhf): Likewise.
8350         * math/s_catanhl.c (__catanhl): Likewise.
8351         * math/s_catanl.c (__catanl): Likewise.
8352         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8353         by positive zero when computing -Inf result.
8354         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8355         (catanh_test): Likewise.
8356         * sysdeps/i386/fpu/libm-test-ulps: Update.
8357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8358
8359         [BZ #16789]
8360         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8361         instead of using underflowing value in computing result.
8362         * math/s_clog10.c (__clog10): Likewise.
8363         * math/s_clog10f.c (__clog10f): Likewise.
8364         * math/s_clog10l.c (__clog10l): Likewise.
8365         * math/s_clogf.c (__clogf): Likewise.
8366         * math/s_clogl.c (__clogl): Likewise.
8367         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8368         (clog10_test): Likewise.
8369         * sysdeps/i386/fpu/libm-test-ulps: Update.
8370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8371
8372 2014-04-02  Alan Modra  <amodra@gmail.com>
8373
8374         [BZ #16739]
8375         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8376         output when value is near a power of two.  Use int64_t for lx and
8377         remove casts.  Use decimal rather than hex exponent constants.
8378         Don't use long double multiplication when double will suffice.
8379         * math/libm-test.inc (nextafter_test_data): Add tests.
8380         * NEWS: Add 16739 and 16786 to bug list.
8381
8382         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8383
8384         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8385
8386 2014-04-01  Will Newton  <will.newton@linaro.org>
8387
8388         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8389         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
8390
8391 2014-04-01  Florian Weimer  <fweimer@redhat.com>
8392
8393         [BZ #13347]
8394         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8395         * nptl/tst-setuid2.c: New file.
8396         * nptl/Makefile (xtests): Add tst-setuid2.
8397
8398 2014-04-01  Alan Modra  <amodra@gmail.com>
8399
8400         [BZ #16786]
8401         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8402
8403 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8404
8405         [BZ #6803]
8406         [BZ #6804]
8407         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8408         set errno as appropriate.
8409         * math/w_scalbf.c (__scalbf): Likewise.
8410         * math/w_scalbl.c (__scalbl): Likewise.
8411         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8412         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8413         * math/libm-test.inc (scalb_test_data): Add errno expectations.
8414         Add more NaN tests.
8415
8416         [BZ #16349]
8417         * math/w_atan2.c: Include <errno.h>.
8418         (__atan2): Set errno for result underflowing to zero.
8419         * math/w_atan2f.c: Include <errno.h>.
8420         (__atan2f): Set errno for result underflowing to zero.
8421         * math/w_atan2l.c: Include <errno.h>.
8422         (__atan2l): Set errno for result underflowing to zero.
8423         * math/auto-libm-test-in: Don't allow missing errno for some atan2
8424         tests.
8425         * math/auto-libm-test-out: Regenerated.
8426
8427 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8428
8429         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8430         Encode instruction correctly in little endian.
8431         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8432         Likewise.
8433         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8434         Likewise.
8435         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8436         Likewise.
8437         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8438         Likewise.
8439
8440 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
8441
8442         [BZ #9894]
8443         * sysdeps/unix/sysv/linux/kernel-features.h
8444         [__sparc__ && !__arch64__ && !__sparc_v9__]
8445         (__ASSUME_SET_ROBUST_LIST): Do not define.
8446         [__sparc__ && !__arch64__ && !__sparc_v9__]
8447         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8448         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8449         Likewise.
8450         * sysdeps/unix/sysv/linux/arm/kernel-features.h
8451         (__ASSUME_FUTEX_LOCK_PI): Undefine.
8452         (__ASSUME_REQUEUE_PI): Likewise.
8453         (__ASSUME_SET_ROBUST_LIST): Likewise.
8454         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8455         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8456         Undefine.
8457         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8458         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8459         Likewise.
8460         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8461         Likewise.
8462         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8463         Likewise.
8464         * sysdeps/unix/sysv/linux/mips/kernel-features.h
8465         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8466         Undefine.
8467         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8468         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8469         Likewise.
8470
8471         [BZ #16648]
8472         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8473         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8474         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8475
8476 2014-03-31  Will Newton  <will.newton@linaro.org>
8477
8478         * benchtests/Makefile (bench): Add ffs and ffsll to list
8479         of tests.
8480         * benchtests/ffs-inputs: New file.
8481         * benchtests/ffsll-inputs: Likewise.
8482
8483 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
8484
8485         [BZ #16770]
8486         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8487         too large before casting to int.
8488         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8489         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8490         * math/libm-test.inc (scalb_test_data): Add more tests.
8491
8492 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8493
8494         * benchtests/Makefile (DETAILED_OPT): New make option.
8495         (bench-func): Run benchmark program with -d if DETAILED_OPT is
8496         set.
8497         * benchtests/bench-skeleton.c: Include stdbool.h.
8498         (main): Store and print timings per input.
8499         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8500         member to each argument value.
8501         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8502         (_print_arg_data): Initialize per-input timing to 0.
8503
8504         * benchtests/Makefile (timing-type): New binary.
8505         (bench-clean): Also remove bench-timing-type.
8506         (bench): New target for timing-type.
8507         (bench-func): Print output in JSON format.
8508         * benchtests/bench-skeleton.c (main): Print output in JSON
8509         format.
8510         * benchtests/bench-timing-type.c: New file.
8511         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8512         (TIMING_PRINT_STATS): Remove.
8513         * benchtests/scripts/bench.py (_print_arg_data): Store variant
8514         name separately.
8515
8516         * benchtests/bench-modf.c: Remove.
8517         * benchtests/modf-inputs: New inputs file.
8518
8519 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
8520
8521         [BZ #16362]
8522         * math/s_clog10.c (M_PI_LOG10E): New macro.
8523         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8524         imaginary parts are 0.
8525         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
8526         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
8527         imaginary parts are 0.
8528         * math/s_clog10l.c (M_PI_LOG10El): New macro.
8529         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
8530         imaginary parts are 0.
8531         * math/libm-test.inc (clog10_test_data): Update expected results
8532         for when real and imaginary parts are 0.
8533
8534 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
8535
8536         * elf/dl-load.c: Finish conversion of __builtin_expect into
8537         __glibc_{un}likely.
8538
8539 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
8540
8541         [BZ #16348]
8542         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
8543         1+x for argument with exponent below -67.
8544         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
8545         Likewise.
8546         * math/auto-libm-test-in: Add more tests of exp.
8547         * math/auto-libm-test-out: Regenerated.
8548
8549 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8550
8551         [BZ #16759]
8552         * inet/getnetgrent_r.c (get_nonempty_val): New function.
8553         (nscd_getnetgrent): Use it.
8554
8555         [BZ #16760]
8556         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
8557         of stpcpy.
8558
8559 2014-03-27  Andi Kleen  <ak@linux.intel.com>
8560
8561         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
8562         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8563         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8564         (lll_robust_unlock): Remove out of line section. Use cfi
8565         intrinsics.
8566         (LLL_STUB_UNWIND_INFO*): Remove.
8567         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
8568         (lll_robust_lock, lll_cond_lock, lll_timedlock)
8569         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8570         (lll_robust_unlock): Remove out of line section. Use cfi
8571         intrinsics.
8572         (LLL_STUB_UNWIND_INFO*): Remove.
8573
8574 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8575
8576         [BZ #16758]
8577         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
8578         blank values.
8579
8580 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
8581
8582         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
8583
8584 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
8585
8586         [BZ #16198]
8587         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
8588         fnstenv.
8589         * math/test-fenv-preserve.c: New file.
8590         * math/Makefile (tests): Add test-fenv-preserve.
8591
8592 2014-03-26  Will Newton <will.newton@linaro.org>
8593
8594         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
8595
8596 2014-03-25  Roland McGrath  <roland@hack.frob.com>
8597
8598         * scripts/versionlist.awk: Partition the version sets and emit all
8599         GLIBC_* (sorted) before all others (sorted).
8600
8601 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8602
8603         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
8604         GLIBC_2.2.5 version.
8605
8606 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8607
8608         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
8609         calls.
8610
8611         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
8612         previous change.
8613
8614         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8615
8616 2014-03-25  Andreas Schwab  <schwab@suse.de>
8617
8618         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
8619         label to be used after in6ailist is initialized.
8620
8621 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8622
8623         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8624         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8625
8626 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
8627
8628         [BZ #16357]
8629         [BZ #16599]
8630         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
8631         min_plus_half.
8632         (fp_formats): Update initializers.
8633         (init_fp_formats): Initialize new field.
8634         (output_for_one_input_case): Allow underflow for results up to
8635         min_plus_half.
8636         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
8637         * math/auto-libm-test-in: Don't mark some underflows from asin and
8638         atanh as spurious.
8639         * math/auto-libm-test-out: Regenerated.
8640         * sysdeps/i386/fpu/libm-test-ulps: Update.
8641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8642
8643 2014-03-25  Andreas Schwab  <schwab@suse.de>
8644
8645         * libio/Makefile (tst-ftell-partial-wide-ENV)
8646         (tst-ftell-active-handler-ENV): Define.
8647
8648 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
8649
8650         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
8651
8652 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8653
8654         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
8655
8656 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8657
8658         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
8659         * sysdeps/x86_64/fpu/multiarch/e_exp.c
8660         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
8661
8662 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
8663
8664         [BZ #16634]
8665         * elf/dl-load.c (open_verify): Add mode parameter.
8666         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
8667         (open_path): Change from boolean 'secure' to complete flag 'mode'
8668         (_dl_map_object): Adjust.
8669         * elf/Makefile (tests): Add tst-dlopen-aout.
8670         * elf/tst-dlopen-aout.c: New test.
8671
8672 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
8673
8674         [BZ #16714]
8675         * sysdeps/unix/sysv/linux/s390/bits/stat.h
8676         (struct stat): Rename member pad0 to __glibc_reserved0.
8677
8678         [BZ #16712]
8679         * sysdeps/s390/s390-32/bits/wordsize.h
8680         (__WORDSIZE32_SIZE_ULONG): New define.
8681         * sysdeps/s390/s390-64/bits/wordsize.h
8682         (__WORDSIZE32_SIZE_ULONG): Likewise.
8683         * sysdeps/generic/stdint.h (SIZE_MAX):
8684         Define as UL if __WORDSIZE32_SIZE_ULONG.
8685
8686         [BZ #16713]
8687         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
8688         (__glibc_reserved0): New variable.
8689         (sa_flags): Change type to int.
8690
8691         * posix/Makefile (before-compile): Use += before-compile instead
8692         of a :=.
8693
8694         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8695         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8696
8697 2014-03-20  Andreas Schwab  <schwab@suse.de>
8698
8699         [BZ #16743]
8700         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
8701         non-matching result from nscd.
8702
8703 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
8704
8705         * scripts/bench.py: Moved to ...
8706         * benchtests/scripts/bench.py: ... here.
8707         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
8708
8709 2014-03-24  Andreas Schwab  <schwab@suse.de>
8710
8711         [BZ #16002]
8712         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
8713         alloca_account and account alloca use for struct in6ailist.
8714
8715 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
8716
8717         [BZ #16284]
8718         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
8719         rounding mode to recompute results that overflow to infinity or
8720         underflow to zero.
8721         * math/auto-libm-test-in: Don't mark tests as expected to fail for
8722         bug 16284.
8723         * math/auto-libm-test-out: Regenerated.
8724         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
8725         (ccosh_test): Likewise.
8726         (csin_test_data): Use plus_oflow.
8727         (csin_test): Use ALL_RM_TEST.
8728         (csinh_test_data): Use plus_oflow.
8729         (csinh_test): Use ALL_RM_TEST.
8730         * sysdeps/i386/fpu/libm-test-ulps: Update.
8731         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8732
8733 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
8734
8735         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
8736         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
8737         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
8738
8739         [BZ #16731]
8740         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
8741         when x - 1 is zero.
8742         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8743         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8744         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8745         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
8746         argument is 1.
8747         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
8748         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
8749         zero.
8750         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
8751         * sysdeps/i386/fpu/libm-test-ulps: Update.
8752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8753
8754 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8755
8756         * scripts/bench.pl: Remove file.
8757         * scripts/bench.py: New benchmark script.
8758         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
8759         * benchtests/README: Mention python dependency.
8760         * scripts/pylintrc: New file.
8761         * scripts/pylint: New file.
8762
8763         * bits/mathdef.h: Use #ifdef instead of #if.
8764         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
8765         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8766         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8767         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8768         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8769         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8770
8771 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8772             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8773
8774         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8775         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8776         and strpbrk-ppc64 objects.
8777         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8778         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
8779         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
8780         multiarch strpbrk for POWER7.
8781         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
8782         multiarch strpbrk for PPC64.
8783         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
8784         ifunc selector.
8785         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
8786         strpbrk for POWER7.
8787
8788 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8789
8790         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
8791         (atan_test): Likewise.
8792         (atanh_test_data): Use NO_TEST_INLINE for two tests.
8793         (atanh_test): Use ALL_RM_TEST.
8794         (atan2_test_data): Likewise.
8795         (cabs_test): Likewise.
8796         (cacosh_test): Likewise.
8797         (carg_test): Likewise.
8798         (casin_test): Likewise.
8799         (casinh_test): Likewise.
8800         (cbrt_test): Likewise.
8801         (csqrt_test): Likewise.
8802         (erf_test): Likewise.
8803         (erfc_test): Likewise.
8804         (pow10_test): Likewise.
8805         (exp2_test): Likewise.
8806         (hypot_test): Likewise.
8807         (j0_test): Likewise.
8808         (j1_test): Likewise.
8809         (lgamma_test): Likewise.
8810         (gamma_test): Likewise.
8811         (sincos_test): Likewise.
8812         (tanh_test): Likewise.
8813         (y0_test): Likewise.
8814         (y1_test): Likewise.
8815         * sysdeps/i386/fpu/libm-test-ulps: Update.
8816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8817
8818 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8819
8820         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8821         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
8822         and strcspn-ppc64 objects.
8823         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8824         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8825         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8826         multiarch strcspn for POWER7.
8827         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8828         multiarch strcspn for PPC64.
8829         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8830         ifunc selector.
8831         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8832         strcspn for POWER7.
8833
8834 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
8835
8836         * math/gen-libm-test.pl (generate_testfile): Expect only function
8837         name as argument to AUTO_TESTS_* and pass results for all rounding
8838         modes to parse_args.
8839         (parse_auto_input): Separate inputs of automatic tests from
8840         outputs before storing in %auto_tests.
8841         * math/libm-test.inc (acos_test_data): Update call to
8842         AUTO_TESTS_f_f.
8843         (acos_test): Use ALL_RM_TEST.
8844         (acos_tonearest_test_data): Remove.
8845         (acos_test_tonearest): Likewise.
8846         (acos_towardzero_test_data): Likewise.
8847         (acos_test_towardzero): Likewise.
8848         (acos_downward_test_data): Likewise.
8849         (acos_test_downward): Likewise.
8850         (acos_upward_test_data): Likewise.
8851         (acos_test_upward): Likewise.
8852         (acosh_test_data): Update call to AUTO_TESTS_f_f.
8853         (asin_test_data): Likewise.
8854         (asin_test): Use ALL_RM_TEST.
8855         (asin_tonearest_test_data): Remove.
8856         (asin_test_tonearest): Likewise.
8857         (asin_towardzero_test_data): Likewise.
8858         (asin_test_towardzero): Likewise.
8859         (asin_downward_test_data): Likewise.
8860         (asin_test_downward): Likewise.
8861         (asin_upward_test_data): Likewise.
8862         (asin_test_upward): Likewise.
8863         (asinh_test_data): Update call to AUTO_TESTS_f_f.
8864         (atan_test_data): Likewise.
8865         (atanh_test_data): Likewise.
8866         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8867         (cabs_test_data): Update call to AUTO_TESTS_c_f.
8868         (carg_test_data): Likewise.
8869         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8870         (ccos_test_data): Update call to AUTO_TESTS_c_c.
8871         (ccosh_test_data): Likewise.
8872         (cexp_test_data): Likewise.
8873         (clog_test_data): Likewise.
8874         (clog10_test_data): Likewise.
8875         (cos_test_data): Update call to AUTO_TESTS_f_f.
8876         (cos_test): Use ALL_RM_TEST.
8877         (cos_tonearest_test_data): Remove.
8878         (cos_test_tonearest): Likewise.
8879         (cos_towardzero_test_data): Likewise.
8880         (cos_test_towardzero): Likewise.
8881         (cos_downward_test_data): Likewise.
8882         (cos_test_downward): Likewise.
8883         (cos_upward_test_data): Likewise.
8884         (cos_test_upward): Likewise.
8885         (cosh_test_data): Update call to AUTO_TESTS_f_f.
8886         (cosh_test): Use ALL_RM_TEST.
8887         (cosh_tonearest_test_data): Remove.
8888         (cosh_test_tonearest): Likewise.
8889         (cosh_towardzero_test_data): Likewise.
8890         (cosh_test_towardzero): Likewise.
8891         (cosh_downward_test_data): Likewise.
8892         (cosh_test_downward): Likewise.
8893         (cosh_upward_test_data): Likewise.
8894         (cosh_test_upward): Likewise.
8895         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8896         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8897         (ctan_test_data): Likewise.
8898         (ctan_test): Use ALL_RM_TEST.
8899         (ctan_tonearest_test_data): Remove.
8900         (ctan_test_tonearest): Likewise.
8901         (ctan_towardzero_test_data): Likewise.
8902         (ctan_test_towardzero): Likewise.
8903         (ctan_downward_test_data): Likewise.
8904         (ctan_test_downward): Likewise.
8905         (ctan_upward_test_data): Likewise.
8906         (ctan_test_upward): Likewise.
8907         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8908         (ctanh_test): Use ALL_RM_TEST.
8909         (ctanh_tonearest_test_data): Remove.
8910         (ctanh_test_tonearest): Likewise.
8911         (ctanh_towardzero_test_data): Likewise.
8912         (ctanh_test_towardzero): Likewise.
8913         (ctanh_downward_test_data): Likewise.
8914         (ctanh_test_downward): Likewise.
8915         (ctanh_upward_test_data): Likewise.
8916         (ctanh_test_upward): Likewise.
8917         (erf_test_data): Update call to AUTO_TESTS_f_f.
8918         (erfc_test_data): Likewise.
8919         (exp_test_data): Likewise.
8920         (exp_test): Use ALL_RM_TEST.
8921         (exp_tonearest_test_data): Remove.
8922         (exp_test_tonearest): Likewise.
8923         (exp_towardzero_test_data): Likewise.
8924         (exp_test_towardzero): Likewise.
8925         (exp_downward_test_data): Likewise.
8926         (exp_test_downward): Likewise.
8927         (exp_upward_test_data): Likewise.
8928         (exp_test_upward): Likewise.
8929         (exp10_test_data): Update call to AUTO_TESTS_f_f.
8930         (exp10_test): Use ALL_RM_TEST.
8931         (exp10_tonearest_test_data): Remove.
8932         (exp10_test_tonearest): Likewise.
8933         (exp10_towardzero_test_data): Likewise.
8934         (exp10_test_towardzero): Likewise.
8935         (exp10_downward_test_data): Likewise.
8936         (exp10_test_downward): Likewise.
8937         (exp10_upward_test_data): Likewise.
8938         (exp10_test_upward): Likewise.
8939         (exp2_test_data): Update call to AUTO_TESTS_f_f.
8940         (expm1_test_data): Likewise.
8941         (expm1_test): Use ALL_RM_TEST.
8942         (expm1_tonearest_test_data): Remove.
8943         (expm1_test_tonearest): Likewise.
8944         (expm1_towardzero_test_data): Likewise.
8945         (expm1_test_towardzero): Likewise.
8946         (expm1_downward_test_data): Likewise.
8947         (expm1_test_downward): Likewise.
8948         (expm1_upward_test_data): Likewise.
8949         (expm1_test_upward): Likewise.
8950         (fma_test_data): Update call to AUTO_TESTS_fff_f.
8951         (fma_test): Use ALL_RM_TEST.
8952         (fma_towardzero_test_data): Remove.
8953         (fma_test_towardzero): Likewise.
8954         (fma_downward_test_data): Likewise.
8955         (fma_test_downward): Likewise.
8956         (fma_upward_test_data): Likewise.
8957         (fma_test_upward): Likewise.
8958         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8959         (j0_test_data): Update call to AUTO_TESTS_f_f.
8960         (j1_test_data): Likewise.
8961         (jn_test_data): Update call to AUTO_TESTS_if_f.
8962         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8963         (log_test_data): Update call to AUTO_TESTS_f_f.
8964         (log10_test_data): Likewise.
8965         (log1p_test_data): Likewise.
8966         (log2_test_data): Likewise.
8967         (pow_test_data): Update call to AUTO_TESTS_ff_f.
8968         (pow_tonearest_test_data): Likewise.
8969         (sin_test_data): Update call to AUTO_TESTS_f_f.
8970         (sin_test): Use ALL_RM_TEST.
8971         (sin_tonearest_test_data): Remove.
8972         (sin_test_tonearest): Likewise.
8973         (sin_towardzero_test_data): Likewise.
8974         (sin_test_towardzero): Likewise.
8975         (sin_downward_test_data): Likewise.
8976         (sin_test_downward): Likewise.
8977         (sin_upward_test_data): Likewise.
8978         (sin_test_upward): Likewise.
8979         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8980         (sinh_test_data): Update call to AUTO_TESTS_f_f.
8981         (sinh_test): Use ALL_RM_TEST.
8982         (sinh_tonearest_test_data): Remove.
8983         (sinh_test_tonearest): Likewise.
8984         (sinh_towardzero_test_data): Likewise.
8985         (sinh_test_towardzero): Likewise.
8986         (sinh_downward_test_data): Likewise.
8987         (sinh_test_downward): Likewise.
8988         (sinh_upward_test_data): Likewise.
8989         (sinh_test_upward): Likewise.
8990         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
8991         (sqrt_test): Use ALL_RM_TEST.
8992         (sqrt_tonearest_test_data): Remove.
8993         (sqrt_test_tonearest): Likewise.
8994         (sqrt_towardzero_test_data): Likewise.
8995         (sqrt_test_towardzero): Likewise.
8996         (sqrt_downward_test_data): Likewise.
8997         (sqrt_test_downward): Likewise.
8998         (sqrt_upward_test_data): Likewise.
8999         (sqrt_test_upward): Likewise.
9000         (tan_test_data): Update call to AUTO_TESTS_f_f.
9001         (tan_test): Use ALL_RM_TEST.
9002         (tan_tonearest_test_data): Remove.
9003         (tan_test_tonearest): Likewise.
9004         (tan_towardzero_test_data): Likewise.
9005         (tan_test_towardzero): Likewise.
9006         (tan_downward_test_data): Likewise.
9007         (tan_test_downward): Likewise.
9008         (tan_upward_test_data): Likewise.
9009         (tan_test_upward): Likewise.
9010         (tanh_test_data): Update call to AUTO_TESTS_f_f.
9011         (tgamma_test_data): Likewise.
9012         (y0_test_data): Likewise.
9013         (y1_test_data): Likewise.
9014         (yn_test_data): Update call to AUTO_TESTS_if_f.
9015         (main): Do not call removed functions.
9016
9017 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9018
9019         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
9020         (ldexp_test_data): Remove.
9021         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
9022         scalbn_test_data.
9023         (scalb_test): Use ALL_RM_TEST.
9024
9025 2014-03-19  Andreas Schwab  <schwab@suse.de>
9026
9027         * nscd/nscd.service: Also invalidate netgroup cache on reload.
9028
9029 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
9030
9031         [BZ #16649]
9032         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9033         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
9034         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
9035         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9036         (__ASSUME_PREADV): Undefine.
9037         (__ASSUME_PWRITEV): Likewise.
9038
9039 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9040
9041         * bits/mman-linux.h: Add comment about non-Linux use.
9042         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
9043         bits/mman-linux.h resting place.
9044
9045         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
9046         * bits/mman-linux.h: ... here.
9047
9048 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9049
9050         * conform/conformtest.pl: Add standard definition when calling C
9051         preprocessor on data files.
9052         (checknamespace): Remove unused variable.
9053
9054 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9055
9056         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
9057         minus_oflow, plus_uflow and minus_uflow in expected results.
9058         * math/libm-test.inc (scalbn_test_data): Add more tests of
9059         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
9060         minus_uflow.
9061         (scalbn_test): Use ALL_RM_TEST.
9062         (scalbln_test_data): Add more tests of negative arguments.  Use
9063         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
9064         (scalbln_test): Use ALL_RM_TEST.
9065
9066 2014-03-18  Roland McGrath  <roland@hack.frob.com>
9067
9068         * scripts/abilist.awk: Ignore symbols marked with .hidden.
9069
9070 2014-03-18  Will Newton  <will.newton@linaro.org>
9071
9072         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
9073         inaccurate comment.
9074
9075 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
9076
9077         * Makerules [!subdir] (check-abi): Exit with error status if a
9078         test failed.
9079
9080 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9081
9082         * math/libm-test.inc (nearbyint_test_data): Include all tests used
9083         for rint.  Include results for all rounding modes.
9084         (nearbyint_test): Use ALL_RM_TEST.
9085         (rint_test_data): Include all tests used for nearbyint.
9086
9087 2014-03-17  Will Newton  <will.newton@linaro.org>
9088
9089         * nptl/sysdeps/pthread/pthread.h: Revert previous
9090         change.
9091
9092         * sysdeps/generic/ldsodefs.h: Revert previous
9093         change.
9094
9095         * libio/genops.c: Revert previous change.
9096         * libio/libioP.h: Likewise.
9097         * stdio-common/vfprintf.c: Likewise.
9098
9099         * sysdeps/generic/math_private.h: Revert previous
9100         change.
9101
9102         * sysdeps/generic/math_private.h: Check whether
9103         HAVE_RM_CTX is defined with #ifdef rather
9104         than #if.
9105
9106         * argp/argp-fmtstream.h: Check whether
9107         __STRICT_ANSI__ is defined with #ifdef rather
9108         than #if.
9109         * argp/argp.h: Likewise.
9110
9111         * libio/genops.c: Check whether
9112         _IO_JUMPS_OFFSET is defined with #ifdef rather
9113         than #if.
9114         * libio/libioP.h: Likewise.
9115         * stdio-common/vfprintf.c: Likewise.
9116
9117         * sysdeps/generic/ldsodefs.h: Check whether
9118         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9119         than #if.
9120
9121         * nptl/sysdeps/pthread/pthread.h: Check
9122         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9123         its value.
9124
9125 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
9126
9127         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
9128         setting O_APPEND.
9129         * libio/tst-ftell-active-handler.c (do_append_test): Add a
9130         test case.
9131
9132         [BZ #16680]
9133         * libio/fileops.c (_IO_file_open): Seek to end of file but
9134         don't cache the offset.
9135         (get_file_offset): Remove function.
9136         (do_ftell): Use cached offset when available.
9137         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9138         don't cache the offset.
9139         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9140         case.
9141         (do_one_test): Call it.
9142         (do_ftell_test): Fix up expected old offset for a+ mode.
9143         * libio/wfileops.c (do_ftell_wide): Used cached offset when
9144         available.
9145
9146         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9147         up test status with function return status.
9148         (do_write_test): Likewise.
9149         (do_append_test): Likewise.
9150
9151         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9152         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9153         Remove.
9154
9155 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
9156
9157         * math/gen-libm-test.pl (parse_args): Handle results specified for
9158         each rounding mode separately.
9159         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9160         tests and results from lrint_tonearest_test_data,
9161         lrint_towardzero_test_data, lrint_downward_test_data and
9162         lrint_upward_test_data.
9163         (lrint_test): Use ALL_RM_TEST.
9164         (lrint_tonearest_test_data): Remove.
9165         (lrint_test_tonearest): Likewise.
9166         (lrint_towardzero_test_data): Likewise.
9167         (lrint_test_towardzero): Likewise.
9168         (lrint_downward_test_data): Likewise.
9169         (lrint_test_downward): Likewise.
9170         (lrint_upward_test_data): Likewise.
9171         (lrint_test_upward): Likewise.
9172         (llrint_test_data): Merge in per-rounding-mode tests and results
9173         from llrint_tonearest_test_data, llrint_towardzero_test_data,
9174         llrint_downward_test_data and llrint_upward_test_data.
9175         (llrint_test): Use ALL_RM_TEST.
9176         (llrint_tonearest_test_data): Remove.
9177         (llrint_test_tonearest): Likewise.
9178         (llrint_towardzero_test_data): Likewise.
9179         (llrint_test_towardzero): Likewise.
9180         (llrint_downward_test_data): Likewise.
9181         (llrint_test_downward): Likewise.
9182         (llrint_upward_test_data): Likewise.
9183         (llrint_test_upward): Likewise.
9184         (rint_test_data): Merge in per-rounding-mode tests and results
9185         from rint_tonearest_test_data, rint_towardzero_test_data,
9186         rint_downward_test_data and rint_upward_test_data.  Add
9187         per-rounding-mode results for tests not in those arrays.
9188         (rint_test): Use ALL_RM_TEST.
9189         (rint_tonearest_test_data): Remove.
9190         (rint_test_tonearest): Likewise.
9191         (rint_towardzero_test_data): Likewise.
9192         (rint_test_towardzero): Likewise.
9193         (rint_downward_test_data): Likewise.
9194         (rint_test_downward): Likewise.
9195         (rint_upward_test_data): Likewise.
9196         (rint_test_upward): Likewise.
9197         (main): Don't call removed functions.
9198
9199 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9200
9201         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9202         "Compiled on ..." crapola.  It is anti-useful.
9203
9204 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
9205
9206         * scripts/evaluate-test.sh: Handle fourth argument to determine
9207         whether test run should stop on failure.
9208         * Makeconfig (stop-on-test-failure): New variable.
9209         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9210         $(stop-on-test-failure).
9211         * Makefile (tests): Give a summary of results from testing and
9212         exit with failure status if they include an ERROR or FAIL.
9213         (xtests): Likewise.
9214         * manual/install.texi (Configuring and compiling): Mention
9215         stop-on-test-failure=y.
9216         * INSTALL: Regenerated.
9217
9218 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9219
9220         * scripts/versionlist.awk: New file.
9221         * Makerules [$(build-shared) = yes]
9222         (postclean-generated): Add Versions.def, not Versions.def.v and
9223         Versions.def.v.i.
9224         ($(common-objpfx)Versions.def.v.i): Target removed.
9225         ($(common-objpfx)Versions.def): New target.
9226         ($(common-objpfx)Versions.all): Depend on that rather that
9227         $(common-objpfx)Versions.def.v.
9228         * Versions.def: File removed.
9229
9230         * Makeconfig (+gccwarn): Add -Wundef.
9231         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9232         a dl-sysdep.h breaking its contract.
9233         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9234         * include/stackinfo.h: New file.
9235         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9236         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9237         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9238         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9239         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9240         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9241         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9242         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9243         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9244         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9245         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9246         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9247         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9248         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9249         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9250
9251 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9252
9253         [BZ #16707]
9254         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9255         implementation.
9256         * math/libm-test.inc (round_test_data): Add more tests.
9257
9258         [BZ #16706]
9259         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9260         implementation.
9261         * math/libm-test.inc (nearbyint_test_data): Add more tests.
9262
9263         [BZ #16701]
9264         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9265         implementation.
9266         * math/libm-test.inc (ceil_test_data): Add more tests.
9267
9268         * math/libm-test.inc (trunc_test_data): Add more tests related to
9269         BZ#16414.
9270
9271 2014-03-14  Roland McGrath  <roland@hack.frob.com>
9272
9273         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9274         with #if rather than #ifdef.
9275         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9276
9277 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
9278
9279         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9280         first.  Disable AVX-512 GCC support if assembler doesn't support
9281         it.
9282         * sysdeps/x86_64/configure: Regenerated.
9283
9284 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
9285
9286         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9287         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9288         (__old_pthread_attr_setstack): Likewise.
9289         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9290         [!_STACK_GROWS_DOWN]: Likewise.
9291
9292 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
9293
9294         * config.make.in (have-bash2): Delete.
9295         * configure.ac (libc_cv_have_bash2): Delete.
9296         * configure: Regenerate.
9297         * elf/Makefile (common-ldd-rewrite): Rename to ...
9298         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
9299         (sh-ldd-rewrite): Delete.
9300         (bash-ldd-rewrite): Delete.
9301         (have-bash2): Delete checks.
9302         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9303         ldd-rewrite.
9304
9305         * config.make.in (have-ksh): Delete.
9306         (KSH): Delete.
9307         * configure.ac (libc_cv_have_ksh): Delete.
9308         * configure: Regenerate.
9309
9310         * elf/Makefile: Delete $(have-ksh) check.
9311         ($(objpfx)sotruss): Change KSH to BASH.
9312         * elf/sotruss.ksh: Rename to ...
9313         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
9314         function style to match POSIX.  Drop ksh vim mode setting.
9315
9316         * manual/time.texi (Specifying the Time Zone with TZ): Change
9317         Tuesday to Thursday.
9318
9319         * debug/tst-longjmp_chk2.c: Update header comment.
9320         (stackoverflow_handler): Add comment.  Call assert on pass value.
9321
9322 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
9323
9324         [BZ #16194]
9325         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9326         (HAVE_AVX512_ASM_SUPPORT): Likewise.
9327         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9328         (La_x86_64_vector): Add zmm.
9329         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9330         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9331         ($(objpfx)tst-audit10): New target.
9332         ($(objpfx)tst-audit10.out): Likewise.
9333         (tst-audit10-ENV): New.
9334         (AVX512-CFLAGS): Likewise.
9335         (CFLAGS-tst-audit10.c): Likewise.
9336         (CFLAGS-tst-auditmod10a.c): Likewise.
9337         (CFLAGS-tst-auditmod10b.c): Likewise.
9338         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9339         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9340         * sysdeps/x86_64/configure: Regenerated.
9341         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9342         AVX-512 zmm register support.
9343         (_dl_x86_64_save_sse): Likewise.
9344         (_dl_x86_64_restore_sse): Likewise.
9345         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9346         size vector registers.
9347         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9348         (ZMM_SIZE): Likewise.
9349         * sysdeps/x86_64/tst-audit10.c: New file.
9350         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9351         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9352
9353 2014-03-13  Roland McGrath  <roland@hack.frob.com>
9354
9355         * configure.ac (HAVE_EHDR_START): New check.
9356         * configure: Regenerated.
9357         * config.h.in (HAVE_EHDR_START): New #undef.
9358         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9359         assuming the lowest-addressed segment maps the start of the file.
9360
9361 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
9362
9363         * INSTALL: Regenerated.
9364
9365 2014-03-13  Will Newton  <will.newton@linaro.org>
9366
9367         * manual/setjmp.texi (System V contexts): Improve
9368         clarity and grammar of documentation.
9369
9370 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
9371
9372         [BZ #16381]
9373         * elf/Makefile (tests): Add tst-pie2.
9374         (tests-pie): Add tst-pie2.
9375         * elf/tst-pie2.c: New file.
9376         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9377         for ET_EXEC.
9378         * elf/rtld.c (map_doit): Load executable as lt_executable.
9379         (dl_main): Likewise.
9380
9381 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
9382
9383         [BZ #16642]
9384         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9385         (__ASSUME_PSELECT): Undefine.
9386
9387 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9388
9389         [BZ #16689]
9390         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9391         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9392         static build.
9393         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9394         selector for static builds.
9395
9396 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
9397
9398         [BZ #16695]
9399         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9400         key in the buffer.
9401
9402 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9403
9404         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9405         IFUNC selector for static builds.
9406
9407 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
9408
9409         * sysdeps/mips/math_private.h [__mips_hard_float]
9410         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9411         libc_feresetround_mips_ctx.
9412         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9413         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9414         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9415
9416         [BZ #16677]
9417         * math/s_nextafter.c (__nextafter): Do not return value from
9418         overflowing computation.
9419         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9420         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9421         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9422         Likewise.
9423         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9424         Likewise.
9425         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9426         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9427
9428 2014-03-11  Roland McGrath  <roland@hack.frob.com>
9429
9430         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9431         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9432         Move sfi_sp use from the load-multiple (that no longer sets sp) to
9433         the new mov targetting sp.
9434
9435 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9436
9437         [BZ #16683]
9438         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9439         Define it for static builds as well.
9440         (NO_BZERO_IMPL): Likewise.
9441
9442 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9443
9444         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9445         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9446         multiarch strspn for PPC64.
9447         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9448         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9449         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9450         (__libc_ifunc_impl_list): Likewise.
9451         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9452         multiarch optimizations
9453         * string/strspn.c (strspn): Using macro to redefine symbol name.
9454
9455 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9456             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9457
9458         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9459         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9460         multiarch strncat for PPC64.
9461         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9462         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9463         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9464         (__libc_ifunc_impl_list): Likewise.
9465         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9466         multiarch optimizations
9467
9468 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9469
9470         [BZ #16639]
9471         * nscd/nscd.service: Make service type forking.
9472
9473 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9474
9475         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9476         sign in non default rounding modes.
9477         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9478
9479 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
9480
9481         * math/libm-test.inc (ALL_RM_TEST): New macro.
9482         (ceil_test): Use ALL_RM_TEST.
9483         (cimag_test): Likewise.
9484         (conj_test): Likewise.
9485         (copysign_test): Likewise.
9486         (cproj_test): Likewise.
9487         (creal_test): Likewise.
9488         (fabs_test): Likewise.
9489         (floor_test): Likewise.
9490         (fmax_test): Likewise.
9491         (fmin_test): Likewise.
9492         (fmod_test): Likewise.
9493         (fpclassify_test): Likewise.
9494         (frexp_test): Likewise.
9495         (ilogb_test): Likewise.
9496         (isfinite_test): Likewise.
9497         (finite_test): Likewise.
9498         (isgreater_test): Likewise.
9499         (isgreaterequal_test): Likewise.
9500         (isinf_test): Likewise.
9501         (isless_test): Likewise.
9502         (islessequal_test): Likewise.
9503         (islessgreater_test): Likewise.
9504         (isnan_test): Likewise.
9505         (isnormal_test): Likewise.
9506         (issignaling_test): Likewise.
9507         (isunordered_test): Likewise.
9508         (logb_test): Likewise.
9509         (logb_downward_test_data): Remove.
9510         (logb_test_downward): Likewise.
9511         (lround_test): Use ALL_RM_TEST.
9512         (llround_test): Likewise.
9513         (modf_test): Likewise.
9514         (nexttoward_test): Likewise.
9515         (remainder_test): Likewise.
9516         (drem_test): Likewise.
9517         (remainder_tonearest_test_data): Likewise.
9518         (remainder_test_tonearest): Likewise.
9519         (drem_test_tonearest): Likewise.
9520         (remainder_towardzero_test_data): Likewise.
9521         (remainder_test_towardzero): Likewise.
9522         (drem_test_towardzero): Likewise.
9523         (remainder_downward_test_data): Likewise.
9524         (remainder_test_downward): Likewise.
9525         (drem_test_downward): Likewise.
9526         (remainder_upward_test_data): Likewise.
9527         (remainder_test_upward): Likewise.
9528         (drem_test_upward): Likewise.
9529         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
9530         (round_test): Use ALL_RM_TEST.
9531         (signbit_test): Likewise.
9532         (trunc_test): Likewise.
9533         (significand_test): Likewise.
9534         (main): Don't call removed functions.
9535
9536 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9537
9538         [BZ #16674]
9539         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
9540         || __USE_XOPEN2K8].
9541         (ILL_ILLOPN): Likewise.
9542         (ILL_ILLADR): Likewise.
9543         (ILL_ILLTRP): Likewise.
9544         (ILL_PRVOPC): Likewise.
9545         (ILL_PRVREG): Likewise.
9546         (ILL_COPROC): Likewise.
9547         (ILL_BADSTK): Likewise.
9548         (FPE_INTDIV): Likewise.
9549         (FPE_INTOVF): Likewise.
9550         (FPE_FLTDIV): Likewise.
9551         (FPE_FLTOVF): Likewise.
9552         (FPE_FLTUND): Likewise.
9553         (FPE_FLTRES): Likewise.
9554         (FPE_FLTINV): Likewise.
9555         (FPE_FLTSUB): Likewise.
9556         (SEGV_MAPERR): Likewise.
9557         (SEGV_ACCERR): Likewise.
9558         (BUS_ADRALN): Likewise.
9559         (BUS_ADRERR): Likewise.
9560         (BUS_OBJERR): Likewise.
9561         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9562         (TRAP_TRACE): Likewise.
9563         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9564         __USE_XOPEN2K8].
9565         (CLD_KILLED): Likewise.
9566         (CLD_DUMPED): Likewise.
9567         (CLD_TRAPPED): Likewise.
9568         (CLD_STOPPED): Likewise.
9569         (CLD_CONTINUED): Likewise.
9570         (POLL_IN): Likewise.
9571         (POLL_OUT): Likewise.
9572         (POLL_MSG): Likewise.
9573         (POLL_ERR): Likewise.
9574         (POLL_PRI): Likewise.
9575         (POLL_HUP): Likewise.
9576         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
9577         Likewise.
9578         (ILL_ILLOPN): Likewise.
9579         (ILL_ILLADR): Likewise.
9580         (ILL_ILLTRP): Likewise.
9581         (ILL_PRVOPC): Likewise.
9582         (ILL_PRVREG): Likewise.
9583         (ILL_COPROC): Likewise.
9584         (ILL_BADSTK): Likewise.
9585         (FPE_INTDIV): Likewise.
9586         (FPE_INTOVF): Likewise.
9587         (FPE_FLTDIV): Likewise.
9588         (FPE_FLTOVF): Likewise.
9589         (FPE_FLTUND): Likewise.
9590         (FPE_FLTRES): Likewise.
9591         (FPE_FLTINV): Likewise.
9592         (FPE_FLTSUB): Likewise.
9593         (SEGV_MAPERR): Likewise.
9594         (SEGV_ACCERR): Likewise.
9595         (BUS_ADRALN): Likewise.
9596         (BUS_ADRERR): Likewise.
9597         (BUS_OBJERR): Likewise.
9598         (BUS_MCEERR_AR): Likewise.
9599         (BUS_MCEERR_AO): Likewise.
9600         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9601         (TRAP_TRACE): Likewise.
9602         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9603         __USE_XOPEN2K8].
9604         (CLD_KILLED): Likewise.
9605         (CLD_DUMPED): Likewise.
9606         (CLD_TRAPPED): Likewise.
9607         (CLD_STOPPED): Likewise.
9608         (CLD_CONTINUED): Likewise.
9609         (POLL_IN): Likewise.
9610         (POLL_OUT): Likewise.
9611         (POLL_MSG): Likewise.
9612         (POLL_ERR): Likewise.
9613         (POLL_PRI): Likewise.
9614         (POLL_HUP): Likewise.
9615         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
9616         (ILL_ILLOPN): Likewise.
9617         (ILL_ILLADR): Likewise.
9618         (ILL_ILLTRP): Likewise.
9619         (ILL_PRVOPC): Likewise.
9620         (ILL_PRVREG): Likewise.
9621         (ILL_COPROC): Likewise.
9622         (ILL_BADSTK): Likewise.
9623         (FPE_INTDIV): Likewise.
9624         (FPE_INTOVF): Likewise.
9625         (FPE_FLTDIV): Likewise.
9626         (FPE_FLTOVF): Likewise.
9627         (FPE_FLTUND): Likewise.
9628         (FPE_FLTRES): Likewise.
9629         (FPE_FLTINV): Likewise.
9630         (FPE_FLTSUB): Likewise.
9631         (SEGV_MAPERR): Likewise.
9632         (SEGV_ACCERR): Likewise.
9633         (BUS_ADRALN): Likewise.
9634         (BUS_ADRERR): Likewise.
9635         (BUS_OBJERR): Likewise.
9636         (BUS_MCEERR_AR): Likewise.
9637         (BUS_MCEERR_AO): Likewise.
9638         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9639         (TRAP_TRACE): Likewise.
9640         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9641         __USE_XOPEN2K8].
9642         (CLD_KILLED): Likewise.
9643         (CLD_DUMPED): Likewise.
9644         (CLD_TRAPPED): Likewise.
9645         (CLD_STOPPED): Likewise.
9646         (CLD_CONTINUED): Likewise.
9647         (POLL_IN): Likewise.
9648         (POLL_OUT): Likewise.
9649         (POLL_MSG): Likewise.
9650         (POLL_ERR): Likewise.
9651         (POLL_PRI): Likewise.
9652         (POLL_HUP): Likewise.
9653         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
9654         Likewise.
9655         (ILL_ILLOPN): Likewise.
9656         (ILL_ILLADR): Likewise.
9657         (ILL_ILLTRP): Likewise.
9658         (ILL_PRVOPC): Likewise.
9659         (ILL_PRVREG): Likewise.
9660         (ILL_COPROC): Likewise.
9661         (ILL_BADSTK): Likewise.
9662         (ILL_BADIADDR): Likewise.
9663         (ILL_BREAK): Likewise.
9664         (FPE_INTDIV): Likewise.
9665         (FPE_INTOVF): Likewise.
9666         (FPE_FLTDIV): Likewise.
9667         (FPE_FLTOVF): Likewise.
9668         (FPE_FLTUND): Likewise.
9669         (FPE_FLTRES): Likewise.
9670         (FPE_FLTINV): Likewise.
9671         (FPE_FLTSUB): Likewise.
9672         (FPE_DECOVF): Likewise.
9673         (FPE_DECDIV): Likewise.
9674         (FPE_DECERR): Likewise.
9675         (FPE_INVASC): Likewise.
9676         (FPE_INVDEC): Likewise.
9677         (SEGV_MAPERR): Likewise.
9678         (SEGV_ACCERR): Likewise.
9679         (SEGV_PSTKOVF): Likewise.
9680         (BUS_ADRALN): Likewise.
9681         (BUS_ADRERR): Likewise.
9682         (BUS_OBJERR): Likewise.
9683         (BUS_MCEERR_AR): Likewise.
9684         (BUS_MCEERR_AO): Likewise.
9685         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9686         (TRAP_TRACE): Likewise.
9687         (TRAP_BRANCH): Likewise.
9688         (TRAP_HWBKPT): Likewise.
9689         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9690         __USE_XOPEN2K8].
9691         (CLD_KILLED): Likewise.
9692         (CLD_DUMPED): Likewise.
9693         (CLD_TRAPPED): Likewise.
9694         (CLD_STOPPED): Likewise.
9695         (CLD_CONTINUED): Likewise.
9696         (POLL_IN): Likewise.
9697         (POLL_OUT): Likewise.
9698         (POLL_MSG): Likewise.
9699         (POLL_ERR): Likewise.
9700         (POLL_PRI): Likewise.
9701         (POLL_HUP): Likewise.
9702         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
9703         (ILL_ILLOPN): Likewise.
9704         (ILL_ILLADR): Likewise.
9705         (ILL_ILLTRP): Likewise.
9706         (ILL_PRVOPC): Likewise.
9707         (ILL_PRVREG): Likewise.
9708         (ILL_COPROC): Likewise.
9709         (ILL_BADSTK): Likewise.
9710         (FPE_INTDIV): Likewise.
9711         (FPE_INTOVF): Likewise.
9712         (FPE_FLTDIV): Likewise.
9713         (FPE_FLTOVF): Likewise.
9714         (FPE_FLTUND): Likewise.
9715         (FPE_FLTRES): Likewise.
9716         (FPE_FLTINV): Likewise.
9717         (FPE_FLTSUB): Likewise.
9718         (SEGV_MAPERR): Likewise.
9719         (SEGV_ACCERR): Likewise.
9720         (BUS_ADRALN): Likewise.
9721         (BUS_ADRERR): Likewise.
9722         (BUS_OBJERR): Likewise.
9723         (BUS_MCEERR_AR): Likewise.
9724         (BUS_MCEERR_AO): Likewise.
9725         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9726         (TRAP_TRACE): Likewise.
9727         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9728         __USE_XOPEN2K8].
9729         (CLD_KILLED): Likewise.
9730         (CLD_DUMPED): Likewise.
9731         (CLD_TRAPPED): Likewise.
9732         (CLD_STOPPED): Likewise.
9733         (CLD_CONTINUED): Likewise.
9734         (POLL_IN): Likewise.
9735         (POLL_OUT): Likewise.
9736         (POLL_MSG): Likewise.
9737         (POLL_ERR): Likewise.
9738         (POLL_PRI): Likewise.
9739         (POLL_HUP): Likewise.
9740         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
9741         (ILL_ILLOPN): Likewise.
9742         (ILL_ILLADR): Likewise.
9743         (ILL_ILLTRP): Likewise.
9744         (ILL_PRVOPC): Likewise.
9745         (ILL_PRVREG): Likewise.
9746         (ILL_COPROC): Likewise.
9747         (ILL_BADSTK): Likewise.
9748         (FPE_INTDIV): Likewise.
9749         (FPE_INTOVF): Likewise.
9750         (FPE_FLTDIV): Likewise.
9751         (FPE_FLTOVF): Likewise.
9752         (FPE_FLTUND): Likewise.
9753         (FPE_FLTRES): Likewise.
9754         (FPE_FLTINV): Likewise.
9755         (FPE_FLTSUB): Likewise.
9756         (SEGV_MAPERR): Likewise.
9757         (SEGV_ACCERR): Likewise.
9758         (BUS_ADRALN): Likewise.
9759         (BUS_ADRERR): Likewise.
9760         (BUS_OBJERR): Likewise.
9761         (BUS_MCEERR_AR): Likewise.
9762         (BUS_MCEERR_AO): Likewise.
9763         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9764         (TRAP_TRACE): Likewise.
9765         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9766         __USE_XOPEN2K8].
9767         (CLD_KILLED): Likewise.
9768         (CLD_DUMPED): Likewise.
9769         (CLD_TRAPPED): Likewise.
9770         (CLD_STOPPED): Likewise.
9771         (CLD_CONTINUED): Likewise.
9772         (POLL_IN): Likewise.
9773         (POLL_OUT): Likewise.
9774         (POLL_MSG): Likewise.
9775         (POLL_ERR): Likewise.
9776         (POLL_PRI): Likewise.
9777         (POLL_HUP): Likewise.
9778         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
9779         (ILL_ILLOPN): Likewise.
9780         (ILL_ILLADR): Likewise.
9781         (ILL_ILLTRP): Likewise.
9782         (ILL_PRVOPC): Likewise.
9783         (ILL_PRVREG): Likewise.
9784         (ILL_COPROC): Likewise.
9785         (ILL_BADSTK): Likewise.
9786         (FPE_INTDIV): Likewise.
9787         (FPE_INTOVF): Likewise.
9788         (FPE_FLTDIV): Likewise.
9789         (FPE_FLTOVF): Likewise.
9790         (FPE_FLTUND): Likewise.
9791         (FPE_FLTRES): Likewise.
9792         (FPE_FLTINV): Likewise.
9793         (FPE_FLTSUB): Likewise.
9794         (SEGV_MAPERR): Likewise.
9795         (SEGV_ACCERR): Likewise.
9796         (BUS_ADRALN): Likewise.
9797         (BUS_ADRERR): Likewise.
9798         (BUS_OBJERR): Likewise.
9799         (BUS_MCEERR_AR): Likewise.
9800         (BUS_MCEERR_AO): Likewise.
9801         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9802         (TRAP_TRACE): Likewise.
9803         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9804         __USE_XOPEN2K8].
9805         (CLD_KILLED): Likewise.
9806         (CLD_DUMPED): Likewise.
9807         (CLD_TRAPPED): Likewise.
9808         (CLD_STOPPED): Likewise.
9809         (CLD_CONTINUED): Likewise.
9810         (POLL_IN): Likewise.
9811         (POLL_OUT): Likewise.
9812         (POLL_MSG): Likewise.
9813         (POLL_ERR): Likewise.
9814         (POLL_PRI): Likewise.
9815         (POLL_HUP): Likewise.
9816         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
9817         (ILL_ILLOPN): Likewise.
9818         (ILL_ILLADR): Likewise.
9819         (ILL_ILLTRP): Likewise.
9820         (ILL_PRVOPC): Likewise.
9821         (ILL_PRVREG): Likewise.
9822         (ILL_COPROC): Likewise.
9823         (ILL_BADSTK): Likewise.
9824         (ILL_DBLFLT): Likewise.
9825         (ILL_HARDWALL): Likewise.
9826         (FPE_INTDIV): Likewise.
9827         (FPE_INTOVF): Likewise.
9828         (FPE_FLTDIV): Likewise.
9829         (FPE_FLTOVF): Likewise.
9830         (FPE_FLTUND): Likewise.
9831         (FPE_FLTRES): Likewise.
9832         (FPE_FLTINV): Likewise.
9833         (FPE_FLTSUB): Likewise.
9834         (SEGV_MAPERR): Likewise.
9835         (SEGV_ACCERR): Likewise.
9836         (BUS_ADRALN): Likewise.
9837         (BUS_ADRERR): Likewise.
9838         (BUS_OBJERR): Likewise.
9839         (BUS_MCEERR_AR): Likewise.
9840         (BUS_MCEERR_AO): Likewise.
9841         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9842         (TRAP_TRACE): Likewise.
9843         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9844         __USE_XOPEN2K8].
9845         (CLD_KILLED): Likewise.
9846         (CLD_DUMPED): Likewise.
9847         (CLD_TRAPPED): Likewise.
9848         (CLD_STOPPED): Likewise.
9849         (CLD_CONTINUED): Likewise.
9850         (POLL_IN): Likewise.
9851         (POLL_OUT): Likewise.
9852         (POLL_MSG): Likewise.
9853         (POLL_ERR): Likewise.
9854         (POLL_PRI): Likewise.
9855         (POLL_HUP): Likewise.
9856         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9857         (ILL_ILLOPN): Likewise.
9858         (ILL_ILLADR): Likewise.
9859         (ILL_ILLTRP): Likewise.
9860         (ILL_PRVOPC): Likewise.
9861         (ILL_PRVREG): Likewise.
9862         (ILL_COPROC): Likewise.
9863         (ILL_BADSTK): Likewise.
9864         (FPE_INTDIV): Likewise.
9865         (FPE_INTOVF): Likewise.
9866         (FPE_FLTDIV): Likewise.
9867         (FPE_FLTOVF): Likewise.
9868         (FPE_FLTUND): Likewise.
9869         (FPE_FLTRES): Likewise.
9870         (FPE_FLTINV): Likewise.
9871         (FPE_FLTSUB): Likewise.
9872         (SEGV_MAPERR): Likewise.
9873         (SEGV_ACCERR): Likewise.
9874         (BUS_ADRALN): Likewise.
9875         (BUS_ADRERR): Likewise.
9876         (BUS_OBJERR): Likewise.
9877         (BUS_MCEERR_AR): Likewise.
9878         (BUS_MCEERR_AO): Likewise.
9879         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9880         (TRAP_TRACE): Likewise.
9881         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9882         __USE_XOPEN2K8].
9883         (CLD_KILLED): Likewise.
9884         (CLD_DUMPED): Likewise.
9885         (CLD_TRAPPED): Likewise.
9886         (CLD_STOPPED): Likewise.
9887         (CLD_CONTINUED): Likewise.
9888         (POLL_IN): Likewise.
9889         (POLL_OUT): Likewise.
9890         (POLL_MSG): Likewise.
9891         (POLL_ERR): Likewise.
9892         (POLL_PRI): Likewise.
9893         (POLL_HUP): Likewise.
9894         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9895         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9896
9897         [BZ #16670]
9898         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9899         before #include of <time.h>.
9900         [!__USE_XOPEN2K] (__need_timespec): Likewise.
9901         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9902         (test-xfail-UNIX98/sched.h/conform): Likewise.
9903
9904 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9905
9906         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9907         error absence of trapping exception support.
9908         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9909
9910 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
9911
9912         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9913         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9914         * timezone/Makefile (testdata): Move definition above include of
9915         Rules.
9916         (test-zones): New variable.
9917         (tests-special): Add zone files.
9918         (build-testdata): Use $(evaluate-test).
9919
9920         * elf/Makefile (tests-special): Rename tests to end with .out.
9921         ($(objpfx)noload-mem): Likewise.
9922         ($(objpfx)tst-leaks1-mem): Likewise.
9923         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9924         * iconv/Makefile (xtests-special): Change test-iconvconfig to
9925         $(objpfx)test-iconvconfig.out.
9926         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
9927         set -e inside subshell and redirect output to file.
9928         * iconvdata/Makefile (generated): Rename tests to end with .out.
9929         Correct type.
9930         (tests-special): Rename tests to end with .out.
9931         ($(objpfx)mtrace-tst-loading): Likewise.
9932         * intl/Makefile (generated): Likewise.
9933         (tests-special): Likewise.
9934         ($(objpfx)mtrace-tst-gettext): Likewise.
9935         * misc/Makefile (generated): Likewise.
9936         (tests-special): Likewise.
9937         ($(objpfx)tst-error1-mem): Likewise.
9938         * nptl/Makefile (tests-special): Likewise.
9939         ($(objpfx)tst-stack3-mem): Likewise.
9940         (generated): Likewise.
9941         * posix/Makefile (generated): Likewise.
9942         (tests-special): Likewise.
9943         (xtests-special): Likewise.
9944         ($(objpfx)tst-fnmatch-mem): Likewise.
9945         ($(objpfx)bug-regex2-mem): Likewise.
9946         ($(objpfx)bug-regex14-mem): Likewise.
9947         ($(objpfx)bug-regex21-mem): Likewise.
9948         ($(objpfx)bug-regex31-mem): Likewise.
9949         ($(objpfx)tst-vfork3-mem): Likewise.
9950         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9951         ($(objpfx)tst-pcre-mem): Likewise.
9952         ($(objpfx)tst-boost-mem): Likewise.
9953         ($(objpfx)bug-ga2-mem): Likewise.
9954         ($(objpfx)bug-glob2-mem): Likewise.
9955         * resolv/Makefile (generate): Likewise.
9956         (tests-special): Likewise.
9957         (xtests-special): Likewise.
9958         (generated): Likewise.
9959         ($(objpfx)mtrace-tst-leaks): Likewise.
9960         ($(objpfx)mtrace-tst-leaks2): Likewise.
9961
9962         * scripts/merge-test-results.sh: New file.
9963         * Makefile (tests-special-notdir): New variable.
9964         (tests): Run merge-test-results.sh.
9965         (xtests): Likewise.
9966         * Rules (tests-special-notdir): New variable.
9967         (xtests-special-notdir): Likewise.
9968         (tests): Run merge-test-results.sh
9969         (xtests): Likewise.
9970
9971         * Makeconfig (test-xfail-name): New variable.
9972         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9973         compute variable name for expected failures.
9974         * conform/Makefile (conformtest-headers-data): New variable.
9975         (conformtest-standards): Likewise.
9976         (conformtest-headers-ISO): Likewise.
9977         (conformtest-headers-ISO99): Likewise.
9978         (conformtest-headers-ISO11): Likewise.
9979         (conformtest-headers-POSIX): Likewise.
9980         (conformtest-headers-XPG3): Likewise.
9981         (conformtest-headers-XPG4): Likewise.
9982         (conformtest-headers-UNIX98): Likewise.
9983         (conformtest-headers-XOPEN2K): Likewise.
9984         (conformtest-headers-POSIX2008): Likewise.
9985         (conformtest-headers-XOPEN2K8): Likewise.
9986         (conformtest-header-list-base): Likewise.
9987         (conformtest-header-list-tests): Likewise.
9988         (conformtest-header-base): Likewise.
9989         (conformtest-header-tests): Likewise.
9990         (tests-special): Add $(conformtest-header-list-tests).  If
9991         [$(fast-check) && !$(cross-compiling)], add
9992         $(conformtest-header-tests) instead of
9993         $(objpfx)run-conformtest.out.
9994         (generated): Add $(conformtest-header-list-base).  If
9995         [$(fast-check) && !$(cross-compiling)], add
9996         $(conformtest-header-base).  Remove previous setting.
9997         ($(conformtest-header-list-tests)): New target.
9998         (test-xfail-run-conformtest): Remove variable.
9999         ($(objpfx)run-conformtest.out): Remove target.
10000         (test-xfail-ISO11/complex.h/conform): New variable.
10001         (test-xfail-ISO11/stdalign.h/conform): Likewise.
10002         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
10003         (test-xfail-XPG3/varargs.h/conform): Likewise.
10004         (test-xfail-XPG4/varargs.h/conform): Likewise.
10005         (test-xfail-UNIX98/varargs.h/conform): Likewise.
10006         (test-xfail-XPG4/ndbm.h/conform): Likewise.
10007         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
10008         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
10009         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
10010         (test-xfail-XPG3/fcntl.h/conform): Likewise.
10011         (test-xfail-XPG3/ftw.h/conform): Likewise.
10012         (test-xfail-XPG3/grp.h/conform): Likewise.
10013         (test-xfail-XPG3/langinfo.h/conform): Likewise.
10014         (test-xfail-XPG3/limits.h/conform): Likewise.
10015         (test-xfail-XPG3/pwd.h/conform): Likewise.
10016         (test-xfail-XPG3/search.h/conform): Likewise.
10017         (test-xfail-XPG3/signal.h/conform): Likewise.
10018         (test-xfail-XPG3/stdio.h/conform): Likewise.
10019         (test-xfail-XPG3/stdlib.h/conform): Likewise.
10020         (test-xfail-XPG3/string.h/conform): Likewise.
10021         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
10022         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
10023         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
10024         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
10025         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
10026         (test-xfail-XPG3/sys/types.h/conform): Likewise.
10027         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
10028         (test-xfail-XPG3/termios.h/conform): Likewise.
10029         (test-xfail-XPG3/time.h/conform): Likewise.
10030         (test-xfail-XPG3/unistd.h/conform): Likewise.
10031         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
10032         (test-xfail-XPG4/fcntl.h/conform): Likewise.
10033         (test-xfail-XPG4/langinfo.h/conform): Likewise.
10034         (test-xfail-XPG4/netdb.h/conform): Likewise.
10035         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
10036         (test-xfail-XPG4/signal.h/conform): Likewise.
10037         (test-xfail-XPG4/stdio.h/conform): Likewise.
10038         (test-xfail-XPG4/stdlib.h/conform): Likewise.
10039         (test-xfail-XPG4/stropts.h/conform): Likewise.
10040         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
10041         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
10042         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
10043         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
10044         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10045         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
10046         (test-xfail-XPG4/sys/time.h/conform): Likewise.
10047         (test-xfail-XPG4/sys/types.h/conform): Likewise.
10048         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
10049         (test-xfail-XPG4/termios.h/conform): Likewise.
10050         (test-xfail-XPG4/ucontext.h/conform): Likewise.
10051         (test-xfail-XPG4/unistd.h/conform): Likewise.
10052         (test-xfail-XPG4/utmpx.h/conform): Likewise.
10053         (test-xfail-POSIX/sched.h/conform): Likewise.
10054         (test-xfail-POSIX/signal.h/conform): Likewise.
10055         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10056         (test-xfail-POSIX/tar.h/conform): Likewise.
10057         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
10058         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
10059         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
10060         (test-xfail-UNIX98/netdb.h/conform): Likewise.
10061         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
10062         (test-xfail-UNIX98/sched.h/conform): Likewise.
10063         (test-xfail-UNIX98/signal.h/conform): Likewise.
10064         (test-xfail-UNIX98/stdio.h/conform): Likewise.
10065         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
10066         (test-xfail-UNIX98/stropts.h/conform): Likewise.
10067         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10068         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
10069         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10070         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
10071         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10072         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
10073         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
10074         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
10075         (test-xfail-UNIX98/unistd.h/conform): Likewise.
10076         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
10077         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
10078         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
10079         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
10080         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
10081         (test-xfail-XOPEN2K/math.h/conform): Likewise.
10082         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
10083         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10084         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10085         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
10086         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
10087         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
10088         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
10089         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10090         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10091         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10092         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10093         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10094         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10095         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
10096         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
10097         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
10098         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
10099         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10100         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10101         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10102         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10103         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10104         (test-xfail-POSIX2008/signal.h/conform): Likewise.
10105         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10106         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10107         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10108         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10109         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10110         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10111         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10112         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10113         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10114         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10115         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10116         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10117         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10118         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10119         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10120         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10121         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10122         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10123         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10124         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10125         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
10126         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
10127         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
10128         (conformtest-cc-flags): Likewise.
10129         ($(conformtest-header-tests): New target.
10130         * conform/check-header-lists.sh: New file.
10131         * conform/run-conformtest.sh: Remove.
10132
10133         * conform/conformtest.pl: Allow ' and \ in values given for
10134         constants.
10135         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10136         inclusion.
10137         [POSIX] (sys/types.h): Likewise.
10138         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10139         inclusion.
10140         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10141         inclusion.
10142         * conform/data/signal.h-data (SIGIO): Remove expectation.
10143         [XPG3] (SIGBUS): Do not expect.
10144         [POSIX || XPG3] (SIGPOLL): Likewise.
10145         [POSIX || XPG3] (SIGPROF): Likewise.
10146         [POSIX || XPG3] (SIGSYS): Likewise.
10147         [XPG3] (SIGTRAP): Likewise.
10148         [POSIX || XPG3] (SIGURG): Likewise.
10149         [POSIX || XPG3] (SIGVTALRM): Likewise.
10150         [POSIX || XPG3] (SIGXCPU): Likewise.
10151         [POSIX || XPG3] (SIGXFSZ): Likewise.
10152         [POSIX] (SA_SIGINFO): Expect.
10153         [XPG3] (siginfo_t): Do not expect type or contents.
10154         [POSIX] (si_pid): Do not expect element.
10155         [POSIX] (si_uid): Likewise.
10156         [POSIX] (si_addr): Likewise.
10157         [POSIX] (si_status): Likewise.
10158         [POSIX] (si_band): Likewise.
10159         [XPG4] (si_value): Likewise.
10160         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10161         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10162         [POSIX || XPG3] (ILL_ILLADR): Likewise.
10163         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10164         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10165         [POSIX || XPG3] (ILL_PRVREG): Likewise.
10166         [POSIX || XPG3] (ILL_COPROC): Likewise.
10167         [POSIX || XPG3] (ILL_BADSTK): Likewise.
10168         [POSIX || XPG3] (FPE_INTDIV): Likewise.
10169         [POSIX || XPG3] (FPE_INTOVF): Likewise.
10170         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10171         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10172         [POSIX || XPG3] (FPE_FLTUND): Likewise.
10173         [POSIX || XPG3] (FPE_FLTRES): Likewise.
10174         [POSIX || XPG3] (FPE_FLTINV): Likewise.
10175         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10176         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10177         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10178         [POSIX || XPG3] (BUS_ADRALN): Likewise.
10179         [POSIX || XPG3] (BUS_ADRERR): Likewise.
10180         [POSIX || XPG3] (BUS_OBJERR): Likewise.
10181         [POSIX || XPG3] (CLD_EXITED): Likewise.
10182         [POSIX || XPG3] (CLD_KILLED): Likewise.
10183         [POSIX || XPG3] (CLD_DUMPED): Likewise.
10184         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10185         [POSIX || XPG3] (CLD_STOPPED): Likewise.
10186         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10187         [POSIX || XPG3] (POLL_IN): Likewise.
10188         [POSIX || XPG3] (POLL_OUT): Likewise.
10189         [POSIX || XPG3] (POLL_MSG): Likewise.
10190         [POSIX || XPG3] (POLL_ERR): Likewise.
10191         [POSIX || XPG3] (POLL_PRI): Likewise.
10192         [POSIX || XPG3] (POLL_HUP): Likewise.
10193         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10194         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10195         (SIG*): Do not allow.
10196         [XPG3] (si_*): Likewise.
10197         [XPG3] (SI_*): Likewise.
10198         [XPG3 || XPG4] (sigev_*): Likewise.
10199         [XPG3 || XPG4] (SIGEV_*): Likewise.
10200         [XPG3 || XPG4] (sival_*): Likewise.
10201         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10202         [POSIX || XPG3] (BUS_*): Likewise.
10203         [POSIX || XPG3] (CLD_*): Likewise.
10204         [POSIX || XPG3] (FPE_*): Likewise.
10205         [POSIX || XPG3] (ILL_*): Likewise.
10206         [POSIX || XPG3] (POLL_*): Likewise.
10207         [POSIX || XPG3] (SEGV_*): Likewise.
10208         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10209         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10210         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10211         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10212         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10213         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10214         Specify type and value.
10215         (TVERSLEN): Likewise.
10216         (REGTYPE): Likewise.
10217         (AREGTYPE): Likewise.
10218         (LNKTYPE): Likewise.
10219         (SYMTYPE): Likewise.
10220         (CHRTYPE): Likewise.
10221         (BLKTYPE): Likewise.
10222         (DIRTYPE): Likewise.
10223         (FIFOTYPE): Likewise.
10224         (CONTTYPE): Likewise.
10225         (TSUID): Likewise.
10226         (TSGID): Likewise.
10227         (TSVTX): Likewise.
10228         (TUREAD): Likewise.
10229         (TUWRITE): Likewise.
10230         (TUEXEC): Likewise.
10231         (TGREAD): Likewise.
10232         (TGWRITE): Likewise.
10233         (TGEXEC): Likewise.
10234         (TOREAD): Likewise.
10235         (TOWRITE): Likewise.
10236         (TOEXEC): Likewise.
10237         [POSIX] (TSVTX): Expect constant.
10238
10239 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
10240
10241         * Makefile (tests): Change dependencies to ....
10242         (tests-special): ... additions to this variable.
10243         (tests): Depend on $(tests-special).
10244         * Makerules (check-abi-list): New variable.
10245         (check-abi): Depend on $(check-abi-list).
10246         [$(subdir) = elf] (tests-special): Add
10247         $(objpfx)check-abi-libc.out.
10248         [$(build-shared) = yes && subdir] (tests-special): Add
10249         $(check-abi-list).
10250         [$(build-shared) = yes && subdir] (tests): Do not depend on
10251         check-abi.
10252         * Rules (tests): Depend on $(tests-special).
10253         (xtests): Depend on $(xtests-special).
10254         * catgets/Makefile (tests): Change dependencies to ....
10255         (tests-special): ... additions to this variable.
10256         * conform/Makefile (tests): Change dependencies to ....
10257         (tests-special): ... additions to this variable.
10258         * elf/Makefile (tests): Change dependencies to ....
10259         (tests-special): ... additions to this variable.
10260         * grp/Makefile (tests): Change dependencies to ....
10261         (tests-special): ... additions to this variable.
10262         * iconv/Makefile (xtests): Change dependencies to ....
10263         (xtests-special): ... additions to this variable.
10264         * iconvdata/Makefile (tests): Change dependencies to ....
10265         (tests-special): ... additions to this variable.
10266         * intl/Makefile (tests): Change dependencies to ....
10267         (tests-special): ... additions to this variable.  Also add
10268         $(objpfx)tst-gettext.out.
10269         * io/Makefile (tests): Change dependencies to ....
10270         (tests-special): ... additions to this variable.
10271         * libio/Makefile (tests): Change dependencies to ....
10272         (tests-special): ... additions to this variable.
10273         * malloc/Makefile (tests): Change dependencies to ....
10274         (tests-special): ... additions to this variable.
10275         * misc/Makefile (tests): Change dependencies to ....
10276         (tests-special): ... additions to this variable.
10277         * nptl/Makefile (tests): Change dependencies to ....
10278         (tests-special): ... additions to this variable.
10279         * nptl_db/Makefile (tests): Change dependencies to ....
10280         (tests-special): ... additions to this variable.
10281         * posix/Makefile (tests): Change dependencies to ....
10282         (tests-special): ... additions to this variable.
10283         (xtests): Change dependencies to ....
10284         (xtests-special): ... additions to this variable.
10285         * resolv/Makefile (tests): Change dependencies to ....
10286         (tests-special): ... additions to this variable.
10287         (xtests): Change dependencies to ....
10288         (xtests-special): ... additions to this variable.
10289         * stdio-common/Makefile (tests): Change dependencies to ....
10290         (tests-special): ... additions to this variable.
10291         (do-tst-unbputc): Remove target.
10292         (do-tst-printf): Likewise.
10293         * stdlib/Makefile (tests): Change dependencies to ....
10294         (tests-special): ... additions to this variable.
10295         * string/Makefile (tests): Change dependencies to ....
10296         (tests-special): ... additions to this variable.
10297         * sysdeps/x86/Makefile (tests): Change dependencies to ....
10298         (tests-special): ... additions to this variable.
10299
10300         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10301         whole file.
10302         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10303         whole file.
10304         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10305         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10306
10307         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10308         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10309         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10310         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10311         * conform/data/libgen.h-data [XPG3]: Likewise.
10312         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10313         * conform/data/ndbm.h-data [XPG3]: Likewise.
10314         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10315         * conform/data/netdb.h-data [XPG3]: Likewise.
10316         * conform/data/netinet/in.h-data [XPG3]: Likewise.
10317         * conform/data/poll.h-data [XPG3]: Likewise.
10318         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10319         * conform/data/strings.h-data [XPG3]: Likewise.
10320         * conform/data/stropts.h-data [XPG3]: Likewise.
10321         * conform/data/sys/mman.h-data [XPG3]: Likewise.
10322         * conform/data/sys/resource.h-data [XPG3]: Likewise.
10323         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10324         Likewise.
10325         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10326         * conform/data/sys/time.h-data [XPG3]: Likewise.
10327         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10328         * conform/data/sys/uio.h-data [XPG3]: Likewise.
10329         * conform/data/sys/un.h-data [XPG3]: Likewise.
10330         * conform/data/syslog.h-data [XPG3]: Likewise.
10331         * conform/data/ucontext.h-data [XPG3]: Likewise.
10332         * conform/data/utmpx.h-data [XPG3]: Likewise.
10333         * conform/data/varargs.h-data [UNIX98]: Enable file.
10334
10335         * manual/Makefile (INSTALL_INFO): Remove variable setting.
10336
10337         * math/libm-test.inc (struct test_f_f_data): Move expected results
10338         into structure for each rounding mode.
10339         (struct test_ff_f_data): Likewise.
10340         (struct test_ff_f_data_nexttoward): Likewise.
10341         (struct test_fi_f_data): Likewise.
10342         (struct test_fl_f_data): Likewise.
10343         (struct test_if_f_data): Likewise.
10344         (struct test_fff_f_data): Likewise.
10345         (struct test_c_f_data): Likewise.
10346         (struct test_f_f1_data): Likewise.
10347         (struct test_fF_f1_data): Likewise.
10348         (struct test_ffI_f1_data): Likewise.
10349         (struct test_c_c_data): Likewise.
10350         (struct test_cc_c_data): Likewise.
10351         (struct test_f_i_data): Likewise.
10352         (struct test_ff_i_data): Likewise.
10353         (struct test_f_l_data): Likewise.
10354         (struct test_f_L_data): Likewise.
10355         (struct test_fFF_11_data): Likewise.
10356         (RM_): New macro.
10357         (RM_FE_DOWNWARD): Likewise.
10358         (RM_FE_TONEAREST): Likewise.
10359         (RM_FE_TOWARDZERO): Likewise.
10360         (RM_FE_UPWARD): Likewise.
10361         (RUN_TEST_LOOP_f_f): Update references to expected results.
10362         (RUN_TEST_LOOP_2_f): Likewise.
10363         (RUN_TEST_LOOP_fff_f): Likewise.
10364         (RUN_TEST_LOOP_c_f): Likewise.
10365         (RUN_TEST_LOOP_f_f1): Likewise.
10366         (RUN_TEST_LOOP_fF_f1): Likewise.
10367         (RUN_TEST_LOOP_fI_f1): Likewise.
10368         (RUN_TEST_LOOP_ffI_f1): Likewise.
10369         (RUN_TEST_LOOP_c_c): Likewise.
10370         (RUN_TEST_LOOP_cc_c): Likewise.
10371         (RUN_TEST_LOOP_f_i): Likewise.
10372         (RUN_TEST_LOOP_f_i_tg): Likewise.
10373         (RUN_TEST_LOOP_ff_i_tg): Likewise.
10374         (RUN_TEST_LOOP_f_b): Likewise.
10375         (RUN_TEST_LOOP_f_b_tg): Likewise.
10376         (RUN_TEST_LOOP_f_l): Likewise.
10377         (RUN_TEST_LOOP_f_L): Likewise.
10378         (RUN_TEST_LOOP_fFF_11): Likewise.
10379         * math/gen-libm-test.pl (parse_args): Output four copies of
10380         expected results for each test.
10381
10382         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10383         (__ASSUME_UTIMES): Remove.
10384         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10385         (__ASSUME_UTIMES): Likewise.
10386
10387         * math/gen-auto-libm-tests.c: Update comment on output format.
10388         (output_for_one_input_case): Generate before-rounding and
10389         after-rounding information as conditions on output flags not
10390         floating-point format.
10391         * math/auto-libm-test-out: Regenerated.
10392         * math/gen-libm-test.pl (cond_value): New function.
10393         (or_cond_value): Use cond_value.
10394         (generate_testfile): Handle conditional exceptions.
10395
10396 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
10397
10398         * math/libm-test.inc (max_valid_error): New variable.
10399         (init_max_error): Take new argument specifying whether function
10400         results are exactly determined.  Set max_valid_error and bound
10401         other variables for errors based on this argument.
10402         (set_max_error): Do not record results above max_valid_error.
10403         (check_float_internal): Only accept errors of up to 0.5ulps if
10404         also at most max_valid_error.
10405         (START): Take new argument EXACT and pass it to init_max_error.
10406         (acos_test): Update call to START.
10407         (acos_test_tonearest): Likewise.
10408         (acos_test_towardzero): Likewise.
10409         (acos_test_downward): Likewise.
10410         (acos_test_upward): Likewise.
10411         (acosh_test): Likewise.
10412         (asin_test): Likewise.
10413         (asin_test_tonearest): Likewise.
10414         (asin_test_towardzero): Likewise.
10415         (asin_test_downward): Likewise.
10416         (asin_test_upward): Likewise.
10417         (asinh_test): Likewise.
10418         (atan_test): Likewise.
10419         (atanh_test): Likewise.
10420         (atan2_test): Likewise.
10421         (cabs_test): Likewise.
10422         (cacos_test): Likewise.
10423         (cacosh_test): Likewise.
10424         (carg_test): Likewise.
10425         (casin_test): Likewise.
10426         (casinh_test): Likewise.
10427         (catan_test): Likewise.
10428         (catanh_test): Likewise.
10429         (cbrt_test): Likewise.
10430         (ccos_test): Likewise.
10431         (ccosh_test): Likewise.
10432         (ceil_test): Likewise.
10433         (cexp_test): Likewise.
10434         (cimag_test): Likewise.
10435         (clog_test): Likewise.
10436         (clog10_test): Likewise.
10437         (conj_test): Likewise.
10438         (copysign_test): Likewise.
10439         (cos_test): Likewise.
10440         (cos_test_tonearest): Likewise.
10441         (cos_test_towardzero): Likewise.
10442         (cos_test_downward): Likewise.
10443         (cos_test_upward): Likewise.
10444         (cosh_test): Likewise.
10445         (cosh_test_tonearest): Likewise.
10446         (cosh_test_towardzero): Likewise.
10447         (cosh_test_downward): Likewise.
10448         (cosh_test_upward): Likewise.
10449         (cpow_test): Likewise.
10450         (cproj_test): Likewise.
10451         (creal_test): Likewise.
10452         (csin_test): Likewise.
10453         (csinh_test): Likewise.
10454         (csqrt_test): Likewise.
10455         (ctan_test): Likewise.
10456         (ctan_test_tonearest): Likewise.
10457         (ctan_test_towardzero): Likewise.
10458         (ctan_test_downward): Likewise.
10459         (ctan_test_upward): Likewise.
10460         (ctanh_test): Likewise.
10461         (ctanh_test_tonearest): Likewise.
10462         (ctanh_test_towardzero): Likewise.
10463         (ctanh_test_downward): Likewise.
10464         (ctanh_test_upward): Likewise.
10465         (erf_test): Likewise.
10466         (erfc_test): Likewise.
10467         (exp_test): Likewise.
10468         (exp_test_tonearest): Likewise.
10469         (exp_test_towardzero): Likewise.
10470         (exp_test_downward): Likewise.
10471         (exp_test_upward): Likewise.
10472         (exp10_test): Likewise.
10473         (exp10_test_tonearest): Likewise.
10474         (exp10_test_towardzero): Likewise.
10475         (exp10_test_downward): Likewise.
10476         (exp10_test_upward): Likewise.
10477         (pow10_test): Likewise.
10478         (exp2_test): Likewise.
10479         (expm1_test): Likewise.
10480         (expm1_test_tonearest): Likewise.
10481         (expm1_test_towardzero): Likewise.
10482         (expm1_test_downward): Likewise.
10483         (expm1_test_upward): Likewise.
10484         (fabs_test): Likewise.
10485         (fdim_test): Likewise.
10486         (floor_test): Likewise.
10487         (fma_test): Likewise.
10488         (fma_test_towardzero): Likewise.
10489         (fma_test_downward): Likewise.
10490         (fma_test_upward): Likewise.
10491         (fmax_test): Likewise.
10492         (fmin_test): Likewise.
10493         (fmod_test): Likewise.
10494         (fpclassify_test): Likewise.
10495         (frexp_test): Likewise.
10496         (hypot_test): Likewise.
10497         (ilogb_test): Likewise.
10498         (isfinite_test): Likewise.
10499         (finite_test): Likewise.
10500         (isgreater_test): Likewise.
10501         (isgreaterequal_test): Likewise.
10502         (isinf_test): Likewise.
10503         (isless_test): Likewise.
10504         (islessequal_test): Likewise.
10505         (islessgreater_test): Likewise.
10506         (isnan_test): Likewise.
10507         (isnormal_test): Likewise.
10508         (issignaling_test): Likewise.
10509         (isunordered_test): Likewise.
10510         (j0_test): Likewise.
10511         (j1_test): Likewise.
10512         (jn_test): Likewise.
10513         (ldexp_test): Likewise.
10514         (lgamma_test): Likewise.
10515         (gamma_test): Likewise.
10516         (lrint_test): Likewise.
10517         (lrint_test_tonearest): Likewise.
10518         (lrint_test_towardzero): Likewise.
10519         (lrint_test_downward): Likewise.
10520         (lrint_test_upward): Likewise.
10521         (llrint_test): Likewise.
10522         (llrint_test_tonearest): Likewise.
10523         (llrint_test_towardzero): Likewise.
10524         (llrint_test_downward): Likewise.
10525         (llrint_test_upward): Likewise.
10526         (log_test): Likewise.
10527         (log10_test): Likewise.
10528         (log1p_test): Likewise.
10529         (log2_test): Likewise.
10530         (logb_test): Likewise.
10531         (logb_test_downward): Likewise.
10532         (lround_test): Likewise.
10533         (llround_test): Likewise.
10534         (modf_test): Likewise.
10535         (nearbyint_test): Likewise.
10536         (nextafter_test): Likewise.
10537         (nexttoward_test): Likewise.
10538         (pow_test): Likewise.
10539         (pow_test_tonearest): Likewise.
10540         (pow_test_towardzero): Likewise.
10541         (pow_test_downward): Likewise.
10542         (pow_test_upward): Likewise.
10543         (remainder_test): Likewise.
10544         (drem_test): Likewise.
10545         (remainder_test_tonearest): Likewise.
10546         (drem_test_tonearest): Likewise.
10547         (remainder_test_towardzero): Likewise.
10548         (drem_test_towardzero): Likewise.
10549         (remainder_test_downward): Likewise.
10550         (drem_test_downward): Likewise.
10551         (remainder_test_upward): Likewise.
10552         (drem_test_upward): Likewise.
10553         (remquo_test): Likewise.
10554         (rint_test): Likewise.
10555         (rint_test_tonearest): Likewise.
10556         (rint_test_towardzero): Likewise.
10557         (rint_test_downward): Likewise.
10558         (rint_test_upward): Likewise.
10559         (round_test): Likewise.
10560         (scalb_test): Likewise.
10561         (scalbn_test): Likewise.
10562         (scalbln_test): Likewise.
10563         (signbit_test): Likewise.
10564         (sin_test): Likewise.
10565         (sin_test_tonearest): Likewise.
10566         (sin_test_towardzero): Likewise.
10567         (sin_test_downward): Likewise.
10568         (sin_test_upward): Likewise.
10569         (sincos_test): Likewise.
10570         (sinh_test): Likewise.
10571         (sinh_test_tonearest): Likewise.
10572         (sinh_test_towardzero): Likewise.
10573         (sinh_test_downward): Likewise.
10574         (sinh_test_upward): Likewise.
10575         (sqrt_test): Likewise.
10576         (sqrt_test_tonearest): Likewise.
10577         (sqrt_test_towardzero): Likewise.
10578         (sqrt_test_downward): Likewise.
10579         (sqrt_test_upward): Likewise.
10580         (tan_test): Likewise.
10581         (tan_test_tonearest): Likewise.
10582         (tan_test_towardzero): Likewise.
10583         (tan_test_downward): Likewise.
10584         (tan_test_upward): Likewise.
10585         (tanh_test): Likewise.
10586         (tgamma_test): Likewise.
10587         (trunc_test): Likewise.
10588         (y0_test): Likewise.
10589         (y1_test): Likewise.
10590         (yn_test): Likewise.
10591         (significand_test): Likewise.
10592
10593         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
10594         individual tests in comment.
10595         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
10596         (prev_max_error): New variable.
10597         (prev_real_max_error): Likewise.
10598         (prev_imag_max_error): Likewise.
10599         (compare_ulp_data): Don't refer to test names in comment.
10600         (find_test_ulps): Remove function.
10601         (find_function_ulps): Likewise.
10602         (find_complex_function_ulps): Likewise.
10603         (init_max_error): Take function name as argument.  Look up ulps
10604         for that function.
10605         (print_ulps): Remove function.
10606         (print_max_error): Use prev_max_error instead of calling
10607         find_function_ulps.
10608         (print_complex_max_error): Use prev_real_max_error and
10609         prev_imag_max_error instead of calling find_complex_function_ulps.
10610         (check_float_internal): Take max_ulp parameter instead of calling
10611         find_test_ulps.  Don't call print_ulps.
10612         (check_float): Update call to check_float_internal.
10613         (check_complex): Update calls to check_float_internal.
10614         (START): Pass argument to init_max_error.
10615         * math/gen-libm-test.pl (%results): Don't include "kind"
10616         information.
10617         (parse_ulps): Don't handle ulps of individual tests.
10618         (print_ulps_file): Likewise.
10619         (output_ulps): Likewise.
10620         * math/README.libm-test: Update.
10621         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
10622         individual tests.
10623         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
10624         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
10625         * sysdeps/arm/libm-test-ulps: Likewise.
10626         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
10627         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
10628         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
10629         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
10630         * sysdeps/microblaze/libm-test-ulps: Likewise.
10631         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
10632         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10633         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10634         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
10635         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
10636         * sysdeps/sh/libm-test-ulps: Likewise.
10637         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
10638         * sysdeps/tile/libm-test-ulps: Likewise.
10639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10640
10641 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
10642
10643         * math/libm-test.inc (print_complex_max_error): Check separately
10644         whether real and imaginary errors are within allowed range and
10645         pass 0 to print_complex_function_ulps instead of value within
10646         allowed range.
10647
10648 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
10649
10650         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
10651         formatting.
10652         (get_handles_fopen): Likewise.
10653         (do_write_test): Likewise.
10654
10655         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
10656
10657         * libio/fileops.c (do_ftell): Use cached offset when
10658         available.
10659         * libio/iofwide.c (do_ftell_wide): Likewise.
10660         * libio/iofdopen.c (_IO_new_fdopen): Don't use
10661         _IO_file_attach.
10662         * libio/wfileops.c (_IO_fwide): Don't cache offset.
10663
10664         [BZ #16532]
10665         * libio/libioP.h (get_file_offset): New function.
10666         * libio/fileops.c (get_file_offset): Likewise.
10667         (do_ftell): Likewise.
10668         (_IO_new_file_seekoff): Split out ftell logic.
10669         * libio/wfileops.c (do_ftell_wide): Likewise.
10670         (_IO_wfile_seekoff): Split out ftell logic.
10671         * libio/tst-ftell-active-handler.c: New test case.
10672         * libio/Makefile (tests): Add it.
10673
10674 2014-03-03  Roland McGrath  <roland@hack.frob.com>
10675
10676         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
10677         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
10678
10679 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
10680
10681         [BZ #16639]
10682         * nscd/connections.c (nscd_init): Call do_exit.
10683         (start_threads): Call do_exit and notify_parent.
10684         (begin_drop_privileges): Call do_exit.
10685         (finish_drop_privileges): Likewise.
10686         * nscd/selinux.c (preserve_capabilities): Likewise.
10687         (install_real_capabilities): Likewise.
10688         (nscd_selinux_enabled): Likewise.
10689         (avc_create_thread): Likewise.
10690         (avc_alloc_lock): Likewise.
10691         (nscd_avc_init): Likewise.
10692         * nscd/nscd.c (parent_fd): New static variable.
10693         (main): Create a pipe between parent and child processes.
10694         Skip closing parent_fd.
10695         (monitor_child): New function.
10696         (do_exit): Likewise.
10697         (notify_parent): Likewise.
10698         * nscd/nscd.h (notify_parent): Likewise.
10699         (do_exit): Likewise.
10700
10701 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
10702
10703         * malloc/malloc.c (__libc_calloc): Revert last change.
10704
10705 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10706
10707         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10708
10709 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10710
10711         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
10712         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
10713         implementation.
10714         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10715         (__libc_ifunc_impl_list): Likewise.
10716         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
10717         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
10718         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
10719         * string/strrchr.c: Define STRRCHR.
10720
10721 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
10722
10723         * benchtest/bench-strtok.c (simple_strtok): Delete.
10724         (strtok_string): Use as benchmark.
10725         * string/strtok (STRTOK): New macro.
10726
10727 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
10728
10729         * manual/threads.texi: Add header and standard comments to all
10730         functions.
10731
10732         * elf/dl-lookup.c (check_match): New function.
10733         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
10734         (do_lookup_x): Remove nested function check_match. Use non-nested
10735         function check_match.
10736
10737 2014-02-28  Roland McGrath  <roland@hack.frob.com>
10738
10739         * csu/Makefile (generated, before-compile): Use += rather than =.
10740         * catgets/Makefile (generated, generated-dirs): Likewise.
10741         * debug/Makefile (generated): Likewise.
10742         * dlfcn/Makefile (generated): Likewise.
10743         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
10744         * iconvdata/Makefile (before-compile, generated): Likewise.
10745         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
10746         * libio/Makefile (generated): Likewise.
10747         * malloc/Makefile (generated): Likewise.
10748         * manual/Makefile (generated, generated-dirs): Likewise.
10749         * misc/Makefile (generated): Likewise.
10750         * posix/Makefile (generated): Likewise.
10751         * resolv/Makefile (generated): Likewise.
10752         * sunrpc/Makefile (generated, generated-dirs): Likewise.
10753         * timezone/Makefile (generated, generated-dirs): Likewise.
10754
10755         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
10756
10757 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10758
10759         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10760         power8 implementation.
10761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
10762         file: POWER8 llround ifunc implementation.
10763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
10764         (__lllround): Add POWER8 implementation.
10765         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
10766         POWER8 llround implementation.
10767
10768         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10769         power8 implementation.
10770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10771         file: POWER8 llrint ifunc implementation.
10772         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10773         Add POWER8 implementation.
10774         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10775         POWER8 llrint implementation.
10776
10777         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10778         power8 implementation.
10779         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
10780         file: POWER8 finite ifunc implementation.
10781         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
10782         Add POWER8 implementation.
10783         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
10784         Likewise.
10785         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
10786         POWER8 finite implementation.
10787         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
10788
10789         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
10790         power8 implementation.
10791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
10792         file: POWER8 isinf ifunc implementation.
10793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
10794         POWER8 implementation.
10795         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
10796         Likewise.
10797         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
10798         isinf implementation.
10799         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
10800
10801         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
10802         (INIT_ARCH): Add hwcap2 initialization.
10803         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10804         power8 implementation.
10805         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
10806         file: POWER8 isnan ifunc implementation.
10807         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
10808         POWER8 implementation.
10809         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
10810         Likewise.
10811         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
10812         isnan implementation.
10813         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
10814
10815 2014-02-27  Joey Ye  <joey.ye@arm.com>
10816
10817         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10818         (_FP_NANFRAC_Q): Set to zero.
10819
10820 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
10821
10822         [BZ #16623]
10823         * math/auto-libm-test-in: New test inputs.
10824         * math/auto-libm-test-out: Regenerate.
10825         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10826         and DA.
10827         (__cos): Likewise.
10828         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10829
10830 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
10831
10832         * scripts/evaluate-test.sh: Take new argument indicating whether
10833         failure is expected.
10834         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10835         indicating whether failure is expected.
10836         * conform/Makefile (test-xfail-run-conformtest): New variable.
10837         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10838         level.
10839         * posix/Makefile (test-xfail-annexc): New variable.
10840         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10841
10842 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
10843
10844         * argp/Makefile: Include Makeconfig immediately after defining
10845         subdir.
10846         * assert/Makefile: Likewise.
10847         * benchtests/Makefile: Likewise.
10848         * catgets/Makefile: Likewise.
10849         * conform/Makefile: Likewise.
10850         * crypt/Makefile: Likewise.
10851         * csu/Makefile: Likewise.
10852         (all): Remove target.
10853         * ctype/Makefile: Include Makeconfig immediately after defining
10854         subdir.
10855         * debug/Makefile: Likewise.
10856         * dirent/Makefile: Likewise.
10857         * dlfcn/Makefile: Likewise.
10858         * gmon/Makefile: Likewise.
10859         * gnulib/Makefile: Likewise.
10860         * grp/Makefile: Likewise.
10861         * gshadow/Makefile: Likewise.
10862         * hesiod/Makefile: Likewise.
10863         * hurd/Makefile: Likewise.
10864         (all): Remove target.
10865         * iconvdata/Makefile: Include Makeconfig immediately after
10866         defining subdir.
10867         * inet/Makefile: Likewise.
10868         * intl/Makefile: Likewise.
10869         * io/Makefile: Likewise.
10870         * libio/Makefile: Likewise.
10871         (all): Remove target.
10872         * locale/Makefile: Include Makeconfig immediately after defining
10873         subdir.
10874         * login/Makefile: Likewise.
10875         * mach/Makefile: Likewise.
10876         (all): Remove target.
10877         * malloc/Makefile: Include Makeconfig immediately after defining
10878         subdir.
10879         (all): Remove target.
10880         * manual/Makefile: Include Makeconfig immediately after defining
10881         subdir.
10882         * math/Makefile: Likewise.
10883         * misc/Makefile: Likewise.
10884         * nis/Makefile: Likewise.
10885         * nss/Makefile: Likewise.
10886         * po/Makefile: Likewise.
10887         (all): Remove target.
10888         * posix/Makefile: Include Makeconfig immediately after defining
10889         subdir.
10890         * pwd/Makefile: Likewise.
10891         * resolv/Makefile: Likewise.
10892         * resource/Makefile: Likewise.
10893         * rt/Makefile: Likewise.
10894         * setjmp/Makefile: Likewise.
10895         * shadow/Makefile: Likewise.
10896         * signal/Makefile: Likewise.
10897         * socket/Makefile: Likewise.
10898         * soft-fp/Makefile: Likewise.
10899         * stdio-common/Makefile: Likewise.
10900         * stdlib/Makefile: Likewise.
10901         * streams/Makefile: Likewise.
10902         * string/Makefile: Likewise.
10903         * sunrpc/Makefile: Likewise.
10904         (all): Remove target.
10905         * sysvipc/Makefile: Include Makeconfig immediately after defining
10906         subdir.
10907         * termios/Makefile: Likewise.
10908         * time/Makefile: Likewise.
10909         * timezone/Makefile: Likewise.
10910         (all): Remove target.
10911         * wcsmbs/Makefile: Include Makeconfig immediately after defining
10912         subdir.
10913         * wctype/Makefile: Likewise.
10914
10915 2014-02-26  Steve Ellcey  <sellcey@mips.com>
10916
10917         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10918         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10919         (libc_feholdexcept_setround_mips): Ditto.
10920         (libc_feholdsetround): New.
10921         (libc_feholdsetroundf): New.
10922         (libc_feholdsetroundl): New.
10923         (libc_feupdateenv_test_mips): New.
10924         (libc_feupdateenv_test): New.
10925         (libc_feupdateenv_testf): New.
10926         (libc_feupdateenv_testl): New.
10927         (libc_feresetround): New.
10928         (libc_feresetroundf): New.
10929         (libc_feresetroundl): New.
10930         (libc_fetestexcept_mips): New.
10931         (libc_fetestexcept): New.
10932         (libc_fetestexceptf): New.
10933         (libc_fetestexceptl): New.
10934         (HAVE_RM_CTX): New.
10935         (libc_feholdexcept_setround_mips_ctx): New.
10936         (libc_feholdexcept_setround_ctx): New.
10937         (libc_feholdexcept_setroundf_ctx): New.
10938         (libc_feholdexcept_setroundl_ctx): New.
10939         (libc_fesetenv_mips_ctx): New.
10940         (libc_fesetenv_ctx): New.
10941         (libc_fesetenv_ctxf): New.
10942         (libc_fesetenv_ctxl): New.
10943         (libc_feupdateenv_mips_ctx): New.
10944         (libc_feupdateenv_ctx): New.
10945         (libc_feupdateenvf_ctx): New.
10946         (libc_feupdateenvl_ctx): New.
10947         (libc_feholdsetround_mips_ctx): New.
10948         (libc_feholdsetround_ctx): New.
10949         (libc_feholdsetroundf_ctx): New.
10950         (libc_feholdsetroundl_ctx): New.
10951         (libc_feresetround_mips_ctx): New.
10952         (libc_feresetround_ctx): New.
10953         (libc_feresetroundf_ctx): New.
10954         (libc_feresetroundl_ctx): New.
10955
10956 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
10957
10958         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10959
10960         * manual/ipc.texi: New file.
10961         * manual/Makefile (chapters): Add ipc.
10962         * manual/job.texi: Add "Inter-Process Communication" to next.
10963         * manual/process.texi: Add "Inter-Process Communication" to prev.
10964
10965 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10966
10967         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10968
10969 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
10970
10971         * malloc/malloc.c (__libc_calloc): Simplify implementation.
10972
10973         * manual/arith.texi: Fix spaces after sentences.
10974         * manual/charset.texi: Likewise.
10975         * manual/errno.texi: Likewise.
10976         * manual/install.texi: Likewise.
10977         * manual/llio.texi: Likewise.
10978         * manual/locale.texi: Likewise.
10979         * manual/maint.texi: Likewise.
10980         * manual/math.texi: Likewise.
10981         * manual/memory.texi: Likewise.
10982         * manual/message.texi: Likewise.
10983         * manual/probes.texi: Likewise.
10984         * manual/resource.texi: Likewise.
10985         * manual/signal.texi: Likewise.
10986         * manual/socket.texi: Likewise.
10987         * manual/stdio.texi: Likewise.
10988         * manual/string.texi: Likewise.
10989         * manual/time.texi: Likewise.
10990         * manual/users.texi: Likewise.
10991
10992 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
10993
10994         [BZ #16632]
10995         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
10996         _DEFAULT_SOURCE is defined.
10997
10998 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
10999             Carlos O'Donell  <carlos@redhat.com>
11000
11001         [BZ #16613]
11002         * elf/dl-tls.c (_dl_count_modids): New function.
11003         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
11004         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
11005         audit library and increment generation counter.
11006         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
11007         * elf/tst-audit9.c: New file.
11008         * elf/tst-auditmod9a.c: New file.
11009         * elf/tst-auditmod9b.c: New file.
11010         * elf/Makefile: Add rules to build and run tst-audit9.
11011
11012 2014-02-25  Florian Weimer  <fweimer@redhat.com>
11013
11014         [BZ #15347]
11015         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
11016
11017 2014-02-25  Will Newton  <will.newton@linaro.org>
11018
11019         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
11020         (__longjmp): Restore sp and lr before restoring callee
11021         saved registers.  Add longjmp and longjmp_target
11022         SystemTap probe point.
11023         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
11024         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
11025         Define to zero to match jmpbuf layout.
11026         * sysdeps/arm/setjmp.S: Include stap-probe.h.
11027         (__sigsetjmp): Save sp and lr before saving callee
11028         saved registers.  Add setjmp SystemTap probe point.
11029
11030 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
11031
11032         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11033
11034 2014-02-24  Andreas Schwab  <schwab@suse.de>
11035
11036         [BZ #15804]
11037         * elf/pldd.c (wait_for_ptrace_stop): New function.
11038         (main): Call it after attaching.
11039
11040 2014-02-22  Roland McGrath  <roland@hack.frob.com>
11041
11042         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
11043         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
11044         Versions files is now verboten.
11045         * hurd/Versions (libc: GLIBC_2.0):
11046         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
11047         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
11048         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
11049         * mach/Versions: Likewise.
11050
11051         * csu/Versions: Remove unused %include.
11052         * resolv/Versions: Likewise.
11053
11054 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
11055
11056         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
11057         ($(objpfx)check-local-headers.out): Likewise.
11058         ($(objpfx)begin-end-check.out): Likewise.
11059         * Makerules (check-abi-%.out): Likewise.
11060         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
11061         ($(objpfx)test2.cat): Likewise.
11062         ($(objpfx)de/libc.cat): Likewise.
11063         ($(objpfx)test-gencat.out): Likewise.
11064         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
11065         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
11066         ($(objpfx)noload-mem): Likewise.
11067         ($(objpfx)tst-pathopt.out): Likewise.
11068         ($(objpfx)tst-rtld-load-self.out): Likewise.
11069         ($(objpfx)tst-array1-cmp.out): Likewise.
11070         ($(objpfx)tst-array1-static-cmp.out): Likewise.
11071         ($(objpfx)tst-array2-cmp.out): Likewise.
11072         ($(objpfx)tst-array3-cmp.out): Likewise.
11073         ($(objpfx)tst-array4-cmp.out): Likewise.
11074         ($(objpfx)tst-array5-cmp.out): Likewise.
11075         ($(objpfx)tst-array5-static-cmp.out): Likewise.
11076         ($(objpfx)check-textrel.out): Likewise.
11077         ($(objpfx)check-execstack.out): Likewise.
11078         ($(objpfx)check-localplt.out): Likewise.
11079         ($(objpfx)order2-cmp.out): Likewise.
11080         ($(objpfx)tst-leaks1-mem): Likewise.
11081         ($(objpfx)tst-leaks1-static-mem): Likewise.
11082         ($(objpfx)tst-initorder-cmp.out): Likewise.
11083         ($(objpfx)tst-initorder2-cmp.out): Likewise.
11084         ($(objpfx)tst-unused-dep.out): Likewise.
11085         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
11086         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
11087         * iconv/Makefile (test-iconvconfig): Likewise.
11088         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
11089         ($(objpfx)iconv-test.out): Likewise.
11090         ($(objpfx)tst-tables.out): Likewise.
11091         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
11092         ($(objpfx)tst-gettext.out): Likewise.
11093         ($(objpfx)tst-translit.out): Likewise.
11094         ($(objpfx)tst-gettext2.out): Likewise.
11095         ($(objpfx)tst-gettext4.out): Likewise.
11096         ($(objpfx)tst-gettext6.out): Likewise.
11097         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
11098         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
11099         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11100         ($(objpfx)tst-fopenloc-mem.out): Likewise.
11101         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11102         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11103         * posix/Makefile ($(objpfx)globtest.out): Likewise.
11104         ($(objpfx)wordexp-tst.out): Likewise.
11105         ($(objpfx)annexc.out): Likewise.
11106         ($(objpfx)tst-fnmatch-mem): Likewise.
11107         ($(objpfx)bug-regex2-mem): Likewise.
11108         ($(objpfx)bug-regex14-mem): Likewise.
11109         ($(objpfx)bug-regex21-mem): Likewise.
11110         ($(objpfx)bug-regex31-mem): Likewise.
11111         ($(objpfx)tst-vfork3-mem): Likewise.
11112         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11113         ($(objpfx)tst-pcre-mem): Likewise.
11114         ($(objpfx)tst-boost-mem): Likewise.
11115         ($(objpfx)tst-getconf.out): Likewise.
11116         ($(objpfx)bug-ga2-mem): Likewise.
11117         ($(objpfx)bug-glob2-mem): Likewise.
11118         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11119         ($(objpfx)mtrace-tst-leaks2): Likewise.
11120         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11121         ($(objpfx)tst-printf.out): Likewise.
11122         ($(objpfx)tst-setvbuf1.out): Likewise.
11123         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11124         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11125         ($(objpfx)tst-fmtmsg.out): Likewise.
11126         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
11127         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
11128
11129         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
11130         * bits/sigaction.h [__USE_MISC]: Likewise.
11131         * bits/waitstatus.h: Update #endif comments.
11132         * ctype/ctype.h: Likewise.
11133         * dirent/dirent.h: Likewise.
11134         [__USE_MISC]: Remove redundant conditionals.
11135         * grp/grp.h: Update #endif comments.
11136         [__USE_GNU]: Remove redundant conditionals.
11137         [__USE_MISC]: Likewise.
11138         * inet/netinet/in.h [__USE_GNU]: Likewise.
11139         * io/sys/stat.h [__USE_MISC]: Likewise.
11140         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11141         * libio/bits/stdio.h: Update #endif comments.
11142         [__USE_MISC]: Remove redundant conditionals.
11143         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11144         * libio/stdio.h: Update #endif comments.
11145         [__USE_MISC]: Remove redundant conditionals.
11146         * math/bits/math-finite.h [__USE_MISC]: Likewise.
11147         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11148         * math/math.h: Update #else and #endif comments.
11149         [__USE_MISC]: Remove redundant conditionals.
11150         * misc/sys/uio.h: Update #endif comments.
11151         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11152         * posix/glob.h [__USE_MISC]: Likewise.
11153         * posix/sys/types.h: Update #endif comments.
11154         [__USE_MISC]: Remove redundant conditionals.
11155         * posix/sys/wait.h: Update #endif comments.
11156         [__USE_MISC]: Remove redundant conditionals.
11157         * posix/unistd.h: Update #endif comments.
11158         [__USE_MISC]: Remove redundant conditionals.
11159         * pwd/pwd.h [__USE_GNU]: Likewise.
11160         [__USE_MISC]: Likewise.
11161         * resolv/netdb.h [__USE_GNU]: Likewise.
11162         * signal/signal.h: Update #endif comments.
11163         [__USE_MISC]: Remove redundant conditionals.
11164         * stdlib/stdlib.h: Update #else and #endif comments.
11165         [__USE_MISC]: Remove redundant conditionals.
11166         [__USE_GNU]: Likewise.
11167         * string/bits/string2.h [__USE_MISC]: Likewise.
11168         * string/string.h: Update #endif comments.
11169         [__USE_MISC]: Remove redundant conditionals.
11170         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11171         Likewise.
11172         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11173         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11174         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11175         Likewise.
11176         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11177         Likewise.
11178         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11179         comments.
11180         [__USE_MISC]: Remove redundant conditionals.
11181         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11182         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11183         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11184         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11185         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11186         Likewise.
11187         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11188         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11189         Likewise.
11190         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11191         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11192         Likewise.
11193         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11194         Likewise.
11195         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11196         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11197         Likewise.
11198         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11199         Likewise.
11200         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11201         * sysdeps/x86/bits/string.h: Update #endif comments.
11202         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11203         conditionals.
11204         * time/sys/time.h: Update #endif comments.
11205         * time/time.h: Likewise.
11206         [__USE_MISC]: Remove redundant conditionals.
11207
11208 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
11209
11210         [BZ #16600]
11211         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11212
11213 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
11214
11215         * Versions.def (librt): Add GLIBC_2.17.
11216
11217 2014-02-21  Adam Conrad  <adconrad@0c3.net>
11218
11219         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11220         synonym for _SYS_AUXV_H to allow direct inclusion.
11221         * sysdeps/sparc/bits/hwcap.h: Likewise.
11222         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11223         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11224         * sysdeps/sparc/sysdep.h: Likewise.
11225
11226 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11227
11228         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11229
11230 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11231
11232         * benchtests/bench-strrchr.c: Print length instead of position.
11233
11234 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
11235
11236         [BZ #16611]
11237         * sysdeps/unix/sysv/linux/kernel-features.h
11238         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11239         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11240         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11241         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11242         Likewise.
11243         [__i386__ || __powerpc__ || __sh__ || __sparc__]
11244         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11245         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11246         (__ASSUME_SENDMMSG): Define instead of using previous
11247         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11248         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11249         (__ASSUME_SENDMMSG_SYSCALL): Define.
11250         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11251         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11252         Likewise.
11253         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11254         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11255         Likewise.
11256         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11257         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11258         Likewise.
11259         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11260         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11261         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11262         [__ASSUME_SENDMMSG]: Change conditionals to
11263         [__ASSUME_SENDMMSG_SOCKETCALL].
11264         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11265         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11266         Define.
11267         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11268         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11269         Likewise.
11270         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11271         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11272         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11273         [!__ASSUME_SENDMMSG]: Change conditional to
11274         [!__ASSUME_SENDMMSG_SOCKETCALL].
11275         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11276         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11277         Define.
11278
11279         [BZ #16610]
11280         * sysdeps/unix/sysv/linux/kernel-features.h
11281         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11282         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11283         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11284         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11285         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11286         [__i386__ || __sparc__]
11287         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11288         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11289         (__ASSUME_RECVMMSG): Define instead of using previous
11290         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11291         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11292         (__ASSUME_RECVMMSG_SYSCALL): Define.
11293         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11294         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11295         Likewise.
11296         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11297         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11298         Likewise.
11299         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11300         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11301         Likewise.
11302         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11303         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11304         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11305         [__ASSUME_RECVMMSG]: Change condition to
11306         [__ASSUME_RECVMMSG_SOCKETCALL].
11307         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11308         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11309         Define.
11310         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11311         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11312         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11313         Likewise.
11314         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11315         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11316         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11317         [!__ASSUME_RECVMMSG]: Change condition to
11318         [!__ASSUME_RECVMMSG_SOCKETCALL].
11319         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11320         (__ASSUME_RECVMMSG_SYSCALL): Define.
11321
11322         [BZ #16609]
11323         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11324         __powerpc__ || __s390__ || __sh__ || __sparc__]
11325         (__ASSUME_SOCKETCALL): Define.
11326         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11327         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11328         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11329         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11330         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11331         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11332         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11333         (__ASSUME_ACCEPT4): Define instead of using previous
11334         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11335         __powerpc__ || __sparc__ || __s390__)] condition.
11336         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11337         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11338         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11339         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11340         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11341         [!__ASSUME_ACCEPT4]: Change condition to
11342         [!__ASSUME_ACCEPT4_SOCKETCALL].
11343         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11344         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
11345         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11346         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11347         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11348         __ASSUME_ACCEPT4_SYSCALL.
11349         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11350         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11351         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11352         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11353         __ASSUME_ACCEPT4_SYSCALL.
11354         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11355         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11356         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11357         [__ASSUME_ACCEPT4]: Change condition to
11358         [__ASSUME_ACCEPT4_SOCKETCALL].
11359         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11360         (__ASSUME_SOCKETCALL): Define.
11361         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11362         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11363         (__ASSUME_SOCKETCALL): Define.
11364         (__ASSUME_ACCEPT4): Remove.
11365         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11366         Define.
11367         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11368         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11369         Likewise.
11370         * sysdeps/unix/sysv/linux/tile/kernel-features.h
11371         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11372
11373         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11374         macro.
11375         (HWCAP_ARM_LPAE): Likewise.
11376         (HWCAP_ARM_EVTSTRM): Likewise.
11377         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11378         Add vpfd32, lpae and evtstrm.
11379         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11380         Increase to 22.
11381
11382 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
11383
11384         * math/auto-libm-test-in: Add tests of clog10.
11385         * math/auto-libm-test-out: Regenerated.
11386         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11387         * sysdeps/i386/fpu/libm-test-ulps: Update.
11388         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11389
11390 2014-02-18  Andreas Schwab  <schwab@suse.de>
11391
11392         [BZ #16574]
11393         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11394         Store non-zero if the second buffer was newly allocated.
11395         (send_dg): Likewise.
11396         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11397         to send_vc and send_dg.
11398         (res_nsend): Pass NULL for ansp2_malloced.
11399         * resolv/res_query.c (__libc_res_nquery): Add parameter
11400         answerp2_malloced and pass it down to __libc_res_nsend.
11401         (res_nquery): Pass additional NULL to __libc_res_nquery.
11402         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11403         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
11404         second answer buffer if answerp2_malloced was set.
11405         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11406         (__libc_res_nquerydomain): Add parameter
11407         answerp2_malloced and pass it down to __libc_res_nquery.
11408         (res_nquerydomain): Pass additional NULL to
11409         __libc_res_nquerydomain.
11410         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11411         additional NULL to __libc_res_nsend and __libc_res_nquery.
11412         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11413         additional NULL to __libc_res_nsearch.
11414         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
11415         parameter of __libc_res_nsearch to check for separately allocated
11416         second buffer.
11417         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11418         __libc_res_nquery.
11419         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11420         additional NULL to __libc_res_nquery.
11421         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11422         __libc_res_nsearch.
11423         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11424         * include/resolv.h: Update prototypes of __libc_res_nquery,
11425         __libc_res_nsearch, __libc_res_nsend.
11426
11427 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
11428
11429         * math/auto-libm-test-in: Add tests of fma.
11430         * math/auto-libm-test-out: Regenerated.
11431         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11432         (fma_towardzero_test_data): Likewise.
11433         (fma_downward_test_data): Likewise.
11434         (fma_upward_test_data): Likewise.
11435         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11436         mpc_mode.
11437         (rounding_modes): Add values for new field.
11438         (func_calc_method): Add value mpfr_fff_f.
11439         (func_calc_desc): Add mpfr_fff_f union field.
11440         (test_function): Add field exact_args.
11441         (FUNC): Add macro argument EXACT_ARGS.
11442         (FUNC_mpfr_f_f): Update call to FUNC.
11443         (FUNC_mpfr_f_f): Likewise.
11444         (FUNC_mpfr_ff_f): Likewise.
11445         (FUNC_mpfr_if_f): Likewise.
11446         (FUNC_mpc_c_f): Likewise.
11447         (FUNC_mpc_c_c): Likewise.
11448         (test_functions): Add fma.  Update calls to FUNC.
11449         (handle_input_arg): Add argument exact_args.
11450         (add_test): Update call to handle_input_arg.
11451         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
11452         (output_for_one_input_case): Update call to calc_generic_results.
11453         Recalculate exact zero results in each rounding mode.
11454
11455         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11456         non-negative before setting low bit.
11457         * math/auto-libm-test-in: Mark one asin test possibly having
11458         spurious underflow.
11459         * math/auto-libm-test-out: Regenerated.
11460         * sysdeps/i386/fpu/libm-test-ulps: Update.
11461         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11462
11463 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
11464
11465         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11466         * sysdeps/unix/sysv/linux/microblaze: Move directory from
11467         ports/sysdeps/unix/sysv/linux/microblaze.
11468         * README: Add missing listing for microblaze*-*-linux-gnu.
11469
11470 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
11471
11472         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11473         duplicate code
11474
11475 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
11476
11477         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11478         * sysdeps/unix/sysv/linux/ia64: Move directory from
11479         ports/sysdeps/unix/sysv/linux/ia64.
11480         * README: Update listing for ia64-*-linux-gnu.
11481
11482 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
11483             Joseph Myers  <joseph@codesourcery.com>
11484
11485         * Makeconfig (test-name): New variable.
11486         (evaluate-test): Likewise.
11487         * Makerules (do-test-clean): Remove .test-result files.
11488         (common-mostlyclean): Likewise.
11489         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11490         * scripts/evaluate-test.sh: New file.
11491
11492 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
11493
11494         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11495         separate $(objpfx)tst-fopenloc-cmp.out and
11496         $(objpfx)tst-fopenloc-mem.out targets.
11497         (tests): Update dependencies.
11498         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11499         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11500         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11501         (tst-rxspencer-no-utf8-ARGS): New variable.
11502         (tst-rxspencer-no-utf8-ENV): Likewise.
11503         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11504         instead of $(objpfx)tst-rxspencer-mem.
11505         ($(objpfx)tst-rxspencer-mem): Change target to
11506         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
11507         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11508         * posix/tst-rxspencer-no-utf8.c: New file.
11509
11510         * elf/Makefile ($(objpfx)order.out): Remove rule.
11511         [$(run-built-tests) = yes] (tests): Depend on
11512         $(objpfx)order-cmp.out.
11513         ($(objpfx)order-cmp.out): New rule.
11514         [$(run-built-tests) = yes] (tests): Depend on
11515         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11516         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11517         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11518         $(objpfx)tst-array5-static-cmp.out.
11519         ($(objpfx)tst-array1.out): Remove rule.
11520         ($(objpfx)tst-array1-cmp.out): New rule.
11521         ($(objpfx)tst-array1-static.out): Remove rule.
11522         ($(objpfx)tst-array1-static-cmp.out): New rule.
11523         ($(objpfx)tst-array2.out): Remove rule.
11524         ($(objpfx)tst-array2-cmp.out): New rule.
11525         ($(objpfx)tst-array3.out): Remove rule.
11526         ($(objpfx)tst-array3-cmp.out): New rule.
11527         ($(objpfx)tst-array4.out): Remove rule.
11528         ($(objpfx)tst-array4-cmp.out): New rule.
11529         ($(objpfx)tst-array5.out): Remove rule.
11530         ($(objpfx)tst-array5-cmp.out): New rule.
11531         ($(objpfx)tst-array5-static.out): Remove rule.
11532         ($(objpfx)tst-array5-static-cmp.out): New rule.
11533         [$(run-built-tests) = yes] (tests): Depend on
11534         $(objpfx)order2-cmp.out.
11535         ($(objpfx)order2.out): Remove rule.
11536         ($(objpfx)order2-cmp.out): New rule.
11537         ($(objpfx)tst-initorder.out): Remove rule.
11538         [$(run-built-tests) = yes] (tests): Depend on
11539         $(objpfx)tst-initorder-cmp.out.
11540         ($(objpfx)tst-initorder-cmp.out): New rule.
11541         ($(objpfx)tst-initorder2.out): Remove rule.
11542         [$(run-built-tests) = yes] (tests): Depend on
11543         $(objpfx)tst-initorder2-cmp.out.
11544         ($(objpfx)tst-initorder2-cmp.out): New rule.
11545         [$(run-built-tests) = yes] (tests): Depend on
11546         $(objpfx)tst-unused-dep-cmp.out.
11547         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
11548         ($(objpfx)tst-unused-dep-cmp.out): New rule.
11549         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
11550         on $(objpfx)tst-setvbuf1-cmp.out.
11551         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
11552         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
11553         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
11554         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
11555         ($(objpfx)tst-svc.out): Remove rule.
11556         ($(objpfx)tst-svc-cmp.out): New rule.
11557
11558 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
11559
11560         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
11561         * ctype/ctype.h [__USE_MISC]: Likewise.
11562         * dirent/dirent.h [__USE_MISC]: Likewise.
11563         * grp/grp.h [__USE_MISC]: Likewise.
11564         * io/fcntl.h [__USE_MISC]: Likewise.
11565         * io/sys/stat.h [__USE_MISC]: Likewise.
11566         * libio/stdio.h [__USE_MISC]: Likewise.
11567         * posix/unistd.h [__USE_MISC]: Likewise.
11568         * pwd/pwd.h [__USE_MISC]: Likewise.
11569         * stdlib.h [__USE_MISC]: Likewise.
11570         * string/bits/string2.h [__USE_MISC]: Likewise.
11571         * string/string.h [__USE_MISC]: Likewise.
11572         * time/time.h [__USE_MISC]: Likewise.
11573
11574 2014-02-13  Andreas Schwab  <schwab@suse.de>
11575
11576         [BZ #16574]
11577         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
11578         second answer buffer if it was separately allocated.
11579
11580 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
11581
11582         * sysdeps/mips/math-tests.h: Include <features.h>.
11583         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11584         (ROUNDING_TESTS_long_double): Do not define.
11585         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11586         (EXCEPTION_TESTS_long_double): Likewise.
11587         * sysdeps/mips/mips64/libm-test-ulps: Update.
11588
11589         * include/features.h (__USE_BSD): Remove macro definitions.
11590         (__USE_SVID): Likewise.
11591         (_BSD_SOURCE): Likewise.
11592         (_SVID_SOURCE): Likewise.
11593         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
11594         from definition of _DEFAULT_SOURCE.
11595         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
11596         [_DEFAULT_SOURCE].
11597         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
11598         * bits/mman.h [__USE_BSD]: Likewise.
11599         * bits/termios.h [__USE_BSD]: Likewise.
11600         * bits/waitstatus.h [__USE_BSD]: Likewise.
11601         * ctype/ctype.h [__USE_SVID]: Likewise.
11602         * dirent/dirent.h [__USE_BSD]: Likewise.
11603         * grp/grp.h [__USE_SVID]: Likewise.
11604         [__USE_BSD]: Likewise.
11605         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
11606         * io/fcntl.h [__USE_BSD]: Likewise.
11607         * io/ftw.h [__USE_BSD]: Likewise.
11608         * io/sys/stat.h [__USE_BSD]: Likewise.
11609         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
11610         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
11611         * libio/stdio.h [__USE_SVID]: Likewise.
11612         [__USE_BSD]: Likewise.
11613         * math/math.h [__USE_SVID]: Likewise.
11614         [__USE_BSD]: Likewise.
11615         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
11616         * misc/bits/syslog.h [__USE_BSD]: Likewise.
11617         * misc/search.h [__USE_SVID]: Likewise.
11618         * misc/sys/mman.h [__USE_BSD]: Likewise.
11619         * misc/sys/syslog.h [__USE_BSD]: Likewise.
11620         * misc/sys/uio.h [__USE_BSD]: Likewise.
11621         * posix/bits/unistd.h [__USE_BSD]: Likewise.
11622         * posix/glob.h [__USE_BSD]: Likewise.
11623         * posix/regex.h [__USE_BSD]: Likewise.
11624         * posix/sys/types.h [__USE_BSD]: Likewise.
11625         [__USE_SVID]: Likewise.
11626         * posix/sys/utsname.h [__USE_SVID]: Likewise.
11627         * posix/sys/wait.h [__USE_BSD]: Likewise.
11628         [__USE_SVID]: Likewise.
11629         * posix/unistd.h [__USE_BSD]: Likewise.
11630         [__USE_SVID]: Likewise.
11631         * pwd/pwd.h [__USE_SVID]: Likewise.
11632         * resolv/netdb.h [__USE_BSD]: Likewise.
11633         * setjmp/setjmp.h [__USE_BSD]: Likewise.
11634         * signal/signal.h [__USE_BSD]: Likewise.
11635         [__USE_SVID]: Likewise.
11636         * socket/sys/socket.h [__USE_BSD]: Likewise.
11637         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
11638         * stdlib/stdlib.h [__USE_BSD]: Likewise.
11639         [__USE_SVID]: Likewise.
11640         * string/bits/string2.h [__USE_BSD]: Likewise.
11641         [__USE_SVID]: Likewise.
11642         * string/bits/string3.h [__USE_BSD]: Likewise.
11643         * string/endian.h [__USE_BSD]: Likewise.
11644         * string/string.h [__USE_SVID]: Likewise.
11645         [__USE_BSD]: Likewise.
11646         * string/strings.h [__USE_BSD]: Likewise.
11647         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
11648         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
11649         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
11650         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
11651         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
11652         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
11653         Likewise.
11654         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
11655         Likewise.
11656         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
11657         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
11658         Likewise.
11659         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
11660         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
11661         Likewise.
11662         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
11663         Likewise.
11664         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
11665         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
11666         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
11667         Likewise.
11668         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
11669         Likewise.
11670         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
11671         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
11672         * termios/termios.h [__USE_BSD]: Likewise.
11673         * time/sys/time.h [__USE_BSD]: Likewise.
11674         * time/time.h [__USE_BSD]: Likewise.
11675         [__USE_SVID]: Likewise.
11676
11677         * Makefile (subdir_targets): Remove subdir_lint.out.
11678
11679         * stdio-common/Makefile (do-tst-unbputc): Remove target.
11680         (do-tst-printf): Likewise.
11681         (tests): Depend directly on $(objpfx)tst-unbputc.out and
11682         $(objpfx)tst-printf.out.
11683
11684         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
11685
11686         * Makerules (check-abi-%): Change target to
11687         $(objpfx)check-abi-%.out.
11688         (check-abi target): Update dependencies.
11689         (check-abi-pattern variable): Redirect output of diff to $@.
11690         (check-abi variable): Likewise.
11691         * elf/Makefile (check-abi): Update dependencies.
11692
11693         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
11694         unused.
11695         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
11696         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
11697         subnormal range.
11698         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
11699         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
11700         value has largest subnormal exponent.
11701         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
11702         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
11703         * sysdeps/aarch64/soft-fp/sfp-machine.h
11704         (_FP_TININESS_AFTER_ROUNDING): New macro.
11705         * sysdeps/alpha/soft-fp/sfp-machine.h
11706         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11707         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11708         Likewise.
11709         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
11710         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11711         * sysdeps/mips/soft-fp/sfp-machine.h
11712         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11713         * sysdeps/powerpc/soft-fp/sfp-machine.h
11714         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11715         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11716         Likewise.
11717         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11718         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11719         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11720         (_FP_TININESS_AFTER_ROUNDING): Likewise.
11721         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11722         Likewise.
11723
11724 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
11725
11726         [BZ #16545]
11727         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
11728         model 1.
11729
11730 2014-02-12  Richard Henderson  <rth@redhat.com>
11731
11732         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
11733         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
11734         * sysdeps/unix/sysv/linux/alpha: Move directory from
11735         ports/sysdeps/unix/sysv/linux/alpha.
11736         * README: Update listing for alpha-*-linux-gnu.
11737
11738 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
11739
11740         * include/features.h: Update comment documenting feature test
11741         macros.
11742         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
11743         _DEFAULT_SOURCE.
11744         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
11745         (_SVID_SOURCE): Likewise.
11746         (_DEFAULT_SOURCE): Update description of default features.
11747         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
11748         with _GNU_SOURCE.
11749         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
11750         (S_ISVTX): Likewise.
11751         * manual/math.texi (Mathematical Constants): Likewise.
11752         * manual/signal.texi (Interrupted Primitives): Likewise.
11753         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
11754         * math/test-matherr.c (_SVID_SOURCE): Do not define.
11755         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
11756         Don't refer to _SVID_SOURCE in warning text.
11757
11758         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11759
11760         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
11761         already defined.
11762         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
11763         * sysdeps/mips/dl-lookup.c: Remove.
11764         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
11765
11766 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11767
11768         [BZ #16447]
11769         * math/auto-libm-test-in: Add testcase for expl.
11770         * math/auto-libm-test-out: Regenerate.
11771         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11772         calculation of unsafe.
11773         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11774
11775 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11776
11777         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11778         * sysdeps/unix/sysv/linux/aarch64: Move directory from
11779         ports/sysdeps/unix/sysv/linux/aarch64.
11780         * README: Update listing for aarch64*-*-linux-gnu.
11781
11782 2014-02-11  Will Newton  <will.newton@linaro.org>
11783
11784         * manual/probes.texi (Mathematical Function Probes): Use
11785         "triggered" instead of "hit".
11786
11787         * manual/probes.texi (Internal Probes): Add documentation
11788         of setjmp, longjmp and longjmp_target probes.
11789
11790         * include/stap-probe.h: Add comment about probe argument
11791         format.
11792
11793         * malloc/mtrace.c (attribute_hidden): Remove unused macro
11794         definition.  (tr_where, tr_freehook, tr_mallochook,
11795         tr_reallochook, tr_memalignhook): Use ANSI protoype.
11796
11797 2014-02-11  David S. Miller  <davem@davemloft.net>
11798
11799         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
11800         processing int_tests.
11801
11802 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
11803
11804         * sysdeps/mips: Move directory from ports/sysdeps/mips.
11805         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
11806         * sysdeps/unix/sysv/linux/mips: Move directory from
11807         ports/sysdeps/unix/sysv/linux/mips.
11808         * README: Update listing for mips-*-linux-gnu and
11809         mips64-*-linux-gnu.
11810
11811 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
11812
11813         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
11814         * sysdeps/unix/sysv/linux/m68k: Move directory from
11815         ports/sysdeps/unix/sysv/linux/m68k.
11816         * README: Update listing for m68k-*-linux-gnu.
11817
11818 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
11819
11820         * sysdeps/tile: Move directory from ports/sysdeps/tile.
11821         * sysdeps/unix/sysv/linux/generic: Move directory from
11822         ports/sysdeps/unix/sysv/linux/generic.
11823         * sysdeps/unix/sysv/linux/tile: Move directory from
11824         ports/sysdeps/unix/sysv/linux/tile.
11825         * README: Update listing for tile*-*-linux-gnu.
11826
11827 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
11828
11829         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11830         __builtin_expect.
11831         * benchtests/bench-memmem.c (simple_memmem): Likewise.
11832         * catgets/open_catalog.c (__open_catalog): Likewise.
11833         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11834         * debug/confstr_chk.c: Likewise.
11835         * debug/fread_chk.c (__fread_chk): Likewise.
11836         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11837         * debug/getgroups_chk.c: Likewise.
11838         * debug/mbsnrtowcs_chk.c: Likewise.
11839         * debug/mbsrtowcs_chk.c: Likewise.
11840         * debug/mbstowcs_chk.c: Likewise.
11841         * debug/memcpy_chk.c: Likewise.
11842         * debug/memmove_chk.c: Likewise.
11843         * debug/mempcpy_chk.c: Likewise.
11844         * debug/memset_chk.c: Likewise.
11845         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11846         * debug/strcat_chk.c (__strcat_chk): Likewise.
11847         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11848         * debug/strncat_chk.c (__strncat_chk): Likewise.
11849         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11850         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11851         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11852         * debug/wcpncpy_chk.c: Likewise.
11853         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11854         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11855         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11856         * debug/wcsncpy_chk.c: Likewise.
11857         * debug/wcsnrtombs_chk.c: Likewise.
11858         * debug/wcsrtombs_chk.c: Likewise.
11859         * debug/wcstombs_chk.c: Likewise.
11860         * debug/wmemcpy_chk.c: Likewise.
11861         * debug/wmemmove_chk.c: Likewise.
11862         * debug/wmempcpy_chk.c: Likewise.
11863         * debug/wmemset_chk.c: Likewise.
11864         * dirent/scandirat.c (SCANDIRAT): Likewise.
11865         * dlfcn/dladdr1.c (dladdr1): Likewise.
11866         * dlfcn/dladdr.c (dladdr): Likewise.
11867         * dlfcn/dlclose.c (dlclose_doit): Likewise.
11868         * dlfcn/dlerror.c (__dlerror): Likewise.
11869         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11870         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11871         * dlfcn/dlopen.c (dlopen_doit): Likewise.
11872         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11873         * dlfcn/dlsym.c (dlsym_doit): Likewise.
11874         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11875         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11876         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11877         Likewise.
11878         * elf/dl-conflict.c: Likewise.
11879         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11880         * elf/dl-dst.h: Likewise.
11881         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11882         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11883         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11884         * elf/dl-init.c (call_init, _dl_init): Likewise.
11885         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
11886         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11887         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11888         Likewise.
11889         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11890         Likewise.
11891         * elf/dl-minimal.c (__libc_memalign): Likewise.
11892         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11893         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11894         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11895         * elf/dl-sym.c (do_sym): Likewise.
11896         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11897         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
11898         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11899         * elf/dl-writev.h (_dl_writev): Likewise.
11900         * elf/ldconfig.c (search_dir): Likewise.
11901         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11902         (dl_main): Likewise.
11903         * elf/setup-vdso.h (setup_vdso): Likewise.
11904         * grp/compat-initgroups.c (compat_call): Likewise.
11905         * grp/fgetgrent.c (fgetgrent): Likewise.
11906         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11907         * grp/putgrent.c (putgrent): Likewise.
11908         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11909         Likewise.
11910         * hurd/hurdinit.c: Likewise.
11911         * iconvdata/8bit-gap.c (struct): Likewise.
11912         * iconvdata/ansi_x3.110.c : Likewise.
11913         * iconvdata/big5.c : Likewise.
11914         * iconvdata/big5hkscs.c : Likewise.
11915         * iconvdata/cp1255.c: Likewise.
11916         * iconvdata/cp1258.c : Likewise.
11917         * iconvdata/cp932.c : Likewise.
11918         * iconvdata/euc-cn.c: Likewise.
11919         * iconvdata/euc-jisx0213.c : Likewise.
11920         * iconvdata/euc-jp.c: Likewise.
11921         * iconvdata/euc-jp-ms.c : Likewise.
11922         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11923         * iconvdata/gb18030.c : Likewise.
11924         * iconvdata/gbbig5.c (const): Likewise.
11925         * iconvdata/gbgbk.c: Likewise.
11926         * iconvdata/gbk.c : Likewise.
11927         * iconvdata/ibm1364.c : Likewise.
11928         * iconvdata/ibm930.c : Likewise.
11929         * iconvdata/ibm932.c: Likewise.
11930         * iconvdata/ibm933.c : Likewise.
11931         * iconvdata/ibm935.c : Likewise.
11932         * iconvdata/ibm937.c : Likewise.
11933         * iconvdata/ibm939.c : Likewise.
11934         * iconvdata/ibm943.c: Likewise.
11935         * iconvdata/iso_11548-1.c: Likewise.
11936         * iconvdata/iso-2022-cn.c : Likewise.
11937         * iconvdata/iso-2022-cn-ext.c : Likewise.
11938         * iconvdata/iso-2022-jp-3.c: Likewise.
11939         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11940         * iconvdata/iso-2022-kr.c : Likewise.
11941         * iconvdata/iso646.c (gconv_end): Likewise.
11942         * iconvdata/iso_6937-2.c : Likewise.
11943         * iconvdata/iso_6937.c : Likewise.
11944         * iconvdata/iso8859-1.c: Likewise.
11945         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11946         * iconvdata/shift_jisx0213.c : Likewise.
11947         * iconvdata/sjis.c : Likewise.
11948         * iconvdata/t.61.c : Likewise.
11949         * iconvdata/tcvn5712-1.c : Likewise.
11950         * iconvdata/tscii.c: Likewise.
11951         * iconvdata/uhc.c : Likewise.
11952         * iconvdata/unicode.c (gconv_end): Likewise.
11953         * iconvdata/utf-16.c (gconv_end): Likewise.
11954         * iconvdata/utf-32.c (gconv_end): Likewise.
11955         * iconvdata/utf-7.c (base64): Likewise.
11956         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11957         * iconv/gconv_close.c (__gconv_close): Likewise.
11958         * iconv/gconv_open.c (__gconv_open): Likewise.
11959         * iconv/gconv_simple.c (internal_ucs4_loop_single)
11960         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11961         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11962         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11963         (ucs4le_internal_loop_single): Likewise.
11964         * iconv/iconv.c (iconv): Likewise.
11965         * iconv/iconv_close.c: Likewise.
11966         * iconv/loop.c (SINGLE): Likewise.
11967         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11968         * include/atomic.h: Likewise.
11969         * inet/inet6_option.c (option_alloc): Likewise.
11970         * intl/bindtextdom.c (set_binding_values): Likewise.
11971         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11972         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11973         * intl/localealias.c (read_alias_file): Likewise.
11974         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
11975         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11976         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
11977         * libio/fmemopen.c (fmemopen): Likewise.
11978         * libio/iofgets.c (_IO_fgets): Likewise.
11979         * libio/iofgets_u.c (fgets_unlocked): Likewise.
11980         * libio/iofgetws.c (fgetws): Likewise.
11981         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11982         * libio/iogetdelim.c (_IO_getdelim): Likewise.
11983         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11984         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
11985         * locale/findlocale.c (_nl_find_locale): Likewise.
11986         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11987         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11988         Likewise.
11989         * locale/setlocale.c (setlocale): Likewise.
11990         * login/programs/pt_chown.c (main): Likewise.
11991         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
11992         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
11993         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
11994         (mmap, mmap64, mremap, munmap): Likewise.
11995         * math/e_exp2l.c: Likewise.
11996         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
11997         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
11998         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
11999         * math/s_catan.c (__catan): Likewise.
12000         * math/s_catanf.c (__catanf): Likewise.
12001         * math/s_catanh.c (__catanh): Likewise.
12002         * math/s_catanhf.c (__catanhf): Likewise.
12003         * math/s_catanhl.c (__catanhl): Likewise.
12004         * math/s_catanl.c (__catanl): Likewise.
12005         * math/s_ccosh.c (__ccosh): Likewise.
12006         * math/s_ccoshf.c (__ccoshf): Likewise.
12007         * math/s_ccoshl.c (__ccoshl): Likewise.
12008         * math/s_cexp.c (__cexp): Likewise.
12009         * math/s_cexpf.c (__cexpf): Likewise.
12010         * math/s_cexpl.c (__cexpl): Likewise.
12011         * math/s_clog10.c (__clog10): Likewise.
12012         * math/s_clog10f.c (__clog10f): Likewise.
12013         * math/s_clog10l.c (__clog10l): Likewise.
12014         * math/s_clog.c (__clog): Likewise.
12015         * math/s_clogf.c (__clogf): Likewise.
12016         * math/s_clogl.c (__clogl): Likewise.
12017         * math/s_csin.c (__csin): Likewise.
12018         * math/s_csinf.c (__csinf): Likewise.
12019         * math/s_csinh.c (__csinh): Likewise.
12020         * math/s_csinhf.c (__csinhf): Likewise.
12021         * math/s_csinhl.c (__csinhl): Likewise.
12022         * math/s_csinl.c (__csinl): Likewise.
12023         * math/s_csqrt.c (__csqrt): Likewise.
12024         * math/s_csqrtf.c (__csqrtf): Likewise.
12025         * math/s_csqrtl.c (__csqrtl): Likewise.
12026         * math/s_ctan.c (__ctan): Likewise.
12027         * math/s_ctanf.c (__ctanf): Likewise.
12028         * math/s_ctanh.c (__ctanh): Likewise.
12029         * math/s_ctanhf.c (__ctanhf): Likewise.
12030         * math/s_ctanhl.c (__ctanhl): Likewise.
12031         * math/s_ctanl.c (__ctanl): Likewise.
12032         * math/w_pow.c: Likewise.
12033         * math/w_powf.c: Likewise.
12034         * math/w_powl.c: Likewise.
12035         * math/w_scalb.c (sysv_scalb): Likewise.
12036         * math/w_scalbf.c (sysv_scalbf): Likewise.
12037         * math/w_scalbl.c (sysv_scalbl): Likewise.
12038         * misc/error.c (error_tail): Likewise.
12039         * misc/pselect.c (__pselect): Likewise.
12040         * nis/nis_callback.c (__nis_create_callback): Likewise.
12041         * nis/nis_call.c (__nisfind_server): Likewise.
12042         * nis/nis_creategroup.c (nis_creategroup): Likewise.
12043         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
12044         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
12045         * nis/nis_getservlist.c (nis_getservlist): Likewise.
12046         * nis/nis_lookup.c (nis_lookup): Likewise.
12047         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
12048         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
12049         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
12050         * nis/nis_xdr.c (xdr_endpoint): Likewise.
12051         * nis/nss_compat/compat-grp.c (getgrent_next_file)
12052         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
12053         * nis/nss_compat/compat-initgroups.c (add_group)
12054         (internal_getgrent_r): Likewise.
12055         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
12056         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
12057         * nis/nss_compat/compat-spwd.c (getspent_next_file)
12058         (internal_getspnam_r): Likewise.
12059         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
12060         (_nss_nis_getaliasbyname_r): Likewise.
12061         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
12062         (_nss_nis_getntohost_r): Likewise.
12063         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
12064         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
12065         (_nss_nis_getgrgid_r): Likewise.
12066         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
12067         (internal_nis_gethostent_r, internal_gethostbyname2_r)
12068         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
12069         (_nss_nis_gethostbyname4_r): Likewise.
12070         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
12071         (initgroups_netid): Likewise.
12072         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
12073         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
12074         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
12075         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
12076         (_nss_nis_getprotobynumber_r): Likewise.
12077         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
12078         (_nss_nis_getsecretkey): Likewise.
12079         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
12080         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
12081         (_nss_nis_getpwuid_r): Likewise.
12082         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
12083         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
12084         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
12085         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
12086         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
12087         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
12088         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12089         Likewise.
12090         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
12091         (_nss_nisplus_getntohost_r): Likewise.
12092         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
12093         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12094         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
12095         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
12096         Likewise.
12097         * nis/nss_nisplus/nisplus-initgroups.c
12098         (_nss_nisplus_initgroups_dyn): Likewise.
12099         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12100         (_nss_nisplus_getnetbyaddr_r): Likewise.
12101         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12102         (_nss_nisplus_getprotobynumber_r): Likewise.
12103         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12104         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
12105         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12106         Likewise.
12107         * nis/nss_nisplus/nisplus-service.c
12108         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12109         (_nss_nisplus_getservbyport_r): Likewise.
12110         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12111         (_nss_nisplus_getspnam_r): Likewise.
12112         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12113         Likewise.
12114         * nscd/aicache.c (addhstaiX): Likewise.
12115         * nscd/cache.c (cache_search, prune_cache): Likewise.
12116         * nscd/connections.c (register_traced_file, send_ro_fd)
12117         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12118         (main_loop_epoll): Likewise.
12119         * nscd/grpcache.c (addgrbyX): Likewise.
12120         * nscd/hstcache.c (addhstbyX): Likewise.
12121         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12122         * nscd/mem.c (gc, mempool_alloc): Likewise.
12123         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12124         (addinnetgrX): Likewise.
12125         * nscd/nscd-client.h (__nscd_acquire_maplock)
12126         (__nscd_drop_map_ref): Likewise.
12127         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12128         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12129         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
12130         Likewise.
12131         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12132         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12133         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12134         (__nscd_get_map_ref): Likewise.
12135         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12136         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12137         Likewise.
12138         * nscd/pwdcache.c (addpwbyX): Likewise.
12139         * nscd/selinux.c (preserve_capabilities): Likewise.
12140         * nscd/servicescache.c (addservbyX): Likewise.
12141         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12142         * posix/fnmatch.c (fnmatch): Likewise.
12143         * posix/getopt.c (_getopt_internal_r): Likewise.
12144         * posix/glob.c (glob, glob_in_dir): Likewise.
12145         * posix/wordexp.c (exec_comm_child): Likewise.
12146         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12147         (getanswer_r, gaih_getanswer_slice): Likewise.
12148         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12149         * resolv/res_init.c: Likewise.
12150         * resolv/res_mkquery.c (res_nmkquery): Likewise.
12151         * resolv/res_query.c (__libc_res_nquery): Likewise.
12152         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12153         Likewise.
12154         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12155         * stdio-common/perror.c (perror): Likewise.
12156         * stdio-common/printf_fp.c (___printf_fp): Likewise.
12157         * stdio-common/tmpnam.c (tmpnam): Likewise.
12158         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12159         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
12160         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12161         Likewise.
12162         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12163         * stdlib/putenv.c (putenv): Likewise.
12164         * stdlib/setenv.c (__add_to_environ): Likewise.
12165         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12166         * stdlib/strtol_l.c (INTERNAL): Likewise.
12167         * string/memmem.c (memmem): Likewise.
12168         * string/strerror.c (strerror): Likewise.
12169         * string/strnlen.c (__strnlen): Likewise.
12170         * string/test-memmem.c (simple_memmem): Likewise.
12171         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12172         * sunrpc/pm_getport.c (__get_socket): Likewise.
12173         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12174         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
12175         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12176         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
12177         Likewise.
12178         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12179         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12180         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12181         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12182         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
12183         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12184         Likewise.
12185         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12186         Likewise.
12187         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12188         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12189         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12190         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12191         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12192         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12193         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12194         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12195         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12196         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12197         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12198         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12199         Likewise.
12200         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12201         Likewise.
12202         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12203         Likewise.
12204         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12205         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12206         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12207         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12208         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12209         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12210         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12211         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12212         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12213         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12214         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12215         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12216         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12217         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12218         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
12219         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12220         Likewise.
12221         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12222         Likewise.
12223         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12224         Likewise.
12225         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12226         Likewise.
12227         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12228         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12229         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12230         Likewise.
12231         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12232         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12233         * sysdeps/posix/opendir.c (__opendirat): Likewise.
12234         * sysdeps/posix/sleep.c: Likewise.
12235         * sysdeps/posix/tempname.c: Likewise.
12236         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12237         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12238         Likewise.
12239         * sysdeps/powerpc/powerpc32/dl-machine.h
12240         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
12241         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12242         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12243         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12244         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12245         Likewise.
12246         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
12247         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12248         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12249         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12250         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12251         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12252         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12253         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12254         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12255         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
12256         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12257         (elf_machine_lazy_rel): Likewise.
12258         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
12259         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12260         (elf_machine_lazy_rel): Likewise.
12261         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12262         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12263         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12264         * sysdeps/unix/grantpt.c (grantpt): Likewise.
12265         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12266         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12267         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12268         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12269         Likewise.
12270         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12271         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12272         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12273         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12274         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12275         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12276         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12277         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12278         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12279         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12280         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12281         Likewise.
12282         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12283         (__posix_fallocate64_l64): Likewise.
12284         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12285         (posix_fallocate): Likewise.
12286         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12287         Likewise.
12288         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
12289         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12290         (getifaddrs_internal): Likewise.
12291         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12292         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12293         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12294         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12295         * sysdeps/unix/sysv/linux/posix_fallocate64.c
12296         (__posix_fallocate64_l64): Likewise.
12297         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12298         Likewise.
12299         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
12300         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12301         (__get_clockfreq): Likewise.
12302         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12303         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12304         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12305         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12306         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12307         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12308         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12309         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12310         Likewise.
12311         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12312         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12313         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12314         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12315         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12316         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12317         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12318         Likewise.
12319         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12320         (posix_fallocate): Likewise.
12321         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12322         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12323         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
12324         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12325         (elf_machine_rela, elf_machine_rela_relative)
12326         (elf_machine_lazy_rel): Likewise.
12327         * time/asctime.c (asctime_internal): Likewise.
12328         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12329         * time/tzset.c (__tzset_parse_tz): Likewise.
12330         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12331         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12332         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12333         * wcsmbs/wcsmbsload.h: Likewise.
12334
12335         [BZ #15894]
12336         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12337
12338         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12339         (arena_get2): Remove THREAD_STATS conditionals.
12340         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12341         (__malloc_stats, int): Likewise.
12342
12343 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
12344
12345         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12346         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
12347
12348         * manual/setjmp.texi: Fix typos/grammar errors.
12349
12350         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12351         Only return early when n is <= 0.  Delete unused return statement.
12352
12353         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12354         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12355         * debug/tst-longjmp_chk3.c: New file.
12356
12357         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12358         (test_main): Replace code with set_fortify_handler call.
12359         * debug/test-strcpy_chk.c: Likewise.
12360         * debug/tst-chk1.c: Likewise.
12361         * debug/tst-longjmp_chk.c: Likewise.
12362         * test-skeleton.c: Include fcntl.h & paths.h
12363         (set_fortify_handler): Define.
12364
12365         * debug/tst-longjmp_chk.c: Add header comment and include
12366         ../test-skeleton.c.
12367         (do_test): Mark static.
12368         (TEST_FUNCTION): Define.
12369
12370         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12371         (IP_PMTUDISC_INTERFACE): Likewise.
12372         (IP_MULTICAST_IF): Likewise.
12373         (IP_MULTICAST_TTL): Likewise.
12374         (IP_MULTICAST_LOOP): Likewise.
12375         (IP_ADD_MEMBERSHIP): Likewise.
12376         (IP_DROP_MEMBERSHIP): Likewise.
12377         (IP_UNBLOCK_SOURCE): Likewise.
12378         (IP_BLOCK_SOURCE): Likewise.
12379         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12380         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12381         (IP_MSFILTER): Likewise.
12382         (MCAST_JOIN_GROUP): Likewise.
12383         (MCAST_BLOCK_SOURCE): Likewise.
12384         (MCAST_UNBLOCK_SOURCE): Likewise.
12385         (MCAST_LEAVE_GROUP): Likewise.
12386         (MCAST_JOIN_SOURCE_GROUP): Likewise.
12387         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12388         (MCAST_MSFILTER): Likewise.
12389         (IP_MULTICAST_ALL): Likewise.
12390         (IP_UNICAST_IF): Likewise.
12391
12392         * timezone/Makefile: Delete $(have-ksh) check.
12393         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12394         * timezone/tzselect.ksh: Add +x mode bits.
12395
12396         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12397         (ANON_INODE_FS_MAGIC): Likewise.
12398         (BDEVFS_MAGIC): Likewise.
12399         (BINFMTFS_MAGIC): Likewise.
12400         (BTRFS_TEST_MAGIC): Likewise.
12401         (CRAMFS_MAGIC_WEND): Likewise.
12402         (DEBUGFS_MAGIC): Likewise.
12403         (ECRYPTFS_SUPER_MAGIC): Likewise.
12404         (EXT3_SUPER_MAGIC): Likewise.
12405         (EXT4_SUPER_MAGIC): Likewise.
12406         (FUTEXFS_SUPER_MAGIC): Likewise.
12407         (HOSTFS_SUPER_MAGIC): Likewise.
12408         (HUGETLBFS_MAGIC): Likewise.
12409         (MINIX3_SUPER_MAGIC): Likewise.
12410         (MTD_INODE_FS_MAGIC): Likewise.
12411         (NILFS_SUPER_MAGIC): Likewise.
12412         (OPENPROM_SUPER_MAGIC): Likewise.
12413         (PIPEFS_MAGIC): Likewise.
12414         (PSTOREFS_MAGIC): Likewise.
12415         (QNX6_SUPER_MAGIC): Likewise.
12416         (RAMFS_MAGIC): Likewise.
12417         (REISERFS_SUPER_MAGIC_STRING): Likewise.
12418         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12419         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12420         (SECURITYFS_MAGIC): Likewise.
12421         (SELINUX_MAGIC): Likewise.
12422         (SMACK_MAGIC): Likewise.
12423         (SOCKFS_MAGIC): Likewise.
12424         (SQUASHFS_MAGIC): Likewise.
12425         (STACK_END_MAGIC): Likewise.
12426         (TMPFS_MAGIC): Likewise.
12427         (USBDEVICE_SUPER_MAGIC): Likewise.
12428         (V9FS_MAGIC): Likewise.
12429         (XENFS_SUPER_MAGIC): Likewise.
12430         (CRAMFS_MAGIC): Fix typo in comment.
12431         (EXT2_SUPER_MAGIC): Update comment.
12432         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12433
12434 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
12435
12436         * sysdeps/arm: Move directory from ports/sysdeps/arm.
12437         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12438         * sysdeps/unix/sysv/linux/arm: Move directory from
12439         ports/sysdeps/unix/sysv/linux/arm.
12440         * README: Update listing for arm-*-linux-gnueabi.
12441
12442         * README: Remove mention of am33.
12443
12444 2014-02-07  Roland McGrath  <roland@hack.frob.com>
12445
12446         * bits/sigset.h (__sigemptyset): Use a statement expression rather
12447         than the comma operator, to avoid "rhs of comma has no effect"
12448         compiler warnings.
12449         (__sigfillset, __sigandset, __sigorset): Likewise.
12450         * include/signal.h (__sigemptyset): Likewise.
12451         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12452
12453 2014-02-07  Allan McRae  <allan@archlinux.org>
12454
12455         * version.h (RELEASE): Set to "development".
12456         (VERSION): Set to "2.19.90"
12457         * NEWS: Add 2.20 section.
12458
12459 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
12460
12461         [BZ #16529]
12462         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12463
12464 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
12465
12466         * manual/contrib.texi: Update entry for Carlos O'Donell,
12467         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12468
12469 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
12470
12471         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12472
12473         * sysdeps/unix/sysv/linux/kernel-features.h
12474         [__LINUX_KERNEL_VERSION >= 0x020621]
12475         (__ASSUME_PROC_PID_TASK_COMM): Define.
12476
12477 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12478
12479         [BZ #16398]
12480         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12481         conversion when destination buffer does not have enough space.
12482         * libio/tst-ftell-partial-wide.c: New test case.
12483         * libio/Makefile (tests): Add tst-ftell-partial-wide.
12484
12485         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12486         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
12487         Leonard and Allan McRae.
12488
12489 2014-02-04  David S. Miller  <davem@davemloft.net>
12490
12491         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12492         32-bit.
12493
12494 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12495
12496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12497         New file
12498         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12499         New file
12500         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12501         New file.
12502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12503         New file.
12504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12505         New file.
12506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12507         New file.
12508         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12509         New file.
12510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12511         New file.
12512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12513         New file.
12514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12515         New file.
12516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12517         New file.
12518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12519         New file.
12520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12521         New file.
12522
12523 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12524
12525         * nptl/shlib-versions: Change powerpc*le start to 2.17.
12526         * shlib-versions: Likewise.
12527
12528 2014-02-04  Roland McGrath  <roland@hack.frob.com>
12529             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12530
12531         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
12532         (abilist-pattern): New variable, set to %-le.abilist.
12533
12534         * Makerules (abilist-pattern): New variable.
12535         (vpath): Use $(abilist-pattern) in place of %.abilist.
12536         (check-abi-% pattern rule): Likewise.
12537         (check-abi, update-abi): Likewise.
12538
12539 2014-02-04  Eric Wong  <normalperson@yhbt.net>
12540
12541         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12542
12543 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
12544
12545         * manual/startup.texi: Add next, previous, and top entries for
12546         the `Program Arguments' and `Environment Variables' nodes.
12547
12548 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
12549
12550         * manual/macros.texi: Add comments before MTASC-safety macros.
12551
12552         * manual/users.texi: Document MTASC-safety properties.
12553
12554         * manual/threads.texi (pthread_key_create, pthread_key_delete)
12555         (pthread_getspecific, pthread_setspecific): Format with
12556         @deftypefun, and add @safety note.
12557         * manual/signal.texi: Move comments that analyze the above
12558         functions to their home place.
12559
12560 2014-02-03  Allan McRae  <allan@archlinux.org>
12561
12562         * po/sl.po: Update Slovenian translation from translation project.
12563
12564 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
12565
12566         * manual/time.texi (timegm): Add missing blank after @c.
12567         Reported by Joseph Myers <joseph@codesourcery.com>.
12568
12569 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
12570
12571         * manual/check-safety.sh: New.
12572         * manual/Makefile ($(objpfx)stamp-summary): Run it.
12573
12574         * manual/terminal.texi: Document MTASC-safety properties.
12575
12576         * manual/filesys.texi: Document MTASC-safety properties.
12577
12578         * manual/errno.texi: Document MTASC-safety properties.
12579
12580         * manual/intro.texi: Document safety identifiers and
12581         conditionals.
12582
12583         * manual/string.texi (wcstok): Fix prototype.
12584         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
12585
12586         * manual/time.texi: Document MTASC-safety properties.
12587
12588         * manual/string.texi: Document MTASC-safety properties.
12589
12590         * manual/threads.texi: Document MTASC-safety properties.
12591
12592         * manual/stdio.texi: Document MTASC-safety properties.
12593
12594         * manual/syslog.texi: Document MTASC-safety properties.
12595
12596         * manual/sysinfo.texi: Document MTASC-safety properties.
12597
12598         * manual/startup.texi: Document MTASC-safety properties.
12599
12600         * manual/socket.texi: Document MTASC-safety properties.
12601
12602         * manual/signal.texi: Document MTASC-safety properties.
12603
12604 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
12605
12606         * manual/setjmp.texi: Document MTASC-safety properties.
12607
12608         * manual/search.texi: Document MTASC-safety properties.
12609
12610         * manual/resource.texi: Document MTASC-safety properties.
12611
12612         * manual/process.texi: Document MTASC-safety properties.
12613
12614         * manual/platform.texi: Document MTASC-safety properties.
12615
12616         * manual/pipe.texi: Document MTASC-safety properties.
12617
12618         * manual/pattern.texi: Document MTASC-safety properties.
12619
12620         * manual/message.texi: Document MTASC-safety properties.
12621
12622         [BZ #12751]
12623         * manual/memory.texi: Document MTASC-safety properties.
12624
12625         * manual/math.texi: Document MTASC-safety properties.
12626
12627         * manual/locale.texi: Document MTASC-safety properties.
12628
12629         * manual/llio.texi: Document MTASC-safety properties.
12630
12631         * manual/libdl.texi: New.
12632
12633         * manual/lang.texi: Document MTASC-safety properties.
12634
12635         * manual/job.texi: Document MTASC-safety properties.
12636
12637         * manual/getopt.texi: Document MTASC-safety properties.
12638
12639         * manual/ctype.texi: Document MTASC-safety properties.
12640
12641 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
12642
12643         [BZ #16046]
12644         * csu/libc-tls.c (static_map): Remove variable.
12645         (__libc_setup_tls): Use main executable's link map for TLS data.
12646         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
12647         casing for LM_ID_BASE and GL(dl_nns).
12648         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
12649         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
12650         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
12651         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
12652         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
12653         member.
12654         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
12655         l_phnum members.
12656
12657 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
12658
12659         * manual/debug.texi: Document MTASC-safety properties.
12660
12661 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
12662
12663         [BZ #16510]
12664         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
12665         of __x86_64__ when disabling x87 inline functions.
12666
12667 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
12668
12669         * manual/charset.texi: Document MTASC-safety properties.
12670
12671         * manual/crypt.texi: Document MTASC-safety properties.
12672
12673         * manual/conf.texi: Document MTASC-safety properties.
12674
12675         * manual/arith.texi: Document MTASC-safety properties.
12676
12677         * manual/argp.texi: Document MTASC-safety properties.
12678
12679         * manual/macros.texi: Introduce macros to document multi
12680         thread, asynchronous signal and asynchronous cancellation
12681         safety properties.
12682         * manual/intro.texi: Introduce the properties themselves.
12683
12684 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12685
12686         * sysdeps/sh/sh4/Makefile: New file.
12687
12688 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
12689
12690         * math/gen-libm-test.pl ($srcdir): New variable.
12691         ($auto_input): Use it.
12692
12693 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12694
12695         [BZ #16506]
12696         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
12697         access beyond array bounds when parsing netgroups file.
12698
12699         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
12700         the old buffer before realloc.
12701
12702 2014-01-27  Allan McRae  <allan@archlinux.org>
12703
12704         * po/fr.po: Update French translation from translation project.
12705
12706 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12707
12708         * sysdeps/sh/libm-test-ulps: Regenerate.
12709
12710 2014-01-24  David S. Miller  <davem@davemloft.net>
12711
12712         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
12713
12714 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12715
12716         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
12717         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
12718
12719 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12720
12721         [BZ #16474]
12722         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
12723         string pointers after reallocation.
12724
12725 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12726
12727         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
12728         __SH4A__ instead of __SH_FPU_ANY__.
12729
12730 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12731
12732         * sysdeps/sh/fpu_control.h: New file.
12733         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
12734         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
12735         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
12736         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
12737         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
12738         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
12739         * sysdeps/sh/sys/ucontext.h: Remove.
12740         * sysdeps/sh/sys: Remove directory.
12741
12742 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12743
12744         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
12745         s390/sys/ucontext.h.
12746         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12747         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
12748
12749 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
12750
12751         [BZ #15605]
12752         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
12753
12754 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12755
12756         [BZ#16431]
12757         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
12758         Adjust the vDSO correctly for internal calls.
12759         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
12760
12761 2014-01-20  Allan McRae  <allan@archlinux.org>
12762
12763         * po/ca.po: Update Catalan translation from translation project.
12764
12765 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
12766
12767         * sysdeps/s390/sotruss-lib.c: New file.
12768
12769 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12770
12771         [BZ#16430]
12772         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
12773         (__GI___gettimeofday): Alias for a different internal symbol to avoid
12774         local calls issues by not having a PLT stub required for IFUNC calls.
12775         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12776
12777 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
12778
12779         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
12780         * math/test-fpucw-static.c: Likewise.
12781
12782 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12783
12784         [BZ #16453]
12785         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
12786
12787 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12788
12789         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
12790         implementation for powerpc.
12791
12792 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
12793
12794         [BZ #14782]
12795         * sysdeps/posix/system.c (__libc_system): Do not enable
12796         asynchronous cancellation.
12797
12798 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12799
12800         [BZ #16427]
12801         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
12802         handling only for numbers special also in the IEEE case.
12803
12804 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12805
12806         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12807
12808 2014-01-11  Allan McRae  <allan@archlinux.org>
12809
12810         * po/bg.po: Update Bulgarian translation from translation project.
12811
12812         * po/de.po: Update German translation from translation project.
12813
12814 2014-01-10  Roland McGrath  <roland@hack.frob.com>
12815
12816         * sysdeps/generic/gcc-compat.h: New file.
12817
12818 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12819
12820         * benchtests/asin-inputs: Correct slow inputs.
12821         * benchtests/acos-inputs: Likewise.
12822
12823 2014-01-10  Allan McRae  <allan@archlinux.org>
12824
12825         * po:sv.po: Update Swedish translation from translation project.
12826
12827         * po/vi.po: Update Vietnamese translation from translation project.
12828
12829         * po/eo.po: Update Esperanto translation from translation project.
12830
12831         * po/cs.po: Update Czech translation from translation project.
12832
12833         * po/nl.po: Update Dutch translation from translation project.
12834
12835         * po/pl.po: Update Polish translation from translation project.
12836
12837         * po/ru.po: Update Russian translation from translation project.
12838
12839         * po/uk.po: Update Ukrainian translation from translation project.
12840
12841 2014-01-08  Brooks Moses  <bmoses@google.com>
12842
12843         * elf/dl-load.c: Fix comment typo.
12844
12845 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
12846
12847         * po/header.pot: Rename to...
12848         * po/pot.header: ... this.
12849         * po/Makefile: Use pot.header.
12850
12851 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
12852             Maxim Kuvyrkov  <maxim@kugelworks.com>
12853
12854         [BZ #16394]
12855         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12856         SRC and DEST against LEN.
12857
12858 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12859
12860         [BZ #16414]
12861         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12862         implementation.
12863         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12864
12865 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12866
12867         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12868
12869 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
12870
12871         [BZ #16408]
12872         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12873         for large positive arguments.
12874
12875 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
12876
12877         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12878
12879         * math/auto-libm-test-in: Mark various tests with
12880         xfail-rounding:ldbl-128ibm.
12881         * math/auto-libm-test-out: Regenerated.
12882
12883         [BZ #16407]
12884         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12885         Increase overflow threshold.
12886
12887 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
12888
12889         [BZ #14286]
12890         * stdio-common/vfprintf.c: Check for integer overflow.
12891
12892 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12893
12894         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12895         the first argument and return value of __tls_get_addr_internal.
12896
12897 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12898
12899         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12900         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12901
12902 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12903
12904         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12905         * sysdeps/s390/rtld-global-offsets.sym: New file.
12906         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12907         GLIBC_2.19 symbol.
12908         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12909         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12910         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12911         ... this.
12912         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12913         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12914         ... this.
12915         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12916         Regenerate.
12917         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12918         Regenerate.
12919         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12920         halfs of GPRs for high_gprs contexts.
12921         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12922         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
12923         field.
12924         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12925         uc_flags field.
12926         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12927         64 bit versions:
12928         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12929         for high GPRs (uc_high_gprs) and for future extensions
12930         (__reserved).
12931         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12932         for future extensions (__reserved).
12933         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12934         64 bit versions:
12935         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12936         SC_HIGHGPRS offset definition.
12937         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12938         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12939
12940         * Versions.def: Add GLIBC_2.19 for libpthread.
12941         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12942         siglongjmp for libpthread with GLIBC_2.19 symver.
12943         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12944         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12945         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12946         * sysdeps/s390/__longjmp.c: New file.
12947         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12948         * sysdeps/s390/longjmp.c: New file.
12949         * sysdeps/s390/setjmp.S: New file.
12950         * sysdeps/s390/sigjmp.S: New file.
12951         * sysdeps/s390/v1-longjmp.c: New file.
12952         * sysdeps/s390/v1-setjmp.h: New file.
12953         * sysdeps/s390/v1-sigjmp.c: New file.
12954         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12955         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12956         GLIBC_2.19 version.
12957         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12958         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12959         versioned symbols for ____longjmp_chk.
12960         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12961         Likewise.
12962         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12963         Regenerate.
12964         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12965         Regenerate.
12966         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12967         Regenerate.
12968         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12969         Regenerate.
12970         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12971         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12972         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12973         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12974         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12975         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12976         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12977         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12978         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12979         * sysdeps/s390/rtld-__longjmp.c: New file.
12980         * sysdeps/s390/rtld-setjmp.S: New file.
12981
12982 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
12983
12984         [BZ #16400]
12985         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12986         Return -__logl (x) for small positive arguments without evaluating
12987         a polynomial.
12988
12989 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
12990
12991         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
12992         Rename to ...
12993         (__ptrace_peeksiginfo_args): ... this.
12994         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12995         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12996         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12997
12998 2014-01-06  Allan McRae  <allan@archlinux.org>
12999
13000         * inet/netinet/in.h: Fix typo in comment.
13001
13002 2014-01-05  Andreas Jaeger  <aj@suse.de>
13003
13004         * sysdeps/i386/fpu/libm-test-ulps: Update.
13005
13006 2014-01-05  Allan McRae  <allan@archlinux.org>
13007
13008         * po/libc.pot: Regenerated.
13009
13010         * malloc/memusagestat.c: Fix gettext call formatting.
13011
13012 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
13013
13014         * nscd/nscd.c: Improve usage() output.
13015
13016 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
13017
13018         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
13019         * sysdeps/unix/sysv/linux/configure: Regenerated.
13020         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
13021         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
13022
13023 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13024
13025         [BZ #16390]
13026         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
13027         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
13028
13029 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13030
13031         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
13032         extra tokens at end of #undef directive.
13033         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
13034         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
13035         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
13036
13037 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
13038
13039         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13040
13041         * math/auto-libm-test-in: Mark various tests with
13042         xfail-rounding:ldbl-128ibm.
13043         * math/auto-libm-test-out: Regenerated.
13044
13045 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
13046
13047         [BZ #16386]
13048         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
13049         numbers with subnormal high part when calculating exponent.
13050
13051         [BZ #16385]
13052         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
13053         fabs.
13054
13055         [BZ #16384]
13056         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
13057         M_LN2l.
13058         (__ieee754_acoshl): Use __log1pl not __log1p.
13059
13060 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
13061
13062         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
13063         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
13064         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
13065         (grow_heap, heap_trim, _int_new_arena, get_free_list)
13066         (reused_arena, arena_get2): Convert to GNU style.
13067         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
13068         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
13069         (memalign_check, __malloc_set_state): Likewise.
13070         * malloc/mallocbug.c (main): Likewise.
13071         * malloc/malloc.c (__malloc_assert, malloc_init_state)
13072         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
13073         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
13074         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
13075         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
13076         (__posix_memalign, malloc_info): Likewise.
13077         * malloc/malloc.h: Likewise.
13078         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
13079         (mallochook, memalignhook, reallochook, mabort): Likewise.
13080         * malloc/mcheck.h: Likewise.
13081         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
13082         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
13083         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
13084         * malloc/morecore.c (__default_morecore): Likewise.
13085         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
13086         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
13087         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
13088         (print_and_abort): Likewise.
13089         * malloc/obstack.h: Likewise.
13090         * malloc/set-freeres.c (__libc_freeres): Likewise.
13091         * malloc/tst-mallocstate.c (main): Likewise.
13092         * malloc/tst-mtrace.c (main): Likewise.
13093         * malloc/tst-realloc.c (do_test): Likewise.
13094
13095 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13096
13097         [BZ #16366]
13098         * nscd/netgroupcache.c (do_notfound): New function.
13099         (addgetnetgrentX): Use it.
13100
13101         [BZ # 16365]
13102         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13103         NSS_STATUS_NOTFOUND.
13104
13105 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
13106
13107         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13108         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13109
13110 2014-01-01  Allan McRae  <allan@archlinux.org>
13111
13112         * scripts/update-copyrights: Update configure input file suffix.
13113
13114         * NEWS: Update copyright year.
13115         * catgets/gencat.c: Likewise.
13116         * csu/version.c: Likewise.
13117         * debug/catchsegv.sh: Likewise.
13118         * debug/pcprofiledump.c: Likewise.
13119         * debug/xtrace.sh: Likewise.
13120         * elf/ldconfig.c: Likewise.
13121         * elf/ldd.bash.in: Likewise.
13122         * elf/pldd.c: Likewise.
13123         * elf/sotruss.ksh: Likewise.
13124         * elf/sprof.c: Likewise.
13125         * iconv/iconv_prog.c: Likewise.
13126         * iconv/iconvconfig.c: Likewise.
13127         * locale/programs/locale.c: Likewise.
13128         * locale/programs/localedef.c: Likewise.
13129         * login/programs/pt_chown.c: Likewise.
13130         * malloc/memusage.sh: Likewise.
13131         * malloc/memusagestat.c: Likewise.
13132         * malloc/mtrace.pl: Likewise.
13133         * manual/libc.texinfo: Likewise.
13134         * nscd/nscd.c: Likewise.
13135         * nss/getent.c: Likewise.
13136         * nss/makedb.c: Likewise.
13137         * posix/getconf.c: Likewise.
13138         * scripts/test-installation.pl: Likewise.
13139
13140         * All files with FSF copyright notices: Update copyright dates
13141         using scripts/update-copyrights.
13142         * intl/plural.c: Regenerated.
13143         * locale/programs/charmap-kw.h: Likewise.
13144         * locale/programs/locfile-kw.h: Likewise.
13145
13146 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
13147
13148         * sysdeps/unix/sysv/linux/configure: Regenerated.
13149         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13150         the linux/fanotify.h header.
13151         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13152         HAVE_LINUX_FANOTIFY_H is defined.
13153
13154 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
13155
13156         * benchtests/cos-inputs: New inputs.
13157         * benchtests/sin-inputs: Likewise.
13158
13159         * benchtests/atan-inputs: New inputs. Fix name of multiple
13160         precision fallback inputs.
13161
13162         * benchtests/atanh-inputs: New inputs.
13163         * benchtests/tanh-inputs: Likewise.
13164
13165         * benchtests/acosh-inputs: New inputs.
13166         * benchtests/asinh-inputs: Likewise.
13167
13168         * benchtests/cosh-inputs: New inputs.
13169         * benchtests/sinh-inputs: Likewise.
13170
13171         * benchtests/acos-inputs: Add more inputs.
13172         * benchtests/asin-inputs: Likewise.
13173
13174 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
13175
13176         [BZ #16375]
13177         * manual/arith.texi: Fix spelling.
13178         * manual/charset.texi: Likewise.
13179         * manual/errno.texi: Likewise.
13180         * manual/filesys.texi: Likewise.
13181         * manual/lang.texi: Likewise.
13182         * manual/llio.texi: Likewise.
13183         * manual/locale.texi: Likewise.
13184         * manual/message.texi: Likewise.
13185         * manual/resource.texi: Likewise.
13186         * manual/search.texi: Likewise.
13187         * manual/setjmp.texi: Likewise.
13188         * manual/stdio.texi: Likewise.
13189         * manual/string.texi: Likewise.
13190         * manual/sysinfo.texi: Likewise.
13191         * manual/time.texi: Likewise.
13192
13193 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
13194
13195         * po/sl.po: New file.
13196
13197 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
13198
13199         * .gitignore: Add core/.gdbinit/.gdb_history.
13200
13201 2013-12-27  Allan McRae  <allan@archlinux.org>
13202
13203         [BZ #16369]
13204         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13205         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13206
13207 2013-12-24  Brooks Moses  <bmoses@google.com>
13208
13209         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13210         all compilers that claim C++98 compliance, not just GCC.
13211         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13212         Likewise.
13213
13214 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13215
13216         * NEWS: Restore accidentally deleted bug-fix entries.
13217
13218 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
13219             Ondřej Bílka  <neleai@seznam.cz>
13220
13221         [BZ #15073]
13222         * malloc/malloc.c (_int_free): Perform sanity check only if we
13223         have_lock.
13224
13225 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
13226
13227         [BZ #12986]
13228         * manual/stdio.texi (String Input Conversions): Clarify that character
13229         classes are not supported.
13230
13231 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13232
13233         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13234
13235 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
13236
13237         [BZ #16337]
13238         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13239         Calculate results for small negative arguments directly rather
13240         than using reflection formula with special underflow handling.
13241
13242         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13243         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13244         sysdeps/unix/bsd/bsd4.4/syscalls.list.
13245         (fchflags): Likewise.
13246         (revoke): Likewise.
13247         (setlogin): Likewise.
13248         (sigaltstack): Likewise.
13249         (wait4): Likewise.
13250         (sigblock): Remove.
13251         (sigsetmask): Likewise.
13252         (wait3): Likewise.
13253         (waitpid): Likewise.
13254         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13255         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13256         file.
13257         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13258         * sysdeps/unix/bsd/Makefile: ... here.
13259         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13260         * sysdeps/unix/bsd/Versions: ... here.
13261         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13262         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13263         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13264         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13265         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13266         * sysdeps/unix/bsd/sigblock.c: ... here.
13267         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13268         * sysdeps/unix/bsd/sigsetmask.c: ... here.
13269         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13270         * sysdeps/unix/bsd/sigvec.c: ... here.
13271         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13272         * sysdeps/unix/bsd/tcdrain.c: ... here.
13273         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13274         * sysdeps/unix/bsd/tcgetattr.c: ... here.
13275         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13276         * sysdeps/unix/bsd/tcsetattr.c: ... here.
13277         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13278         * sysdeps/unix/bsd/wait.c: ... here.
13279         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13280         * sysdeps/unix/bsd/wait3.c: ... here.
13281         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13282         * sysdeps/unix/bsd/waitpid.c: ... here.
13283
13284 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
13285
13286         [BZ #16356]
13287         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13288         round-to-nearest for [!USE_AS_EXPM1L].
13289         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13290         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
13291         more tests of exp and exp10.  Expect some exp10 tests to miss
13292         exceptions or fail in directed rounding modes.
13293         * math/auto-libm-test-out: Regenerated.
13294         * math/libm-test.inc (exp10_tonearest_test_data): New array.
13295         (exp10_test_tonearest): New function.
13296         (exp10_towardzero_test_data): New array.
13297         (exp10_test_towardzero): New function.
13298         (exp10_downward_test_data): New array.
13299         (exp10_test_downward): New function.
13300         (exp10_upward_test_data): New array.
13301         (exp10_test_upward): New function.
13302         (main): Call the new functions.
13303         * sysdeps/i386/fpu/libm-test-ulps: Update.
13304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13305
13306 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
13307
13308         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13309         asinh, atan, atan2, atanh, cbrt, cos and cosh.
13310         * math/auto-libm-test-out: Regenerated.
13311         * math/libm-test.inc (acosh_test_data): Add more tests.
13312         (atanh_test_data): Likewise.
13313         (ceil_test_data): Likewise.
13314         (copysign_test_data): Likewise.
13315         * sysdeps/i386/fpu/libm-test-ulps: Update.
13316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13317
13318         * timezone/checktab.awk: Update from tzcode 2013i.
13319         * timezone/private.h: Likewise.
13320         * timezone/scheck.c: Likewise.
13321         * timezone/tzfile.h: Likewise.
13322         * timezone/tzselect.ksh: Likewise.
13323         * timezone/zdump.c: Likewise.
13324         * timezone/zic.c: Likewise.
13325
13326         * math/auto-libm-test-in: Add tests of cpow.
13327         * math/auto-libm-test-out: Regenerated.
13328         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
13329         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13330         mpc_cc_c.
13331         (func_calc_desc): Add mpc_cc_c union field.
13332         (test_functions): Add cpow.
13333         (special_fill_2pi): New function.
13334         (special_real_inputs): Add 2pi.
13335         (calc_generic_results): Handle mpc_cc_c.
13336         * sysdeps/i386/fpu/libm-test-ulps: Update.
13337         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13338
13339         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13340         csqrt, ctan and ctanh.
13341         * math/auto-libm-test-out: Regenerated.
13342         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13343         (TEST_COND_x86): Likewise.
13344         (ccos_test_data): Use AUTO_TESTS_c_c.
13345         (ccosh_test_data): Likewise.
13346         (cexp_test_data): Likewise.
13347         (clog_test_data): Likewise.
13348         (csqrt_test_data): Likewise.
13349         (ctan_test_data): Likewise.
13350         (ctan_tonearest_test_data): Likewise.
13351         (ctan_towardzero_test_data): Likewise.
13352         (ctan_downward_test_data): Likewise.
13353         (ctan_upward_test_data): Likewise.
13354         (ctanh_test_data): Likewise.
13355         (ctanh_tonearest_test_data): Likewise.
13356         (ctanh_towardzero_test_data): Likewise.
13357         (ctanh_downward_test_data): Likewise.
13358         (ctanh_upward_test_data): Likewise.
13359         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13360         mpc_c_c.
13361         (func_calc_desc): Add mpc_c_c union field.
13362         (FUNC_mpc_c_c): New macro.
13363         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13364         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13365         ctanh.
13366         (special_fill_min_subnorm_p120): New function.
13367         (special_real_inputs): Add min_subnorm_p120.
13368         (calc_generic_results): Handle mpc_c_c.
13369         * sysdeps/i386/fpu/libm-test-ulps: Update.
13370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13371
13372 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
13373
13374         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13375         (do_sin_slow): New functions.
13376         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13377         (cslow2, csloww1, csloww2): Use the new functions.
13378
13379         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13380         Use M to change sign of result instead of X.  Assume X is
13381         positive.
13382         (csloww1): Likewise.
13383         (__sin): Adjust.
13384         (__cos): Adjust.
13385
13386         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13387         arguments A and DA.
13388         (__sin): Adjust.
13389         (__cos): Likewise.
13390
13391         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13392         (__cos): Likewise.
13393         (sloww1): Don't adjust sign of DX.
13394         (csloww1): Likewise.
13395         (sloww2): Use X directly and don't adjust sign of DX.
13396         (csloww2): Likewise.
13397
13398 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13399
13400         * math/auto-libm-test-in: Add tests of cabs and carg.
13401         * math/auto-libm-test-out: Regenerated.
13402         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13403         (carg_test_data): Likewise.
13404         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13405         mpc_c_f.
13406         (func_calc_desc): Add mpc_c_f union field.
13407         (test_functions): Add cabs and carg.
13408         (calc_generic_results): Handle mpc_c_f.
13409
13410         * sysdeps/powerpc/powerpc32/libgcc-compat.S
13411         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13412         as a macro and a compat symbol.
13413         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13414         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13415         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13416         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13417         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13418         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13419         not use .hidden.
13420         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13421         Likewise.
13422         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13423         Likewise.
13424         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13425         Likewise.
13426         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13427         Likewise.
13428         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13429         Likewise.
13430         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13431         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13432         from GLIBC_2.3.2.
13433
13434 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13435
13436         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13437
13438 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13439
13440         * manual/texinfo.tex: Update to version 2013-11-26.10 with
13441         trailing whitespace removed.
13442         * scripts/config.guess: Update to version 2013-11-29.
13443         * scripts/config.sub: Update to version 2013-10-01.
13444
13445         * math/auto-libm-test-in: Add tests of sincos.
13446         * math/auto-libm-test-out: Regenerated.
13447         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13448         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13449         mpfr_f_11.
13450         (func_calc_desc): Add mpfr_f_11 union field.
13451         (test_functions): Add sincos.
13452         (calc_generic_results): Handle mpfr_f_11.
13453         * sysdeps/i386/fpu/libm-test-ulps: Update.
13454         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13455
13456 2013-12-19  Andreas Schwab  <schwab@suse.de>
13457
13458         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13459         CALL_MCOUNT.
13460         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13461         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13462         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13463
13464 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
13465
13466         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13467         * sysdeps/i386/fpu/libm-test-ulps: Update.
13468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13469
13470         [BZ #16293]
13471         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13472         round-to-nearest mode when using frndint.
13473         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13474         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13475         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13476         Likewise.
13477         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
13478         sinh test to fail.
13479         * math/auto-libm-test-out: Regenerated.
13480         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13481         (TEST_COND_x86): Likewise.
13482         (expm1_tonearest_test_data): New array.
13483         (expm1_test_tonearest): New function.
13484         (expm1_towardzero_test_data): New array.
13485         (expm1_test_towardzero): New function.
13486         (expm1_downward_test_data): New array.
13487         (expm1_test_downward): New function.
13488         (expm1_upward_test_data): New array.
13489         (expm1_test_upward): New function.
13490         (main): Run the new test functions.
13491         * sysdeps/i386/fpu/libm-test-ulps: Update.
13492         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13493
13494         * include/features.h: Update comment documenting feature test
13495         macros.  Mention _DEFAULT_SOURCE in comment.
13496         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13497         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13498         _BSD_SOURCE and _SVID_SOURCE.
13499         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13500         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13501         !_SVID_SOURCE]: Likewise.
13502         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13503         (__USE_POSIX_IMPLICITLY): Define.
13504         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13505         (_POSIX_SOURCE): Undefine and redefine.
13506         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13507         (_POSIX_C_SOURCE): Likewise.
13508         * manual/creature.texi (_DEFAULT_SOURCE): Document.
13509         (Feature Test Macros): Update documentation of default features.
13510
13511 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13512
13513         * benchtests/Makefile: Add bench-strtok.
13514         * benchtests/bench-strtok.c: New file: strtok benchtest.
13515
13516 2013-12-19  Allan McRae  <allan@archlinux.org>
13517
13518         * manual/install.texi: Suppress menu for plain text output.
13519         * INSTALL: Regenerated.
13520
13521 2013-12-18  Brooks Moses  <bmoses@google.com>
13522
13523         [BZ #15846]
13524         * misc/getauxval.c: Include errno.h.
13525         (__getauxval): Set errno to ENOENT if the requested type is not
13526         found.
13527         * misc/sys/auxv.h (getauxval): Document that it may set errno;
13528         don't declare with __attribute_const__.
13529         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
13530         * manual/startup.texi: Document that getauxval sets errno.
13531
13532 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13533
13534         * math/auto-libm-test-in: Add tests of jn and yn.
13535         * math/auto-libm-test-out: Regenerated.
13536         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
13537         (yn_test_data): Likewise.
13538         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13539         mpfr_if_f.
13540         (func_calc_desc): Add mpfr_if_f union field.
13541         (FUNC_mpfr_if_f): New macro.
13542         (test_functions): Add jn and yn.
13543         (calc_generic_results): Assert type of second input for
13544         mpfr_ff_f.  Handle mpfr_if_f.
13545         (output_for_one_input_case): Disable all checking for arguments
13546         fitting floating-point types in case of an integer argument.
13547         * sysdeps/i386/fpu/libm-test-ulps: Update.
13548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13549
13550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
13551         Don't expect fegetround reference in libm.so.
13552
13553 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
13554
13555         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
13556         $(config-cflags-nofma).
13557
13558 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
13559
13560         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
13561         * math/auto-libm-test-out: Regenerated.
13562
13563         [BZ #16338]
13564         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
13565         to determine exponent and adjust argument to have exponent of -1.
13566         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
13567         log2.
13568         * math/auto-libm-test-out: Regenerated.
13569         * sysdeps/i386/fpu/libm-test-ulps: Update.
13570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13571
13572 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
13573
13574         * manual/probes.texi: Remove cases when per-thread arenas are
13575         disabled.
13576
13577 2013-12-18  Andreas Schwab  <schwab@suse.de>
13578
13579         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
13580         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
13581         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
13582         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
13583         * sysdeps/i386/i686/multiarch/Makefile: Update.
13584         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
13585
13586 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13587
13588         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
13589         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
13590
13591 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
13592
13593         [BZ #15968]
13594         Support TZ transition times < 00:00:00.
13595         This is needed for version-3 tz-format files; it supports time
13596         stamps past 2037 for America/Godthab (the only entry in the tz
13597         database for which this change is relevant).
13598         * manual/time.texi (TZ Variable): Document transition times
13599         from -167:59:59 through -00:00:01.
13600         * time/tzset.c (tz_rule): Time of day is now signed.
13601         (__tzset_parse_tz): Parse negative time of day.
13602
13603         Document TZ transition times >= 25:00:00.
13604         * manual/time.texi (TZ Variable): Document transition times from
13605         25:00:00 through 167:59:59.  These are already supported, and this
13606         support will help with version-3 tz-format files.
13607
13608         * manual/time.texi (TZ Variable): Modernize North America example
13609         to reflect current (i.e., 2007-and-later) daylight saving rules.
13610
13611         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
13612
13613 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13614
13615         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
13616         * sysdeps/unix/bsd/bits/stat.h: Likewise.
13617         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
13618         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
13619         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
13620         * sysdeps/unix/bsd/bsdstat.h: Likewise.
13621         * sysdeps/unix/bsd/clock.c: Likewise.
13622         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
13623         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
13624         * sysdeps/unix/bsd/init-posix.c: Likewise.
13625         * sysdeps/unix/bsd/poll.c: Likewise.
13626         * sysdeps/unix/bsd/ptsname.c: Likewise.
13627         * sysdeps/unix/bsd/seekdir.c: Likewise.
13628         * sysdeps/unix/bsd/setegid.c: Likewise.
13629         * sysdeps/unix/bsd/seteuid.c: Likewise.
13630         * sysdeps/unix/bsd/setgid.c: Likewise.
13631         * sysdeps/unix/bsd/setrgid.c: Likewise.
13632         * sysdeps/unix/bsd/setruid.c: Likewise.
13633         * sysdeps/unix/bsd/setsid.c: Likewise.
13634         * sysdeps/unix/bsd/setuid.c: Likewise.
13635         * sysdeps/unix/bsd/sigaction.c: Likewise.
13636         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
13637         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
13638         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
13639         * sysdeps/unix/bsd/telldir.c: Likewise.
13640         * sysdeps/unix/bsd/times.c: Likewise.
13641         * sysdeps/unix/bsd/usleep.c: Likewise.
13642
13643         * misc/Makefile (install-lib): Remove libbsd-compat.a.
13644         ($(objpfx)libbsd-compat.a): Remove rule.
13645
13646         * include/features.h (__FAVOR_BSD): Do not define.
13647         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
13648         features conflicting with POSIX.
13649         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
13650         (_BSD_SOURCE): Remove description of not being a subset of other
13651         feature test macros.
13652         * manual/job.texi (getpgrp): Do not document BSD version.
13653         (getpgid): Do not document by reference to BSD getpgrp.
13654         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
13655         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
13656         * signal/signal.h [__FAVOR_BSD]: Likewise.
13657         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
13658         instead of making contents conditional on [__FAVOR_BSD].
13659         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
13660
13661 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13662
13663         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13664
13665 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
13666
13667         [BZ #16314]
13668         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
13669         values below 2**-450, not 2**-500.
13670         * math/auto-libm-test-in: Don't allow spurious underflow from
13671         hypot.
13672         * math/auto-libm-test-out: Regenerated.
13673
13674         [BZ #16316]
13675         [BZ #16330]
13676         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
13677         values of ha and hb and sort them after adjusting subnormal
13678         arguments.
13679         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13680         Likewise.
13681         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
13682         values of ea and eb and sort them after adjusting subnormal
13683         arguments.
13684         * math/auto-libm-test-in: Do not expect some hypot tests of
13685         subnormals to fail.  Add more hypot tests.
13686         * math/auto-libm-test-out: Regenerated.
13687
13688 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13689
13690         [BZ #13304]
13691         * sysdeps/sh/s_fma.c: New file.
13692         * sysdeps/sh/s_fmaf.c: New file.
13693         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
13694         version.
13695         * sysdeps/sh/Implies: Add sh/soft-fp.
13696
13697 2013-12-16  Roland McGrath  <roland@hack.frob.com>
13698
13699         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
13700         level of indirection to members `objname', `errstring', `malloced'.
13701         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
13702         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
13703         it as the __longjmp argument (just pass 1 instead).
13704         (_dl_catch_error): Initialize C with argument pointers and address of
13705         volatile local ERRCODE rather than copying values out of C at return.
13706
13707 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
13708
13709         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
13710         * math/auto-libm-test-out: Regenerated.
13711         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
13712         (hypot_test_data): Likewise.
13713         (pow_test_data): Likewise.
13714         (pow_tonearest_test_data): Likewise.
13715         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13716         mpfr_ff_f.
13717         (func_calc_desc): Add mpfr_ff_f union field.
13718         (FUNC_mpfr_ff_f): New macro.
13719         (test_functions): Add atan2, hypot and pow.
13720         (special_fill_min): New function.
13721         (special_fill_minus_min): Likewise.
13722         (special_fill_min_subnorm): Likewise.
13723         (special_fill_minus_min_subnorm): Likewise.
13724         (special_real_inputs): Add min, -min, min_subnorm and
13725         -min_subnorm.
13726         (calc_generic_results): Handle mpfr_ff_f.
13727         * sysdeps/i386/fpu/libm-test-ulps: Update.
13728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13729
13730 2013-12-16  Will Newton  <will.newton@linaro.org>
13731
13732         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
13733         (Aligned Memory Blocks): Add documentation for aligned_alloc
13734         and suggest it as an alternative to posix_memalign.
13735         (Hooks for Malloc): Document __memalign_hook is also called
13736         for aligned_alloc.  (Summary of Malloc): Add summary for
13737         aligned alloc.  Document __memalign_hook is also called
13738         for aligned_alloc.
13739
13740 2013-12-16  Will Newton  <will.newton@linaro.org>
13741
13742         * manual/memory.texi (Malloc Examples): Clarify default
13743         alignment documentation.  Suggest posix_memalign rather
13744         than memalign or valloc.
13745         (Aligned Memory Blocks): Remove suggestion to use memalign
13746         or valloc.  Remove obsolete comment about BSD.
13747         Document memalign errno values and mark the function obsolete.
13748         Document posix_memalign returned error codes.  Mark valloc
13749         as obsolete.  (Hooks for Malloc): __memalign_hook is also
13750         called for posix_memalign and valloc.
13751         (Summary of Malloc): Add posix_memalign to function summary.
13752         __memalign_hook is also called for posix_memalign and valloc.
13753
13754 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
13755
13756         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
13757         TAYLOR_SIN.
13758         (__sin): Adjust.
13759         (__cos): Likewise.
13760         (sloww): Use mynumber union.  Expand ternary operator into
13761         if-else statements.
13762         (cslow): use mynumber union.
13763
13764 2013-12-16  Allan McRae  <allan@archlinux.org>
13765
13766         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13767         * configure: Regenerated.
13768
13769         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13770
13771         [BZ #14120]
13772         * configure.ac: Added --enable-maintainer-mode. Check for
13773         autoconf when enabled.
13774         * configure: Regenerated.
13775
13776         * nscd/nscd.service: New file.
13777         * nscd/nscd.tmpfiles: New file.
13778
13779 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
13780
13781         [BZ #12100]
13782         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
13783         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
13784         * sysdeps/x86_64/multiarch/strstr.c: ... here.
13785         (strstr): Add __strstr_sse2_unaligned ifunc.
13786         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
13787         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
13788         (strcasestr): Remove __strcasestr_sse42 ifunc.
13789         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
13790         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
13791         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
13792
13793 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13794
13795         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
13796         * sysdeps/sh/bits/fenv.h: ... here.
13797         * sysdeps/sh/sh4/fpu/bits: Remove directory.
13798
13799 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13800
13801         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
13802
13803         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
13804         hypotf multiarch implementations.
13805         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
13806         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
13807         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
13808         multiarch hypot for PPC64.
13809         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
13810         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
13811         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
13812         multiarch hypotf for PPC64.
13813
13814         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
13815         modff multiarch implementations.
13816         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
13817         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13818         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13819         multiarch modf for PPC64.
13820         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13821         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13822         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13823         multiarch modff for PPC64.
13824
13825         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13826         and logl multiarch implementations.
13827         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13828         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13829         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13830         multiarch logb for PPC64.
13831         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13832         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13834         multiarch logb for PPC64.
13835         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13836         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13837         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13838         multiarch logb for PPC64.
13839
13840         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13841         isinff multiarch implementation.
13842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13843         file.
13844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13846         multiarch isinf for PPC64.
13847         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13848         file.
13849         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13850         multiarch isinff for PPC64.
13851
13852         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13853         finitef multiarch implementation.
13854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13855         file.
13856         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13857         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13858         multiarch finite for PPC64.
13859         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13860         file.
13861         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13862         multiarch finitef for PPC64.
13863
13864         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13865         lrint multiarch implementation.
13866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13867         file.
13868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13869         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13870         multiarch llrint for PPC64.
13871         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13872         multiarch lrint for PPC64.
13873
13874         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13875         copysignf multiarch implementation.
13876         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13877         file.
13878         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13879         file.
13880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13881         multiarch copysign for PPC64.
13882         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13883         multiarch copysignf for PPC64.
13884
13885         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13886         multiarch implementation.
13887         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13888         file.
13889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13890         file.
13891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13892         file.
13893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13894         file.
13895         multiarch llround for PPC64.
13896         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13897         multiarch trunc for PPC64.
13898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13899         multiarch truncf for PPC64.
13900
13901         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13902         multiarch implementation.
13903         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13904         file.
13905         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13906         file.
13907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13908         file.
13909         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13910         file.
13911         multiarch llround for PPC64.
13912         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13913         multiarch round for PPC64.
13914         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13915         multiarch roundf for PPC64.
13916
13917         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13918         multiarch implementation.
13919         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13920         file.
13921         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13922         file.
13923         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13924         file.
13925         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13926         file.
13927         multiarch llround for PPC64.
13928         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13929         multiarch floor for PPC64.
13930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13931         multiarch floorf for PPC64.
13932
13933         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13934         multiarch implementation.
13935         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13936         file.
13937         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13938         file.
13939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13940         file.
13941         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13942         file.
13943         multiarch llround for PPC64.
13944         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13945         multiarch ceil for PPC64.
13946         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13947         multiarch ceilf for PPC64.
13948
13949         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13950         multiarch implementation.
13951         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13952         file.
13953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13954         file.
13955         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13956         file.
13957         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13958         multiarch llround for PPC64.
13959         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13960         multiarch lround for PPC64.
13961
13962         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13963         multiarch implementation.
13964         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13965         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13966         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13967         file.
13968         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13969         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13971         multiarch isnan for PPC64.
13972         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13973         multiarch isnanf for PPC64.
13974
13975         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13976         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13977         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13978         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13979         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13981
13982         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13983         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13984         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13985         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13986
13987         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13988         multiarch implementations.
13989         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13990         (__libc_ifunc_impl_list): Likewise.
13991         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
13992         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
13993         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
13994         multiarch stpcpy for PPC64.
13995
13996         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
13997         multiarch implementations.
13998         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13999         (__libc_ifunc_impl_list): Likewise.
14000         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
14001         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
14002         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
14003         multiarch strcpy for PPC64.
14004
14005         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
14006         redefine function name.
14007         (_wordcopy_fwd_dest_aligned): Likewise.
14008         (_wordcopy_bwd_aligned): Likewise.
14009         (_wordcopy_bwd_dest_aligned): Likewise.
14010         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
14011         multiarch implementations.
14012         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14013         (__libc_ifunc_impl_list): Likewise.
14014         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
14015         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
14016         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
14017         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
14018         multiarch wcscpy for PPC64.
14019
14020         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
14021         multiarch implementations.
14022         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14023         (__libc_ifunc_impl_list): Likewise.
14024         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
14025         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
14026         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
14027         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
14028         multiarch wcscpy for PPC64.
14029
14030         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
14031         multiarch implementations.
14032         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14033         (__libc_ifunc_impl_list): Likewise.
14034         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
14035         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
14036         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
14037         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
14038         multiarch wcsrchr for PPC64.
14039
14040         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
14041         multiarch implementations.
14042         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14043         (__libc_ifunc_impl_list): Likewise.
14044         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
14045         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
14046         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
14047         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
14048         multiarch wcschr for PPC64.
14049
14050         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
14051         multiarch implementations.
14052         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14053         (__libc_ifunc_impl_list): Likewise.
14054         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
14055         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
14056         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
14057         multiarch strchrnul for PPC64.
14058
14059         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
14060         implementations.
14061         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14062         (__libc_ifunc_impl_list): Likewise.
14063         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
14064         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
14065         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
14066         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
14067         strchr for PPC64.
14068
14069         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
14070         implementations.
14071         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14072         (__libc_ifunc_impl_list): Likewise.
14073         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
14074         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
14075         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
14076         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
14077         strncmp for PPC64.
14078
14079         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
14080         multiarch implementations.
14081         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14082         (__libc_ifunc_impl_list): Likewise.
14083         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
14084         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
14085         strncasecmp for PPC64.
14086         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
14087         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
14088         multiarch strncasecmp_l for PPC64.
14089
14090         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
14091         multiarch implementations.
14092         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14093         (__libc_ifunc_impl_list): Likewise.
14094         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
14095         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
14096         multiarch strcasecmp for PPC64.
14097         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
14098         file.
14099         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14100         multiarch strcasecmp_l for PPC64.
14101
14102         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14103         implementations.
14104         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14105         (__libc_ifunc_impl_list): Likewise.
14106         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14107         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14108         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14109         strnlen for PPC64.
14110
14111         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14112         implementations.
14113         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14114         (__libc_ifunc_impl_list): Likewise.
14115         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14116         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14117         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14118         strlen for PPC64.
14119
14120         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14121         implementations.
14122         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14123         (__libc_ifunc_impl_list): Likewise.
14124         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14125         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
14126         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
14127         rawmemrchr for PPC64.
14128
14129         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
14130         implementation.
14131         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14132         (__libc_ifunc_impl_list): Likewise.
14133         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14134         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14135         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14136         memrchr for PPC64.
14137
14138         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14139         implementation.
14140         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14141         (__libc_ifunc_impl_list): Likewise.
14142         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14143         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14144         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14145         memchr for PPC64.
14146
14147         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14148         implementation.
14149         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14150         (__libc_ifunc_impl_list): Likewise.
14151         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14152         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14153         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14154         mempcpy for PPC64.
14155
14156         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14157         avoid cretion of __bzero symbol.
14158         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14159         Likewise.
14160         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14161         Likewise.
14162         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14163         Likewise.
14164         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14165         multiarch implementations.
14166         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14167         (__libc_ifunc_impl_list): Likewise.
14168         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14169         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14170         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14171         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14172         bzero for PPC32.
14173         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14174         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14175         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14176         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14177         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14178         memset for PPC64.
14179         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14180
14181         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14182         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14183         implementations.
14184         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14185         (__libc_ifunc_impl_list): Likewise.
14186         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14187         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14188         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14189         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14190         memcmp for PPC64.
14191
14192         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14193         multiarch for POWER/PPC64.
14194         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14195         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14196         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14197         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14198         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14199         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14200         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14201         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14202         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14203         memcpy for PPC64.
14204
14205         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14206         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14207         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14208         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14209         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14210         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14211         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14212         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14213         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14214         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14215         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14216         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14217         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14218         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14219         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14227
14228 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14229
14230         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14231
14232 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
14233
14234         * benchtests/Makefile (bench): Add exp2 and log2.
14235         (LDLIBS-bench-exp2): Add -lm.
14236         (LDLIBS-bench-log2): Likewise.
14237         * benchtests/exp2-inputs: New inputs file.
14238         * benchtests/log2-inputs: New inputs file.
14239         * benchtests/log-inputs: Add new inputs.
14240         * benchtests/tan-inputs: Likewise.
14241
14242 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
14243
14244         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14245         definition...
14246         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14247         (csloww2): ... from here.
14248
14249         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14250         instead of structures.
14251         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14252         (POLYNOMIAL): Likewise.
14253         (TAYLOR_SLOW): Likewise.
14254         (__sin): Likewise.
14255         (__cos): Likewise.
14256         (slow1): Likewise.
14257         (slow2): Likewise.
14258         (sloww): Likewise.
14259         (sloww1); Likewise.
14260         (sloww2): Likewise.
14261         (bsloww1): Likewise.
14262         (bsloww2): Likewise.
14263         (cslow2): Likewise.
14264         (csloww): Likewise.
14265         (csloww1): Likewise.
14266         (csloww2): Likewise.
14267
14268 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
14269
14270         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
14271         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14272         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
14273         * malloc/hooks.c (realloc_check): Likewise.
14274
14275         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14276         * malloc/arena.c: Remove PER_THREAD conditional.
14277         [!PER_THREAD]: Remove code.
14278         (ptmalloc_unlock_all2): Likewise.
14279         (ptmalloc_init): Likewise.
14280         (_int_new_arena): Likewise.
14281         (arena_get2): Likewise.
14282         * malloc/hooks.c (__malloc_get_state): Likewise.
14283         (__malloc_set_state): Likewise.
14284         * malloc/malloc.c: Likewise.
14285         (struct malloc_state): Likewise.
14286         (struct malloc_par): Likewise.
14287         (__libc_realloc): Likewise.
14288         (__libc_mallopt): Likewise.
14289
14290 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14291
14292         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14293
14294 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
14295
14296         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14297         macro to a function.  Check for zero perturb_byte.
14298         (_int_malloc, _int_free): Remove zero perturb_byte checks.
14299
14300         * malloc/malloc.c: (force_reg): Remove.
14301         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14302         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
14303         force_reg by atomic_forced_read.
14304         * malloc/arena.c (ptmalloc_init): Likewise.
14305         * malloc/hooks.c (top_check): Likewise.
14306
14307 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14308
14309         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14310
14311 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
14312
14313         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14314
14315 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
14316
14317         * math/auto-libm-test-in: Add tests of lgamma.
14318         * math/auto-libm-test-out: Regenerated.
14319         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14320         (M_LOG_2_SQRT_PIl): Likewise.
14321         (lgamma_test_data): Use AUTO_TESTS_f_f1.
14322         * math/gen-auto-libm-tests.c (func_calc_method): Add value
14323         mpfr_f_f1.
14324         (func_calc_desc): Add mpfr_f_f1 union field.
14325         (ARGS1): New macro.
14326         (ARGS2): Likewise.
14327         (ARGS3): Likewise.
14328         (ARGS4): Likewise.
14329         (RET1): Likewise.
14330         (RET2): Likewise.
14331         (CALC): Likewise.
14332         (FUNC): Likewise.
14333         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14334         (test_functions): Add lgamma.
14335         (calc_generic_results): Handle mpfr_f_f1.
14336         * sysdeps/i386/fpu/libm-test-ulps: Update.
14337         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14338
14339 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14340
14341         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14342         __mpn_add_n for PowerPC64/POWER7.
14343         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14344         __mpn_sub_n for PowerPC64/POWER7.
14345
14346         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14347         __mpn_addmul_1 for PowerPC64.
14348         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14349         __mpn_submul_1 for PowerPC64.
14350         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14351         for PowerPC64.
14352         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14353         for PowerPC64.
14354
14355 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
14356
14357         [BZ #15089]
14358         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14359
14360 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14361
14362         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14363
14364         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14365         add multiarch folders.
14366         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14367         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14368         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14369         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14370         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14371         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14372         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14373         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14374         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14375         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14376         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14383
14384         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14385         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14386         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14387         New file.
14388         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14389         New file.
14390         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14391         multiarch __ieee754_hypot for PowerPC32.
14392         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14393         New file.
14394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14395         New file.
14396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14397         multiarch __ieee754_hypotf for PowerPC32.
14398
14399         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14400         long_double_symbol only if __logbl is defined.
14401         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14402         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14403         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14404         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14405         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14406         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14407         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14408         path for implementation.
14409         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14410         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14412         logb, and logbl multiarch implementations for PowerPC32.
14413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14414         file.
14415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14416         file.
14417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14418         multiarch logb for PowerPC32.
14419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14420         file.
14421         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14422         file.
14423         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14424         multiarch logbf for PowerPC32.
14425         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14427         file.
14428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14429         multiarch logbl implementation for PowerPC32.
14430
14431         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14432         and modff multiarch implementations.
14433         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14434         New file.
14435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14436         New file.
14437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14438         multiarch modf for PowerPC32.
14439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14440         New file.
14441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14442         New file.
14443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14444         multiarch modff for PowerPC32.
14445
14446         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14447         and lrintf multiarch implementations.
14448         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14449         New file.
14450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14451         New file.
14452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14453         multiarch lrint for PowerPC32.
14454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14455         file: multiarch lrintf for PowerPC32.
14456
14457         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14458         and lroundf multiarch implementations.
14459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14460         New file.
14461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14462         New file.
14463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14464         New file.
14465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14466         multiarch lround for PowerPC32.
14467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14468         file: multiarch lroundf for PowerPC32.
14469
14470         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14471         copysign and copysignf multiarch implementations.
14472         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14473         New file.
14474         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14475         New file.
14476         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14477         file: multiarch copysign for PowerPC32.
14478         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14479         file: multiarch copysignf for PowerPC32.
14480
14481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14482         and truncf multiarch implementations.
14483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14484         New file.
14485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14486         file.
14487         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14488         multiarch trunc for PowerPC32.
14489         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14490         New file.
14491         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14492         New file.
14493         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14494         multiarch truncf for PowerPC32.
14495
14496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14497         and roundf multiarch implementations.
14498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14499         New file.
14500         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14501         file.
14502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14503         multiarch round for PowerPC32.
14504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14505         New file.
14506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14507         New file.
14508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14509         multiarch roundf for PowerPC32.
14510
14511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14512         and floorf multiarch implementations.
14513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14514         New file.
14515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14516         file.
14517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14518         multiarch floor for PowerPC32.
14519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14520         New file.
14521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14522         New file.
14523         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14524         multiarch floorf for PowerPC32.
14525
14526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
14527         and ceilf multiarch implementations.
14528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
14529         New file.
14530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
14531         file.
14532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
14533         multiarch ceil for PowerPC32.
14534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
14535         New file.
14536         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
14537         file.
14538         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
14539         multiarch ceilf for PowerPC32.
14540
14541         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
14542         is defined.
14543         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
14544         FINITEF is defined.
14545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
14546         and finitef multiarch implementations.
14547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
14548         New file.
14549         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
14550         file.
14551         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
14552         multiarch finite for PowerPC32.
14553         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
14554         New file.
14555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
14556         file: multiarch finitef for PowerPC32.
14557
14558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
14559         and isinff multiarch implementations.
14560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
14561         file.
14562         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
14563         file.
14564         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
14565         multiarch isinf for PowerPC32.
14566         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
14567         New file.
14568         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
14569         multiarch isinff for PowerPC32.
14570
14571         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
14572         alias when __isnan is defined.
14573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
14574         and isnanf multiarch implementations.
14575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
14576         file.
14577         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
14578         file.
14579         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
14580         file.
14581         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
14582         file.
14583         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
14584         multiarch isnan for PowerPC32.
14585         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
14586         New file.
14587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
14588         New file.
14589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
14590         multiarch isnanf for PowerPC32.
14591
14592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
14593         and sqrtf multiarch implementations.
14594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
14595         file.
14596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
14597         file.
14598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
14599         multiarch sqrt for PowerPC32.
14600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
14601         file.
14602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
14603         file.
14604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
14605         multiarch sqrtf for PowerPC32.
14606
14607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
14608         and llroundf multiarch implementations.
14609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
14610         New file.
14611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
14612         New file.
14613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
14614         New file.
14615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
14616         file: multiarch llround for PowerPC32.
14617         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
14618         file: multiarch llroundf for PowerPC32.
14619
14620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
14621         multiarch PowerPC32 fpu implementations.
14622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
14623         New file.
14624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
14625         New file.
14626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
14627         multiarch llrint for PowerPC32.
14628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
14629         New file.
14630         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
14631         New file.
14632         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
14633         file.
14634
14635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
14636
14637         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
14638         file.
14639         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
14640         file.
14641         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
14642         file.
14643         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
14644         multiarch wordcopy for PPC32.
14645         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14646         wordcopy objects.
14647         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14648         (__libc_ifunc_impl_list): Likewise.
14649         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
14650         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
14651         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
14652         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
14653         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
14654         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
14655
14656         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
14657         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
14658         file.
14659         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
14660         file.
14661         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
14662         file.
14663         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
14664         multiarch wcscpy for PPC32.
14665         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14666         multiarch objects.
14667         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14668         (__libc_ifunc_impl_list): Likewise.
14669         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14670         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14671         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
14672         sysdeps/powerpc/power6/wcscpy.c.
14673
14674         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
14675         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
14676         file.
14677         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
14678         file.
14679         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
14680         file.
14681         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
14682         multiarch wcsrchr for PPC32.
14683         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14684         multiarch objects.
14685         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14686         (__libc_ifunc_impl_list): Likewise.
14687         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14688         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14689         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
14690         sysdeps/powerpc/power6/wcsrchr.c.
14691
14692         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
14693         file.
14694         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
14695         file.
14696         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
14697         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
14698         multiarch wcschr for PPc32.
14699         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14700         multiarch objects.
14701         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14702         (__libc_ifunc_impl_list): Likewise.
14703         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
14704         * sysdeps/powerpc/power6/wcschr.c: ... to here.
14705         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
14706         sysdeps/powerpc/power6/wcschr.c.
14707
14708         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
14709         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
14710         file.
14711         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
14712         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
14713         file: multiarch strchr for PPC32.
14714         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
14715         multiarch objects.
14716         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14717         (__libc_ifunc_impl_list): Likewise.
14718
14719         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
14720         name.
14721         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
14722         file.
14723         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
14724         file.
14725         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
14726         multiarch strchrnul for PPC32.
14727         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
14728         multiarch objects.
14729         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14730         (__libc_ifunc_impl_list): Likewise.
14731
14732         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
14733         file.
14734         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
14735         multiarch strncasecmp for PPC32.
14736         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
14737         file.
14738         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
14739         multiarch strncasecmp_l for PPC32.
14740         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
14741         strncasecmp multiarch objects.
14742         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14743         (__libc_ifunc_impl_list): Likewise.
14744
14745         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
14746         file.
14747         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
14748         multiarch strncasecmp for PPC32.
14749         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14750         New file.
14751         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
14752         multiarch strcasecmp_l for PPC32.
14753         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
14754         multiarch objects.
14755         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14756         (__libc_ifunc_impl_list): Likewise.
14757
14758         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
14759         file.
14760         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
14761         file.
14762         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
14763         multiarch strncmp for PPC32.
14764         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
14765         multiarch objects.
14766         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14767         (__libc_ifunc_impl_list): Likewise.
14768
14769         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14770         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14771         file.
14772         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14773         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14774         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14775         multiarch objects.
14776         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14777         (__libc_ifunc_impl_list): Likewise.
14778
14779         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
14780         file.
14781         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
14782         file.
14783         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
14784         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
14785         multiarch objects.
14786         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14787         (__libc_ifunc_impl_list): Likewise.
14788
14789         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
14790         file.
14791         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
14792         file.
14793         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
14794         multiarch rawmemchr for PPC32.
14795         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
14796         multiarch objects.
14797         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14798         (__libc_ifunc_impl_list): Likewise.
14799
14800         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
14801         file.
14802         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
14803         file.
14804         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
14805         file: memrchr multiarch for PPC32.
14806         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
14807         multiarch objects.
14808         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14809         (__libc_ifunc_impl_list): Likewise.
14810
14811         * string/memchr.c (__memchr): Using macro to redefine symbol name.
14812         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
14813         file.
14814         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
14815         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
14816         multiarch memchr for PPC32.
14817         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14818         multiarch objects.
14819         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14820         (__libc_ifunc_impl_list): Likewise.
14821
14822         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14823         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14824         file.
14825         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14826         file.
14827         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14828         file: multiarch mempcpy for PPC32.
14829         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14830         multiarch objects.
14831         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14832         (__libc_ifunc_impl_list): Likewise.
14833
14834         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14835         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14836         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14837         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14838         multiarch bzero for PPC32.
14839         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14840         file.
14841         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14842         file.
14843         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14844         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14845         file: multiarch memset for PPC32.
14846         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14847         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14848         memset multiarch objects.
14849         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14850         (__libc_ifunc_impl_list): Likewise.
14851
14852         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14853         file.
14854         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14855         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14856         memcmp for PPC32.
14857         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14858         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14859         multiarch objects.
14860         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14861         (__libc_ifunc_impl_list): Likewise.
14862
14863         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14864         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14865         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14866         file.
14867         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14868         file.
14869         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14870         file.
14871         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14872         multiarch memcpy for PPC32.
14873         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14874         multiarch objects.
14875         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14876         (__libc_ifunc_impl_list): Likewise.
14877
14878         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14879         support multiarch for POWER/PPC32.
14880         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14881         Likewise.
14882         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14884         Implies file to make multiarch folder appers before the fpu and
14885         default folder for power4 configuration.
14886
14887 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14888
14889         * scripts/bench.pl: Append volatile keyword to type.
14890
14891 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
14892
14893         * sysdeps/sh/sotruss-lib.c: New file.
14894         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14895
14896 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14897
14898         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14899
14900 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
14901
14902         [BZ #6810]
14903         * math/w_tgamma.c: Include <errno.h>.
14904         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
14905         * math/w_tgammaf.c: Include <errno.h>.
14906         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
14907         * math/w_tgammal.c: Include <errno.h>.
14908         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
14909         * math/auto-libm-test-in: Do not allow missing errno on tgamma
14910         underflow.  Add more tgamma tests.
14911         * math/auto-libm-test-out: Regenerated.
14912         * sysdeps/i386/fpu/libm-test-ulps: Update.
14913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14914
14915         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14916         sin, sinh, tan, tanh, tgamma, y0 and y1.
14917         * math/auto-libm-test-out: Regenerated.
14918         * math/libm-test.inc (TEST_COND_x86_64): New macro.
14919         (TEST_COND_x86): Likewise.
14920         (M_E2l): Remove macro.
14921         (M_E3l): Likewise.
14922         (M_2_SQRT_PIl): Likewise.
14923         (M_SQRT_PIl): Likewise.
14924         (M_1_DIV_El): Likewise.
14925         (log_test_data): Use AUTO_TESTS_f_f.
14926         (log10_test_data): Likewise.
14927         (log1p_test_data): Likewise.
14928         (log2_test_data): Likewise.
14929         (sin_test_data): Likewise.
14930         (sin_tonearest_test_data): Likewise.
14931         (sin_towardzero_test_data): Likewise.
14932         (sin_downward_test_data): Likewise.
14933         (sin_upward_test_data): Likewise.
14934         (sinh_test_data): Likewise.
14935         (sinh_tonearest_test_data): Likewise.
14936         (sinh_towardzero_test_data): Likewise.
14937         (sinh_downward_test_data): Likewise.
14938         (sinh_upward_test_data): Likewise.
14939         (tan_test_data): Likewise.
14940         (tan_tonearest_test_data): Likewise.
14941         (tan_towardzero_test_data): Likewise.
14942         (tan_downward_test_data): Likewise.
14943         (tan_upward_test_data): Likewise.
14944         (tanh_test_data): Likewise.
14945         (tgamma_test_data): Likewise.
14946         (y0_test_data): Likewise.
14947         (y1_test_data): Likewise.
14948         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14949         (special_real_inputs): Add pi/4.
14950         * sysdeps/i386/fpu/libm-test-ulps: Update.
14951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14952
14953 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14954
14955         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14956         "longjmp_target" static probes.
14957         (__longjmp): Rename to __longjmp_symbol.
14958         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14959         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14960         on which longjmp to generate.
14961         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14962         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14963         probe.
14964         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14965         (__sigjmp_save): Rename to __sigjmp_save_symbol.
14966         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14967         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14968         and __sigjmp_save_symbol based on which sigsetjmp to generated.
14969         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14971         __longjmp_symbol based on which __longjmp to generate.
14972         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14973         probe.
14974         (setjmp): Rename to setjmp_symbol.
14975         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14976         (_setjmp): Rename to _setjmp_symbol.
14977         (__sigsetjmp): Rename to __sigsetjmp_symbol.
14978         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14979         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14980         which setjmp to generate.
14981         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14982         "longjmp_target" static probes.
14983
14984 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
14985
14986         * benchtests/README: Add note about output arguments.
14987         * benchtests/bench-sincos.c: Remove file.
14988         * benchtests/sincos-inputs: New file.
14989         * scripts/bench.pl: Identify output arguments and define
14990         static variables for them.
14991
14992         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
14993
14994         [BZ #15941]
14995         * Makefile (INSTALL): Add install-plain.texi as the primary
14996         dependency.
14997         * manual/install-plain.texi: New file.
14998         * manual/install.texi: Include node directive only for
14999         non-plaintext output.
15000
15001 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
15002
15003         * stdlib/longlong.h: Update from GCC.
15004
15005         [BZ #6807]
15006         [BZ #15901]
15007         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
15008         * math/w_j0f.c (y0f): Likewise.
15009         * math/w_j0l.c (__y0l): Likewise.
15010         * math/w_j1.c (y1): Likewise.
15011         * math/w_j1f.c (y1f): Likewise.
15012         * math/w_j1l.c (__y1l): Likewise
15013         * math/w_jn.c (yn): Likewise.
15014         * math/w_jnf.c (ynf): Likewise.
15015         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
15016         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
15017         value for Bessel function domain errors outside _SVID_ mode.
15018         Adjust sign of return value for yn (negative integer, 0).
15019         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
15020         by zero in return for negative x and set sign appropriately for
15021         negative n.
15022         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
15023         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
15024         * math/libm-test.inc (y0_test_data): Add more tests and adjust
15025         expectations in error cases.
15026         (y1_test_data): Likewise.
15027         (yn_test_data): Likewise.
15028         * sysdeps/i386/fpu/libm-test-ulps: Update.
15029         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15030
15031 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15032
15033         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
15034         "64" to "64-v1".  Add "64-v2".
15035         (abi-64-options): Rename to ...
15036         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
15037         (abi-64-condition): Rename to ...
15038         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
15039         (abi-64-ld-soname): Rename to ...
15040         (abi-64-v1-ld-soname): ... this.
15041         (abi-64-v2-options): Define.
15042         (abi-64-v2-condition): Likewise.
15043         (abi-64-v2-ld-soname): Likewise.
15044         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
15045         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
15046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
15047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
15048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
15049
15050 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15051             Alan Modra  <amodra@gmail.com>
15052
15053         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
15054         New versions for use with the ELFv2 ABI.
15055         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
15056         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
15057         declaration.
15058         (struct La_ppc64v2_retval): Likewise.
15059         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
15060         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
15061         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
15062         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
15063         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
15064         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
15065         Do not save or restore CR.
15066         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
15067         (_dl_profile_resolve): Do no save or restore CR.  Support extended
15068         return values for ELFv2 ABI.  Fix location of FPR return registers.
15069         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
15070         updated values for _CALL_ELF == 2.
15071         (La_regs, La_retval, int_retval): Likewise.
15072
15073 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15074
15075         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
15076         (FRAME_MIN_SIZE_PARM): Likewise.
15077         (FRAME_BACKCHAIN): Likewise.
15078         (FRAME_CR_SAVE): Likewise.
15079         (FRAME_LR_SAVE): Likewise.
15080         (FRAME_TOC_SAVE): Likewise.
15081         (FRAME_PARM_SAVE): Likewise.
15082         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
15083         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
15084         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15085         (call_mcount_parm_offset): New macro.
15086         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
15087         (PROF): Use symbolic stack frame offsets.
15088         (TAIL_CALL_SYSCALL_ERROR): Likewise.
15089         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
15090         Redefine in terms of FRAME_MIN_SIZE.
15091         (_dl_runtime_resolve): Use symbolic stack frame offsets.
15092         (_dl_profile_resolve): Likewise.  Update comment.
15093         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
15094         symbols stack frame offsets.
15095         (__sigsetjmp): Likewise.
15096         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
15097         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
15098         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
15099         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15100
15101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15102         (FRAME_BACKCHAIN): Remove.
15103         (FRAME_CR_SAVE): Likewise.
15104         (FRAME_LR_SAVE): Likewise.
15105         (FRAME_COMPILER_DW): Likewise.
15106         (FRAME_LINKER_DW): Likewise.
15107         (FRAME_TOC_SAVE): Likewise.
15108         (FRAME_PARM_SAVE): Likewise.
15109         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15110         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15111         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15113         (CHECK_SP): Use symbolic stack frame offsets.
15114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15115         zone" instead of caller's parameter save area for temp storage.
15116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15117         Likewise.  Also, use symbolic stack frame offsets.
15118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15119         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15120         our own stack frame instead of the caller's.
15121         (__socket): Use symbolic stack frame offsets.
15122
15123 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15124             Alan Modra  <amodra@gmail.com>
15125
15126         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
15127         Define.
15128         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
15129         (PPC64_LOCAL_ENTRY_OFFSET): Define.
15130         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
15131         New function.
15132         (elf_machine_fixup_plt): Call it.
15133         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
15134         reloc arguments.
15135         (elf_machine_rela): Update call to elf_machine_plt_conflict.
15136         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15137         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
15138         r2 before calling target.
15139
15140 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15141             Alan Modra  <amodra@gmail.com>
15142
15143         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15144         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15145         versions of macros to support ELFv2 ABI.
15146         (LOCALENTRY): New macro.
15147         (ENTRY, EALIGN): Use it.
15148         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15149         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15150         fall through into ENTRY entry point.
15151         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15152         Only define if _CALL_ELF != 2.
15153
15154         (elf_machine_matches_host): Verify ABI version matches.
15155         (RTLD_START): Use LOCALENTRY.
15156         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15157         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15158         (PLT_ENTRY_WORDS): New macro.
15159         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15160         (elf_machine_runtime_setup): Support ELFv2 ABI.
15161         (elf_machine_fixup_plt): Likewise.
15162         (elf_machine_plt_conflict): Likewise.
15163         (resolve_ifunc): Likewise.
15164         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15165         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15166         Likewise.
15167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15168         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15170         (makecontext): Support ELFv2 ABI.
15171         * elf/elf.h (EF_PPC64_ABI): Define.
15172
15173 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15174
15175         * sysdeps/powerpc/powerpc64/sysdep.h
15176         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15177         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15178         (ENTRY) [ASSEMBLER]: ... but instead here ...
15179         (EALIGN) [ASSEMBLER]: ... and here.
15180         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15181         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15182         (ENTRY_2) [!ASSEMBLER]: Use it.
15183         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15184         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
15185         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15186         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
15187         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15189         Use PPC64_LOAD_FUNCPTR.
15190
15191         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15192
15193 2013-12-04  Alan Modra  <amodra@gmail.com>
15194
15195         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15196         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15197         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15198         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15199
15200         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15201         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15202         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15203         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15204         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15205         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15206
15207 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15208
15209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15210         (__makecontext): Fix incorrect CFI when backtracing out of
15211         context created via makecontext.
15212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15213         (__setcontext): Fix incorrect CFI during switch to new context.
15214         (__novec_setcontext): Likewise.
15215
15216 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15217
15218         [BZ #4772]
15219         * time/strptime_l.c (__strptime_internal): Allow modifiers
15220         in strptime.
15221         * time/tst-strptime.c (day_tests): Add testcase.
15222
15223 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15224
15225         * scripts/bench.pl: Skip over blank lines.
15226
15227 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15228
15229         [BZ #926]
15230         * manual/time.texi (Calendar Time): Clarify what timezone functions
15231         use.
15232
15233 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15234
15235         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15236
15237 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
15238
15239         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15240         implementation.
15241         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15242         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15243         * debug/memset_chk.c (__memset_chk): Likewise.
15244         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15245         * debug/strncpy_chk.c: Likewise.
15246
15247 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15248
15249         [BZ #15268]
15250         [BZ #15425]
15251         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15252         (__ieee754_exp): For possibly underflowing results, check size of
15253         result and force underflow exception if required.
15254         * math/auto-libm-test-in: Add more tests of exp.
15255         * math/auto-libm-test-out: Regenerated.
15256         * sysdeps/i386/fpu/libm-test-ulps: Update.
15257         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15258
15259         [BZ #16283]
15260         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15261         * math/w_exp2f.c (__exp2f): Likewise.
15262         * math/w_exp2l.c (__exp2l): Likewise.
15263         * math/auto-libm-test-in: Do not allow missing errno on exp2
15264         underflow.
15265         * math/auto-libm-test-out: Regenerated.
15266
15267 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
15268
15269         [BZ #16274]
15270         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15271         handle filename validation.
15272         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15273         (do_open): Delete.
15274
15275 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
15276
15277         [BZ #6786]
15278         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15279         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15280         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15281         <float.h>.
15282         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15283         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15284         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15285         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15286         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15287         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15288         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15289         * math/auto-libm-test-in: Don't allow missing errno from erfc.
15290         Add more erfc tests.
15291         * math/auto-libm-test-out: Regenerated.
15292         * sysdeps/i386/fpu/libm-test-ulps: Update.
15293         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15294
15295         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15296         exp2, expm1, j0 and j1.
15297         * math/auto-libm-test-out: Regenerated.
15298         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15299         (erfc_test_data): Likewise.
15300         (exp_test_data): Likewise.
15301         (exp_tonearest_test_data): Likewise.
15302         (exp_towardzero_test_data): Likewise.
15303         (exp_downward_test_data): Likewise.
15304         (exp_upward_test_data): Likewise.
15305         (exp10_test_data): Likewise.
15306         (exp2_test_data): Likewise.
15307         (expm1_test_data): Likewise.
15308         (j0_test_data): Likewise.
15309         (j1_test_data): Likewise.
15310         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15311         (input_flag_type): Add flag_xfail_rounding.
15312         (input_flags): Add xfail-rounding.
15313         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15314         (output_for_one_input_case): Handle flag_xfail_rounding.
15315         * sysdeps/i386/fpu/libm-test-ulps: Update.
15316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15317
15318 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
15319
15320         [BZ #16289]
15321         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15322         division by 0.
15323
15324 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
15325
15326         [BZ #16195]
15327         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15328         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15329         (STAP_PROBE0): New macro.
15330         (STAP_PROBE1): Likewise.
15331         (STAP_PROBE2): Likewise.
15332         (STAP_PROBE3): Likewise.
15333         (STAP_PROBE4): Likewise.
15334
15335 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
15336
15337         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15338
15339 2013-12-02  Steve Ellcey  <sellcey@mips.com>
15340
15341         * benchtests/Makefile (bench): Add sqrt.
15342         (LDLIBS-bench-sqrt): New.
15343         * benchtests/sqrt-input: New.
15344
15345 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
15346
15347         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15348         (GAIH_EAI): Likewise.
15349         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15350         (gaih_inet): Likewise.
15351         (getaddrinfo): Don't use GAIH_EAI.
15352
15353         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15354         (struct gaih): Remove definition.
15355
15356 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15357
15358         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15359         Use HERRNOP directly.
15360
15361 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15362
15363         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15364
15365 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
15366
15367         * math/gen-auto-libm-tests.c (test_functions): Add more
15368         single-argument functions.
15369         (special_fill_pi_2): New function.
15370         (special_fill_minus_pi_2): Likewise.
15371         (special_fill_pi_6): Likewise.
15372         (special_fill_minus_pi_6): Likewise.
15373         (special_fill_pi_3): Likewise.
15374         (special_fill_2pi_3): Likewise.
15375         (special_fill_e): Likewise.
15376         (special_fill_1_e): Likewise.
15377         (special_fill_e_minus_1): Likewise.
15378         (special_real_inputs): Add more special inputs.
15379         (output_for_one_input_case): Do not require ERANGE on underflow to
15380         zero if round-to-nearest result does not underflow to zero, unless
15381         exact results required.
15382         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15383         atan, atanh, cbrt, cos and cosh.
15384         * math/auto-libm-test-out: Regenerated.
15385         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15386         (acos_tonearest_test_data): Likewise.
15387         (acos_towardzero_test_data): Likewise.
15388         (acos_downward_test_data): Likewise.
15389         (acos_upward_test_data): Likewise.
15390         (acosh_test_data): Likewise.
15391         (asin_test_data): Likewise.
15392         (asin_tonearest_test_data): Likewise.
15393         (asin_towardzero_test_data): Likewise.
15394         (asin_upward_test_data): Likewise.
15395         (asinh_test_data): Likewise.
15396         (atan_test_data): Likewise.
15397         (atanh_test_data): Likewise.
15398         (cbrt_test_data): Likewise.
15399         (cos_test_data): Likewise.
15400         (cos_tonearest_test_data): Likewise.
15401         (cos_towardzero_test_data): Likewise.
15402         (cos_downward_test_data): Likewise.
15403         (cos_upward_test_data): Likewise.
15404         (cosh_test_data): Likewise.
15405         (cosh_tonearest_test_data): Likewise.
15406         (cosh_towardzero_test_data): Likewise.
15407         (cosh_downward_test_data): Likewise.
15408         (cosh_upward_test_data): Likewise.
15409         * sysdeps/i386/fpu/libm-test-ulps: Update.
15410         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15411
15412 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
15413
15414         [BZ #6787]
15415         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15416         * math/w_exp10f.c (__exp10f): Likewise.
15417         * math/w_exp10l.c (__exp10l): Likewise.
15418         * math/libm-test.inc (exp10_test_data): Add more tests and expect
15419         errno settings in existing tests.
15420
15421         [BZ #14032]
15422         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15423         precision control set to double precision.
15424         * sysdeps/i386/fpu/w_sqrt.c: New file.
15425         * math/auto-libm-test-in: Add more tests.
15426         * math/auto-libm-test-out: Update.
15427
15428         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15429         (sqrt_test_tonearest): New function.
15430         (sqrt_towardzero_test_data): New variable.
15431         (sqrt_test_towardzero): New function.
15432         (sqrt_downward_test_data): New variable.
15433         (sqrt_test_downward): New function.
15434         (sqrt_upward_test_data): New variable.
15435         (sqrt_test_upward): New function.
15436         (main): Call the new functions.
15437
15438         * math/gen-auto-libm-tests.c: New file.
15439         * math/auto-libm-test-in: Likewise.
15440         * math/auto-libm-test-out: New generated file.
15441         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15442         variables.
15443         (%beautify): Add generated representations of zero.
15444         (top level): Set $auto_input and call parse_auto_input.
15445         (beautify): Remove trailing "f" from hex float constants.
15446         (parse_args): Handle XFAIL_TEST.
15447         (convert_condition): New function.
15448         (or_value): Likewise.
15449         (or_cond_value): Likewise.
15450         (generate_testfile): Handle AUTO_TESTS_* lines.
15451         (parse_auto_input): New function.
15452         * math/libm-test.inc (XFAIL_TEST): New macro.
15453         (ERRNO_UNCHANGED): Update value.
15454         (ERRNO_EDOM): Likewise.
15455         (ERRNO_ERANGE): Likewise.
15456         (IGNORE_RESULT): Likewise.
15457         (TEST_COND_flt_32): New macro.
15458         (TEST_COND_dbl_64): Likewise.
15459         (TEST_COND_ldbl_96_intel): Likewise.
15460         (TEST_COND_ldbl_96_m68k): Likewise.
15461         (TEST_COND_ldbl_128): Likewise.
15462         (TEST_COND_ldbl_128ibm): Likewise.
15463         (TEST_COND_long32): Likewise.
15464         (TEST_COND_long64): Likewise.
15465         (TEST_COND_before_rounding): Likewise.
15466         (TEST_COND_after_rounding): Likewise.
15467         (enable_test): Handle XFAIL_TEST flag.
15468         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15469         with finite results.
15470         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15471         auto-libm-test-out.
15472
15473 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15474             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15475
15476         [BZ #16214]
15477         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15478         __tls_get_addr_internal instead of __tls_get_offset in order to
15479         avoid GOT pointer dependency.  Make rtld export
15480         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15481         __tls_get_addr since we are a __tls_get_offset platform.
15482         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15483         GOT pointer being set up before.
15484         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15485
15486 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
15487
15488         * manual/math.texi (Errors in Math Functions): Document accuracy
15489         goals.
15490
15491         [BZ #15004]
15492         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15493         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15494         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15495         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15496         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15497         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15498         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15499         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15500         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15501         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15502         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15503         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15504         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15505         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15506         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15507         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15508
15509         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15510         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15511         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15512         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15513         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15514         Likewise.
15515         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15516         Likewise.
15517         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15518         Likewise.
15519         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15520         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15521         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15522         atomic-feupdateenv and flt-rounds.
15523         * sysdeps/powerpc/nofpu/Versions (libc): Add
15524         __atomic_feholdexcept, __atomic_feclearexcept,
15525         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
15526         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
15527         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
15528         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
15529         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
15530         here.
15531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
15532         Update.
15533
15534         * manual/arith.texi (FP Exceptions): Document that exceptions may
15535         not be raised when matherr is used.
15536         (Math Error Reporting): Document overflow in directed rounding
15537         modes.  Document that errno may not be set when finite values are
15538         returned on overflow.  Document intent to set errno on underflow
15539         only for underflow to zero.
15540
15541         [BZ #16271]
15542         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
15543         round-to-nearest then adjust result for other rounding modes.
15544         * include/fenv.h (fegetround): Use libm_hidden_proto.
15545         * math/fegetround.c (fegetround): Use libm_hidden_def.
15546         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
15547         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
15548         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15549         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
15550         Likewise.
15551         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
15552         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15553         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
15554         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
15555
15556 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15557
15558         [BZ #16077]
15559         * nss/Versions (libnss_files): Add
15560         _nss_files_gethostbyname3_r.
15561         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
15562         New function.
15563         (HOST_DB_LOOKUP): Remove macro.
15564         (_nss_files_gethostbyname_r): Implement function without the
15565         HOST_DB_LOOKUP macro.
15566         (_nss_files_gethostbyname2_r): Likewise.
15567
15568 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
15569
15570         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
15571
15572 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
15573
15574         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
15575         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
15576         warning.
15577
15578 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15579
15580         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
15581         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
15582         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15583         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
15584         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
15585         __fe_nomask_env_priv and attribute_hidden.
15586         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
15587         (libc_feupdateenv_test_ppc): Likewise.
15588         (libc_feresetround_ppc): Likewise.
15589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15590         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
15591         compat_symbol macro.
15592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15593         (__fe_nomask_env): Likewise.
15594         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
15595
15596 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15597
15598         * string/Makefile: Remove ifunc tests.
15599         * string/test-string.h: Define TEST_IFUNC.
15600         * string/test-bcopy-ifunc.c: Remove.
15601         * string/test-bzero-ifunc.c: Likewise.
15602         * string/test-memccpy-ifunc.c: Likewise.
15603         * string/test-memchr-ifunc.c: Likewise.
15604         * string/test-memcmp-ifunc.c: Likewise.
15605         * string/test-memcpy-ifunc.c: Likewise.
15606         * string/test-memmem-ifunc.c: Likewise.
15607         * string/test-memmove-ifunc.c: Likewise.
15608         * string/test-mempcpy-ifunc.c: Likewise.
15609         * string/test-memrchr-ifunc.c: Likewise.
15610         * string/test-memset-ifunc.c: Likewise.
15611         * string/test-rawmemchr-ifunc.c: Likewise.
15612         * string/test-stpcpy-ifunc.c: Likewise.
15613         * string/test-stpncpy-ifunc.c: Likewise.
15614         * string/test-strcasecmp-ifunc.c: Likewise.
15615         * string/test-strcasestr-ifunc.c: Likewise.
15616         * string/test-strcat-ifunc.c: Likewise.
15617         * string/test-strchr-ifunc.c: Likewise.
15618         * string/test-strchrnul-ifunc.c: Likewise.
15619         * string/test-strcmp-ifunc.c: Likewise.
15620         * string/test-strcpy-ifunc.c: Likewise.
15621         * string/test-strcspn-ifunc.c: Likewise.
15622         * string/test-strlen-ifunc.c: Likewise.
15623         * string/test-strncasecmp-ifunc.c: Likewise.
15624         * string/test-strncat-ifunc.c: Likewise.
15625         * string/test-strncmp-ifunc.c: Likewise.
15626         * string/test-strncpy-ifunc.c: Likewise.
15627         * string/test-strnlen-ifunc.c: Likewise.
15628         * string/test-strpbrk-ifunc.c: Likewise.
15629         * string/test-strrchr-ifunc.c: Likewise.
15630         * string/test-strspn-ifunc.c: Likewise.
15631         * string/test-strstr-ifunc.c: Likewise.
15632
15633 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15634
15635         * benchtests/Makefile: Remove ifunc tests.
15636         * benchtests/bench-string.h: Define TEST_IFUNC.
15637         * benchtests/bench-bcopy-ifunc.c: Remove.
15638         * benchtests/bench-bzero-ifunc.c: Likewise.
15639         * benchtests/bench-memccpy-ifunc.c: Likewise.
15640         * benchtests/bench-memchr-ifunc.c: Likewise.
15641         * benchtests/bench-memcmp-ifunc.c: Likewise.
15642         * benchtests/bench-memcpy-ifunc.c: Likewise.
15643         * benchtests/bench-memmem-ifunc.c: Likewise.
15644         * benchtests/bench-memmove-ifunc.c: Likewise.
15645         * benchtests/bench-mempcpy-ifunc.c: Likewise.
15646         * benchtests/bench-memrchr-ifunc.c: Likewise.
15647         * benchtests/bench-memset-ifunc.c: Likewise.
15648         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
15649         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
15650         * benchtests/bench-stpcpy-ifunc.c: Likewise.
15651         * benchtests/bench-stpncpy-ifunc.c: Likewise.
15652         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
15653         * benchtests/bench-strcasestr-ifunc.c: Likewise.
15654         * benchtests/bench-strcat-ifunc.c: Likewise.
15655         * benchtests/bench-strchr-ifunc.c: Likewise.
15656         * benchtests/bench-strchrnul-ifunc.c: Likewise.
15657         * benchtests/bench-strcmp-ifunc.c: Likewise.
15658         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
15659         * benchtests/bench-strcpy-ifunc.c: Likewise.
15660         * benchtests/bench-strcspn-ifunc.c: Likewise.
15661         * benchtests/bench-strlen-ifunc.c: Likewise.
15662         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
15663         * benchtests/bench-strncat-ifunc.c: Likewise.
15664         * benchtests/bench-strncmp-ifunc.c: Likewise.
15665         * benchtests/bench-strncpy-ifunc.c: Likewise.
15666         * benchtests/bench-strnlen-ifunc.c: Likewise.
15667         * benchtests/bench-strpbrk-ifunc.c: Likewise.
15668         * benchtests/bench-strrchr-ifunc.c: Likewise.
15669         * benchtests/bench-strsep-ifunc.c: Likewise.
15670         * benchtests/bench-strspn-ifunc.c: Likewise.
15671         * benchtests/bench-strstr-ifunc.c: Likewise.
15672
15673 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15674
15675         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
15676
15677 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
15678
15679         * resolv/netdb.h: Use __glibc_reserved instead __unused.
15680         * rt/aio.h: Likewise.
15681         * sysdeps/gnu/bits/utmp.h: Likewise.
15682         * sysdeps/gnu/bits/utmpx.h: Likewise.
15683         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15684         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
15685         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
15686         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
15687         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
15688         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
15689         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
15690         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
15691         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
15692         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
15693         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
15694         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
15695         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
15696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
15697         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
15698         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
15699         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
15700         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
15701         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
15702         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
15703         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
15704         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
15705         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
15706         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
15707         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
15708         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15709         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
15710         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
15711         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
15712         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
15713         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
15714         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
15715         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
15716         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
15717         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
15718         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
15719         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
15720         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
15721         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
15722         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
15723         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
15724         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15725
15726 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
15727
15728         [BZ #16245]
15729         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
15730         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
15731
15732 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
15733
15734         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
15735         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
15736         Likewise.
15737
15738 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15739
15740         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
15741         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
15742         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
15743         (__fesetround): Remove define.
15744         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
15745         rounding and exceptions handling.
15746         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
15747         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
15748         (__fe_nomask_env): Likewise.
15749         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
15750         __fegetround instead of fegetround.
15751         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15752         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
15753
15754 2013-11-21  Roland McGrath  <roland@hack.frob.com>
15755
15756         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
15757         it's there.
15758
15759         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
15760
15761 2013-11-21  Meador Inge  <meadori@codesourcery.com>
15762
15763         [BZ #11157]
15764         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
15765         (encrypt_r): Likewise.
15766         * malloc/obstack.h (obstack_free): Likewise.
15767         * posix/unistd.h (encrypt): Likewise.
15768
15769 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
15770
15771         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15772         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15773         DL_CALL_DT_FINI() that call the functions directly.
15774         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15775         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15776         * elf/dl-fini.c: Likewise.
15777
15778 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
15779
15780         * malloc/hooks.c (memalign_check): Add alignment rounding.
15781         * malloc/malloc.c (_mid_memalign): New function.
15782         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
15783         Implement by calling _mid_memalign.
15784         * manual/probes.texi (Memory Allocation Probes): Remove
15785         memory_valloc_retry and memory_pvalloc_retry.
15786
15787 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15788
15789         * locale/programs/locarchive.c (open_archive): Add const
15790         qualifier to ARCHIVEFNAME and copy default fname to
15791         DEFAULT_FNAME.
15792
15793         [BZ #15601]
15794         * libio/tst-widetext.input: Rename Oriya to Odia.
15795         * locale/iso-639.def: Likewise.
15796
15797         * manual/probes.texi (Mathematical Function Probes): Add
15798         documentation for sin, cos, asin and acos probes.
15799         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
15800         (__sin32): Add slowasin probe.
15801         (__cos32): Add slowacos probe.
15802         (__mpsin): Add slowsin probe.
15803         (__mpcos): Add slowcos probe.
15804
15805 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
15806
15807         [BZ #15483]
15808         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
15809         thread-local __sim_exceptions_thread and global
15810         __sim_exceptions_global.
15811         (__sim_disabled_exceptions): Change to thread-local
15812         __sim_disabled_exceptions_thread and global
15813         __sim_disabled_exceptions_global.
15814         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15815         and global __sim_round_mode_global.
15816         (__simulate_exceptions): Use thread-local floating-point state and
15817         set global state from it as needed.
15818         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15819         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15820         __sim_round_mode_thread.
15821         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15822         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15823         and global __sim_exceptions_global.
15824         (__sim_disabled_exceptions): Change to thread-local
15825         __sim_disabled_exceptions_thread and global
15826         __sim_disabled_exceptions_global.
15827         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15828         and global __sim_round_mode_global.
15829         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15830         (SIM_SET_GLOBAL): Likewise.
15831         * sysdeps/powerpc/soft-fp/sfp-machine.h
15832         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15833         __sim_round_mode_thread.
15834         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15835         __sim_disabled_exceptions_thread.
15836         (__sim_exceptions): Change to __sim_exceptions_thread.
15837         (__sim_disabled_exceptions): Change to
15838         __sim_disabled_exceptions_thread.
15839         (__sim_round_mode): Change to __sim_round_mode_thread.
15840         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15841         thread-local floating-point state and set global state from it as
15842         needed.
15843         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15844         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15845         (__sim_disabled_exceptions): Remove extern declaration.
15846         (feenableexcept): Use thread-local floating-point state and set
15847         global state from it as needed.
15848         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15849         extern declaration.
15850         (__sim_disabled_exceptions): Likewise.
15851         (__sim_round_mode): Likewise.
15852         (__fegetenv): Use thread-local floating-point state.
15853         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15854         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15855         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15856         floating-point state and set global state from it as needed.
15857         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15858         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15859         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15860         Likewise.
15861         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15862         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15863         Likewise.
15864         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15865         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15866         Use __sim_round_mode_thread.
15867         * math/test-fenv-tls.c: New file.
15868         * math/Makefile (tests): Add test-fenv-tls.
15869         ($(objpfx)test-fenv-tls): Depend on
15870         $(common-objpfx)nptl/libpthread.so.
15871
15872 2013-11-19  Andreas Schwab  <schwab@suse.de>
15873
15874         * locale/programs/locale.c (show_info): Decode wordarray elements.
15875         * locale/categories.def (LC_MONETARY): Add element for
15876         _NL_MONETARY_CRNCYSTR.
15877         * locale/C-monetary.c (conversion_rate): New variable.
15878         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15879         element.
15880
15881 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
15882
15883         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15884         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15885
15886 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15887
15888         * elf/Makefile (tst-auxv): New test.
15889         * elf/tst-auxv.c: New
15890         * elf/rtld.c (dl_main): Adjust AT_EXECFN
15891
15892 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
15893
15894         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15895         (hidden_proto): Caller changed.
15896         (hidden_tls_proto): New macro.
15897         (libc_hidden_tls_proto): Likewise.
15898         (rtld_hidden_tls_proto): Likewise.
15899         (libm_hidden_tls_proto): Likewise.
15900         (libresolv_hidden_tls_proto): Likewise.
15901         (librt_hidden_tls_proto): Likewise.
15902         (libdl_hidden_tls_proto): Likewise.
15903         (libnss_files_hidden_tls_proto): Likewise.
15904         (libnsl_hidden_tls_proto): Likewise.
15905         (libnss_nisplus_hidden_tls_proto): Likewise.
15906         (libutil_hidden_tls_proto): Likewise.
15907
15908 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
15909
15910         [BZ #10253]
15911         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15912         (decompose_rpath): Defer expansion to fillin_rpath.
15913         (_dl_init_paths): Pass linkmap to fillin_rpath.
15914
15915 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
15916
15917         * benchtests/Makefile: Add strsep.
15918         * benchtests/bench-strsep.c: New file: strsep benchtest.
15919         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15920
15921 2013-11-18  Andreas Schwab  <schwab@suse.de>
15922
15923         * locale/programs/locale.c (show_info) [case byte]: Check for
15924         '\377' instead of '\177'.
15925         * locale/C-monetary.c (not_available): Always use "\377".
15926         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15927         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
15928         detect unavailable sign_posn locale elements.
15929         * locale/localeconv.c (__localeconv): For grouping and
15930         mon_grouping handle "\177" and "\377" like no grouping.
15931         (INT_ELEM): New macro.  Use it to set all numeric members.
15932         * locale/programs/ld-monetary.c (monetary_read)
15933         <tok_mon_grouping>: Normalize single -1 to the empty string.
15934         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15935         Likewise.
15936
15937 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15938
15939         [BZ #16055]
15940         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15941         when we match (nil).
15942         * stdio-common/tst-sscanf.c (struct test): Add testcase.
15943
15944 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
15945
15946         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15947         (NO_TEST_INLINE): Update value.
15948         (ERRNO_UNCHANGED): Likewise.
15949         (ERRNO_EDOM): Likewise.
15950         (ERRNO_ERANGE): Likewise.
15951         (IGNORE_RESULT): Likewise.
15952         (check_float_internal): Check signs of NaN results if
15953         TEST_NAN_SIGN used.
15954         (check_complex): Pass TEST_NAN_SIGN flag through to second
15955         check_float_internal call.
15956         (copysign_test_data): Add tests with quiet NaNs as second
15957         argument.  Use TEST_NAN_SIGN.
15958         (fabs_test_data): Add test of negative quiet NaN argument.  Use
15959         TEST_NAN_SIGN.
15960         (signbit_test_data): Add tests of quiet NaN argument.
15961         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15962
15963         * math/gen-libm-test.pl (show_exceptions): Take extra argument
15964         $ignore_result.
15965         (parse_args): Handle function results specified as IGNORE.
15966         * math/libm-test.inc (IGNORE_RESULT): New macro.
15967         (check_float_internal): Do not check numerical result if flag
15968         IGNORE_RESULT set.
15969         (check_complex): Pass through IGNORE_RESULT to second
15970         check_float_internal call.
15971         (check_int): Do not check numerical result if flag IGNORE_RESULT
15972         set.
15973         (check_long): Likewise.
15974         (check_bool): Likewise.
15975         (check_longlong): Likewise.
15976         (lrint_test_data): Add tests of infinite and NaN arguments.
15977         (lrint_tonearest_test_data): Likewise.
15978         (lrint_towardzero_test_data): Likewise.
15979         (lrint_downward_test_data): Likewise.
15980         (lrint_upward_test_data): Likewise.
15981         (llrint_test_data): Likewise.
15982         (llrint_tonearest_test_data): Likewise.
15983         (llrint_towardzero_test_data): Likewise.
15984         (llrint_downward_test_data): Likewise.
15985         (llrint_upward_test_data): Likewise.
15986         (lround_test_data): Likewise.
15987         (llround_test_data): Likewise.
15988
15989         * math/libm-test.inc (NO_TEST_INLINE): New macro.
15990         (ERRNO_UNCHANGED): Update value.
15991         (ERRNO_EDOM): Likewise.
15992         (ERRNO_ERANGE): Likewise.
15993         (NO_TEST_INLINE_FLOAT): New macro.
15994         (NO_TEST_INLINE_DOUBLE): Likewise.
15995         (enable_test): New function.
15996         (RUN_TEST_f_f): Check enable_test before running test.
15997         (RUN_TEST_2_f): Likewise.
15998         (RUN_TEST_fff_f): Likewise.
15999         (RUN_TEST_c_f): Likewise.
16000         (RUN_TEST_f_f1): Likewise.
16001         (RUN_TEST_fF_f1): Likewise.
16002         (RUN_TEST_fI_f1): Likewise.
16003         (RUN_TEST_ffI_f1): Likewise.
16004         (RUN_TEST_c_c): Likewise.
16005         (RUN_TEST_cc_c): Likewise.
16006         (RUN_TEST_f_i): Likewise.
16007         (RUN_TEST_f_i_tg): Likewise.
16008         (RUN_TEST_ff_i_tg): Likewise.
16009         (RUN_TEST_f_b): Likewise.
16010         (RUN_TEST_f_b_tg): Likewise.
16011         (RUN_TEST_f_l): Likewise.
16012         (RUN_TEST_f_L): Likewise.
16013         (RUN_TEST_fFF_11): Likewise.
16014         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
16015         conditionals.
16016         (cosh_test_data): Likewise.
16017         (exp_test_data): Likewise.
16018         (expm1_test_data): Likewise.
16019         (hypot_test_data): Likewise.
16020         (pow_test_data): Likewise.
16021         (sinh_test_data): Likewise.
16022         (tanh_test_data): Likewise.
16023         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
16024         flags argument.
16025
16026         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
16027         tests with quiet NaN input and output.
16028         (acosh_test_data): Likewise.
16029         (asin_test_data): Likewise.
16030         (asinh_test_data): Likewise.
16031         (atan_test_data): Likewise.
16032         (atanh_test_data): Likewise.
16033         (atan2_test_data): Likewise.
16034         (cbrt_test_data): Likewise.
16035         (cos_test_data): Likewise.
16036         (cosh_test_data): Likewise.
16037         (erf_test_data): Likewise.
16038         (erfc_test_data): Likewise.
16039         (exp_test_data): Likewise.
16040         (exp10_test_data): Likewise.
16041         (exp2_test_data): Likewise.
16042         (expm1_test_data): Likewise.
16043         (hypot_test_data): Likewise.
16044         (j0_test_data): Likewise.
16045         (j1_test_data): Likewise.
16046         (jn_test_data): Likewise.
16047         (lgamma_test_data): Likewise.
16048         (log_test_data): Likewise.
16049         (log10_test_data): Likewise.
16050         (log1p_test_data): Likewise.
16051         (log2_test_data): Likewise.
16052         (pow_test_data): Likewise.
16053         (scalb_test_data): Likewise.
16054         (sin_test_data): Likewise.
16055         (sincos_test_data): Likewise.
16056         (sinh_test_data): Likewise.
16057         (tan_test_data): Likewise.
16058         (tanh_test_data): Likewise.
16059         (tgamma_test_data): Likewise.
16060         (y0_test_data): Likewise.
16061         (y1_test_data): Likewise.
16062         (yn_test_data): Likewise.
16063
16064         [BZ #16167]
16065         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
16066         argument being NaN and avoid computations with second argument in
16067         that case.
16068         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16069         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
16070         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
16071
16072 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
16073
16074         * locale/iso-639.def: Add Chitwani Tharu (the).
16075
16076 2013-11-14  Andreas Schwab  <schwab@suse.de>
16077
16078         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
16079         word instead of empty string.
16080
16081 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16082
16083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16084         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
16085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16086         (__fe_nomask_env): Likewise.
16087
16088 2013-11-13  Steve Ellcey  <sellcey@mips.com>
16089
16090         * benchtests/bench-timing.h: Include time.h.
16091
16092 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
16093
16094         [BZ #15997]
16095         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
16096         to 3.4.0 for x32.
16097         * sysdeps/unix/sysv/linux/configure: Regenerated.
16098
16099 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
16100
16101         [BZ #16151]
16102         * stdlib/strtod_l.c (round_and_return): Do not consider
16103         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16104         exponent one less than half the least subnormal exponent.
16105         * stdlib/test-strtod-round-data: Add more tests.
16106         * stdlib/tst-strtod-round.c (tests): Regenerated.
16107
16108 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16109
16110         [BZ #14143]
16111         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16112         (__fe_mask_env): Likewise.
16113         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16114         libm_hidden_proto and add function prototype.
16115         (__fe_mask_env): Add function prototype.
16116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16117         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16119         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16121         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16122
16123 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16124
16125         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
16126         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
16127
16128 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16129
16130         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
16131         of htab_find_slot().
16132
16133 2013-11-11  David S. Miller  <davem@davemloft.net>
16134
16135         [BZ #16150]
16136         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16137         symbol in the non-vis3 case in static builds.
16138         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16139         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16140         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16141         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16142
16143 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
16144
16145         [BZ #387]
16146         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16147         it is empty.
16148
16149 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16150
16151         * benchtests/Makefile: Add bench-strtod.
16152         * benchtests/bench-strtod.c: New file: strtod benchtest
16153
16154 2013-11-11  Andreas Schwab  <schwab@suse.de>
16155
16156         [BZ #16153]
16157         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16158         terminating NUL in key length.
16159
16160 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16161
16162         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16163         Add artificial ODP entry for vDSO symbol for PPC64.
16164         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16165         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16166
16167 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
16168
16169         [BZ #15374]
16170         * nss/getent.c (services_keys): Recognize services starting with digit.
16171
16172 2013-11-06  David S. Miller  <davem@davemloft.net>
16173
16174         [BZ #15985]
16175         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16176         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16177
16178 2013-11-06  Will Newton  <will.newton@linaro.org>
16179
16180         * manual/memory.texi (Malloc Examples): Remove register
16181         keyword from examples.
16182
16183 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
16184
16185         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
16186
16187 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
16188
16189         [BZ #6981]
16190         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16191         depending on [__GCC_IEC_559 > 0].
16192         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16193         depending on [__GCC_IEC_559_COMPLEX > 0].
16194
16195 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
16196
16197         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16198         to iso-639.def.
16199
16200 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
16201
16202         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16203
16204 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
16205
16206         [BZ #16112]
16207         * malloc/malloc (malloc_info): Do not handle first bin as
16208         special case.
16209
16210 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
16211
16212         * locale/iso-639.def: Add Central Nahuatl (nhn).
16213
16214 2013-11-01  Bruno Haible  <bruno@clisp.org>
16215
16216         [BZ #7003]
16217         * manual/math.texi (BSD Random): Specify range upper bound as
16218         in POSIX.
16219
16220 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
16221
16222         * locale/iso-639.def: Add Meadow Mari (mhr).
16223
16224 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
16225
16226         [BZ #14752], [BZ #15763]
16227         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16228         Validate name.
16229         * rt/tst_shm.c: Add test for escaping directory.
16230
16231 2013-10-31  Andreas Schwab  <schwab@suse.de>
16232
16233         [BZ #15917]
16234         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16235         followed by 'x' as part of digit sequence.
16236         * stdio-common/tst-sscanf.c (double_tests2): New tests.
16237
16238 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16239
16240         [BZ #16037]
16241         * configure.ac: allow GNU Make 4.0 and greater.
16242         * configure: Regenerated.
16243
16244 2013-10-30  Will Newton  <will.newton@linaro.org>
16245
16246         [BZ #16038]
16247         * malloc/hooks.c (memalign_check): Limit alignment to the
16248         maximum representable power of two.
16249         * malloc/malloc.c (__libc_memalign): Likewise.
16250         * malloc/tst-memalign.c (do_test): Add test for very
16251         large alignment values.
16252         * malloc/tst-posix_memalign.c (do_test): Likewise.
16253
16254 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16255
16256         [BZ #11087]
16257         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16258         (munmap_chunk): Likewise.
16259         (mremap_chunk): Likewise.
16260
16261 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
16262
16263         [BZ #15799]
16264         * stdlib/div.c (div): Remove obsolete code.
16265         * stdlib/ldiv.c (ldiv): Likewise.
16266         * stdlib/lldiv.c (lldiv): Likewise.
16267
16268 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
16269
16270         [BZ #16071]
16271         * nss/nss_files/files-XXX.c (get_contents_ret): New
16272         enumerator.
16273         (get_contents): New function.
16274         (internal_getent): Use it.  Expand size of LINEBUFLEN.
16275
16276 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
16277
16278         * configure.in: Moved to ...
16279         * configure.ac: ... here. Change reference to configure.in
16280         to configure.ac.
16281         * sysdeps/arm/preconfigure.ac: ... here.
16282         configure.in to configure.ac.
16283         * sysdeps/gnu/configure.in: Moved to ...
16284         * sysdeps/gnu/configure.ac: ... here.
16285         * sysdeps/i386/configure.in: Moved to ...
16286         * sysdeps/i386/configure.ac: ... here.
16287         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16288         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16289         * sysdeps/mach/configure.in: Moved to ...
16290         * sysdeps/mach/configure.ac: ... here.
16291         * sysdeps/mach/hurd/configure.in: Moved to ...
16292         * sysdeps/mach/hurd/configure.ac: ... here.
16293         * sysdeps/powerpc/configure.in: Moved to ...
16294         * sysdeps/powerpc/configure.ac: ... here.
16295         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16296         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16297         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16298         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16299         * sysdeps/s390/s390-32/configure.in: Moved to ...
16300         * sysdeps/s390/s390-32/configure.ac: ... here.
16301         * sysdeps/s390/s390-64/configure.in: Moved to ...
16302         * sysdeps/s390/s390-64/configure.ac: ... here.
16303         * sysdeps/sh/configure.in: Moved to ...
16304         * sysdeps/sh/configure.ac: ... here.
16305         * sysdeps/sparc/configure.in: Moved to ...
16306         * sysdeps/sparc/configure.ac: ... here.
16307         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16308         * sysdeps/unix/sysv/linux/configure.ac: ... here.
16309         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16310         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16311         * sysdeps/x86_64/configure.in: Moved to ...
16312         * sysdeps/x86_64/configure.ac: ... here.
16313         * sysdeps/x86_64/preconfigure.in: Moved to ...
16314         * sysdeps/x86_64/preconfigure.ac: ... here.
16315         * aclocal.m4: Change reference to configure.in to configure.ac.
16316         * config.h.in: Likewise.
16317         * manual/install.texi: Likewise.
16318         * manual/maint.texi: Likewise.
16319         * Makefile: Likewise.
16320         * malloc/Makefile: Likewise.
16321         * nscd/Makefile: Likewise.
16322         * Makeconfig: Change reference to configure.in and
16323         preconfigure.in to configure.ac and preconfigure.ac
16324         respectively.
16325         * INSTALL: Regenerated.
16326         * configure: Likewise.
16327         * sysdeps/gnu/configure: Likewise.
16328         * sysdeps/i386/configure: Likewise.
16329         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16330         * sysdeps/mach/configure: Likewise.
16331         * sysdeps/mach/hurd/configure: Likewise.
16332         * sysdeps/powerpc/configure: Likewise.
16333         * sysdeps/powerpc/powerpc32/configure: Likewise.
16334         * sysdeps/powerpc/powerpc64/configure: Likewise.
16335         * sysdeps/s390/s390-32/configure: Likewise.
16336         * sysdeps/s390/s390-64/configure: Likewise.
16337         * sysdeps/sh/configure: Likewise.
16338         * sysdeps/sparc/configure: Likewise.
16339         * sysdeps/unix/sysv/linux/configure: Likewise.
16340         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16341         * sysdeps/x86_64/configure: Likewise.
16342         * sysdeps/x86_64/preconfigure: Likewise.
16343
16344 2013-10-29  Andreas Schwab  <schwab@suse.de>
16345
16346         * stdio-common/Makefile (tst-swscanf-ENV): Define.
16347
16348 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
16349
16350         * benchtests/pow-inputs: Add new inputs.
16351
16352         * benchtests/exp-inputs: Add new inputs.
16353
16354         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16355         conditional check for return value.
16356         (__cos32): Likewise.
16357
16358 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16359
16360         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16361         to provide a boost for large inputs with word alignment.
16362         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16363         implementation based on optimized PPC64 strcpy.
16364         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16365         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16366         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16367         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16368
16369 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16370
16371         [BZ #2801]
16372         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16373
16374 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16375
16376         [BZ #14876]
16377         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16378         * time/tst-strptime.c (day_tests): Add testcase.
16379
16380 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
16381
16382         [BZ #14029]
16383         * manual/pattern.texi: Acknowledge that fnmatch can fail.
16384
16385 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
16386
16387         [BZ #16074]
16388         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16389         MAP_FAILED on error.
16390
16391 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
16392
16393         [BZ #16072]
16394         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16395         heap for large requests.
16396
16397 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
16398
16399         [BZ #9954]
16400         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16401         result if the result has no associated interface.
16402         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16403         interface for all 127.X.Y.Z addresses.
16404
16405 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
16406
16407         * locale/iso-639.def: Add Ligurian (lij)
16408
16409 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
16410
16411         [BZ #15825]
16412         * sunrpc/rpc_main.c: Document rpcgen -5.
16413
16414 2013-10-19  Michael Stahl  <mstahl@redhat.com>
16415
16416         * elf/rtld.c (do_preload): Print the reason why preloading failed.
16417
16418 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16419
16420         [BZ #10278]
16421         * posix/glob.c: Match only directories when trailing slash is present.
16422         * posix/tst-gnuglob.c (my_opendir): Do not open files.
16423         (main): Add testcase.
16424
16425 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
16426
16427         [BZ #15670]
16428         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16429
16430 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
16431
16432         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16433         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16434         AUTH_DES and cindex for FIPS 140-2.
16435         (DES Encryption): Add cindex FIPS 46-3.
16436
16437         * locale/locarchive.h (struct locarhandle): Add fname.
16438         * locale/programs/localedef.c (main): Pass ARGV[remaining]
16439         if an optional argument was specified to --list-archive,
16440         otherwise NULL.
16441         * locale/programs/locarchive.c (show_archive_content): Take new
16442         argument fname and pass it via ah.fname to open_archive.
16443         * locale/programs/localedef.h: Update decl.
16444         (open_archive): If AH->fname is non-null, open that file
16445         rather than the default file name, and don't ignore ENOENT.
16446         (create_archive): Set AH.fname to NULL.
16447         (delete_locales_from_archive): Likewise.
16448         (add_locales_to_archive): Likewise.
16449         * locale/programs/locfile.c (write_all_categories): Likewise.
16450
16451 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
16452             Aldy Hernandez  <aldyh@redhat.com>
16453
16454         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16455         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16456         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16457         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16458         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16459         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16460         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16461         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16462         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16463         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16464         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16465         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16466         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16467         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16468         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16469         Likewise.
16470         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16471         Likewise.
16472         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16473         Likewise.
16474         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16475         Likewise.
16476         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16477         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16478         Likewise.
16479         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16480         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16481         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16482         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16483         Likewise.
16484         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16485         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16486         * sysdeps/powerpc/preconfigure: Likewise.
16487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16488         Likewise.
16489         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16490         Replace contents of file by #include of <fenv_libc.h>.
16491         * sysdeps/powerpc/soft-fp/sfp-machine.h
16492         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16493         and <sys/prctl.h>.
16494         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16495         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16496         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16497         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16498         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16499         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16500         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16501         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16502         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16503         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16504         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16505         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16507         Allow copysignl PLT reference to be missing.
16508
16509 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
16510             Joseph Myers  <joseph@codesourcery.com
16511
16512         [BZ #15948]
16513         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16514         single character.
16515         (add_to_tablewc): Assert sequence of wide characters is nonempty.
16516
16517 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16518
16519         * elf/tst-tls-dlinfo.c: Don't include tls.h.
16520         * elf/tst-tls1.c: Likewise.
16521         * elf/tst-tls10.h: Likewise.
16522         * elf/tst-tls14.c: Likewise.
16523         * elf/tst-tls2.c: Likewise.
16524         * elf/tst-tls3.c: Likewise.
16525         * elf/tst-tls4.c: Likewise.
16526         * elf/tst-tls5.c: Likewise.
16527         * elf/tst-tls6.c: Likewise.
16528         * elf/tst-tls7.c: Likewise.
16529         * elf/tst-tls8.c: Likewise.
16530         * elf/tst-tls9.c: Likewise.
16531         * elf/tst-tlsmod1.c: Likewise.
16532         * elf/tst-tlsmod13.c: Likewise.
16533         * elf/tst-tlsmod13a.c: Likewise.
16534         * elf/tst-tlsmod14a.c: Likewise.
16535         * elf/tst-tlsmod16a.c: Likewise.
16536         * elf/tst-tlsmod16b.c: Likewise.
16537         * elf/tst-tlsmod2.c: Likewise.
16538         * elf/tst-tlsmod3.c: Likewise.
16539         * elf/tst-tlsmod4.c: Likewise.
16540         * elf/tst-tlsmod5.c: Likewise.
16541         * elf/tst-tlsmod6.c: Likewise.
16542
16543 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
16544
16545         [BZ #12486]
16546         * malloc/malloc.c: remove checks for statistics.
16547
16548 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16549
16550         [BZ #15277]
16551         * inet/inet_net.c (inet_network): Detect additional invalid strings.
16552         * inet/tst-network.c: Add testcase.
16553
16554 2013-10-17  Andreas Schwab  <schwab@suse.de>
16555
16556         [BZ #15218]
16557         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
16558         to determine canonical name.
16559
16560 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
16561
16562         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
16563         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
16564         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
16565         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
16566         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
16567         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
16568         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
16569         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
16570         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
16571         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
16572         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16573         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
16574         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16575         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
16576         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
16577         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
16578         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
16579         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
16580         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
16581         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
16582         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
16583         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
16584         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16585         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
16586         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
16587         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
16588         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
16589         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
16590         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
16591         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
16592         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
16593         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
16594         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
16595         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
16596         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
16597         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16598         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16599         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
16600         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
16601         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
16602         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
16603         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
16604         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
16605         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
16606         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
16607         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16608         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
16609         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
16610         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
16611         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
16612         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
16613         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
16614         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
16615         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
16616         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16617         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
16618         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
16619         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
16620
16621 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
16622
16623         [BZ #16041]
16624         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
16625         make result into a quiet NaN.
16626
16627 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
16628
16629         * soft-fp/adddf3.c: Fix horizontal whitespace.
16630         * soft-fp/addsf3.c: Likewise.
16631         * soft-fp/addtf3.c: Likewise.
16632         * soft-fp/divdf3.c: Likewise.
16633         * soft-fp/divsf3.c: Likewise.
16634         * soft-fp/divtf3.c: Likewise.
16635         * soft-fp/double.h: Likewise.
16636         * soft-fp/eqdf2.c: Likewise.
16637         * soft-fp/eqsf2.c: Likewise.
16638         * soft-fp/eqtf2.c: Likewise.
16639         * soft-fp/extenddftf2.c: Likewise.
16640         * soft-fp/extended.h: Likewise.
16641         * soft-fp/extendsfdf2.c: Likewise.
16642         * soft-fp/extendsftf2.c: Likewise.
16643         * soft-fp/extendxftf2.c: Likewise.
16644         * soft-fp/fixdfdi.c: Likewise.
16645         * soft-fp/fixdfsi.c: Likewise.
16646         * soft-fp/fixdfti.c: Likewise.
16647         * soft-fp/fixsfdi.c: Likewise.
16648         * soft-fp/fixsfsi.c: Likewise.
16649         * soft-fp/fixsfti.c: Likewise.
16650         * soft-fp/fixtfdi.c: Likewise.
16651         * soft-fp/fixtfsi.c: Likewise.
16652         * soft-fp/fixtfti.c: Likewise.
16653         * soft-fp/fixunsdfdi.c: Likewise.
16654         * soft-fp/fixunsdfsi.c: Likewise.
16655         * soft-fp/fixunsdfti.c: Likewise.
16656         * soft-fp/fixunssfdi.c: Likewise.
16657         * soft-fp/fixunssfsi.c: Likewise.
16658         * soft-fp/fixunssfti.c: Likewise.
16659         * soft-fp/fixunstfdi.c: Likewise.
16660         * soft-fp/fixunstfsi.c: Likewise.
16661         * soft-fp/fixunstfti.c: Likewise.
16662         * soft-fp/floatdidf.c: Likewise.
16663         * soft-fp/floatdisf.c: Likewise.
16664         * soft-fp/floatditf.c: Likewise.
16665         * soft-fp/floatsidf.c: Likewise.
16666         * soft-fp/floatsisf.c: Likewise.
16667         * soft-fp/floatsitf.c: Likewise.
16668         * soft-fp/floattidf.c: Likewise.
16669         * soft-fp/floattisf.c: Likewise.
16670         * soft-fp/floattitf.c: Likewise.
16671         * soft-fp/floatundidf.c: Likewise.
16672         * soft-fp/floatundisf.c: Likewise.
16673         * soft-fp/floatunditf.c: Likewise.
16674         * soft-fp/floatunsidf.c: Likewise.
16675         * soft-fp/floatunsisf.c: Likewise.
16676         * soft-fp/floatunsitf.c: Likewise.
16677         * soft-fp/floatuntidf.c: Likewise.
16678         * soft-fp/floatuntisf.c: Likewise.
16679         * soft-fp/floatuntitf.c: Likewise.
16680         * soft-fp/fmadf4.c: Likewise.
16681         * soft-fp/fmasf4.c: Likewise.
16682         * soft-fp/fmatf4.c: Likewise.
16683         * soft-fp/gedf2.c: Likewise.
16684         * soft-fp/gesf2.c: Likewise.
16685         * soft-fp/getf2.c: Likewise.
16686         * soft-fp/ledf2.c: Likewise.
16687         * soft-fp/lesf2.c: Likewise.
16688         * soft-fp/letf2.c: Likewise.
16689         * soft-fp/muldf3.c: Likewise.
16690         * soft-fp/mulsf3.c: Likewise.
16691         * soft-fp/multf3.c: Likewise.
16692         * soft-fp/negdf2.c: Likewise.
16693         * soft-fp/negsf2.c: Likewise.
16694         * soft-fp/negtf2.c: Likewise.
16695         * soft-fp/op-1.h: Likewise.
16696         * soft-fp/op-2.h: Likewise.
16697         * soft-fp/op-4.h: Likewise.
16698         * soft-fp/op-8.h: Likewise.
16699         * soft-fp/op-common.h: Likewise.
16700         * soft-fp/quad.h: Likewise.
16701         * soft-fp/single.h: Likewise.
16702         * soft-fp/soft-fp.h: Likewise.
16703         * soft-fp/sqrtdf2.c: Likewise.
16704         * soft-fp/sqrtsf2.c: Likewise.
16705         * soft-fp/sqrttf2.c: Likewise.
16706         * soft-fp/subdf3.c: Likewise.
16707         * soft-fp/subsf3.c: Likewise.
16708         * soft-fp/subtf3.c: Likewise.
16709         * soft-fp/truncdfsf2.c: Likewise.
16710         * soft-fp/trunctfdf2.c: Likewise.
16711         * soft-fp/trunctfsf2.c: Likewise.
16712         * soft-fp/trunctfxf2.c: Likewise.
16713         * soft-fp/unorddf2.c: Likewise.
16714         * soft-fp/unordsf2.c: Likewise.
16715         * soft-fp/unordtf2.c: Likewise.
16716
16717 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
16718
16719         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
16720         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
16721
16722 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
16723
16724         * elf/dl-libc.c: Clear initfini list after freeing.
16725
16726 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
16727
16728         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
16729         * soft-fp/addsf3.c: Likewise.
16730         * soft-fp/addtf3.c: Likewise.
16731         * soft-fp/divdf3.c: Likewise.
16732         * soft-fp/divsf3.c: Likewise.
16733         * soft-fp/divtf3.c: Likewise.
16734         * soft-fp/double.h: Likewise.
16735         * soft-fp/eqdf2.c: Likewise.
16736         * soft-fp/eqsf2.c: Likewise.
16737         * soft-fp/eqtf2.c: Likewise.
16738         * soft-fp/extenddftf2.c: Likewise.
16739         * soft-fp/extended.h: Likewise.
16740         * soft-fp/extendsfdf2.c: Likewise.
16741         * soft-fp/extendsftf2.c: Likewise.
16742         * soft-fp/extendxftf2.c: Likewise.
16743         * soft-fp/fixdfdi.c: Likewise.
16744         * soft-fp/fixdfsi.c: Likewise.
16745         * soft-fp/fixdfti.c: Likewise.
16746         * soft-fp/fixsfdi.c: Likewise.
16747         * soft-fp/fixsfsi.c: Likewise.
16748         * soft-fp/fixsfti.c: Likewise.
16749         * soft-fp/fixtfdi.c: Likewise.
16750         * soft-fp/fixtfsi.c: Likewise.
16751         * soft-fp/fixtfti.c: Likewise.
16752         * soft-fp/fixunsdfdi.c: Likewise.
16753         * soft-fp/fixunsdfsi.c: Likewise.
16754         * soft-fp/fixunsdfti.c: Likewise.
16755         * soft-fp/fixunssfdi.c: Likewise.
16756         * soft-fp/fixunssfsi.c: Likewise.
16757         * soft-fp/fixunssfti.c: Likewise.
16758         * soft-fp/fixunstfdi.c: Likewise.
16759         * soft-fp/fixunstfsi.c: Likewise.
16760         * soft-fp/fixunstfti.c: Likewise.
16761         * soft-fp/floatdidf.c: Likewise.
16762         * soft-fp/floatdisf.c: Likewise.
16763         * soft-fp/floatditf.c: Likewise.
16764         * soft-fp/floatsidf.c: Likewise.
16765         * soft-fp/floatsisf.c: Likewise.
16766         * soft-fp/floatsitf.c: Likewise.
16767         * soft-fp/floattidf.c: Likewise.
16768         * soft-fp/floattisf.c: Likewise.
16769         * soft-fp/floattitf.c: Likewise.
16770         * soft-fp/floatundidf.c: Likewise.
16771         * soft-fp/floatundisf.c: Likewise.
16772         * soft-fp/floatunsidf.c: Likewise.
16773         * soft-fp/floatunsisf.c: Likewise.
16774         * soft-fp/floatuntidf.c: Likewise.
16775         * soft-fp/floatuntisf.c: Likewise.
16776         * soft-fp/floatuntitf.c: Likewise.
16777         * soft-fp/fmadf4.c: Likewise.
16778         * soft-fp/fmasf4.c: Likewise.
16779         * soft-fp/fmatf4.c: Likewise.
16780         * soft-fp/gedf2.c: Likewise.
16781         * soft-fp/gesf2.c: Likewise.
16782         * soft-fp/getf2.c: Likewise.
16783         * soft-fp/ledf2.c: Likewise.
16784         * soft-fp/lesf2.c: Likewise.
16785         * soft-fp/letf2.c: Likewise.
16786         * soft-fp/muldf3.c: Likewise.
16787         * soft-fp/mulsf3.c: Likewise.
16788         * soft-fp/multf3.c: Likewise.
16789         * soft-fp/negdf2.c: Likewise.
16790         * soft-fp/negsf2.c: Likewise.
16791         * soft-fp/negtf2.c: Likewise.
16792         * soft-fp/op-1.h: Likewise.
16793         * soft-fp/op-2.h: Likewise.
16794         * soft-fp/op-4.h: Likewise.
16795         * soft-fp/op-8.h: Likewise.
16796         * soft-fp/op-common.h: Likewise.
16797         * soft-fp/quad.h: Likewise.
16798         * soft-fp/single.h: Likewise.
16799         * soft-fp/soft-fp.h: Likewise.
16800         * soft-fp/sqrtdf2.c: Likewise.
16801         * soft-fp/sqrtsf2.c: Likewise.
16802         * soft-fp/sqrttf2.c: Likewise.
16803         * soft-fp/subdf3.c: Likewise.
16804         * soft-fp/subsf3.c: Likewise.
16805         * soft-fp/subtf3.c: Likewise.
16806         * soft-fp/truncdfsf2.c: Likewise.
16807         * soft-fp/trunctfdf2.c: Likewise.
16808         * soft-fp/trunctfsf2.c: Likewise.
16809         * soft-fp/trunctfxf2.c: Likewise.
16810         * soft-fp/unorddf2.c: Likewise.
16811         * soft-fp/unordsf2.c: Likewise.
16812         * soft-fp/unordtf2.c: Likewise.
16813
16814 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
16815
16816         [BZ #15672]
16817         * misc/error.c (error_tail): Fix possible buffer overflow.
16818
16819 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
16820
16821         [BZ #13028]
16822         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16823         address.
16824
16825 2013-10-14  P. J. McDermott  <pj@pehjota.net>
16826
16827         [BZ #832]
16828         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
16829         testing pipefail option.
16830
16831 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16832
16833         * soft-fp/double.h: Indent preprocessor directives inside #if.
16834         * soft-fp/extended.h: Likewise.
16835         * soft-fp/op-2.h: Likewise.
16836         * soft-fp/op-4.h: Likewise.
16837         * soft-fp/op-common.h: Likewise.
16838         * soft-fp/quad.h: Likewise.
16839         * soft-fp/single.h: Likewise.
16840         * soft-fp/soft-fp.h: Likewise.
16841
16842 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
16843
16844         * iconv/iconv_prog.c: Fix typos.
16845         * stdio-common/psiginfo-data.h: Likewise.
16846
16847 2013-10-12   Reuben Thomas <rrt@sc3d.org>
16848
16849         [BZ #15764]
16850         * locale/setlocale.c: Fix typo.
16851
16852 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
16853
16854         [BZ #16036]
16855         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16856         signaling NaN arguments.
16857         * soft-fp/unordsf2.c (__unordsf2): Likewise.
16858         * soft-fp/unordtf2.c (__unordtf2): Likewise.
16859
16860         [BZ #14910]
16861         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16862         unordered operands.
16863         * soft-fp/gesf2.c (__gesf2): Likewise.
16864         * soft-fp/getf2.c (__getf2): Likewise.
16865         * soft-fp/ledf2.c (__ledf2): Likewise.
16866         * soft-fp/lesf2.c (__lesf2): Likewise.
16867         * soft-fp/letf2.c (__letf2): Likewise.
16868
16869         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16870         * soft-fp/eqsf2.c (__eqsf2): Likewise.
16871         * soft-fp/eqtf2.c (__eqtf2): Likewise.
16872         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16873         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16874         * soft-fp/fixdfti.c (__fixdfti): Likewise.
16875         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16876         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16877         * soft-fp/fixsfti.c (__fixsfti): Likewise.
16878         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16879         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16880         * soft-fp/fixtfti.c (__fixtfti): Likewise.
16881         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16882         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16883         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16884         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16885         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16886         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16887         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16888         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16889         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16890         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16891         * soft-fp/floatdisf.c (__floatdisf): Likewise.
16892         * soft-fp/floatsisf.c (__floatsisf): Likewise.
16893         * soft-fp/floattidf.c (__floattidf): Likewise.
16894         * soft-fp/floattisf.c (__floattisf): Likewise.
16895         * soft-fp/floattitf.c (__floattitf): Likewise.
16896         * soft-fp/floatundidf.c (__floatundidf): Likewise.
16897         * soft-fp/floatundisf.c (__floatundisf): Likewise.
16898         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16899         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16900         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16901         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16902         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16903         * soft-fp/gesf2.c (__gesf2): Likewise.
16904         * soft-fp/getf2.c (__getf2): Likewise.
16905         * soft-fp/ledf2.c (__ledf2): Likewise.
16906         * soft-fp/lesf2.c (__lesf2): Likewise.
16907         * soft-fp/letf2.c (__letf2): Likewise.
16908
16909         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16910         Undefine and redefine.
16911         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16912         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16913         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16914         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16915         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16916         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16917         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16918         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16919         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16920         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16921         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16922         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16923         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16924         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16925         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16926
16927         [BZ #16032]
16928         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16929         without decrementing exponent if mantissa >= that for the
16930         denominator, not >.
16931         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16932         denominator, not >.  Decrement exponent in < case instead of
16933         incrementing in >= case.
16934         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16935         without decrementing exponent if mantissa >= that for the
16936         denominator, not >.
16937
16938         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16939         computing saturated result for unsigned overflow.
16940
16941 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16942             Jeff Law  <law@redhat.com>
16943
16944         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16945         (atan2Mp): Add systemtap probe marker.
16946         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16947         (__ieee754_log): Add systemtap probe marker.
16948         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16949         (atanMp): Add systemtap probe marker.
16950         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16951         (tanMp): Add systemtap probe marker.
16952         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16953         (__slowexp): Add systemtap probe marker.
16954         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16955         (__slowpow): Add systemtap probe marker.
16956         * manual/probes.texi: Document probes.
16957
16958 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
16959
16960         [BZ #15362]
16961         * libio/fileops.c (_IO_new_file_write): Return count of bytes
16962         written.
16963         (_IO_new_file_xsputn): Don't return EOF if nothing has been
16964         written.
16965         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16966         written to buffer but not flushed.
16967         * libio/iofwrite_u.c:  Likewise.
16968         * libio/iopadn.c:  Return bytes returned even if EOF was
16969         encountered.
16970         * libio/iowpadn.c:  Likewise.
16971         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16972         if _IO_padn does not write the whole buffer.
16973         [!COMPILE_WPRINTF] (PAD): Likewise.
16974
16975 2013-10-10  David S. Miller  <davem@davemloft.net>
16976
16977         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16978         directory block.
16979
16980 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
16981
16982         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
16983         instead of FSF address.
16984         * soft-fp/fixdfti.c: Likewise.
16985         * soft-fp/fixsfti.c: Likewise.
16986         * soft-fp/fixtfti.c: Likewise.
16987         * soft-fp/fixunsdfti.c: Likewise.
16988         * soft-fp/fixunssfti.c: Likewise.
16989         * soft-fp/fixunstfti.c: Likewise.
16990         * soft-fp/floattidf.c: Likewise.
16991         * soft-fp/floattisf.c: Likewise.
16992         * soft-fp/floattitf.c: Likewise.
16993         * soft-fp/floatuntidf.c: Likewise.
16994         * soft-fp/floatuntisf.c: Likewise.
16995         * soft-fp/floatuntitf.c: Likewise.
16996         * soft-fp/trunctfxf2.c: Likewise.
16997
16998         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
16999         * soft-fp/fixdfti.c: Likewise.
17000         * soft-fp/fixsfti.c: Likewise.
17001         * soft-fp/fixtfti.c: Likewise.
17002         * soft-fp/fixunsdfti.c: Likewise.
17003         * soft-fp/fixunssfti.c: Likewise.
17004         * soft-fp/fixunstfti.c: Likewise.
17005         * soft-fp/floattidf.c: Likewise.
17006         * soft-fp/floattisf.c: Likewise.
17007         * soft-fp/floattitf.c: Likewise.
17008         * soft-fp/floatuntidf.c: Likewise.
17009         * soft-fp/floatuntisf.c: Likewise.
17010         * soft-fp/floatuntitf.c: Likewise.
17011         * soft-fp/trunctfxf2.c: Likewise.
17012
17013 2013-10-10  David S. Miller  <davem@davemloft.net>
17014
17015         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17016
17017 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
17018
17019         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17020         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
17021         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
17022         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
17023         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
17024         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
17025         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
17026
17027         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
17028         for NaNs before doing comparisons on argument.
17029         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
17030         Likewise.
17031
17032 2013-10-10  Will Newton  <will.newton@linaro.org>
17033
17034         * malloc/hooks.c (memalign_check): Ensure the value of bytes
17035         passed to _int_memalign does not overflow.
17036
17037 2013-10-10  Torvald Riegel  <triegel@redhat.com>
17038
17039         * scripts/bench.pl: Add include-sources directive.
17040         * benchtests/README: Update documentation.
17041
17042 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
17043
17044         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
17045         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
17046         instead of FP_INIT_ROUNDMODE.
17047         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
17048         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
17049
17050         [BZ #16034]
17051         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
17052         copy class of input value.
17053         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
17054         not handle exceptions.
17055         * soft-fp/negsf2.c (__negsf2): Likewise.
17056         * soft-fp/negtf2.c (__negtf2): Likewise.
17057         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
17058
17059 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
17060
17061         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
17062         semicolon.  From Linux kernel.
17063
17064 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
17065
17066         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
17067
17068 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
17069
17070         [BZ #156]
17071         * manual/socket.texi: Added statement about buffer
17072         for gethostbyname2_r.
17073
17074 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
17075
17076         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
17077         Use .p2align directive instead, throughout.
17078         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
17079         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
17080         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
17081         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17082         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17083         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
17084         * sysdeps/x86_64/strchr.S: Likewise.
17085         * sysdeps/x86_64/strrchr.S: Likewise.
17086
17087 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
17088
17089         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
17090
17091         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
17092
17093         * sysdeps/generic/math_private.h (__mpsin1): Remove
17094         declaration.
17095         (__mpcos1): Likewise.
17096         (__mpsin): New argument __range_reduce.
17097         (__mpcos): Likewise.
17098         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17099         (slow): Use __mpsin and __mpcos.
17100         (slow1): Likewise.
17101         (slow2): Likewise.
17102         (sloww): Likewise.
17103         (sloww1): Likewise.
17104         (sloww2): Likewise.
17105         (bsloww): Likewise.
17106         (bsloww1): Likewise.
17107         (bsloww2): Likewise.
17108         (cslow2): Likewise.
17109         (csloww): Likewise.
17110         (csloww1): Likewise.
17111         (csloww2): Likewise.
17112         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17113         range_reduce.  Merge in __mpsin1.
17114         (__mpcos): Likewise.
17115         (__mpsin1): Remove.
17116         (__mpcos1): Likewise.
17117
17118 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
17119
17120         * locale/loadlocale.c (_nl_intern_locale_data): Use
17121         LOCFILE_ALIGNED_P.
17122         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17123         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17124         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17125         obstack data is appropriately aligned.
17126         (obstack_int32_grow_fast): Likewise.
17127         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
17128         * locale/programs/locfile.c (add_locale_uint32): Likewise.
17129         (add_locale_uint32_array): Likewise.
17130
17131 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
17132
17133         * benchtests/Makefile: Remove ARGLIST and RET variables.
17134         ($(objpfx)bench-%.c): Pass only function name to the script.
17135         * benchtests/README: Update documentation.
17136         * benchtests/acos-inputs: Add new directives.
17137         * benchtests/acosh-inputs: Likewise.
17138         * benchtests/asin-inputs: Likewise.
17139         * benchtests/asinh-inputs: Likewise.
17140         * benchtests/atan-inputs: Likewise.
17141         * benchtests/atanh-inputs: Likewise.
17142         * benchtests/cos-inputs: Likewise.
17143         * benchtests/cosh-inputs: Likewise.
17144         * benchtests/exp-inputs: Likewise.
17145         * benchtests/log-inputs: Likewise.
17146         * benchtests/pow-inputs: Likewise.
17147         * benchtests/rint-inputs: Likewise.
17148         * benchtests/sin-inputs: Likewise.
17149         * benchtests/sinh-inputs: Likewise.
17150         * benchtests/tan-inputs: Likewise.
17151         * benchtests/tanh-inputs: Likewise.
17152         * scripts/bench.pl: Add support for new directives.
17153
17154 2013-10-07  Alan Modra  <amodra@gmail.com>
17155
17156         * README: Fix careless merge.
17157
17158 2013-10-05  Alan Modra  <amodra@gmail.com>
17159
17160         * NEWS: Mention powerpc64le support and bugs fixed.
17161         * README: Both big-endian and little-endian powerpc64 supported.
17162
17163 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17164
17165         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17166         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
17167         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17168         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17169
17170 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
17171
17172         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17173         match prototype.
17174
17175 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
17176
17177         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17178         Move -mhard-float appending from
17179         ports/sysdeps/powerpc/powerpc32/Makefile.
17180         [$(with-fp) = yes] (ASFLAGS): Likewise.
17181         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17182         * sysdeps/powerpc/nofpu: Move directory from
17183         ports/sysdeps/powerpc/nofpu.
17184         * sysdeps/powerpc/soft-fp: Move directory from
17185         ports/sysdeps/powerpc/soft-fp.
17186         * sysdeps/powerpc/powerpc32/405: Move directory from
17187         ports/sysdeps/powerpc/powerpc32/405.
17188         * sysdeps/powerpc/powerpc32/440: Move directory from
17189         ports/sysdeps/powerpc/powerpc32/440.
17190         * sysdeps/powerpc/powerpc32/464: Move directory from
17191         ports/sysdeps/powerpc/powerpc32/464.
17192         * sysdeps/powerpc/powerpc32/476: Move directory from
17193         ports/sysdeps/powerpc/powerpc32/476.
17194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17195         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17197         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17199         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17201         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17203         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17204         * README: Update for powerpc-*-linux-gnu software floating point
17205         support in libc.
17206
17207         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17208         case to powerpc/powerpc32*.
17209         * sysdeps/unix/sysv/linux/configure: Regenerated.
17210
17211         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17212         (_FPU_MASK_OM): Define as 0x04.
17213         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17214         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17215         0x00c10080.
17216         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17217         0x0000003c.
17218         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17219
17220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17221         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17222         getcontext_e500.
17223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17224         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17225         setcontext_e500.
17226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17227         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17228         and setcontext_e500.
17229
17230 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
17231
17232         * locale/iso-3166.def: Update iso-1366.def and related occurrences
17233
17234 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17235
17236         * manual/threads.texi (Default Thread Attributes): Fix typo.
17237
17238 2013-10-04  Will Newton  <will.newton@linaro.org>
17239
17240         * malloc/Makefile: Add tst-memalign.
17241         * malloc/tst-memalign.c: New file.
17242
17243         * malloc/tst-posix_memalign.c: Add comments.
17244         (do_test): Add comments and call free on all potentially
17245         allocated pointers. Add space after cast.
17246
17247         * malloc/tst-pvalloc.c: Add comments.
17248         (do_test): Add comments and call free on all potentially
17249         allocated pointers. Remove duplicate check for NULL pointer.
17250         Add space after cast.
17251
17252         * malloc/tst-valloc.c: Add comments.
17253         (do_test): Add comments and call free on all potentially
17254         allocated pointers. Remove duplicate check for NULL pointer.
17255         Add space after cast.
17256
17257 2013-10-04  Alan Modra  <amodra@gmail.com>
17258
17259         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17260         Use stdint types in rather than __attribute__((mode())).
17261         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17262
17263 2013-10-04  Alan Modra  <amodra@gmail.com>
17264
17265         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17266         Correct handling of unaligned relocs for little-endian.
17267         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17268
17269 2013-10-04  Alan Modra  <amodra@gmail.com>
17270
17271         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17272         * configure: Regenerate.
17273         * nptl/shlib-versions: Powerpc*le starts at 2.18.
17274         * shlib-versions: Likewise.
17275
17276 2013-10-04  Alan Modra  <amodra@gmail.com>
17277
17278         * string/tester.c (test_memrchr): Increment reported test cycle.
17279
17280 2013-10-04  Alan Modra  <amodra@gmail.com>
17281
17282         * string/test-memcpy.c (do_one_test): When reporting errors, print
17283         string address and don't overrun end of string.
17284
17285 2013-10-04  Alan Modra  <amodra@gmail.com>
17286
17287         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17288         insrdi.  Make better use of reg selection to speed exit slightly.
17289         Schedule entry path a little better.  Remove useless "are we done"
17290         checks on entry to main loop.  Handle wrapping around zero address.
17291         Correct main loop count.  Handle single left-over word from main
17292         loop inline rather than by using loop_small.  Remove extra word
17293         case in loop_small caused by wrong loop count.  Add little-endian
17294         support.
17295         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17296         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
17297         cache hint.
17298         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17299         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17300         support.  Avoid rlwimi.
17301         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17302
17303 2013-10-04  Alan Modra  <amodra@gmail.com>
17304
17305         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
17306         insrdi.  Formatting.
17307         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17308         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17309         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17310         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17311         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17312         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17313
17314 2013-10-04  Alan Modra  <amodra@gmail.com>
17315
17316         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17317         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17318         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17319         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17320         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17321         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17322         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17323         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17324         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
17325         use of regs.  Use power7 mtocrf.  Tidy function tails.
17326
17327 2013-10-04  Alan Modra  <amodra@gmail.com>
17328
17329         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17330         Formatting.  Consistently use rXXX register defines or rN defines.
17331         Use early exit labels that avoid restoring unused non-volatile regs.
17332         Make cr field use more consistent with rWORDn compares.  Rename
17333         regs used as shift registers for unaligned loop, using rN defines
17334         for short lifetime/multiple use regs.
17335         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17336         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
17337         addi 1,1,64 to pop stack frame.  Simplify return value code.
17338         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17339
17340 2013-10-04  Alan Modra  <amodra@gmail.com>
17341
17342         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17343         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
17344         rather than rlwimi.
17345         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17346         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17347         little-endian support.  Correct typos.
17348         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
17349         rather than rlwimi.
17350         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
17351         in loop and entry code to keep "and." results.
17352         (strchr): Add little-endian support.  Comment.  Move cntlzd
17353         earlier in tail.
17354         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17355
17356 2013-10-04  Alan Modra  <amodra@gmail.com>
17357
17358         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17359         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17360         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17361         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17362
17363 2013-10-04  Alan Modra  <amodra@gmail.com>
17364
17365         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17366         (rTMP): Define as r11.
17367         (strcmp): Add little-endian support.  Optimise tail.
17368         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17369         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17370         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17371         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17372         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17373         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17374         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17375
17376 2013-10-04  Alan Modra  <amodra@gmail.com>
17377
17378         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17379         little-endian support.  Remove unnecessary "are we done" tests.
17380         Handle "s" wrapping around zero and extremely large "size".
17381         Correct main loop count.  Handle single left-over word from main
17382         loop inline rather than by using small_loop.  Correct comments.
17383         Delete "zero" tail, use "end_max" instead.
17384         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17385
17386 2013-10-04  Alan Modra  <amodra@gmail.com>
17387
17388         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17389         support.  Don't branch over align.
17390         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17391         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17392         support.  Rearrange tmp reg use to suit.  Comment.
17393         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17394
17395 2013-10-04  Alan Modra  <amodra@gmail.com>
17396
17397         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17398
17399 2013-10-04  Alan Modra  <amodra@gmail.com>
17400
17401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17402         conditional form of branch and link when obtaining pc.
17403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17404
17405 2013-10-04  Alan Modra  <amodra@gmail.com>
17406
17407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17408         HIWORD/LOWORD.
17409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17411
17412 2013-10-04  Alan Modra  <amodra@gmail.com>
17413
17414         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17415         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17416         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17417         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17418         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17419         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17420         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17421         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17422         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17423         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17424
17425 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17426             Alistair Popple <alistair@ozlabs.au.ibm.com>
17427             Alan Modra <amodra@gmail.com>
17428
17429         [BZ #15723]
17430         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17431         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17432         _dl_hwcap access for little-endian.
17433         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
17434         destroy vmx regs when saving unaligned.
17435         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17436         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
17437         destroy vmx regs when saving unaligned.
17438
17439 2013-10-04  Alan Modra  <amodra@gmail.com>
17440
17441         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17442         Don't use a union to pack hi/low value.
17443
17444 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17445
17446         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17447         for little-endian.
17448         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17449         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17450         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17451         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17452         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17453
17454 2013-10-04  Alan Modra  <amodra@gmail.com>
17455
17456         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17457         constants to usual value for .cst8 section, and remove redundant
17458         high address load.
17459         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17460         constant for 0x1p52.  Load little-endian words of double from
17461         correct stack offsets.
17462
17463 2013-10-04  Alan Modra  <amodra@gmail.com>
17464
17465         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17466         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17467         words of double from correct stack offsets.
17468         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17469         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17470         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17471         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17472         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17473         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17474         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17475         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17476         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17477         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17478         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17479         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17480         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17481         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17482         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17483         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17484         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17485
17486 2013-10-04  Alan Modra  <amodra@gmail.com>
17487
17488         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17489         64-bit int/double union.
17490         (_FPU_SETCW): Likewise.
17491         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17492         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17493
17494 2013-10-04  Alan Modra  <amodra@gmail.com>
17495
17496         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17497         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17498
17499 2013-10-04  Alan Modra  <amodra@gmail.com>
17500
17501         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17502         use vector int constants.
17503         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17504
17505 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17506
17507         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17508         array with long long.
17509         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17510         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17511         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17512         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17513         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17514         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17515         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17516         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17517         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17518         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17519         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17520         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17521         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17522
17523 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
17524
17525         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
17526         (__signbit): Likewise.  Correct for little-endian.
17527         (__signbitl): Call __signbit.
17528         (lrint): Correct for little-endian.
17529         (lrintf): Call lrint.
17530
17531 2013-10-04  Alan Modra  <amodra@gmail.com>
17532
17533         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
17534         union 32-bit int array member with 64-bit int array.
17535         (t515, tm256): Double rather than long double.
17536         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
17537
17538 2013-10-04  Alan Modra  <amodra@gmail.com>
17539
17540         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
17541         Delete.
17542         (IEEE854_LONG_DOUBLE_BIAS): Delete.
17543         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
17544         version of math_ldbl.h.
17545
17546 2013-10-04  Alan Modra  <amodra@gmail.com>
17547
17548         [BZ #15734], [BZ #15735]
17549         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
17550         all uses of ieee875 long double macros and unions.  Simplify test
17551         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
17552         ldbl_extract_mantissa value for ix,iy exponents.  Properly
17553         normalize after ldbl_extract_mantissa, and don't add hidden bit
17554         already handled.  Don't treat low word of ieee854 mantissa like
17555         low word of IBM long double and mask off bit when testing for
17556         zero.
17557         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
17558         all uses of ieee875 long double macros and unions.  Simplify tests
17559         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
17560         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
17561         two1022, instead use their values.  Recognise that tests for large
17562         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
17563         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
17564         Rewrite all uses of ieee875 long double macros and unions.  Simplify
17565         test for 0.0L and nan.  Correct negation.
17566         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
17567         ieee875 long double macros and unions.  Correct output for large
17568         magnitude x.  Correct absolute value calculation.
17569         (__erfcl): Likewise.
17570         * math/libm-test.inc: Add tests for errors discovered in IBM long
17571         double versions of fmodl, remainderl, erfl and erfcl.
17572
17573 2013-10-04  Alan Modra  <amodra@gmail.com>
17574
17575         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
17576         all uses of ieee854 long double macros and unions.  Simplify tests
17577         for long doubles that are fully specified by the high double.
17578         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
17579         Likewise.
17580         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
17581         Remove dead code too.
17582         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
17583         (__ieee754_ynl): Likewise.
17584         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
17585         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
17586         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
17587         Remove dead code too.
17588         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
17589         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
17590         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
17591         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
17592         Simplify.
17593         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
17594         Simplify.
17595         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
17596         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
17597         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
17598         Comment on variable precision.
17599         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
17600         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
17601         Likewise.
17602         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
17603         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
17604         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
17605         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
17606         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
17607
17608 2013-10-04  Alan Modra  <amodra@gmail.com>
17609
17610         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
17611         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
17612         all uses of ieee854 long double macros and unions.
17613         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
17614         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
17615         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
17616         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
17617         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
17618         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
17619         Likewise.
17620         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
17621         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
17622         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
17623         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
17624         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
17625         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
17626         Simplify sign and nan test too.
17627         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
17628         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
17629         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
17630         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
17631         Likewise.
17632         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
17633         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
17634         Likewise.
17635         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17636         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
17637         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
17638         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
17639         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
17640         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
17641
17642 2013-10-04  Alan Modra  <amodra@gmail.com>
17643
17644         * stdio-common/printf_size.c (__printf_size): Don't use
17645         union ieee854_long_double in fpnum union.
17646         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
17647         signbit macro to retrieve sign from long double.
17648         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
17649         retrieve sign from long double.
17650         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
17651         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
17652         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
17653         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
17654         * math/test-misc.c (main): Don't use union ieee854_long_double.
17655
17656 2013-10-04  Alan Modra  <amodra@gmail.com>
17657
17658         [BZ #15680]
17659         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
17660         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
17661         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
17662         calculation.  Remove unnecessary test for denormal exponent.
17663         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
17664         Correct handling of denormals.  Avoid undefined shift behaviour.
17665         Correct normalisation of low mantissa when low double is denormal.
17666         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
17667         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
17668         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
17669         Correct normalisation of low mantissa.  Test for overflow of high
17670         mantissa and normalise.
17671         (ldbl_nearbyint): Use more readable constant for two52.
17672         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
17673         (__mpn_construct_long_double): Fix test for overflow of high
17674         mantissa and correct normalisation.  Avoid undefined shift.
17675
17676 2013-10-04  Alan Modra  <amodra@gmail.com>
17677
17678         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17679         (union ibm_extended_long_double): Define as an array of ieee754_double.
17680         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
17681         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
17682         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
17683         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
17684         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17685         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
17686         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17687         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
17688         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17689         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
17690         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17691
17692 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
17693
17694         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
17695         page size instead of calling getpagesize.
17696
17697         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
17698         (LOCFILE_ALIGN_MASK): Likewise.
17699         (LOCFILE_ALIGN_UP): Likewise.
17700         (LOCFILE_ALIGNED_P): Likewise.
17701         * locale/programs/ld-collate.c (collate_output): Use the new
17702         macros instead of __alignof__ (int32_t).
17703         * locale/weight.h (findidx): Likewise.
17704
17705 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
17706
17707         [BZ #431]
17708         * manual/string.texi: Fix strncat and wcsncat.
17709
17710 2013-10-03  Brooks Moses  <bmoses@google.com>
17711
17712         [BZ #15915]
17713         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
17714         * Makerules: ...here, and adjust associated comments.
17715
17716 2013-10-02  Will Newton  <will.newton@linaro.org>
17717
17718         * malloc/Makefile: Add tst-pvalloc.
17719         * malloc/tst-pvalloc.c: New file.
17720
17721 2013-10-02  Will Newton  <will.newton@linaro.org>
17722
17723         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
17724         improve test coverage.
17725
17726 2013-10-02  Will Newton  <will.newton@linaro.org>
17727
17728         * malloc/Makefile: Add tst-posix_memalign.
17729         * malloc/tst-posix_memalign.c: New file.
17730
17731 2013-10-01  Eric Blake  <eblake@redhat.com>
17732
17733         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
17734         Use __THROWNL rather than __THROW on static functions.
17735
17736 2013-09-30  Petr Machata  <pmachata@redhat.com>
17737
17738         * elf/elf.h (R_AARCH64_ABS16): New macro.
17739         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
17740         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
17741         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
17742         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
17743         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
17744         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
17745         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
17746         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
17747         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
17748         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
17749         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
17750         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
17751         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
17752         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
17753         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
17754         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
17755         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
17756         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
17757         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
17758         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
17759         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
17760         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
17761         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
17762         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
17763         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
17764         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
17765         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
17766         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17767         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17768         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17769         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17770         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17771         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17772         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17773         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17774         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17775         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17776         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17777         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17778         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
17779         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
17780         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
17781         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
17782         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
17783         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
17784         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
17785         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
17786         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
17787         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
17788         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
17789         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
17790         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
17791         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
17792         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
17793         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
17794         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
17795         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
17796         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
17797         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
17798         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
17799         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
17800         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
17801         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
17802         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
17803         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
17804         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
17805         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
17806         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
17807         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
17808         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
17809         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
17810         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
17811         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
17812         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
17813         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
17814         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
17815         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
17816         (R_AARCH64_TLSDESC_LDR): Likewise.
17817         (R_AARCH64_TLSDESC_ADD): Likewise.
17818         (R_AARCH64_TLSDESC_CALL): Likewise.
17819
17820 2013-09-30  Andreas Schwab  <schwab@suse.de>
17821
17822         [BZ #15048]
17823         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17824         the nss database lookup.
17825         * nscd/initgrcache.c (addinitgroupsX): Likewise.
17826         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17827
17828 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
17829
17830         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17831
17832 2013-09-28  P. J. McDermott  <pj@pehjota.net>
17833
17834         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17835         ${Bash-specific parameter/pattern/string} parameter expansion.
17836         * sysdeps/unix/make-syscalls.sh: Likewise.
17837
17838 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17839
17840         * sysdeps/sh/stackguard-macros.h: New file.
17841
17842 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
17843
17844         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17845         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17846         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17847         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17848         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17849         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17850
17851 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17852
17853         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17854         Fix thread ID register.
17855
17856 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
17857
17858         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17859         [POSIX || UNIX98]: Require rather than permitting all symbols from
17860         <time.h>.
17861         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17862         element of struct sched_param.
17863         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17864         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17865         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17866         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17867         constant.
17868
17869 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
17870
17871         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17872         argument calculation.
17873
17874 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17875
17876         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17877         Expect macro.
17878         [POSIX] (pthread_attr_t): Do not require type.
17879         [POSIX] (pthread_cond_t): Likewise.
17880         [POSIX] (pthread_condattr_t): Likewise.
17881         [POSIX] (pthread_key_t): Likewise.
17882         [POSIX] (pthread_mutex_t): Likewise.
17883         [POSIX] (pthread_mutexattr_t): Likewise.
17884         [POSIX] (pthread_once_t): Likewise.
17885         [POSIX] (pthread_t): Likewise.
17886         [POSIX-based standards] (pthread_atfork): Expect function.
17887
17888 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
17889             Richard Sandiford  <richard@codesourcery.com>
17890
17891         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17892         (swap_endianness_p): New extern variable.
17893         (set_big_endian): New inline function.
17894         (maybe_swap_uint32): Likewise.
17895         (maybe_swap_uint32_array): Likewise.
17896         (maybe_swap_uint32_obstack): Likewise.
17897         * locale/programs/locfile.c: Include <stdbool.h>.
17898         (swap_endianness_p): New variable.
17899         (add_locale_uint32): Call maybe_swap_uint32.
17900         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17901         (write_locale_data): Call maybe_swap_uint32_array.
17902         * locale/programs/ld-collate.c (obstack_int32_grow): Call
17903         maybe_swap_uint32.
17904         (obstack_int32_grow_fast): Likewise.
17905         (output_weightwc): Call maybe_swap_uint32_obstack.
17906         (collate_output): Likewise.
17907         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17908         (OPT_LITTLE_ENDIAN): Likewise.
17909         (options): Add --little-endian and --big-endian options.
17910         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17911         * locale/programs/locarchive.c: Include "locfile.h".
17912         (GET): New macro.
17913         (SET): Likewise.
17914         (INC): Likewise.
17915         (create_archive): Use the new macros to access fields of
17916         structures directly mapped from or written to locale archives.
17917         (oldlocrecentcmp): Likewise.
17918         (enlarge_archive): Likewise.
17919         (insert_name): Likewise.
17920         (add_alias): Likewise.
17921         (add_locale): Likewise.
17922         (delete_locales_from_archive): Likewise.
17923         (show_archive_content): Likewise.
17924         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
17925         locale data.
17926
17927 2013-09-24  Roland McGrath  <roland@hack.frob.com>
17928
17929         * manual/freemanuals.texi: Updated from (newly) canonical copy at
17930         http://www.gnu.org/doc/freemanuals.texi.
17931         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17932
17933 2013-09-24  Will Newton  <will.newton@linaro.org>
17934
17935         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17936         macro.
17937
17938 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
17939
17940         * locale/hashval.h (compute_hashval): Interpret bytes of key as
17941         unsigned char.
17942
17943 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
17944
17945         * manual/threads.texi (POSIX Threads): Fix a typo.
17946
17947 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
17948
17949         [BZ #14547]
17950         * string/tst-strcoll-overflow.c: New test case.
17951         * string/Makefile (xtests): Add tst-strcoll-overflow.
17952         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17953         cache if string sizes may cause integer overflow.
17954
17955         [BZ #14547]
17956         * string/strcoll_l.c (coll_seq): New members rule, idx,
17957         save_idx and back_us.
17958         (get_next_seq_nocache): New function.
17959         (do_compare_nocache): New function.
17960         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17961         when malloc fails.
17962
17963 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
17964
17965         [BZ #15754]
17966         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17967         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17968         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17969
17970         [BZ #15754]
17971         * elf/Makefile (tests): Add tst-ptrguard1.
17972         (tests-static): Add tst-ptrguard1-static.
17973         (tst-ptrguard1-ARGS): Define.
17974         (tst-ptrguard1-static-ARGS): Define.
17975         * elf/tst-ptrguard1.c: New file.
17976         * elf/tst-ptrguard1-static.c: New file.
17977         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17978         * sysdeps/i386/stackguard-macros.h: Likewise.
17979         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17980         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17981         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17982         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17983         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17984         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17985
17986 2013-09-23  Hector Marco  <hecmargi@upv.es>
17987             Ismael Ripoll  <iripoll@disca.upv.es>
17988             Carlos O'Donell  <carlos@redhat.com>
17989
17990         [BZ #15754]
17991         * sysdeps/generic/stackguard-macros.h: Define
17992         __pointer_chk_guard_local and POINTER_CHK_GUARD.
17993         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
17994         Define __pointer_chk_guard_local.
17995         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
17996         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
17997
17998 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
17999
18000         [BZ #15859]
18001         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
18002
18003 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
18004
18005         * include/string.h (__ffs): Declare as hidden.
18006         * string/ffs.c (__ffs): Define as hidden.
18007         * sysdeps/i386/ffs.c (__ffs): Likewise.
18008         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
18009         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
18010         * sysdeps/s390/ffs.c (__ffs): Likewise.
18011         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
18012
18013 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
18014
18015         * NEWS: Mention malloc probes.
18016
18017         * malloc/arena.c (new_heap): New memory_heap_new probe.
18018         (grow_heap): New memory_heap_more probe.
18019         (shrink_heap): New memory_heap_less probe.
18020         (heap_trim): New memory_heap_free probe.
18021         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
18022         (systrim): New memory_sbrk_less probe.
18023         * manual/probes.texi: Document them.
18024
18025         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
18026         * manual/probes.texi: Document it.
18027
18028         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
18029         (__libc_realloc): Add memory_realloc_retry probe.
18030         (__libc_memalign): Add memory_memalign_retry probe.
18031         (__libc_valloc): Add memory_valloc_retry probe.
18032         (__libc_pvalloc): Add memory_pvalloc_retry probe.
18033         (__libc_calloc): Add memory_calloc_retry probe.
18034         * manual/probes.texi: Document them.
18035
18036         * malloc/arena.c (get_free_list): Add probe
18037         memory_arena_reuse_free_list.
18038         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
18039         and memory_arena_reuse.
18040         (arena_get2) [!PER_THREAD]: Likewise.
18041         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
18042         memory_arena_reuse_realloc.
18043         * manual/probes.texi: Document them.
18044
18045         * malloc/malloc.c (__libc_free): Add
18046         memory_mallopt_free_dyn_thresholds probe.
18047         (__libc_mallopt): Add multiple memory_mallopt probes.
18048         * manual/probes.texi: Document them.
18049
18050         * malloc/malloc.c: Include stap-probe.h.
18051         (__libc_mallopt): Add memory_mallopt probe.
18052         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
18053         * manual/probes.texi: New.
18054         * manual/Makefile (chapters): Add probes.
18055         * manual/threads.texi: Set next node.
18056
18057 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
18058
18059         [BZ #15963, #13985]
18060         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
18061         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
18062         Add `Chinese' to `nan' entry name.
18063
18064 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18065
18066         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
18067         (POLYNOMIAL): Likewise.
18068         (TAYLOR_SINCOS): Likewise.
18069         (TAYLOR_SLOW): Likewise.
18070         (__sin): Use TAYLOR_SINCOS.
18071         (__cos): Likewise.
18072         (slow): Use TAYLOR_SLOW.
18073         (sloww): Likewise.
18074         (bsloww): Likewise.
18075         (csloww): Likewise.
18076
18077 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18078
18079         * stdlib/strtod_l.c: Fix buffer overrun.
18080
18081 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
18082
18083         * benchtests/Makefile (bench): Add sincos.
18084         * benchtests/bench-sincos.c: New file.
18085
18086         * math/libm-test.inc (cos_test_data): New test inputs.
18087         (sin_test_data): Likewise.
18088
18089         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
18090         macro.
18091         (__sin): Use it.
18092         (__cos): Likewise.
18093         (slow1): Likewise.
18094         (slow2): Likewise.
18095         (sloww1): Likewise.
18096         (sloww2): Likewise.
18097         (bsloww1): Likewise.
18098         (bsloww2): Likewise.
18099         (cslow2): Likewise.
18100         (csloww1): Likewise.
18101         (csloww2): Likewise.
18102
18103         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18104         function.
18105         (__sin): Use it.
18106         (__cos): Likewise.
18107
18108         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18109         gotos.
18110         (__cos): Likewise.
18111
18112 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
18113
18114         * config.h.in (HAVE_MIPS_NAN2008): New macro.
18115         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18116         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18117         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18118         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18119         * elf/cache.c (print_entry): Handle the new cache flags.
18120
18121 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18122             Aldy Hernandez  <aldyh@redhat.com>
18123
18124         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18125         Change condition to [_SOFT_FLOAT].
18126         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
18127         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
18128         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
18129         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
18130         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
18131         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18132         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18133         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18134         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18135         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18136         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18137         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18138         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18139         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18140         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18141         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18142         declaration.
18143
18144 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
18145
18146         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18147         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18148         (__longjmp): Use LOAD_GP to load saved GPRs.
18149         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18150         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18151         (__sigsetjmp): Use SAVE_GP to save GPRs.
18152
18153         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18154         Do not append -msoft-float.
18155         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18156
18157 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
18158
18159         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18160
18161 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
18162
18163         [BZ #15966]
18164         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18165         (_FPU_GETCW): Use initial "__" on variable and field names but not
18166         on macro parameter name.
18167         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
18168         parentheses around reference to macro parameter.
18169
18170 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
18171
18172         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18173         prototype.
18174         (ctype_startup): Use uint32_t in cast and sizeof for
18175         ctype->charnames.
18176
18177 2013-09-11  Jia Liu  <proljc@gmail.com>
18178
18179         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18180         __daddr_t_defined.
18181         [__FreeBSD__]: Likewise.
18182
18183 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
18184
18185         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18186         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18187         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18188         (strchr): Remove __strchr_sse42 ifunc selection.
18189         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18190         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18191
18192 2013-09-11  Will Newton  <will.newton@linaro.org>
18193
18194         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18195         parameter to RES. Remove hardcoded 1000 value.
18196         * benchtests/bench-skeleton.c (main): Pass RES parameter
18197         to TIMING_INIT and multiply result by 1000.
18198
18199 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18200
18201         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18202
18203 2013-09-11  Andreas Schwab  <schwab@suse.de>
18204
18205         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18206         if not defined.
18207         (O_TMPFILE) [__USE_GNU]: Define.
18208         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18209         Define.
18210
18211 2013-09-11  Will Newton  <will.newton@linaro.org>
18212
18213         [BZ #15857]
18214         * malloc/malloc.c (__libc_memalign): Check the value of bytes
18215         does not overflow.
18216
18217 2013-09-11  Will Newton  <will.newton@linaro.org>
18218
18219         [BZ #15856]
18220         * malloc/malloc.c (__libc_valloc): Check the value of bytes
18221         does not overflow.
18222
18223 2013-09-11  Will Newton  <will.newton@linaro.org>
18224
18225         [BZ #15855]
18226         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18227         does not overflow.
18228
18229 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
18230
18231         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18232         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18233         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18234         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18235         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18236
18237 2013-09-10  Allan McRae  <allan@archlinux.org>
18238
18239         [BZ #15748]
18240         * manual/arith.texi (Parsing of Floats): Clarify
18241         cross-reference.
18242
18243         [BZ #15849]
18244         * manual/install.texi (Running make install): Mention
18245         --enable-pt-chown.
18246         * INSTALL: Regenerated.
18247
18248 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
18249
18250         * csu/init-first.c (_init): Remove the !SHARED condition around
18251         FPU control word initialization.
18252         * elf/dl-support.c (_dl_fpu_control): New variable.
18253         (_dl_aux_init) <AT_FPUCW>: Initialize it.
18254         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18255         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18256         * math/test-fpucw-static.c: New file.
18257         * math/test-fpucw-ieee.c: New file.
18258         * math/test-fpucw-ieee-static.c: New file.
18259         * math/Makefile (tests): Add `test-fpucw-ieee' and
18260         `$(tests-static)'.
18261         (tests-static): New variable.
18262         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18263         dependency to...
18264         [($(build-shared),yes)]
18265         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18266         ... this.
18267         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18268         New dependency.
18269
18270 2013-09-09  Allan McRae  <allan@archlinux.org>
18271
18272         [BZ #15939]
18273         * manual/string.texi (Collation Functions): Fix typo in
18274         strcoll example.
18275         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18276
18277         [BZ #15893]
18278         * stdlib/isomac.c (get_null_defines): Fix memory leak.
18279
18280         [BZ #15892]
18281         * libio/memstream.c (open_memstream): Fix memory leak.
18282         * libio/wmemstream.c (open_wmemstream): Likewise.
18283
18284         [BZ #15895]
18285         * nscd/netgroupcache.c: Fix nesting of ifdefs.
18286
18287 2013-09-09  Will Newton  <will.newton@linaro.org>
18288
18289         * malloc/Makefile: Add tst-realloc to tests.
18290         * malloc/tst-realloc.c: New file.
18291
18292 2013-09-09  Allan McRae  <allan@archlinux.org>
18293
18294         [BZ #15844]
18295         * COPYING: Update from GNU website to fix FSF address.
18296         * COPYING.LIB: Likewise.
18297
18298 2013-09-06  David S. Miller  <davem@davemloft.net>
18299
18300         * po/zh_TW.po: Update Chinese (traditional) translation from
18301         translation project.
18302
18303 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
18304             Joseph Myers  <joseph@codesourcery.com>
18305
18306         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18307         "localeinfo.h".
18308         (obstack_chunk_alloc): New macro.
18309         (obstack_chunk_free): Likewise.
18310         (record_offset): New function.
18311         (init_locale_data): Likewise.
18312         (align_locale_data): Likewise.
18313         (add_locale_empty): Likewise.
18314         (add_locale_raw_data): Likewise.
18315         (add_locale_raw_obstack): Likewise.
18316         (add_locale_string): Likewise.
18317         (add_locale_wstring): Likewise.
18318         (add_locale_uint32): Likewise.
18319         (add_locale_uint32_array): Likewise.
18320         (add_locale_char): Likewise.
18321         (start_locale_structure): Likewise.
18322         (end_locale_structure): Likewise.
18323         (start_locale_prelude): Likewise.
18324         (end_locale_prelude): Likewise.
18325         (write_locale_data): Take locale_file structure rather than an
18326         iovec.
18327         * locale/programs/locfile.h: Include "obstack.h".
18328         (struct locale_file): Change to store locale file contents instead
18329         of header.
18330         (init_locale_data): New prototype.
18331         (align_locale_data): Likewise.
18332         (add_locale_empty): Likewise.
18333         (add_locale_raw_data): Likewise.
18334         (add_locale_raw_obstack): Likewise.
18335         (add_locale_string): Likewise.
18336         (add_locale_wstring): Likewise.
18337         (add_locale_uint32): Likewise.
18338         (add_locale_uint32_array): Likewise.
18339         (add_locale_char): Likewise.
18340         (start_locale_structure): Likewise.
18341         (end_locale_structure): Likewise.
18342         (start_locale_prelude): Likewise.
18343         (end_locale_prelude): Likewise.
18344         (write_locale_data): Update prototype.
18345         * locale/programs/3level.h (struct TABLE): Remove result field.
18346         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18347         Use new locale_file interface.
18348         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18349         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18350         * locale/programs/ld-address.c (address_output): Use new
18351         locale_file interface.
18352         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18353         NO_ADD_LOCALE.
18354         (collate_finish): Don't call collseq_table_finalize.
18355         (collate_output): Use new locale_file interface.
18356         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18357         in file.
18358         (NO_FINALIZE): Change to NO_ADD_LOCALE.
18359         (TABLE): Move defines earlier in file.
18360         (ELEMENT): Likewise.
18361         (DEFAULT): Likewise.
18362         (wctrans_table_add): Move macro and inline function earlier in
18363         file.
18364         (struct wctype_table): Move type earlier in file.
18365         (add_locale_wctype_table): New static prototype.
18366         (struct locale_ctype_t): Use logical types instead of struct iovec
18367         pointers for members.
18368         (ctype_output): Use new locale_file interface.
18369         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
18370         new locale_file interface.
18371         (allocate_arrays): Update for use of new locale_file interface.
18372         * locale/programs/ld-identification.c (identification_output): Use
18373         new locale_file interface.
18374         * locale/programs/ld-measurement.c (measurement_output): Likewise.
18375         * locale/programs/ld-messages.c (messages_output): Likewise.
18376         * locale/programs/ld-monetary.c (monetary_output): Likewise.
18377         * locale/programs/ld-name.c (name_output): Likewise.
18378         * locale/programs/ld-numeric.c (numeric_output): Likewise.
18379         * locale/programs/ld-paper.c (paper_output): Likewise.
18380         * locale/programs/ld-telephone.c (telephone_output): Likewise.
18381         * locale/programs/ld-time.c (time_output): Likewise.
18382
18383 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18384
18385         * benchtests/Makefile: Add memrchr benchmark.
18386         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18387         benchmark as memrchr.
18388         * benchtests/bench-memrchr-ifunc.c: New file.
18389         * benchtests/bench-memrchr.c: New file.
18390
18391 2013-09-06   Will Newton  <will.newton@linaro.org>
18392
18393         * benchtests/Makefile (string-bench): Add memcpy.
18394
18395 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
18396             Cong Wang  <amwang@redhat.com>
18397
18398         [BZ #15850]
18399         * sysdeps/unix/sysv/linux/bits/in.h
18400         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18401         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18402         before __USE_KERNEL_IPV6_DEFS uses.
18403         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18404         IPPROTO_BEETPH.
18405         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18406         sockaddr_in6, or ipv6_mreq.
18407
18408 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18409
18410         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18411         memory access for final bytes in some large inputs.
18412         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18413
18414 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18415
18416         * string/test-memrchr.c: New file.
18417         * string/test-memrchr-ifunc.c: New file.
18418         * string/Makefile: Add new memrchr testcase.
18419
18420 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
18421
18422         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18423         fanotify_init returns EPERM.
18424
18425 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18426
18427         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18428         errors.
18429         (top level): Treat second token from macro or constant entries for
18430         allowed headers as allowed.
18431         * include/complex.h: Condition internal declarations on
18432         [!_ISOMAC].
18433         * include/fenv.h: Condition include of <stdbool.h> and internal
18434         declarations on [!_ISOMAC].
18435
18436 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
18437
18438         [BZ #15923]
18439         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18440
18441 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
18442
18443         * configure.in (--enable-versioning): Remove configure option.
18444         (libc_cv_asm_symver_directive): Remove configure test.
18445         (libc_cv_ld_version_script_option): Likewise.
18446         (VERSIONING): Remove variable and AC_SUBST.
18447         (DO_VERSIONING): Remove AC_DEFINE.
18448         * configure: Regenerated.
18449         * config.h.in (DO_VERSIONING): Remove macro.
18450         * Makerules [$(versioning) = yes]: Change conditionals to
18451         [$(build-shared) = yes].
18452         * config.make.in (versioning): Remove variable.
18453         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18454         [$(build-shared) = yes].
18455         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18456         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18457         * elf/Makefile [$(versioning) = yes]: Change conditionals to
18458         [$(build-shared) = yes].
18459         * extra-lib.mk [$(versioning) = yes]: Likewise.
18460         * hurd/Makefile [$(versioning) = yes]: Likewise.
18461         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18462         [SHARED].
18463         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18464         [SHARED].
18465         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18466         [SHARED && !NO_HIDDEN].
18467         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18468         [SHARED].
18469         [SHARED && DO_VERSIONING]: Likewise..
18470         * libio/Makefile [$(versioning) = yes]: Change conditionals to
18471         [$(build-shared) = yes].
18472         * manual/install.texi (--disable-versioning): Remove
18473         documentation.
18474         * INSTALL: Regenerated.
18475         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18476         to [SHARED].
18477         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18478         [$(build-shared) = yes].
18479         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18480         * sysdeps/i386/i686/multiarch/strstr-c.c
18481         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18482         [SHARED && !NO_HIDDEN].
18483         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18484         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18485         * sysdeps/powerpc/powerpc32/dl-machine.c
18486         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18487         * sysdeps/powerpc/powerpc32/sysdep.h
18488         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18489         to [SHARED && PIC && !NO_HIDDEN].
18490         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18491         conditional to [SHARED].
18492
18493 2013-09-04   Will Newton  <will.newton@linaro.org>
18494
18495         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18496         * benchtests/bench-string.h: Include bench-timing.h instead
18497         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18498         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18499         call to HP_TIMING_DIFF_INIT.
18500         * benchtests/bench-memccpy.c: Use bench-timing.h macros
18501         instead of hp-timing.h macros.
18502         * benchtests/bench-memchr.c: Likewise.
18503         * benchtests/bench-memcmp.c: Likewise.
18504         * benchtests/bench-memcpy.c: Likewise.
18505         * benchtests/bench-memmem.c: Likewise.
18506         * benchtests/bench-memmove.c: Likewise.
18507         * benchtests/bench-memset.c: Likewise.
18508         * benchtests/bench-rawmemchr.c: Likewise.
18509         * benchtests/bench-strcasecmp.c: Likewise.
18510         * benchtests/bench-strcasestr.c: Likewise.
18511         * benchtests/bench-strcat.c: Likewise.
18512         * benchtests/bench-strchr.c: Likewise.
18513         * benchtests/bench-strcmp.c: Likewise.
18514         * benchtests/bench-strcpy.c: Likewise.
18515         * benchtests/bench-strcpy_chk.c: Likewise.
18516         * benchtests/bench-strlen.c: Likewise.
18517         * benchtests/bench-strncasecmp.c: Likewise.
18518         * benchtests/bench-strncat.c: Likewise.
18519         * benchtests/bench-strncmp.c: Likewise.
18520         * benchtests/bench-strncpy.c: Likewise.
18521         * benchtests/bench-strnlen.c: Likewise.
18522         * benchtests/bench-strpbrk.c: Likewise.
18523         * benchtests/bench-strrchr.c: Likewise.
18524         * benchtests/bench-strspn.c: Likewise.
18525         * benchtests/bench-strstr.c: Likewise.
18526
18527 2013-09-04  Will Newton  <will.newton@linaro.org>
18528
18529         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
18530
18531 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
18532
18533         [BZ #15427]
18534         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
18535         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
18536         * math/libm-test.inc (lgamma_test_data): Add more tests.
18537         * sysdeps/i386/fpu/libm-test-ulps: Update.
18538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18539
18540 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
18541
18542         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
18543         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18544         Add ifunc.
18545         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18546         Add strcmp-sse2-unaligned
18547         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
18548
18549 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18550
18551         * Versions.def (libc): Add GLIBC_2.19.
18552
18553 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
18554
18555         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
18556         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
18557
18558 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
18559
18560         [BZ #14155]
18561         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
18562         intermediate calculations in recurrence.
18563         (__ieee754_ynf): Likewise.
18564         * math/libm-test.inc (jn_test_data): Do not allow spurious
18565         underflow exception.  Add more tests.
18566         (yn_test_data): Add more tests.
18567         * sysdeps/i386/fpu/libm-test-ulps: Update.
18568         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18569
18570 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
18571
18572         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
18573
18574 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18575
18576         * csu/init-first.c: Fix then/than typos.
18577         * locale/programs/ld-collate.c: Likewise.
18578         * locale/programs/linereader.h: Likewise.
18579         * manual/charset.texi: Likewise.
18580         * manual/filesys.texi: Likewise.
18581         * manual/stdio.texi: Likewise.
18582         * manual/string.texi: Likewise.
18583         * stdlib/fmtmsg.c: Likewise.
18584         * sysdeps/i386/stpncpy.S: Likewise.
18585         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18586         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18587         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18588         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18589
18590 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
18591
18592         * elf/dl-open.c: Fix typos.
18593         * iconvdata/gbbig5.c: Likewise.
18594         * iconvdata/iso-2022-jp.c: Likewise.
18595         * iconv/gconv_int.h: Likewise.
18596         * iconv/loop.c: Likewise.
18597         * nis/rpcsvc/nis.h: Likewise.
18598         * resolv/ns_name.c: Likewise.
18599         * stdio-common/vfscanf.c: Likewise.
18600         * streams/stropts.h: Likewise.
18601         * sunrpc/rpc_thread.c: Likewise.
18602         * sysdeps/i386/strpbrk.S: Likewise.
18603         * sysdeps/ieee754/k_standard.c: Likewise.
18604         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18605         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18606         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
18607         * sysdeps/mach/hurd/profil.c: Likewise.
18608         * sysdeps/s390/dl-procinfo.h: Likewise.
18609         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
18610         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
18611         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
18612         * sysdeps/x86_64/dl-trampoline.S: Likewise.
18613         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
18614
18615 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
18616
18617         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
18618         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
18619
18620 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
18621
18622         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
18623         aix specific files.
18624         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
18625         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
18626         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
18627         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
18628         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
18629         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
18630         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
18631         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
18632
18633 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18634             Roland McGrath  <roland@hack.frob.com>
18635
18636         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
18637         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
18638
18639 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18640
18641         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
18642         __executable_start symbol instead of _start.
18643
18644 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
18645
18646         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
18647         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
18648         Move macros to...
18649         * sysdeps/gnu/ldsodefs.h: ... this new file.
18650
18651         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
18652         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
18653         instead of ELFOSABI_LINUX.
18654
18655         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
18656         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
18657         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
18658         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
18659         Likewise.
18660         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
18661         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
18662         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
18663         Likewise.
18664         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18665         (ibm_extended_long_double): Add ieee_nan member.
18666         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
18667         (do_test): New function.
18668
18669         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
18670         TEST_TRUNC.
18671         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
18672         functions, renamed from truncdfsf_test, trunctfsf_test,
18673         trunctfdf_test.
18674         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
18675         functions.
18676         (do_test): Run all these.
18677
18678 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
18679
18680         * argp/argp-help.c: Fix typos.
18681         * argp/argp-parse.c: Likewise.
18682         * debug/backtracesyms.c: Likewise.
18683         * elf/elf.h: Likewise.
18684         * malloc/malloc.c: Likewise.
18685         * nis/nis_print.c: Likewise.
18686         * resolv/res_comp.c: Likewise.
18687         * stdlib/stdlib.h: Likewise.
18688         * sunrpc/clnt_tcp.c: Likewise.
18689         * sunrpc/clnt_udp.c: Likewise.
18690         * sunrpc/clnt_unix.c: Likewise.
18691         * sysdeps/unix/bsd/ptsname.c: Likewise.
18692         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
18693         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
18694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
18695         Likewise.
18696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
18697         Likewise.
18698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
18699         Likewise.
18700         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18701
18702 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18703
18704         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
18705         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18706
18707 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
18708
18709         [BZ #15897]
18710         * dlfcn/Makefile (tests): Add bug-dl-leaf.
18711         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
18712         ($(objpfx)bug-dl-leaf): New rule.
18713         ($(objpfx)bug-dl-leaf.so): Likewise.
18714         ($(objpfx)bug-dl-leaf.out): Likewise.
18715         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
18716         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
18717         * dlfcn/bug-dl-leaf.c: New test.
18718         * dlfcn/bug-dl-leaf-lib.c: Likewise.
18719         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
18720         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
18721         (dlclose): Likewise.
18722         (dlmopen): Likewise.
18723
18724 2013-08-27  Roland McGrath  <roland@hack.frob.com>
18725
18726         * include/netdb.h [!_ISOMAC]:
18727         Don't include <tls.h>.
18728         (h_errno, __libc_h_errno): Move declaration and macros out of
18729         [_LIBC_REENTRANT].
18730
18731         * include/resolv.h [_RESOLV_H_]:
18732         Don't include <tls.h>.
18733         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
18734         * resolv/res_libc.c: Don't include <tls.h>.
18735         (_res): Use __attribute__ ((nocommon)) in place of
18736         __attribute__ ((section (".bss"))).
18737
18738         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
18739         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
18740
18741         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
18742
18743         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
18744         only under [SIOCGIFCONF && SIOCGIFNETMASK].
18745
18746         * resolv/res_mkquery.c: Include <sys/time.h>.
18747
18748         * inet/ifreq.c: Moved to ...
18749         * sysdeps/unix/ifreq.c: ... here.
18750         * inet/ifreq.c: New file, true stub version.
18751
18752         * socket/sa_len.c: New file.
18753         * socket/Makefile (aux): Add it.
18754         * sysdeps/unix/sysv/linux/Makefile
18755         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
18756         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
18757         and #include <socket/sa_len.c>.
18758         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
18759         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
18760
18761         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
18762         * bits/socket.h: ... here.
18763
18764         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
18765         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
18766         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18767
18768 2013-08-27  Andreas Schwab  <schwab@suse.de>
18769
18770         [BZ #15736]
18771         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18772         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18773         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18774         * string/test-strcasecmp.c (test_main): Run tests in several
18775         locales.
18776         * string/test-strncasecmp.c (test_main): Likewise.
18777
18778         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
18779         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
18780         to __strcasecmp_nonascii and __strncasecmp_nonascii.
18781         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
18782         (__strncasecmp_ssse3) [PIC]: Likewise.
18783
18784 2013-08-26  Roland McGrath  <roland@hack.frob.com>
18785
18786         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
18787
18788         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
18789         instead of explicitly declaring xdecrypt.
18790         * nis/nss_nis/nis-publickey.c: Likewise.
18791
18792 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18793
18794         [BZ #15890]
18795         * nscd/aicache.c: Include res_hconf.h.
18796         (addhstaiX): Initialize res_hconf.
18797
18798 2013-08-26  Andreas Schwab  <schwab@suse.de>
18799
18800         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
18801         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
18802
18803 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
18804
18805         * nscd/aicache.c (addhstaiX): Fix indentation.
18806
18807 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
18808
18809         * configure.ac: Quote $build_pt_chown test.
18810         * configure: Regenerated.
18811
18812 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
18813
18814         [BZ #15532]
18815         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
18816         * math/s_cexpf.c (__cexpf): Likewise.
18817         * math/s_cexpl.c (__cexpl): Likewise.
18818         * math/libm-test.inc (cexp_test_data): Correct expected return
18819         value for NaN + i0.  Add another test.
18820
18821 2013-08-22  David S. Miller  <davem@davemloft.net>
18822
18823         * po/ca.po: Update Catalan translation from translation project.
18824         * po/uk.po: Add Ukrainian translations from translation project.
18825
18826 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
18827
18828         [BZ #15797]
18829         * math/s_fdim.c (__fdim): Check for infinite arguments if result
18830         is infinite, not alongside NaN test.
18831         * math/s_fdimf.c (__fdimf): Likewise.
18832         * math/s_fdiml.c (__fdiml): Likewise.
18833         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
18834         errno is unchanged.
18835
18836 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
18837
18838         * argp/argp-help.c: Fix typos.
18839         * crypt/speeds.c: Likewise.
18840         * csu/check_fds.c: Likewise.
18841         * elf/dl-load.c: Likewise.
18842         * elf/dl-open.c: Likewise.
18843         * elf/reldep3.c: Likewise.
18844         * elf/reldep.c: Likewise.
18845         * elf/sprof.c: Likewise.
18846         * iconv/iconv_charmap.c: Likewise.
18847         * iconv/skeleton.c: Likewise.
18848         * iconv/strtab.c: Likewise.
18849         * io/lockf64.c: Likewise.
18850         * libio/libioP.h: Likewise.
18851         * resolv/gai_notify.c: Likewise.
18852         * resolv/ns_name.c: Likewise.
18853         * resolv/ns_samedomain.c: Likewise.
18854         * resolv/res_send.c: Likewise.
18855         * stdlib/random.c: Likewise.
18856         * sunrpc/rpc/xdr.h: Likewise.
18857         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18858         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18859         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18860         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18861         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18862         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18863         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18864         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18865         * sysdeps/mach/hurd/check_fds.c: Likewise.
18866         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18867         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18868         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18869         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18870         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18871         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18872         * sysdeps/pthread/aio_notify.c: Likewise.
18873         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18874         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18875         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18876         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18877         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18878
18879 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18880
18881         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18882         version if bit_Slow_SSE4_2 is set.
18883         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18884         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18885
18886 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18887
18888         [BZ #15867]
18889         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18890         trampoline stack frame information.
18891         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18892         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18893         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18894         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18895         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18896         * sysdeps/unix/sysv/linux/powerpc/init-first.c
18897         (_libc_vdso_platform_setup): Initialize the signal trampolines.
18898         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18899         sa_flags value.
18900         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18901         interrupting a syscall and set with option SA_SIGINFO.
18902
18903 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18904
18905         [BZ #15531]
18906         * math/s_cproj.c (__cproj): Only return an infinity if one part of
18907         argument is infinite.
18908         * math/s_cprojf.c (__cprojf): Likewise.
18909         * math/s_cprojl.c (__cprojl): Likewise.
18910         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18911         * math/libm-test.inc (cproj_test_data): Add more tests.
18912
18913         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18914
18915         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18916         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18917         size.  Use __ffs to determine corresponding shift.
18918
18919 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
18920             Roland McGrath  <roland@hack.frob.com>
18921
18922         * Makefile (INSTALL): Remove trailing blank lines from output of
18923         makeinfo.
18924
18925 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18926
18927         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18928         Align 32 bit compat elf_greg to 8 bytes.
18929
18930 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
18931
18932         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18933
18934 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18935
18936         * string/strcoll_l.c (coll_seq): New structure.
18937         (get_next_seq_cached): New function.
18938         (get_next_seq): New function.
18939         (do_compare): New function.
18940         (STRCOLL): Use GNU style definition.  Simplify implementation
18941         by using get_next_seq, get_next_seq_cached and do_compare.
18942
18943 2013-08-16  Florian Weimer  <fweimer@redhat.com>
18944
18945         [BZ #14699]
18946         CVE-2013-4237
18947         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18948         member.
18949         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18950         member.
18951         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18952         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18953         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
18954         conditional.
18955         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18956         GETDENTS_64BIT_ALIGNED.
18957         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18958         * manual/filesys.texi (Reading/Closing Directory): Document
18959         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
18960         strongly.
18961         * manual/conf.texi (Limits for Files): Add portability note to
18962         NAME_MAX, PATH_MAX.
18963         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18964
18965 2013-08-13  Andreas Schwab  <schwab@suse.de>
18966
18967         [BZ #15749]
18968         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18969         of fabs.
18970         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18971         LDBL_MAX_EXP >= 16384]: Add tests for it.
18972
18973 2013-08-12  David S. Miller  <davem@davemloft.net>
18974
18975         * version.h (RELEASE): Set to "development".
18976         (VERSION): Set to "2.18.90".
18977         * NEWS: Add 2.19 section.
18978
18979 2013-08-03  David S. Miller  <davem@davemloft.net>
18980
18981         * po/ko.po: Update Korean translation from translation project.
18982
18983 2013-08-01  David S. Miller  <davem@davemloft.net>
18984
18985         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
18986         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18987         Bilka.
18988
18989 2013-07-30  David S. Miller  <davem@davemloft.net>
18990
18991         * po/fr.po: Update French translation from translation project.
18992
18993 2013-07-28  David S. Miller  <davem@davemloft.net>
18994
18995         * po/cs.po: Update Czech translation from translation project.
18996
18997         * po/sv.po: Update Swedish translation from translation project.
18998
18999 2013-07-27  David S. Miller  <davem@davemloft.net>
19000
19001         * po/eo.po: Update Esperanto translation from translation project.
19002
19003         * po/vi.po: Update Vietnamese translation from translation project.
19004
19005         * po/de.po: Update German translation from translation project.
19006
19007 2013-07-26  David S. Miller  <davem@davemloft.net>
19008
19009         * po/bg.po: Update Bulgarian translation from translation project.
19010
19011         * po/nl.po: Update Dutch translation from translation project.
19012         * po/pl.po: Update Polish translation from translation project.
19013         * po/ru.po: Update Russian translation from translation project.
19014
19015 2013-07-24  David S. Miller  <davem@davemloft.net>
19016
19017         * po/libc.pot: Update.
19018
19019 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19020
19021         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
19022         variable page size.
19023         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
19024         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
19025         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
19026
19027 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19028
19029         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
19030
19031 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19032             Andreas Schwab  <schwab@suse.de>
19033             Roland McGrath  <roland@hack.frob.com>
19034             Joseph Myers  <joseph@codesourcery.com>
19035             Carlos O'Donell  <carlos@redhat.com>
19036
19037         [BZ #15755]
19038         * config.h.in: Define HAVE_PT_CHOWN.
19039         * config.make.in (build-pt-chown): New variable.
19040         * configure.in (--enable-pt_chown): New configure option.
19041         * configure: Regenerate.
19042         * login/Makefile: Include Makeconfig.  Build pt_chown only if
19043         build-pt-chown is enabled.
19044         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
19045         pt_chown to fix pty ownership.
19046         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
19047         CLOSE_ALL_FDS.
19048         * manual/install.texi (Configuring and compiling): Mention
19049         --enable-pt_chown. Add @findex for grantpt.
19050         * INSTALL: Regenerate.
19051
19052 2013-07-20  David S. Miller  <davem@davemloft.net>
19053
19054         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
19055         difference between 32-bit and 64-bit.
19056
19057 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
19058
19059         [BZ #15711]
19060         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
19061         Avoid system header dependency with -ffreestanding.
19062         ($(objpfx)bits/syscall%d): Likewise.
19063
19064 2013-07-13  David S. Miller  <davem@davemloft.net>
19065
19066         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
19067         underflows from atanl/atan2l due to bug 15319.
19068         (casinh_test_data): Likewise.
19069
19070 2013-07-07  David S. Miller  <davem@davemloft.net>
19071
19072         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
19073
19074 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
19075
19076         * sysdeps/i386/fpu/libm-test-ulps: Update.
19077         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19078
19079 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19080
19081         * configure.in (--enable-lock-elision): Fix message text.
19082         * INSTALL: Regenerate.
19083         * configure: Regenerate.
19084
19085 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19086
19087         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19088
19089 2013-07-03  Andreas Jaeger  <aj@suse.de>
19090
19091         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
19092         define.
19093         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
19094         (ptrace_peeksiginfo_args): Add.
19095         (__ptrace_peeksiginfo_flags): Add.
19096         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19097         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19098         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19099
19100 2013-07-03  Allan McRae  <allan@archlinux.org>
19101
19102         * sysdeps/i386/fpu/libm-test-ulps: Update.
19103
19104 2013-07-02  David S. Miller  <davem@davemloft.net>
19105
19106         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19107
19108 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
19109
19110         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19111
19112 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19113
19114         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19115         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19116
19117 2013-07-02  Andi Kleen <ak@linux.intel.com>
19118
19119         * config.h.in (ENABLE_LOCK_ELISION): Add.
19120         * configure.in (--enable-lock-elision): Add option.
19121         * manual/install.texi: Document --enable lock elision.
19122         * configure: Regenerate
19123         * INSTALL: Regenerate.
19124
19125 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
19126
19127         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
19128         SSE4.2 strcasecmp for libc.a.
19129         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
19130
19131 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
19132
19133         [BZ #13304]
19134         * soft-fp/op-common.h (_FP_FMA): New macro.
19135         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19136         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
19137         (_FP_MUL_MEAT_1_imm): ... here.
19138         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
19139         (_FP_MUL_MEAT_1_wide): ... here.
19140         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
19141         (_FP_MUL_MEAT_1_hard): ... here.
19142         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19143         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
19144         (_FP_MUL_MEAT_2_wide): ... here.
19145         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
19146         (_FP_MUL_MEAT_2_wide_3mul): ... here.
19147         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
19148         (_FP_MUL_MEAT_2_gmp): ... here.
19149         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19150         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
19151         (_FP_MUL_MEAT_4_wide): ... here.
19152         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
19153         (_FP_MUL_MEAT_4_gmp): ... here.
19154         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19155         (_FP_WFRACBITS_DW_S): Likewise.
19156         (_FP_WFRACXBITS_DW_S): Likewise.
19157         (_FP_HIGHBIT_DW_S): Likewise.
19158         (FP_FMA_S): Likewise.
19159         (_FP_FRAC_HIGH_DW_S): Likewise.
19160         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19161         (_FP_WFRACBITS_DW_D): Likewise.
19162         (_FP_WFRACXBITS_DW_D): Likewise.
19163         (_FP_HIGHBIT_DW_D): Likewise.
19164         (FP_FMA_D): Likewise.
19165         (_FP_FRAC_HIGH_DW_D): Likewise.
19166         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19167         (_FP_WFRACBITS_DW_E): Likewise.
19168         (_FP_WFRACXBITS_DW_E): Likewise.
19169         (_FP_HIGHBIT_DW_E): Likewise.
19170         (FP_FMA_E): Likewise.
19171         (_FP_FRAC_HIGH_DW_E): Likewise.
19172         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19173         (_FP_WFRACBITS_DW_Q): Likewise.
19174         (_FP_WFRACXBITS_DW_Q): Likewise.
19175         (_FP_HIGHBIT_DW_Q): Likewise.
19176         (FP_FMA_Q): Likewise.
19177         (_FP_FRAC_HIGH_DW_Q): Likewise.
19178         * soft-fp/fmasf4.c: New file.
19179         * soft-fp/fmadf4.c: Likewise.
19180         * soft-fp/fmatf4.c: Likewise.
19181
19182 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19183
19184         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19185         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19186         Silvermont.
19187         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19188         macro.
19189         (index_Slow_SSE4_2): Likewise.
19190         (index_Prefer_PMINUB_for_stringop): Likewise.
19191         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19192         bit_Slow_SSE4_2 is set.
19193         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19194         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19195
19196 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19197
19198         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19199         rtld_global._dl_hwcap2.
19200         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19201         POWER8.
19202         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19203         POWER8 feature descriptions defined in _dl_hwcap2.
19204         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19205         string handling for POWER8 feature bits.
19206         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19207         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19208         _dl_powerpc_cap_flags.
19209         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19210         * sysdeps/powerpc/rtld-global-offsets.sym
19211         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19212         _dl_hwcap2 in the rtld_global_ro structure.
19213
19214 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19215
19216         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19217         hardware capabilities in support of AT_HWCAP2.
19218         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19219         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19220         GLRO(dl_hwcap2).
19221         (_dl_show_auxv): Add support for calling _dl_procinfo to display
19222         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
19223         explicitly the unknown a_type display mechanism is used.
19224         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19225         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19226         struct member.
19227         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19228         to macro prototype for AT_HWCAP2 support.
19229         * sysdeps/i386/dl-procinfo.h: Likewise.
19230         * sysdeps/s390/dl-procinfo.h: Likewise.
19231         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19232         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
19233         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
19234         return -1 for unknown a_type display fallback.
19235         * sysdeps/sparc/dl-procinfo.h: Likewise.
19236         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19237         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19238
19239 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
19240
19241         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19242         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19243
19244 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
19245
19246         [BZ #12492]
19247         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19248         mprotect making __stack_prot writable.
19249
19250 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
19251             Joseph Myers  <joseph@codesourcery.com>
19252
19253         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19254         as being properly aligned.
19255
19256 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
19257
19258         * dlfcn/modstatic5.c: New file.
19259         * dlfcn/tststatic5.c: New file.
19260         * dlfcn/Makefile (tests): Add tststatic5.
19261         (tests-static): Likewise.
19262         (modules-names): Add modstatic5.
19263         (tststatic5-ENV): New variable.
19264         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19265
19266         [BZ #15022]
19267         * elf/dl-support.c (_dl_main_map): New variable.
19268         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19269         (_dl_nns, _dl_load_adds): Set to 1.
19270         (_dl_initial_searchlist): Refer to _dl_main_map.
19271         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19272         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19273         call to _dl_get_origin.
19274         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19275         around call_map.
19276         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19277         * dlfcn/modstatic3.c: New file.
19278         * dlfcn/tststatic3.c: New file.
19279         * dlfcn/tststatic4.c: New file.
19280         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19281         (tests-static): Likewise.
19282         (modules-names): Add modstatic3.
19283         (tststatic3-ENV, tststatic4-ENV): New variables.
19284         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19285         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19286
19287 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
19288
19289         * configure.in (CC): Require GCC version 4.4 or later.
19290         * configure: Regenerated.
19291         * manual/install.texi (Tools for Compilation): Update GCC version
19292         requirement.
19293         * INSTALL: Regenerated.
19294
19295 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19296
19297         [BZ #15674]
19298         * string/test-memcmp.c (check2): New.
19299         (main): Call check2.
19300
19301         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19302
19303 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
19304
19305         [BZ #15022]
19306         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19307         over to...
19308         (dl_open_worker) [!SHARED]: ... here.
19309
19310 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19311
19312         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19313
19314 2013-06-25  Richard Henderson  <rth@redhat.com>
19315
19316         * locale/programs/locarchive.c: Include <libc-internal.h>
19317
19318 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
19319
19320         * manual/texinfo.tex: Update to version 2013-06-21.17, with
19321         trailing whitespace removed.
19322
19323 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19324
19325         [BZ #10283]
19326         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19327         * locale/programs/locarchive.c: Include libc-mmap.h.
19328         (prepare_address_space): Take two new outputs (the mmap base and len).
19329         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
19330         values.
19331         (create_archive): Declare new mmap base and len values for
19332         prepare_address_space, and store the result in ah.
19333         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19334         (enlarge_archive): If ah->mmap_base is not NULL, use that and
19335         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19336         Declare new mmap base and len values for
19337         prepare_address_space, and store the result in new_ah.
19338         (open_archive): Declare new mmap base and len values for
19339         prepare_address_space, and store the result in ah.
19340         (close_archive): If ah->mmap_base is not NULL, use that and
19341         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19342         * sysdeps/generic/libc-mmap.h: New file.
19343
19344 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
19345
19346         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19347         (ALIGN_UP): Likewise.
19348         (PTR_ALIGN_DOWN): Likewise.
19349         (PTR_ALIGN_UP): Likewise.
19350
19351 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19352
19353         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19354         entry mapped to PPC_PLATFORM_POWER8.
19355         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19356         POWER8.
19357         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19358         (_dl_string_platform): Add case for exporting platform position for
19359         POWER8.
19360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19361         search path to sysdeps/powerpc/powerpc32/power8 directory.
19362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19363         search path to sysdeps/powerpc/powerpc64/power8 directory.
19364         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19365         power7 directories.
19366         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19367         power7 directories.
19368
19369 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19370
19371         * INSTALL: Regenerate.
19372
19373         * nscd/connections.c (nscd_init): Fix comment.
19374
19375 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
19376
19377         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19378
19379         [BZ #15667]
19380         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19381         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19382
19383 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19384
19385         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19386         DL_DST_REQ_STATIC.
19387         (DL_DST_REQ_STATIC): Remove macro.
19388
19389 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
19390
19391         [BZ #7006]
19392         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19393         with a shift of 0 bits.
19394
19395 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
19396
19397         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19398         $(tststatic-ENV).
19399
19400 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19401
19402         [BZ #15655]
19403         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19404
19405 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19406
19407         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19408         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19409         accepts -fno-tree-loop-distribute-patterns.
19410         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19411         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19412         recursive call.
19413         * string/memset.c (memset): Likewise.
19414         * string/test-memmove.c (simple_memmove): Disable loop transformation
19415         to library calls.
19416         * string/test-memset.c (simple_memset): Likewise.
19417         * benchtests/bench-memmove.c (simple_memmove): Likewise.
19418         * benchtests/bench-memset.c (simple_memset): Likewise.
19419         * configure: Regenerated.
19420
19421 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
19422
19423         * math/test-misc.c (main): Ignore fesetround failure when failures
19424         of subsequent rounding tests would be ignored.
19425
19426         [BZ #15654]
19427         * math/fedisblxcpt.c (fedisableexcept): Return 0.
19428         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19429         * math/fegetenv.c (__fegetenv): Return 0.
19430         * math/fegetexcept.c (fegetexcept): Return 0.
19431         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19432         FE_TONEAREST.
19433         * math/feholdexcpt.c (feholdexcept): Return 0.
19434         * math/fesetenv.c (__fesetenv): Return 0.
19435         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19436         argument FE_TONEAREST.
19437         * math/feupdateenv.c (__feupdateenv): Return 0.
19438         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19439
19440 2013-06-18  Roland McGrath  <roland@hack.frob.com>
19441
19442         * elf/rtld-Rules (rtld-compile-command.S): New variable.
19443         (rtld-compile-command.s, rtld-compile-command.c): New variables.
19444         ($(objpfx)rtld-%.os rules): Use them.
19445
19446 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19447
19448         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19449         fields.
19450
19451 2013-06-17  Roland McGrath  <roland@hack.frob.com>
19452
19453         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19454         length of target pattern, then descending length of dependency pattern.
19455         * configure.in (AWK): Require gawk 3.1.2 or newer.
19456         * manual/install.texi (Tools for Compilation): Say that we do.
19457         * configure: Regenerated.
19458
19459         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19460         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19461         * scripts/sysd-rules.awk: ... this new script.
19462         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19463         than a glob-style pattern.
19464
19465 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
19466
19467         * math/test-misc.c (main): Do not treat incorrectly rounded
19468         conversions as failure unless ROUNDING_TESTS passes.
19469
19470 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
19471
19472         [BZ #15631]
19473         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19474         restore exception state around main square root computation, then
19475         check for inexactness explicitly.
19476
19477         * math/libm-test.inc (fma_test_data): Add another test.
19478
19479 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
19480
19481         * manual/threads.texi (Non-POSIX Extensions): New document
19482         node.  Document pthread_getattr_default_np and
19483         pthread_setattr_default_np.
19484
19485         * Versions.def (libpthread): Add GLIBC_2.18.
19486         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19488         Likewise.
19489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19490         Likewise.
19491         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19492         Likewise.
19493         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19494         Likewise.
19495         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19496         Likewise.
19497         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19498         Likewise.
19499         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19500         Likewise.
19501         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19502         Likewise.
19503         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19504         Likewise.
19505
19506 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
19507
19508         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19509         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19510
19511 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
19512             H.J. Lu  <hjl.tools@gmail.com>
19513
19514         [BZ #15627]
19515         * sysdeps/x86_64/rtld-memset.c: Remove file.
19516         * sysdeps/x86_64/rtld-memset.S: New file.
19517
19518 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
19519
19520         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19521         (test_in_one_mode): Take arguments for whether the rounding mode
19522         is supported for each floating-point type.
19523         (do_test): Pass new arguments to test_in_one_mode using
19524         ROUNDING_TESTS.
19525
19526 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19527
19528         * posix/tst-waitid.c (do_test): Distinguish different instances of
19529         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
19530         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
19531         before entering the kernel for waitpid.
19532
19533 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19534
19535         * NEWS: Fix note on clock function precision.  Text by Roland
19536         McGrath.
19537
19538 2013-06-13  Roland McGrath  <roland@hack.frob.com>
19539
19540         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
19541         it into place only when and if the sanity check passes.
19542
19543 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
19544
19545         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
19546         output for whether conversion result is exact.  Take argument
19547         indicating whether type is IBM long double.
19548         (round_for_all): Change need_exact field to ibm_ld.
19549         * stdlib/tst-strtod-round.c (struct exactness): New type.
19550         (struct test): Change bool ld_ok field to struct exactness exact.
19551         (TEST): Update all definitions for change to field.
19552         (tests): Regenerate array contents.
19553         (test_in_one_mode): Take pointer to new field instead of old ld_ok
19554         field value.  Check for IBM long double here.
19555         (do_test): Update calls to test_in_one_mode.
19556
19557 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
19558
19559         [BZ #12515]
19560         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
19561         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
19562
19563 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19564
19565         [BZ #15605]
19566         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
19567         generated by the compiler on loop optimizations.
19568         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
19569         general definitions.
19570
19571 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
19572
19573         * math/bug-nextafter.c: Include <math-tests.h>.
19574         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19575         the relevant type.
19576         * math/bug-nexttoward.c: Include <math-tests.h>.
19577         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19578         the relevant type.
19579         * math/test-misc.c: Include <math-tests.h>.
19580         (main): Only test for exceptions if EXCEPTION_TESTS is true for
19581         the relevant type.
19582
19583 2013-06-12  Andreas Jaeger  <aj@suse.de>
19584
19585         * po/ia.po: Update Interlingua translation from translation
19586         project.
19587
19588 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
19589
19590         * include/fenv.h: Include stdbool.h.
19591         (struct rm_ctx): New structure.
19592         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
19593         Define macro.
19594         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
19595         (SET_RESTORE_ROUNDF): Likewise.
19596         (SET_RESTORE_ROUNDL): Likewise.
19597         (SET_RESTORE_ROUND_NOEX): Likewise.
19598         (SET_RESTORE_ROUND_NOEXF): Likewise.
19599         (SET_RESTORE_ROUND_NOEXL): Likewise.
19600         (SET_RESTORE_ROUND_53BIT): Likewise.
19601         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
19602         (libc_feresetround_noexf_ctx): Likewise.
19603         (libc_feresetround_noexl_ctx): Likewise.
19604         (libc_feholdsetround_53bit_ctx): Likewise.
19605         (libc_feresetround_53bit_ctx): Likewise.
19606         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
19607         (libc_feholdexcept_setround_sse_ctx): New function.
19608         (libc_fesetenv_sse_ctx): Likewise.
19609         (libc_feupdateenv_sse_ctx): Likewise.
19610         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
19611         (libc_feholdexcept_setround_387_ctx): Likewise.
19612         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
19613         (libc_feholdsetround_387_prec_ctx): Likewise.
19614         (libc_feholdsetround_387_ctx): Likewise.
19615         (libc_feholdsetround_387_53bit_ctx): Likewise.
19616         (libc_feholdsetround_sse_ctx): Likewise.
19617         (libc_feresetround_sse_ctx): Likewise.
19618         (libc_feresetround_387_ctx): Likewise.
19619         (libc_feupdateenv_387_ctx): Likewise.
19620         (libc_feholdexcept_setroundf_ctx): Define macro.
19621         (libc_fesetenvf_ctx): Likewise.
19622         (libc_feupdateenvf_ctx): Likewise.
19623         (libc_feholdsetroundf_ctx): Likewise.
19624         (libc_feresetroundf_ctx): Likewise.
19625         (libc_feholdexcept_setround_ctx): Likewise.
19626         (libc_fesetenv_ctx): Likewise.
19627         (libc_feupdateenv_ctx): Likewise.
19628         (libc_feholdsetround_ctx): Likewise.
19629         (libc_feresetround_ctx): Likewise.
19630         (libc_feholdexcept_setroundl_ctx): Likewise.
19631         (libc_feupdateenvl_ctx): Likewise.
19632         (libc_feholdsetroundl_ctx): Likewise.
19633         (libc_feresetroundl_ctx): Likewise.
19634         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
19635         (libc_feresetround_53bit_ctx): Likewise.
19636
19637 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19638
19639         * locale/iso-639.def: Convert to UTF-8.
19640
19641 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
19642
19643         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
19644         (EXCEPTION_TESTS_double): Likewise.
19645         (EXCEPTION_TESTS_long_double): Likewise.
19646         (EXCEPTION_TESTS): Likewise.
19647         * math/libm-test.inc (test_exceptions): Only test exceptions if
19648         EXCEPTION_TESTS (FLOAT).
19649
19650 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19651
19652         * benchtests/Makefile (string-bench): Add strcpy_chk and
19653         stpcpy_chk.
19654         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
19655         * benchtests/bench-stpcpy_chk.c: New file.
19656         * benchtests/bench-strcpy_chk-ifunc.c: New file.
19657         * benchtests/bench-strcpy_chk.c: New file.
19658         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
19659         code.
19660         (do_test): Likewise.
19661
19662 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19663
19664         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
19665         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
19666         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
19667         with tabs where appropriate.
19668         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
19669         dl-procinfo.h.
19670         [PPC_PLATFORM_PPC440]: Likewise.
19671         [PPC_PLATFORM_PPC464]: Likewise.
19672         [PPC_PLATFORM_PPC476]: Likewise.
19673         (_dl_string_platform): Add support for detecting ppc405, ppc440,
19674         ppc464, and ppc476 platform strings merging from ports/
19675         dl-procinfo.h.
19676
19677 2013-06-11  Andreas Schwab  <schwab@suse.de>
19678
19679         [BZ #14991]
19680         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
19681         (from_ucs4_idx): Regenerate.
19682         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
19683         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
19684         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
19685         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
19686         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
19687         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
19688         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
19689         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
19690         from FROM_LOOP and TO_LOOP specific macros.
19691         (BODY): Handle combining characters.
19692         * iconvdata/BIG5HKSCS.irreversible: Update.
19693         * iconvdata/BIG5HKSCS.precomposed: New file.
19694         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
19695         characters.
19696         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
19697
19698 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19699
19700         * include/sys/time.h: Fix indentation and add copyright header.
19701
19702         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
19703         (do_test): Likewise.
19704         * string/test-memchr.c (do_one_test): Likewise.
19705         (do_test): Likewise.
19706         * string/test-memcmp.c (do_one_test): Likewise.
19707         (do_test): Likewise.
19708         * string/test-memcpy.c (do_one_test): Likewise.
19709         (do_test): Likewise.
19710         * string/test-memmem.c (do_one_test): Likewise.
19711         (do_test): Likewise.
19712         (do_random_tests): Likewise.
19713         * string/test-memmove.c (do_one_test): Likewise.
19714         (do_test): Likewise.
19715         * string/test-memset.c (do_one_test): Likewise.
19716         (do_test): Likewise.
19717         * string/test-rawmemchr.c (do_one_test): Likewise.
19718         (do_test): Likewise.
19719         * string/test-strcasecmp.c (do_one_test): Likewise.
19720         (do_test): Likewise.
19721         * string/test-strcasestr.c (do_one_test): Likewise.
19722         (do_test): Likewise.
19723         * string/test-strcat.c (do_one_test): Likewise.
19724         (do_test): Likewise.
19725         * string/test-strchr.c (do_one_test): Likewise.
19726         (do_test): Likewise.
19727         * string/test-strcmp.c (do_one_test): Likewise.
19728         (do_test): Likewise.
19729         * string/test-strcpy.c (do_one_test): Likewise.
19730         (do_test): Likewise.
19731         * string/test-string.h: Likewise.
19732         (test_init): Likewise.
19733         * string/test-strlen.c (do_one_test): Likewise.
19734         (do_test): Likewise.
19735         * string/test-strncasecmp.c (do_one_test): Likewise.
19736         (do_test): Likewise.
19737         * string/test-strncat.c (do_one_test): Likewise.
19738         (do_test): Likewise.
19739         * string/test-strncmp.c (do_one_test): Likewise.
19740         (do_test_limit): Likewise.
19741         (do_test): Likewise.
19742         * string/test-strncpy.c (do_one_test): Likewise.
19743         (do_test): Likewise.
19744         * string/test-strnlen.c (do_one_test): Likewise.
19745         (do_test): Likewise.
19746         * string/test-strpbrk.c (do_one_test): Likewise.
19747         (do_test): Likewise.
19748         * string/test-strrchr.c (do_one_test): Likewise.
19749         (do_test): Likewise.
19750         * string/test-strspn.c (do_one_test): Likewise.
19751         (do_test): Likewise.
19752         * string/test-strstr.c (do_one_test): Likewise.
19753         (do_test): Likewise.
19754
19755         * benchtests/Makefile (string-bench): Add string benchmarks.
19756         * benchtests/bench-bcopy-ifunc.c: New file.
19757         * benchtests/bench-bcopy.c: New file.
19758         * benchtests/bench-bzero-ifunc.c: New file.
19759         * benchtests/bench-bzero.c: New file.
19760         * benchtests/bench-memccpy-ifunc.c: New file.
19761         * benchtests/bench-memccpy.c: New file.
19762         * benchtests/bench-memchr-ifunc.c: New file.
19763         * benchtests/bench-memchr.c: New file.
19764         * benchtests/bench-memcmp-ifunc.c: New file.
19765         * benchtests/bench-memcmp.c: New file.
19766         * benchtests/bench-memmem-ifunc.c: New file.
19767         * benchtests/bench-memmem.c: New file.
19768         * benchtests/bench-memmove-ifunc.c: New file.
19769         * benchtests/bench-memmove.c: New file.
19770         * benchtests/bench-mempcpy-ifunc.c: New file.
19771         * benchtests/bench-mempcpy.c: New file.
19772         * benchtests/bench-memset-ifunc.c: New file.
19773         * benchtests/bench-memset.c: New file.
19774         * benchtests/bench-rawmemchr-ifunc.c: New file.
19775         * benchtests/bench-rawmemchr.c: New file.
19776         * benchtests/bench-stpcpy-ifunc.c: New file.
19777         * benchtests/bench-stpcpy.c: New file.
19778         * benchtests/bench-stpncpy-ifunc.c: New file.
19779         * benchtests/bench-stpncpy.c: New file.
19780         * benchtests/bench-strcasecmp-ifunc.c: New file.
19781         * benchtests/bench-strcasecmp.c: New file.
19782         * benchtests/bench-strcasestr-ifunc.c: New file.
19783         * benchtests/bench-strcasestr.c: New file.
19784         * benchtests/bench-strcat-ifunc.c: New file.
19785         * benchtests/bench-strcat.c: New file.
19786         * benchtests/bench-strchr-ifunc.c: New file.
19787         * benchtests/bench-strchr.c: New file.
19788         * benchtests/bench-strchrnul-ifunc.c: New file.
19789         * benchtests/bench-strchrnul.c: New file.
19790         * benchtests/bench-strcmp-ifunc.c: New file.
19791         * benchtests/bench-strcmp.c: New file.
19792         * benchtests/bench-strcpy-ifunc.c: New file.
19793         * benchtests/bench-strcpy.c: New file.
19794         * benchtests/bench-strcspn-ifunc.c: New file.
19795         * benchtests/bench-strcspn.c: New file.
19796         * benchtests/bench-strlen-ifunc.c: New file.
19797         * benchtests/bench-strlen.c: New file.
19798         * benchtests/bench-strncasecmp-ifunc.c: New file.
19799         * benchtests/bench-strncasecmp.c: New file.
19800         * benchtests/bench-strncat-ifunc.c: New file.
19801         * benchtests/bench-strncat.c: New file.
19802         * benchtests/bench-strncmp-ifunc.c: New file.
19803         * benchtests/bench-strncmp.c: New file.
19804         * benchtests/bench-strncpy-ifunc.c: New file.
19805         * benchtests/bench-strncpy.c: New file.
19806         * benchtests/bench-strnlen-ifunc.c: New file.
19807         * benchtests/bench-strnlen.c: New file.
19808         * benchtests/bench-strpbrk-ifunc.c: New file.
19809         * benchtests/bench-strpbrk.c: New file.
19810         * benchtests/bench-strrchr-ifunc.c: New file.
19811         * benchtests/bench-strrchr.c: New file.
19812         * benchtests/bench-strspn-ifunc.c: New file.
19813         * benchtests/bench-strspn.c: New file.
19814         * benchtests/bench-strstr-ifunc.c: New file.
19815         * benchtests/bench-strstr.c: New file.
19816
19817         * benchtests/Makefile: Disable parallel execution of targets.
19818         (string-bench): Add memcpy.
19819         (benchset): New variable to store a list of benchmark sets.
19820         (bench-func): Renamed from bench.
19821         (bench-set): New target.
19822         (bench): Depend on bench-func and bench-set.
19823         * benchtests/README: Add section on benchmark sets.
19824         * benchtests/bench-memcpy-ifunc.c: New file.
19825         * benchtests/bench-memcpy.c: New file.
19826         * benchtests/bench-string.h: New file.
19827
19828 2013-06-11  Andreas Schwab  <schwab@suse.de>
19829
19830         [BZ #15577]
19831         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19832         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19833         values in the triple.
19834         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19835         terminator in the group key.
19836
19837 2013-06-11  Andreas Jaeger  <aj@suse.de>
19838
19839         * po/zh_TW.po: Update Chinese (traditional) translation from
19840         translation project.
19841
19842 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19843
19844         * include/time.h (__clock_gettime): Add libc_hidden_proto.
19845         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19846         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
19847         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19848         (clock_getcpuclockid): Likewise.
19849         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19850         Add weak_alias and libc_hidden_def.
19851         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19852         * rt/clock_gettime.c (clock_gettime): Rename to
19853         __clock_gettime.  Add weak_alias and libc_hidden_def.
19854         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19855         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19856         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
19857         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19858         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19859         Likewise.
19860         * rt/clock_settime.c (clock_settime): Rename to
19861         __clock_settime.  Add weak_alias and libc_hidden_def.
19862         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19863
19864 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
19865
19866         * mach/err_boot.sub: Remove trailing whitespace.
19867         * mach/err_ipc.sub: Likewise.
19868         * mach/err_mach.sub: Likewise.
19869
19870         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19871         (ROUNDING_TESTS_double): Likewise.
19872         (ROUNDING_TESTS_long_double): Likewise.
19873         (ROUNDING_TESTS): Likewise.
19874         * math/libm-test.inc: Include <math-tests.h>.
19875         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19876         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19877         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19878         (IF_ROUND_INIT_FE_UPWARD): Likewise.
19879
19880 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19881
19882         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19883         of assigning.
19884
19885 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
19886
19887         * sysdeps/gnu/errlist.awk: Do not generate space at end of
19888         otherwise empty TRANS lines.
19889         * sysdeps/gnu/errlist.c: Regenerated.
19890
19891         * catgets/gencat.c (error_print): Use (void) in function
19892         definition.
19893         * crypt/crypt_util.c (__init_des): Likewise.
19894         * crypt/speeds.c (Stop): Likewise.
19895         (main): Likewise.
19896         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19897         * inet/ruserpass.c (token): Likewise.
19898         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19899         * intl/localealias.c (extend_alias_table): Likewise.
19900         * intl/plural-exp.c (init_germanic_plural): Likewise.
19901         * libio/fcloseall.c (__fcloseall): Likewise.
19902         * libio/genops.c (_IO_flush_all): Likewise.
19903         (_IO_flush_all_linebuffered): Likewise.
19904         (_IO_cleanup): Likewise.
19905         (_IO_iter_begin): Likewise.
19906         (_IO_iter_end): Likewise.
19907         (_IO_list_lock): Likewise.
19908         (_IO_list_unlock): Likewise.
19909         (_IO_list_resetlock): Likewise.
19910         * libio/getchar.c (getchar): Likewise.
19911         * libio/getchar_u.c (getchar_unlocked): Likewise.
19912         * libio/getwchar.c (getwchar): Likewise.
19913         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19914         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19915         * login/getpt.c (__getpt): Likewise.
19916         * login/tst-utmp.c (main): Likewise.
19917         * malloc/hooks.c (__malloc_check_init): Likewise.
19918         * malloc/malloc.c (__malloc_stats): Likewise.
19919         * malloc/mtrace.c (tr_break): Likewise.
19920         (mtrace): Likewise.
19921         (muntrace): Likewise.
19922         * misc/fstab.c (endfsent): Likewise.
19923         * misc/getclktck.c (__getclktck): Likewise.
19924         * misc/getdtsz.c (__getdtablesize): Likewise.
19925         * misc/gethostid.c (gethostid): Likewise.
19926         * misc/getpagesize.c (__getpagesize): Likewise.
19927         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19928         (__get_nprocs): Likewise.
19929         (__get_phys_pages): Likewise.
19930         (__get_avphys_pages): Likewise.
19931         * misc/getttyent.c (getttyent): Likewise.
19932         (setttyent): Likewise.
19933         (endttyent): Likewise.
19934         * misc/getusershell.c (getusershell): Likewise.
19935         (endusershell): Likewise.
19936         (setusershell): Likewise.
19937         (initshells): Likewise.
19938         * misc/hsearch.c (__hdestroy): Likewise.
19939         * misc/sync.c (sync): Likewise.
19940         * misc/syslog.c (closelog_internal): Likewise.
19941         (closelog): Likewise.
19942         * misc/ttyslot.c (ttyslot): Likewise.
19943         * misc/vhangup.c (vhangup): Likewise.
19944         * posix/fork.c (__fork): Likewise.
19945         * posix/getegid.c (__getegid): Likewise.
19946         * posix/geteuid.c (__geteuid): Likewise.
19947         * posix/getgid.c (__getgid): Likewise.
19948         * posix/getpid.c (__getpid): Likewise.
19949         * posix/getppid.c (__getppid): Likewise.
19950         * posix/getuid.c (__getuid): Likewise.
19951         * posix/pause.c (pause): Likewise.
19952         * posix/setpgrp.c (setpgrp): Likewise.
19953         * posix/setsid.c (__setsid): Likewise.
19954         * posix/test-vfork.c (noop): Likewise.
19955         * resolv/gethnamaddr.c (_endhtent): Likewise.
19956         (_gethtent): Likewise.
19957         (ht_endhostent): Likewise.
19958         (gethostent): Likewise.
19959         (dns_service): Likewise.
19960         * stdlib/drand48.c (drand48): Likewise.
19961         * stdlib/lrand48.c (lrand48): Likewise.
19962         * stdlib/mrand48.c (mrand48): Likewise.
19963         * stdlib/rand.c (rand): Likewise.
19964         * stdlib/random.c (__random): Likewise.
19965         * stdlib/setenv.c (clearenv): Likewise.
19966         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19967         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19968         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19969         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19970         (__get_nprocs): Likewise.
19971         (__get_phys_pages): Likewise.
19972         (__get_avphys_pages): Likewise.
19973         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19974         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19975         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19976         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19977         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19978         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19979         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19980         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19981         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19982         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19983         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19984         * sysdeps/mach/hurd/sync.c (sync): Likewise.
19985         * sysdeps/posix/clock.c (clock): Likewise.
19986         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19987         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19988         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19989         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19990         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
19991         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
19992         (__get_nprocs_conf): Likewise.
19993         (__get_phys_pages): Likewise.
19994         (__get_avphys_pages): Likewise.
19995         * time/clock.c (clock): Likewise.
19996         * time/tzset.c (__tzname_max): Likewise.
19997
19998 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
19999
20000         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
20001         (__bswap_32): Do not use "register".
20002         * crypt/crypt.c (_ufc_doit_r): Likewise.
20003         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20004         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20005         * gmon/gmon.c (__monstartup): Likewise.
20006         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
20007         * hurd/hurdmalloc.c (more_memory): Likewise.
20008         (malloc): Likewise.
20009         (free): Likewise.
20010         (realloc): Likewise.
20011         (malloc_fork_prepare): Likewise.
20012         (malloc_fork_parent): Likewise.
20013         (malloc_fork_child): Likewise.
20014         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
20015         (_svcauth_des): Likewise.
20016         * inet/inet_lnaof.c (inet_lnaof): Likewise.
20017         * inet/inet_net.c (inet_network): Likewise.
20018         * inet/inet_netof.c (inet_netof): Likewise.
20019         * inet/rcmd.c (__validuser2_sa): Likewise.
20020         * io/fts.c (fts_open): Likewise.
20021         (fts_load): Likewise.
20022         (fts_close): Likewise.
20023         (fts_read): Likewise.
20024         (fts_children): Likewise.
20025         (fts_build): Likewise.
20026         (fts_stat): Likewise.
20027         (fts_sort): Likewise.
20028         (fts_alloc): Likewise.
20029         (fts_lfree): Likewise.
20030         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
20031         (_IO_file_xsgetn): Likewise.
20032         (_IO_file_xsgetn_mmap): Likewise.
20033         * libio/iofopncook.c (_IO_cookie_read): Likewise.
20034         (_IO_cookie_write): Likewise.
20035         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
20036         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
20037         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
20038         * malloc/obstack.c (_obstack_begin): Likewise.
20039         (_obstack_begin_1): Likewise.
20040         (_obstack_newchunk): Likewise.
20041         (_obstack_allocated_p): Likewise.
20042         (obstack_free): Likewise.
20043         (_obstack_memory_used): Likewise.
20044         * misc/getttyent.c (getttynam): Likewise.
20045         (getttyent): Likewise.
20046         (skip): Likewise.
20047         (value): Likewise.
20048         * misc/getusershell.c (initshells): Likewise.
20049         * misc/syslog.c (__vsyslog_chk): Likewise.
20050         * misc/ttyslot.c (ttyslot): Likewise.
20051         * nis/nis_hash.c (__nis_hash): Likewise.
20052         * posix/fnmatch_loop.c (FCT): Likewise.
20053         * posix/getconf.c (print_all): Likewise.
20054         (main): Likewise.
20055         * posix/getopt.c (exchange): Likewise.
20056         * posix/glob.c (globfree): Likewise.
20057         (prefix_array): Likewise.
20058         (__glob_pattern_type): Likewise.
20059         * resolv/arpa/nameser.h (NS_GET16): Likewise.
20060         (NS_GET32): Likewise.
20061         (NS_PUT16): Likewise.
20062         (NS_PUT32): Likewise.
20063         * resolv/gethnamaddr.c (getanswer): Likewise.
20064         (gethostbyname2): Likewise.
20065         (gethostbyaddr): Likewise.
20066         (_gethtent): Likewise.
20067         (_gethtbyname2): Likewise.
20068         (_gethtbyaddr): Likewise.
20069         * resolv/ns_print.c (dst_s_get_int16): Likewise.
20070         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
20071         * resolv/res_init.c (__res_vinit): Likewise.
20072         (net_mask): Likewise.
20073         * resolv/res_mkquery.c (outchar): Likewise.
20074         (PRINT): Likewise.
20075         * stdio-common/printf_fp.c (outchar): Likewise.
20076         (PRINT): Likewise.
20077         * stdio-common/printf_fphex.c (outchar): Likewise.
20078         (PRINT): Likewise.
20079         * stdio-common/printf_size.c (outchar): Likewise.
20080         (PRINT): Likewise.
20081         * stdio-common/test_rdwr.c (main): Likewise.
20082         * stdio-common/tfformat.c (matches): Likewise.
20083         * stdio-common/vfprintf.c (outchar): Likewise.
20084         (printf_unknown): Likewise.
20085         (buffered_vfprintf): Likewise.
20086         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20087         * stdio-common/xbug.c (AppendToBuffer): Likewise.
20088         (ReadFile): Likewise.
20089         * stdlib/qsort.c (SWAP): Likewise.
20090         (_quicksort): Likewise.
20091         * stdlib/setenv.c (__add_to_environ): Likewise.
20092         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20093         * stdlib/strtol_l.c (__strtol_l): Likewise.
20094         * stdlib/tst-strtod.c (main): Likewise.
20095         * stdlib/tst-strtol.c (main): Likewise.
20096         * stdlib/tst-strtoll.c (main): Likewise.
20097         * string/bits/string2.h (__strcmp_cc): Likewise.
20098         (__strcmp_cg): Likewise.
20099         (__strcspn_c1): Likewise.
20100         (__strcspn_c2): Likewise.
20101         (__strcspn_c3): Likewise.
20102         (__strspn_c1): Likewise.
20103         (__strspn_c2): Likewise.
20104         (__strspn_c3): Likewise.
20105         (__strsep_1c): Likewise.
20106         (__strsep_2c): Likewise.
20107         (__strsep_3c): Likewise.
20108         * string/memccpy.c (__memccpy): Likewise.
20109         * string/stpcpy.c (__stpcpy): Likewise.
20110         * string/strcmp.c (strcmp): Likewise.
20111         * string/strrchr.c (strrchr): Likewise.
20112         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20113         Likewise.
20114         * sysdeps/mach/hurd/getcwd.c
20115         (_hurd_canonicalize_directory_name_internal): Likewise.
20116         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20117         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20118         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20119         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20120         Likewise, in both definitions.
20121         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20122         definitions.
20123         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20124         64] (__bswap_64): Likewise.
20125         * time/test_time.c (main): Likewise.
20126         * time/tzfile.c (__tzfile_read): Likewise.
20127         (__tzfile_compute): Likewise.
20128         * time/tzset.c (__tzset_parse_tz): Likewise.
20129         (tzset_internal): Likewise.
20130         (compute_change): Likewise.
20131         * wcsmbs/wcscat.c (__wcscat): Likewise.
20132         * wcsmbs/wcschr.c (wcschr): Likewise.
20133         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20134         * wcsmbs/wcscspn.c (wcscspn): Likewise.
20135         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20136         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20137         * wcsmbs/wcsspn.c (wcsspn): Likewise.
20138         * wcsmbs/wcsstr.c (wcsstr): Likewise.
20139         * wcsmbs/wmemchr.c (wmemchr): Likewise.
20140         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20141         * wcsmbs/wmemset.c (wmemset): Likewise.
20142
20143 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
20144
20145         * scripts/config.guess: Update to version 2013-05-16.
20146         * scripts/config.sub: Update to version 2013-04-24.
20147         * scripts/install-sh: Update to version 2011-11-20.07.
20148         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20149         * scripts/move-if-change: Update to version 2012-01-06 07:23.
20150
20151 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
20152
20153         * debug/fgetws_u_chk.c: Fix leading whitespaces.
20154         * elf/sln.c: Likewise.
20155         * hurd/hurd/ioctl.h: Likewise.
20156         * hurd/hurdmalloc.c: Likewise.
20157         * hurd/xattr.c: Likewise.
20158         * include/shlib-compat.h: Likewise.
20159         * inet/ruserpass.c: Likewise.
20160         * libio/iofgets_u.c: Likewise.
20161         * libio/iofgetws_u.c: Likewise.
20162         * locale/programs/ld-identification.c: Likewise.
20163         * locale/programs/ld-time.c: Likewise.
20164         * mach/msg-destroy.c: Likewise.
20165         * nss/nss_files/files-netgrp.c: Likewise.
20166         * resolv/res_data.c: Likewise.
20167         * soft-fp/op-1.h: Likewise.
20168         * soft-fp/op-2.h: Likewise.
20169         * soft-fp/op-4.h: Likewise.
20170         * soft-fp/op-common.h: Likewise.
20171         * stdio-common/printf_fphex.c: Likewise.
20172         * stdlib/strtod_l.c: Likewise.
20173         * sunrpc/rpc/clnt.h: Likewise.
20174         * sysdeps/generic/framestate.c: Likewise.
20175         * sysdeps/i386/bsd-_setjmp.S: Likewise.
20176         * sysdeps/i386/bsd-setjmp.S: Likewise.
20177         * sysdeps/i386/__longjmp.S: Likewise.
20178         * sysdeps/i386/setjmp.S: Likewise.
20179         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20180         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20181         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20182         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20183         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20184         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20185         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20186         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20187         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20188         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20189         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20190         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20191         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20192         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20193         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20194         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20195         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20196         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20197         * sysdeps/ieee754/support.c: Likewise.
20198         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20199         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20200         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20201         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20202         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20203         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20204         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20205         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20206         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20207         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20208         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20209         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20210         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20211         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20212         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20213         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20214         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20216
20217 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
20218
20219         * posix/transbug.c: Remove executable mode.
20220
20221 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
20222
20223         * crypt/speeds.c: Remove trailing whitespace.
20224         * dlfcn/default.c: Likewise.
20225         * elf/ifuncdep2.c: Likewise.
20226         * elf/ifuncmain1.c: Likewise.
20227         * elf/ifuncmain1vis.c: Likewise.
20228         * elf/testobj.h: Likewise.
20229         * elf/tst-stackguard1.c: Likewise.
20230         * gmon/sys/gmon.h: Likewise.
20231         * hurd/hurdmsg.c: Likewise.
20232         * hurd/new-fd.c: Likewise.
20233         * hurd/ports-get.c: Likewise.
20234         * iconvdata/ibm1008_420.c: Likewise.
20235         * inet/tst-getni1.c: Likewise.
20236         * inet/tst-getni2.c: Likewise.
20237         * libio/ioungetc.c: Likewise.
20238         * libio/wfiledoalloc.c: Likewise.
20239         * manual/libm-err-tab.pl: Likewise.
20240         * math/w_dremf.c: Likewise.
20241         * misc/ftruncate.c: Likewise.
20242         * posix/bug-glob2.c: Likewise.
20243         * posix/tst-pcre.c: Likewise.
20244         * posix/wait4.c: Likewise.
20245         * resolv/README: Likewise.
20246         * resolv/res_debug.h: Likewise.
20247         * resolv/tst-inet_ntop.c: Likewise.
20248         * setjmp/bug269-setjmp.c: Likewise.
20249         * soft-fp/extended.h: Likewise.
20250         * soft-fp/op-1.h: Likewise.
20251         * soft-fp/op-2.h: Likewise.
20252         * soft-fp/op-4.h: Likewise.
20253         * soft-fp/op-8.h: Likewise.
20254         * soft-fp/testit.c: Likewise.
20255         * stdio-common/bug16.c: Likewise.
20256         * stdlib/random.c: Likewise.
20257         * sunrpc/rpcsvc/rquota.x: Likewise.
20258         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20259         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20260         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20261         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20262         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20263         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20264         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20265         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20266         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20267         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20268         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20269         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20270         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20271         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20272         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20273         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20274         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20275         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20276         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20277         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20278         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20279         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20280         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20281         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20282         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20283         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20284         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20285         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20286         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20287         * sysdeps/ieee754/s_lib_version.c: Likewise.
20288         * sysdeps/mach/hurd/check_fds.c: Likewise.
20289         * sysdeps/mach/hurd/getsockname.c: Likewise.
20290         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20291         * sysdeps/mach/hurd/recvfrom.c: Likewise.
20292         * sysdeps/powerpc/bits/link.h: Likewise.
20293         * sysdeps/powerpc/dl-procinfo.c: Likewise.
20294         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20295         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20296         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20297         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20298         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20299         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20300         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20301         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20302         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20303         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20304         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20305         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20306         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20307         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20308         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20309         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20310         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20311         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20312         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20313         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20314         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20315         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20316         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20317         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20318         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20319         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20320         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20321         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20322         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20323         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20324         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20325         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20326         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20327         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20328         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20329         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20330         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20331         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20332         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20333         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20334         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20335         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20336         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20337         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20338         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20339         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20340         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20341         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20342         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20343         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20344         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20345         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20346         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20347         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20348         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20349         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20350         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20351         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20352         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20353         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20354         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20355         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20356         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20357         * sysdeps/powerpc/sysdep.h: Likewise.
20358         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20359         * sysdeps/s390/s390-64/sub_n.S: Likewise.
20360         * sysdeps/sh/dl-trampoline.S: Likewise.
20361         * sysdeps/sh/memset.S: Likewise.
20362         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20363         * sysdeps/sh/strlen.S: Likewise.
20364         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20365         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20366         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20367         * sysdeps/sparc/sparc32/rem.S: Likewise.
20368         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20369         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20370         * sysdeps/sparc/sparc32/strchr.S: Likewise.
20371         * sysdeps/sparc/sparc32/udiv.S: Likewise.
20372         * sysdeps/sparc/sparc32/urem.S: Likewise.
20373         * sysdeps/sparc/sparc64/add_n.S: Likewise.
20374         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20375         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20376         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20377         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20378         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20379         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20380         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20381         * sysdeps/unix/bsd/times.c: Likewise.
20382         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20383         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20387         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20388         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20389         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20390         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20391         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20392         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20393         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20394         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20395         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20396         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20397         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20398         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20399         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20400         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20401         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20402         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20403         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20404         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20405         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20406         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20407         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20408         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20409         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20410         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20411         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20412         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20413         * sysdeps/x86_64/strcspn.S: Likewise.
20414
20415 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20416
20417         * locale/C-translit.h: Revert #include <stdint.h> because this is a
20418         generated file.  Regenerate properly from gen-translit.pl.
20419         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
20420         locale/C-translit.h.
20421
20422 2013-06-05  Andreas Schwab  <schwab@suse.de>
20423
20424         [BZ #15100]
20425         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20426         week as 6 instead of -1.
20427         * time/tst-strptime.c (day_tests): Add test case.
20428
20429 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
20430
20431         * sysdeps/generic/math_private.h
20432         (libc_feholdexcept_setround_53bit): Replace with
20433         libc_feholdsetround_53bit.
20434         (libc_feupdateenv_53bit): Replace with
20435         libc_feresetround_53bit.
20436         (SET_RESTORE_ROUND_53BIT): Adjust.
20437
20438 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
20439
20440         * string/test-strchrnul.c: Add copyright header.
20441
20442         * posix/tst-getaddrinfo4.c: Increase test timeout.
20443
20444 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
20445
20446         [BZ #15536]
20447         * math/libm-test.inc (MAX_EXP): Remove
20448         (MIN_EXP): Define.
20449         (ulp): Use MIN_EXP - MANT_DIG.
20450         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20451
20452 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
20453
20454         * po/be.po: Revert last change.
20455         * po/zh_CN.po: Likewise.
20456         * po/header.pot: Likewise.
20457
20458 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
20459
20460         * Makefile ($(common-objpfx)linkobj/libc.so): Define
20461         link-libc-deps to empty as target-specific variable.
20462         * Makerules (link-libc-args): New variable.
20463         (libc-for-link): Likewise.
20464         (link-libc-deps): Likewise.
20465         (lib%.so): Depend on $(link-libc-deps).  Link with
20466         $(link-libc-args).
20467         (build-module): Link with $(link-libc-args).
20468         (build-module-asneeded): Likewise.
20469         (build-module-helper-objlist): Filter out $(link-libc-deps) from
20470         list of objects.
20471         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20472         target-specific variable.
20473         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20474         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20475         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20476         libc.
20477         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20478         libc and ld.so.
20479         ($(objpfx)libpcprofile.so): Likewise.
20480         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20481         libc_nonshared.a.
20482         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20483         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20484         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20485         $(link-libc-deps).
20486         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20487         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20488         * login/Makefile ($(objpfx)libutil.so): Likewise.
20489         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20490         * math/Makefile ($(objpfx)libm.so): Likewise.
20491         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20492         $(objpfx)libnsl.so): Define libc-for-link as target-specific
20493         variable instead of depending directly on libc.
20494         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20495         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20496         $(link-libc-deps).
20497         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20498         libc.
20499         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20500         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20501         ($(objpfx)libanl.so): Likewise.
20502         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20503         ld.so.
20504         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20505         $(link-libc-deps).
20506         * sysdeps/i386/fpu/Makefile: Remove file.
20507         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20508         ($(objpfx)libm.so): Remove dependency on ld.so.
20509
20510 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
20511
20512         [BZ # 15553]
20513         * nis/yp_xdr.c (XDRMAXNAME): Define.
20514         (XDRMAXRECORD): Define.
20515         (xdr_domainname): Use XDRMAXNAME.
20516         (xdr_mapname): Likewise.
20517         (xdr_peername): Likewise.
20518         (xdr_keydat): Use XDRMAXRECORD.
20519         (xdr_valdat): Likewise.
20520
20521 2013-05-30  Jeff Law  <law@redhat.com>
20522
20523         [BZ #14256]
20524         * manual/errno.texi (ESTALE): Update to account for more than
20525         just NFS file systems.
20526         * sysdeps/gnu/errlist.c: Regenerated.
20527
20528 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
20529
20530         [BZ #15465]
20531         * elf/Makefile (tests): Add tst-null-argv.
20532         (modules-names):  Add tst-null-argv-lib.
20533         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
20534         (tst-null-argv-ENV): Set environment for tst-null-argv.
20535         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
20536         (RTLD_PROGNAME): New macro.
20537         * elf/tst-null-argv.c: New test case.
20538         * elf/tst-null-argv-lib.c: Library for test case.
20539         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
20540         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
20541         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
20542         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
20543         * elf/dl-init.c (call_init): Likewise.
20544         (_dl_init): Likewise.
20545         * elf/dl-load.c (print_search_path): Likewise.
20546         (_dl_map_object): Likewise.
20547         * elf/dl-lookup.c (do_lookup_x): Likewise.
20548         (add_dependency): Likewise.
20549         (_dl_lookup_symbol_x): Likewise.
20550         (_dl_debug_bindings): Likewise.
20551         * elf/dl-open.c (_dl_show_scope): Likewise.
20552         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20553         * elf/dl-version.c (match_symbol): Likewise.
20554         (_dl_check_map_versions): Likewise.
20555         * elf/rtld.c (dl_main): Likewise.
20556         (print_unresolved): Use RTLD_PROGNAME.
20557         (print_missing_version): Likewise.
20558         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
20559         (elf_machine_rela): Likewise.
20560         * sysdeps/powerpc/powerpc32/dl-machine.c
20561         (__process_machine_rela): Likewise.
20562         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20563         Likewise.
20564         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
20565         Likewise.
20566         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
20567         Likewise.
20568         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20569         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
20570         Likewise.
20571         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
20572         Likewise.
20573         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20574
20575 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
20576
20577         * po/be.po: Add descriptive title.
20578         * po/zh_CN.po: Likewise.
20579         * po/header.pot: Likewise.
20580
20581 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
20582
20583         * locale/programs/locarchive.c (create_archive): Inlucde fname in
20584         error message.
20585         (enlarge_archive): Likewise.
20586
20587 2013-05-28  Ben North  <ben@redfrontdoor.org>
20588
20589         * manual/arith.texi (frexp): It is the magnitude of the return
20590         value which lies in [0.5, 1), not the return value itself.
20591
20592 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20593
20594         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20595
20596 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
20597
20598         * stdio-common/bug26.c (main): Correct fscanf template.
20599
20600         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
20601         declare _dl_skip_args.
20602
20603         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
20604         Don't declare.
20605
20606         * manual/platform.texi: Add missing @end deftypefun.
20607
20608 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20609
20610         [BZ #15529]
20611         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
20612         bit of mantissa of 2^16382.
20613         * math/libm-test.inc (hypot_test_data): Add more tests.
20614
20615         * math/libm-test.inc: Add drem and pow10 to list of tested
20616         functions.
20617         (pow10_test): New function.
20618         (drem_test): Likewise.
20619         (drem_test_tonearest): Likewise.
20620         (drem_test_towardzero): Likewise.
20621         (drem_test_downward): Likewise.
20622         (drem_test_upward): Likewise.
20623         (main): Call the new functions.
20624
20625         * math/libm-test.inc (finite_test_data): Remove.
20626         (finite_test): Run tests from isfinite_test_data.
20627         (gamma_test_data): Remove.
20628         (gamma_test): Run tests from lgamma_test_data.
20629         * sysdeps/i386/fpu/libm-test-ulps: Update.
20630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20631
20632 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20633
20634         * manual/platform.texi: Add PowerPC PPR function set documentation.
20635         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
20636         implementation.
20637
20638 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
20639
20640         * math/libm-test.inc (MAX_EXP): Define.
20641         (ULPDIFF): Define.
20642         (ulp): New function.
20643         (check_float_internal): Use ULPDIFF.
20644         (cpow_test): Disable failing test.
20645         (check_ulp): Test ulp() implemetnation.
20646         (main): Call check_ulp before starting tests.
20647
20648 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
20649
20650         * math/gen-libm-test.pl (generate_testfile): Do not handle
20651         START_DATA and END_DATA.
20652         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
20653         END_DATA.
20654         (acos_tonearest_test_data): Likewise.
20655         (acos_towardzero_test_data): Likewise.
20656         (acos_downward_test_data): Likewise.
20657         (acos_upward_test_data): Likewise.
20658         (acosh_test_data): Likewise.
20659         (asin_test_data): Likewise.
20660         (asin_tonearest_test_data): Likewise.
20661         (asin_towardzero_test_data): Likewise.
20662         (asin_downward_test_data): Likewise.
20663         (asin_upward_test_data): Likewise.
20664         (asinh_test_data): Likewise.
20665         (atan_test_data): Likewise.
20666         (atanh_test_data): Likewise.
20667         (atan2_test_data): Likewise.
20668         (cabs_test_data): Likewise.
20669         (cacos_test_data): Likewise.
20670         (cacosh_test_data): Likewise.
20671         (carg_test_data): Likewise.
20672         (casin_test_data): Likewise.
20673         (casinh_test_data): Likewise.
20674         (catan_test_data): Likewise.
20675         (catanh_test_data): Likewise.
20676         (cbrt_test_data): Likewise.
20677         (ccos_test_data): Likewise.
20678         (ccosh_test_data): Likewise.
20679         (ceil_test_data): Likewise.
20680         (cexp_test_data): Likewise.
20681         (cimag_test_data): Likewise.
20682         (clog_test_data): Likewise.
20683         (clog10_test_data): Likewise.
20684         (conj_test_data): Likewise.
20685         (copysign_test_data): Likewise.
20686         (cos_test_data): Likewise.
20687         (cos_tonearest_test_data): Likewise.
20688         (cos_towardzero_test_data): Likewise.
20689         (cos_downward_test_data): Likewise.
20690         (cos_upward_test_data): Likewise.
20691         (cosh_test_data): Likewise.
20692         (cosh_tonearest_test_data): Likewise.
20693         (cosh_towardzero_test_data): Likewise.
20694         (cosh_downward_test_data): Likewise.
20695         (cosh_upward_test_data): Likewise.
20696         (cpow_test_data): Likewise.
20697         (cproj_test_data): Likewise.
20698         (creal_test_data): Likewise.
20699         (csin_test_data): Likewise.
20700         (csinh_test_data): Likewise.
20701         (csqrt_test_data): Likewise.
20702         (ctan_test_data): Likewise.
20703         (ctan_tonearest_test_data): Likewise.
20704         (ctan_towardzero_test_data): Likewise.
20705         (ctan_downward_test_data): Likewise.
20706         (ctan_upward_test_data): Likewise.
20707         (ctanh_test_data): Likewise.
20708         (ctanh_tonearest_test_data): Likewise.
20709         (ctanh_towardzero_test_data): Likewise.
20710         (ctanh_downward_test_data): Likewise.
20711         (ctanh_upward_test_data): Likewise.
20712         (erf_test_data): Likewise.
20713         (erfc_test_data): Likewise.
20714         (exp_test_data): Likewise.
20715         (exp_tonearest_test_data): Likewise.
20716         (exp_towardzero_test_data): Likewise.
20717         (exp_downward_test_data): Likewise.
20718         (exp_upward_test_data): Likewise.
20719         (exp10_test_data): Likewise.
20720         (exp2_test_data): Likewise.
20721         (expm1_test_data): Likewise.
20722         (fabs_test_data): Likewise.
20723         (fdim_test_data): Likewise.
20724         (finite_test_data): Likewise.
20725         (floor_test_data): Likewise.
20726         (fma_test_data): Likewise.
20727         (fma_towardzero_test_data): Likewise.
20728         (fma_downward_test_data): Likewise.
20729         (fma_upward_test_data): Likewise.
20730         (fmax_test_data): Likewise.
20731         (fmin_test_data): Likewise.
20732         (fmod_test_data): Likewise.
20733         (fpclassify_test_data): Likewise.
20734         (frexp_test_data): Likewise.
20735         (gamma_test_data): Likewise.
20736         (hypot_test_data): Likewise.
20737         (ilogb_test_data): Likewise.
20738         (isfinite_test_data): Likewise.
20739         (isgreater_test_data): Likewise.
20740         (isgreaterequal_test_data): Likewise.
20741         (isinf_test_data): Likewise.
20742         (isless_test_data): Likewise.
20743         (islessequal_test_data): Likewise.
20744         (islessgreater_test_data): Likewise.
20745         (isnan_test_data): Likewise.
20746         (isnormal_test_data): Likewise.
20747         (issignaling_test_data): Likewise.
20748         (isunordered_test_data): Likewise.
20749         (j0_test_data): Likewise.
20750         (j1_test_data): Likewise.
20751         (jn_test_data): Likewise.
20752         (ldexp_test_data): Likewise.
20753         (lgamma_test_data): Likewise.
20754         (lrint_test_data): Likewise.
20755         (lrint_tonearest_test_data): Likewise.
20756         (lrint_towardzero_test_data): Likewise.
20757         (lrint_downward_test_data): Likewise.
20758         (lrint_upward_test_data): Likewise.
20759         (llrint_test_data): Likewise.
20760         (llrint_tonearest_test_data): Likewise.
20761         (llrint_towardzero_test_data): Likewise.
20762         (llrint_downward_test_data): Likewise.
20763         (llrint_upward_test_data): Likewise.
20764         (log_test_data): Likewise.
20765         (log10_test_data): Likewise.
20766         (log1p_test_data): Likewise.
20767         (log2_test_data): Likewise.
20768         (logb_test_data): Likewise.
20769         (logb_downward_test_data): Likewise.
20770         (lround_test_data): Likewise.
20771         (llround_test_data): Likewise.
20772         (modf_test_data): Likewise.
20773         (nearbyint_test_data): Likewise.
20774         (nextafter_test_data): Likewise.
20775         (nexttoward_test_data): Likewise.
20776         (pow_test_data): Likewise.
20777         (pow_tonearest_test_data): Likewise.
20778         (pow_towardzero_test_data): Likewise.
20779         (pow_downward_test_data): Likewise.
20780         (pow_upward_test_data): Likewise.
20781         (remainder_test_data): Likewise.
20782         (remainder_tonearest_test_data): Likewise.
20783         (remainder_towardzero_test_data): Likewise.
20784         (remainder_downward_test_data): Likewise.
20785         (remainder_upward_test_data): Likewise.
20786         (remquo_test_data): Likewise.
20787         (rint_test_data): Likewise.
20788         (rint_tonearest_test_data): Likewise.
20789         (rint_towardzero_test_data): Likewise.
20790         (rint_downward_test_data): Likewise.
20791         (rint_upward_test_data): Likewise.
20792         (round_test_data): Likewise.
20793         (scalb_test_data): Likewise.
20794         (scalbn_test_data): Likewise.
20795         (scalbln_test_data): Likewise.
20796         (signbit_test_data): Likewise.
20797         (sin_test_data): Likewise.
20798         (sin_tonearest_test_data): Likewise.
20799         (sin_towardzero_test_data): Likewise.
20800         (sin_downward_test_data): Likewise.
20801         (sin_upward_test_data): Likewise.
20802         (sincos_test_data): Likewise.
20803         (sinh_test_data): Likewise.
20804         (sinh_tonearest_test_data): Likewise.
20805         (sinh_towardzero_test_data): Likewise.
20806         (sinh_downward_test_data): Likewise.
20807         (sinh_upward_test_data): Likewise.
20808         (sqrt_test_data): Likewise.
20809         (tan_test_data): Likewise.
20810         (tan_tonearest_test_data): Likewise.
20811         (tan_towardzero_test_data): Likewise.
20812         (tan_downward_test_data): Likewise.
20813         (tan_upward_test_data): Likewise.
20814         (tanh_test_data): Likewise.
20815         (tgamma_test_data): Likewise.
20816         (trunc_test_data): Likewise.
20817         (y0_test_data): Likewise.
20818         (y1_test_data): Likewise.
20819         (yn_test_data): Likewise.
20820         (significand_test_data): Likewise.
20821
20822         * math/gen-libm-test.pl (@functions): Remove variable.
20823         (generate_testfile): Don't handle START and END lines.
20824         * math/libm-test.inc (START): New macro.
20825         (END): Likewise.
20826         (END_COMPLEX): Likewise.
20827         (acos_test): Use END macro without arguments.
20828         (acos_test_tonearest): Likewise.
20829         (acos_test_towardzero): Likewise.
20830         (acos_test_downward): Likewise.
20831         (acos_test_upward): Likewise.
20832         (acosh_test): Likewise.
20833         (asin_test): Likewise.
20834         (asin_test_tonearest): Likewise.
20835         (asin_test_towardzero): Likewise.
20836         (asin_test_downward): Likewise.
20837         (asin_test_upward): Likewise.
20838         (asinh_test): Likewise.
20839         (atan_test): Likewise.
20840         (atanh_test): Likewise.
20841         (atan2_test): Likewise.
20842         (cabs_test): Likewise.
20843         (cacos_test): Use END_COMPLEX macro without arguments.
20844         (cacosh_test): Likewise.
20845         (carg_test): Use END macro without arguments.
20846         (casin_test): Use END_COMPLEX macro without arguments.
20847         (casinh_test): Likewise.
20848         (catan_test): Likewise.
20849         (catanh_test): Likewise.
20850         (cbrt_test): Use END macro without arguments.
20851         (ccos_test): Use END_COMPLEX macro without arguments.
20852         (ccosh_test): Likewise.
20853         (ceil_test): Use END macro without arguments.
20854         (cexp_test): Use END_COMPLEX macro without arguments.
20855         (cimag_test): Use END macro without arguments.
20856         (clog_test): Use END_COMPLEX macro without arguments.
20857         (clog10_test): Likewise.
20858         (conj_test): Likewise.
20859         (copysign_test): Use END macro without arguments.
20860         (cos_test): Likewise.
20861         (cos_test_tonearest): Likewise.
20862         (cos_test_towardzero): Likewise.
20863         (cos_test_downward): Likewise.
20864         (cos_test_upward): Likewise.
20865         (cosh_test): Likewise.
20866         (cosh_test_tonearest): Likewise.
20867         (cosh_test_towardzero): Likewise.
20868         (cosh_test_downward): Likewise.
20869         (cosh_test_upward): Likewise.
20870         (cpow_test): Use END_COMPLEX macro without arguments.
20871         (cproj_test): Likewise.
20872         (creal_test): Use END macro without arguments.
20873         (csin_test): Use END_COMPLEX macro without arguments.
20874         (csinh_test): Likewise.
20875         (csqrt_test): Likewise.
20876         (ctan_test): Likewise.
20877         (ctan_test_tonearest): Likewise.
20878         (ctan_test_towardzero): Likewise.
20879         (ctan_test_downward): Likewise.
20880         (ctan_test_upward): Likewise.
20881         (ctanh_test): Likewise.
20882         (ctanh_test_tonearest): Likewise.
20883         (ctanh_test_towardzero): Likewise.
20884         (ctanh_test_downward): Likewise.
20885         (ctanh_test_upward): Likewise.
20886         (erf_test): Use END macro without arguments.
20887         (erfc_test): Likewise.
20888         (exp_test): Likewise.
20889         (exp_test_tonearest): Likewise.
20890         (exp_test_towardzero): Likewise.
20891         (exp_test_downward): Likewise.
20892         (exp_test_upward): Likewise.
20893         (exp10_test): Likewise.
20894         (exp2_test): Likewise.
20895         (expm1_test): Likewise.
20896         (fabs_test): Likewise.
20897         (fdim_test): Likewise.
20898         (finite_test): Likewise.
20899         (floor_test): Likewise.
20900         (fma_test): Likewise.
20901         (fma_test_towardzero): Likewise.
20902         (fma_test_downward): Likewise.
20903         (fma_test_upward): Likewise.
20904         (fmax_test): Likewise.
20905         (fmin_test): Likewise.
20906         (fmod_test): Likewise.
20907         (fpclassify_test): Likewise.
20908         (frexp_test): Likewise.
20909         (gamma_test): Likewise.
20910         (hypot_test): Likewise.
20911         (ilogb_test): Likewise.
20912         (isfinite_test): Likewise.
20913         (isgreater_test): Likewise.
20914         (isgreaterequal_test): Likewise.
20915         (isinf_test): Likewise.
20916         (isless_test): Likewise.
20917         (islessequal_test): Likewise.
20918         (islessgreater_test): Likewise.
20919         (isnan_test): Likewise.
20920         (isnormal_test): Likewise.
20921         (issignaling_test): Likewise.
20922         (isunordered_test): Likewise.
20923         (j0_test): Likewise.
20924         (j1_test): Likewise.
20925         (jn_test): Likewise.
20926         (ldexp_test): Likewise.
20927         (lgamma_test): Likewise.
20928         (lrint_test): Likewise.
20929         (lrint_test_tonearest): Likewise.
20930         (lrint_test_towardzero): Likewise.
20931         (lrint_test_downward): Likewise.
20932         (lrint_test_upward): Likewise.
20933         (llrint_test): Likewise.
20934         (llrint_test_tonearest): Likewise.
20935         (llrint_test_towardzero): Likewise.
20936         (llrint_test_downward): Likewise.
20937         (llrint_test_upward): Likewise.
20938         (log_test): Likewise.
20939         (log10_test): Likewise.
20940         (log1p_test): Likewise.
20941         (log2_test): Likewise.
20942         (logb_test): Likewise.
20943         (logb_test_downward): Likewise.
20944         (lround_test): Likewise.
20945         (llround_test): Likewise.
20946         (modf_test): Likewise.
20947         (nearbyint_test): Likewise.
20948         (nextafter_test): Likewise.
20949         (nexttoward_test): Likewise.
20950         (pow_test): Likewise.
20951         (pow_test_tonearest): Likewise.
20952         (pow_test_towardzero): Likewise.
20953         (pow_test_downward): Likewise.
20954         (pow_test_upward): Likewise.
20955         (remainder_test): Likewise.
20956         (remainder_test_tonearest): Likewise.
20957         (remainder_test_towardzero): Likewise.
20958         (remainder_test_downward): Likewise.
20959         (remainder_test_upward): Likewise.
20960         (remquo_test): Likewise.
20961         (rint_test): Likewise.
20962         (rint_test_tonearest): Likewise.
20963         (rint_test_towardzero): Likewise.
20964         (rint_test_downward): Likewise.
20965         (rint_test_upward): Likewise.
20966         (round_test): Likewise.
20967         (scalb_test): Likewise.
20968         (scalbn_test): Likewise.
20969         (scalbln_test): Likewise.
20970         (signbit_test): Likewise.
20971         (sin_test): Likewise.
20972         (sin_test_tonearest): Likewise.
20973         (sin_test_towardzero): Likewise.
20974         (sin_test_downward): Likewise.
20975         (sin_test_upward): Likewise.
20976         (sincos_test): Likewise.
20977         (sinh_test): Likewise.
20978         (sinh_test_tonearest): Likewise.
20979         (sinh_test_towardzero): Likewise.
20980         (sinh_test_downward): Likewise.
20981         (sinh_test_upward): Likewise.
20982         (sqrt_test): Likewise.
20983         (tan_test): Likewise.
20984         (tan_test_tonearest): Likewise.
20985         (tan_test_towardzero): Likewise.
20986         (tan_test_downward): Likewise.
20987         (tan_test_upward): Likewise.
20988         (tanh_test): Likewise.
20989         (tgamma_test): Likewise.
20990         (trunc_test): Likewise.
20991         (y0_test): Likewise.
20992         (y1_test): Likewise.
20993         (yn_test): Likewise.
20994         (significand_test): Likewise.
20995
20996 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
20997
20998         [BZ #15381]
20999         * libio/genops.c (_IO_no_init): Initialize wide struct info.
21000
21001 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21002
21003         [BZ #14894]
21004         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
21005         __ppc_mdoio and __ppc_mdoom.
21006         * manual/platform.texi: Document new functions __ppc_yield,
21007         __ppc_mdoio and __ppc_mdoom.
21008
21009 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
21010
21011         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
21012         (main): Mention "tls" pseudo-hwcap is legacy.
21013         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
21014
21015 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21016
21017         * math/gen-libm-test.pl (parse_args): Output only string of
21018         arguments as text for test name, not full call or descriptions of
21019         tests for extra outputs.
21020         (generate_testfile): Do not pass function name to parse_args.
21021         Generate this_func variable from START.
21022         * math/libm-test.inc (struct test_f_f_data): Rename test_name
21023         field to arg_str.
21024         (struct test_ff_f_data): Likewise.
21025         (test_ff_f_data_nexttoward): Likewise.
21026         (struct test_fi_f_data): Likewise.
21027         (struct test_fl_f_data): Likewise.
21028         (struct test_if_f_data): Likewise.
21029         (struct test_fff_f_data): Likewise.
21030         (struct test_c_f_data): Likewise.
21031         (struct test_f_f1_data): Likewise.  Remove field extra_name.
21032         (struct test_fF_f1_data): Likewise.
21033         (struct test_ffI_f1_data): Likewise.
21034         (struct test_c_c_data): Rename test_name field to arg_str.
21035         (struct test_cc_c_data): Likewise.
21036         (struct test_f_i_data): Likewise.
21037         (struct test_ff_i_data): Likewise.
21038         (struct test_f_l_data): Likewise.
21039         (struct test_f_L_data): Likewise.
21040         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
21041         and extra2_name.
21042         (COMMON_TEST_SETUP): New macro.
21043         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
21044         (COMMON_TEST_CLEANUP): Likewise.
21045         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
21046         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
21047         macros.
21048         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
21049         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
21050         macros.
21051         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
21052         (RUN_TEST_fff_f): Take argument string.  Call new setup and
21053         cleanup macros.
21054         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
21055         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
21056         macros.
21057         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
21058         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
21059         macros.
21060         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21061         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
21062         cleanup macros.
21063         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21064         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
21065         cleanup macros.
21066         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21067         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
21068         cleanup macros.
21069         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21070         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
21071         macros.
21072         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
21073         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
21074         macros.
21075         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
21076         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
21077         macros.
21078         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
21079         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
21080         cleanup macros.
21081         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
21082         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
21083         cleanup macros.
21084         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
21085         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
21086         macros.
21087         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
21088         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
21089         cleanup macros.
21090         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
21091         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
21092         macros.
21093         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
21094         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
21095         macros.
21096         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
21097         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
21098         cleanup macros.
21099         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21100
21101 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
21102
21103         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21104         to _sifields.sigfault.
21105         (si_addr_lsb): Define new macro.
21106         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21107         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21108         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21109
21110 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
21111
21112         [BZ #15441]
21113         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21114         returns -1.
21115         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21116         null return -1.
21117         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21118         loading the domain.
21119
21120 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
21121
21122         * math/gen-libm-test.pl (parse_args): Do not include expected
21123         result in test name.
21124         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21125         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21126         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21127         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21128         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21129         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21130
21131 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21132
21133         * benchtests/Makefile: Sort function entries.
21134
21135         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21136         tanh, asinh, acosh, atanh.
21137         * benchtests/acos-inputs: New file.
21138         * benchtests/acosh-inputs: New file.
21139         * benchtests/asin-inputs: New file.
21140         * benchtests/asinh-inputs: New file.
21141         * benchtests/atanh-inputs: New file.
21142         * benchtests/cosh-inputs: New file.
21143         * benchtests/log-inputs: New file.
21144         * benchtests/sinh-inputs: New file.
21145         * benchtests/tanh-inputs: New file.
21146
21147 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
21148
21149         [BZ #15339]
21150         * posix/tst-getaddrinfo4.c: New test.
21151         * posix/Makefile (tests): Add it.
21152
21153 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21154
21155         [BZ #15339]
21156         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21157         when no services were used.
21158         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21159         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21160
21161 2013-05-21  Andreas Schwab  <schwab@suse.de>
21162
21163         [BZ #15014]
21164         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21165         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21166         successful.
21167         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21168         redundant variable declarations and reallocation of buffer when
21169         parsing as IPv6 address.  Always set NSS status when called from
21170         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
21171         buffer too small.  Correct computation of needed size.
21172         * nss/Makefile (tests): Add test-digits-dots.
21173         * nss/test-digits-dots.c: New test.
21174
21175 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21176
21177         * benchtests/Makefile: Remove instructions for adding
21178         benchmark tests.
21179         * benchtests/README: New file to explain how to execute and
21180         enhance the benchmark tests.
21181
21182 2013-05-21  Andreas Schwab  <schwab@suse.de>
21183
21184         [BZ #15493]
21185         * setjmp/Makefile (tests): Add tst-sigsetjmp.
21186         * setjmp/tst-sigsetjmp.c: New test.
21187
21188 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21189
21190         * sysdeps/x86_64/memset.S (memset): New implementation.
21191         (__bzero): Likewise.
21192         (__memset_tail): New function.
21193
21194 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
21195
21196         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21197         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21198         __memcpy_sse2_unaligned ifunc selection.
21199         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21200         Add memcpy-sse2-unaligned.S.
21201         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21202         Add: __memcpy_sse2_unaligned.
21203
21204 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
21205
21206         [BZ #15490]
21207         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21208         math_force_eval before restoring floating-point envrionment.
21209         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21210         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21211         Likewise.
21212         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21213         <math_private.h>.
21214         (__nearbyintl): Use math_force_eval before restoring
21215         floating-point environment.
21216         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21217
21218         * math/gen-libm-test.pl (special_functions): Remove.
21219         (parse_args): Don't handle TEST_extra.  Handle functions with no
21220         return value.
21221         * math/libm-test.inc (struct test_sincos_data): Replace with
21222         struct test_fFF_11_data.
21223         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21224         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21225         (sincos_test_data): Change element type to struct
21226         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
21227         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21228         RUN_TEST_LOOP_sincos.
21229         * math/README.libm-test: Don't mention special handling of
21230         individual functions.
21231         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21232         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21233         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21234         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21235         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21236         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21237
21238         * math/gen-libm-test.pl (get_variable): Remove function.
21239         (parse_args): Don't show pointer parameters to call in test
21240         names.  Use "extra output N" in test names for extra outputs
21241         rather than naming variables.
21242
21243 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
21244
21245         [BZ #15488]
21246         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21247         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21248         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21249         double tests.
21250         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21251         disable.
21252         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21253         check_long_double.
21254
21255         * math/gen-libm-test.pl (@tests): Remove variable.
21256         ($count): Likewise.
21257         (new_test): Remove function.
21258         (show_exceptions): New function.
21259         (special_functions): Use show_exceptions instead of new_test.
21260         (parse_args): Likewise.
21261         (generate_testfile): Pass only function name in generated call to
21262         print_max_error or print_complex_max_error.
21263         (get_ulps): Do not handle complex tests specially.
21264         (output_test): Rename to ...
21265         (get_all_ulps_for_test): ... this.  Return a string rather than
21266         printing to a file.  Require ulps to be present.
21267         (output_ulps): Generate arrays rather than #defines.
21268         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21269         (struct ulp_data): New type.
21270         (BUILD_COMPLEX_ULP): Remove macro.
21271         (compare_ulp_data): New function.
21272         (find_ulps): Likewise.
21273         (find_test_ulps): Likewise.
21274         (find_function_ulps): Likewise.
21275         (find_complex_function_ulps): Likewise.
21276         (print_max_error): Determine allowed ulps using
21277         find_function_ulps.
21278         (print_complex_max_error): Determine allowed ulps using
21279         find_complex_function_ulps.
21280         (check_float_internal): Determine max ulps using find_test_ulps.
21281         (check_float): Do not take max_ulp parameter.  Update call to
21282         check_float_internal.
21283         (check_complex): Likewise.
21284         (check_int): Do not take max_ulp parameter.
21285         (check_long): Likewise.
21286         (check_bool): Likewise.
21287         (check_longlong): Likewise.
21288         (struct test_f_f_data): Remove max_ulp field.
21289         (struct test_ff_f_data): Likewise.
21290         (struct test_ff_f_data_nexttoward): Likewise.
21291         (struct test_fi_f_data): Likewise.
21292         (struct test_fl_f_data): Likewise.
21293         (struct test_if_f_data): Likewise.
21294         (struct test_fff_f_data): Likewise.
21295         (struct test_c_f_data): Likewise.
21296         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21297         (struct test_fF_f1_data): Likewise.
21298         (struct test_ffI_f1_data): Likewise.
21299         (struct test_c_c_data): Remove max_ulp field.
21300         (struct test_cc_c_data): Likewise.
21301         (struct test_f_i_data): Likewise.
21302         (struct test_ff_i_data): Likewise.
21303         (struct test_f_l_data): Likewise.
21304         (struct test_f_L_data): Likewise.
21305         (struct test_sincos_data): Likewise.
21306         (RUN_TEST_f_f): Do not handle ulps.
21307         (RUN_TEST_LOOP_f_f): Likewise.
21308         (RUN_TEST_2_f): Likewise.
21309         (RUN_TEST_LOOP_2_f): Likewise.
21310         (RUN_TEST_fff_f): Likewise.
21311         (RUN_TEST_LOOP_fff_f): Likewise.
21312         (RUN_TEST_c_f): Likewise.
21313         (RUN_TEST_LOOP_c_f): Likewise.
21314         (RUN_TEST_f_f1): Likewise.
21315         (RUN_TEST_LOOP_f_f1): Likewise.
21316         (RUN_TEST_fF_f1): Likewise.
21317         (RUN_TEST_LOOP_fF_f1): Likewise.
21318         (RUN_TEST_fI_f1): Likewise.
21319         (RUN_TEST_LOOP_fI_f1): Likewise.
21320         (RUN_TEST_ffI_f1): Likewise.
21321         (RUN_TEST_LOOP_ffI_f1): Likewise.
21322         (RUN_TEST_c_c): Likewise.
21323         (RUN_TEST_LOOP_c_c): Likewise.
21324         (RUN_TEST_cc_c): Likewise.
21325         (RUN_TEST_LOOP_cc_c): Likewise.
21326         (RUN_TEST_f_i): Likewise.
21327         (RUN_TEST_LOOP_f_i): Likewise.
21328         (RUN_TEST_f_i_tg): Likewise.
21329         (RUN_TEST_LOOP_f_i_tg): Likewise.
21330         (RUN_TEST_ff_i_tg): Likewise.
21331         (RUN_TEST_LOOP_ff_i_tg): Likewise.
21332         (RUN_TEST_f_b): Likewise.
21333         (RUN_TEST_LOOP_f_b): Likewise.
21334         (RUN_TEST_f_b_tg): Likewise.
21335         (RUN_TEST_LOOP_f_b_tg): Likewise.
21336         (RUN_TEST_f_l): Likewise.
21337         (RUN_TEST_LOOP_f_l): Likewise.
21338         (RUN_TEST_f_L): Likewise.
21339         (RUN_TEST_LOOP_f_L): Likewise.
21340         (RUN_TEST_sincos): Likewise.
21341         (RUN_TEST_LOOP_sincos): Likewise.
21342
21343 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
21344
21345         [BZ #15480]
21346         [BZ #15485]
21347         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21348         main case of finite arguments, set rounding mode to FE_TONEAREST
21349         and discard exceptions.
21350         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21351         exceptions.
21352         (remainder_tonearest_test_data): New variable.
21353         (remainder_test_tonearest): New function.
21354         (remainder_towardzero_test_data): New variable.
21355         (remainder_test_towardzero): New function.
21356         (remainder_downward_test_data): New variable.
21357         (remainder_test_downward): New function.
21358         (remainder_upward_test_data): New variable.
21359         (remainder_test_upward): New function.
21360         (main): Call the new test functions.
21361
21362         * math/libm-test.inc (struct test_f_f1_data): Remove field
21363         extra_init.
21364         (struct test_fF_f1_data): Likewise.
21365         (struct test_ffI_f1_data): Likewise.
21366         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
21367         based on value of EXTRA_EXPECTED.
21368         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21369         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
21370         EXTRA_VAR based on value of EXTRA_EXPECTED.
21371         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21372         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
21373         EXTRA_VAR based on value of EXTRA_EXPECTED.
21374         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21375         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
21376         EXTRA_VAR based on value of EXTRA_EXPECTED.
21377         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21378         * math/gen-libm-test.pl (parse_args): Don't output initializers
21379         for extra output values.
21380
21381         * math/libm-test.inc (check_int): Expect result to be exactly
21382         equal to expected value and do not handle ulps.
21383         (check_long): Likewise.
21384         (check_longlong): Likewise.
21385
21386         * math/libm-test.inc (ceil_test_data): Test for "inexact"
21387         exceptions.
21388         (cimag_test_data): Likewise.
21389         (conj_test_data): Likewise.
21390         (copysign_test_data): Likewise.
21391         (cproj_test_data): Likewise.
21392         (creal_test_data): Likewise.
21393         (fabs_test_data): Likewise.
21394         (fdim_test_data): Likewise.
21395         (finite_test_data): Likewise.
21396         (floor_test_data): Likewise.
21397         (fmax_test_data): Likewise.
21398         (fmin_test_data): Likewise.
21399         (fmod_test_data): Likewise.
21400         (fpclassify_test_data): Likewise.
21401         (frexp_test_data): Likewise.
21402         (ilogb_test_data): Likewise.
21403         (isfinite_test_data): Likewise.
21404         (isgreater_test_data): Likewise.
21405         (isgreaterequal_test_data): Likewise.
21406         (isinf_test_data): Likewise.
21407         (isless_test_data): Likewise.
21408         (islessequal_test_data): Likewise.
21409         (islessgreater_test_data): Likewise.
21410         (isnan_test_data): Likewise.
21411         (isnormal_test_data): Likewise.
21412         (issignaling_test_data): Likewise.
21413         (isunordered_test_data): Likewise.
21414         (ldexp_test_data): Likewise.
21415         (lrint_test_data): Likewise.
21416         (lrint_test_data) [TEST_FLOAT]: Disable one test.
21417         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21418         (lrint_tonearest_test_data): Test for "inexact" exceptions.
21419         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21420         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21421         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21422         test input.
21423         (lrint_towardzero_test_data): Test for "inexact" exceptions.
21424         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21425         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21426         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21427         that test input.
21428         (lrint_downward_test_data): Test for "inexact" exceptions.
21429         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21430         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21431         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21432         test input.
21433         (lrint_upward_test_data): Test for "inexact" exceptions.
21434         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21435         test input.
21436         (llrint_test_data): Test for "inexact" exceptions.
21437         (llrint_test_data) [TEST_FLOAT]: Disable one test.
21438         (llrint_tonearest_test_data): Test for "inexact" exceptions.
21439         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21440         (llrint_towardzero_test_data): Test for "inexact" exceptions.
21441         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21442         (llrint_downward_test_data): Test for "inexact" exceptions.
21443         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21444         (llrint_upward_test_data): Test for "inexact" exceptions.
21445         (logb_test_data): Likewise.
21446         (logb_downward_test_data): Likewise.
21447         (nextafter_test_data): Likewise.
21448         (nexttoward_test_data): Likewise.
21449         (remainder_test_data): Likewise.
21450         (remquo_test_data): Likewise.
21451         (scalbn_test_data): Likewise.
21452         (scalbln_test_data): Likewise.
21453         (signbit_test_data): Likewise.
21454         (sqrt_test_data): Likewise.
21455         (significand_test_data): Likewise.
21456
21457 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21458
21459         [BZ #15424]
21460         * benchtests/bench-modf.c (struct args): Mark arg0 as
21461         volatile.
21462         * scripts/bench.pl: Mark members of struct args as volatile.
21463
21464 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21465
21466         [BZ # 15497]
21467         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21468         negative infinity on POWER6 or lower.
21469         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21470
21471 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
21472
21473         [BZ #15442]
21474         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21475         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21476         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21477         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21478         (_FP_SETQNAN): New macro.
21479         (_FP_SETQNAN_SEMIRAW): Likewise.
21480         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21481         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21482         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21483         (FP_EXTEND): Use _FP_FRAC_SNANP.
21484         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21485         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21486         into account.
21487         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21488         New macro.
21489         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21490         Likewise.
21491
21492 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21493
21494         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21495         with DIVIDE_BY_ZERO_EXCEPTION.
21496         (gamma_test_data): Likewise.
21497         (lgamma_test_data): Likewise.
21498         (log_test_data): Likewise.
21499         (log10_test_data): Likewise.
21500         (log2_test_data): Likewise.
21501         (tgamma_test_data): Likewise.
21502
21503         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21504         (acos_test_tonearest): Likewise.
21505         (acos_test_towardzero): Likewise.
21506         (acos_test_downward): Likewise.
21507         (acos_test_upward): Likewise.
21508         (acosh_test): Likewise.
21509         (asin_test): Likewise.
21510         (asin_test_tonearest): Likewise.
21511         (asin_test_towardzero): Likewise.
21512         (asin_test_downward): Likewise.
21513         (asin_test_upward): Likewise.
21514         (asinh_test): Likewise.
21515         (atan_test): Likewise.
21516         (atanh_test): Likewise.
21517         (atan2_test): Likewise.
21518         (cabs_test): Likewise.
21519         (cacos_test): Likewise.
21520         (cacosh_test): Likewise.
21521         (casin_test): Likewise.
21522         (casinh_test): Likewise.
21523         (catan_test): Likewise.
21524         (catanh_test): Likewise.
21525         (cbrt_test): Likewise.
21526         (ccos_test): Likewise.
21527         (ccosh_test): Likewise.
21528         (cexp_test): Likewise.
21529         (clog_test): Likewise.
21530         (clog10_test): Likewise.
21531         (cos_test): Likewise.
21532         (cos_test_tonearest): Likewise.
21533         (cos_test_towardzero): Likewise.
21534         (cos_test_downward): Likewise.
21535         (cos_test_upward): Likewise.
21536         (cosh_test): Likewise.
21537         (cosh_test_tonearest): Likewise.
21538         (cosh_test_towardzero): Likewise.
21539         (cosh_test_downward): Likewise.
21540         (cosh_test_upward): Likewise.
21541         (cpow_test): Likewise.
21542         (csin_test): Likewise.
21543         (csinh_test): Likewise.
21544         (csqrt_test): Likewise.
21545         (ctan_test): Likewise.
21546         (ctan_test_tonearest): Likewise.
21547         (ctan_test_towardzero): Likewise.
21548         (ctan_test_downward): Likewise.
21549         (ctan_test_upward): Likewise.
21550         (ctanh_test): Likewise.
21551         (ctanh_test_tonearest): Likewise.
21552         (ctanh_test_towardzero): Likewise.
21553         (ctanh_test_downward): Likewise.
21554         (ctanh_test_upward): Likewise.
21555         (erf_test): Likewise.
21556         (erfc_test): Likewise.
21557         (exp_test): Likewise.
21558         (exp_test_tonearest): Likewise.
21559         (exp_test_towardzero): Likewise.
21560         (exp_test_downward): Likewise.
21561         (exp_test_upward): Likewise.
21562         (exp10_test): Likewise.
21563         (exp2_test): Likewise.
21564         (expm1_test): Likewise.
21565         (fmod_test): Likewise.
21566         (gamma_test): Likewise.
21567         (hypot_test): Likewise.
21568         (j0_test): Likewise.
21569         (j1_test): Likewise.
21570         (jn_test): Likewise.
21571         (lgamma_test): Likewise.
21572         (log_test): Likewise.
21573         (log10_test): Likewise.
21574         (log1p_test): Likewise.
21575         (log2_test): Likewise.
21576         (logb_test_downward): Likewise.
21577         (pow_test): Likewise.
21578         (pow_test_tonearest): Likewise.
21579         (pow_test_towardzero): Likewise.
21580         (pow_test_downward): Likewise.
21581         (pow_test_upward): Likewise.
21582         (remainder_test): Likewise.
21583         (remquo_test): Likewise.
21584         (sin_test): Likewise.
21585         (sin_test_tonearest): Likewise.
21586         (sin_test_towardzero): Likewise.
21587         (sin_test_downward): Likewise.
21588         (sin_test_upward): Likewise.
21589         (sincos_test): Likewise.
21590         (sinh_test): Likewise.
21591         (sinh_test_tonearest): Likewise.
21592         (sinh_test_towardzero): Likewise.
21593         (sinh_test_downward): Likewise.
21594         (sinh_test_upward): Likewise.
21595         (sqrt_test): Likewise.
21596         (tan_test): Likewise.
21597         (tan_test_tonearest): Likewise.
21598         (tan_test_towardzero): Likewise.
21599         (tan_test_downward): Likewise.
21600         (tan_test_upward): Likewise.
21601         (tanh_test): Likewise.
21602         (tgamma_test): Likewise.
21603         (y0_test): Likewise.
21604         (y1_test): Likewise.
21605         (yn_test): Likewise.
21606
21607         * math/gen-libm-test.pl (adjust_arg): Remove function.
21608         (special_function): Remove argument $in_func.  Only handle
21609         generating output for tables of tests, not inside functions.
21610         (parse_args): Likewise.
21611         (generate_testfile): Remove variable $in_func.  Update call to
21612         parse_args.
21613         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
21614         (MINUS_ZERO_INIT): Rename macro to minus_zero.
21615         (PLUS_INFTY_INIT): Rename macro to plus_infty.
21616         (MINUS_INFTY_INIT): Rename macro to minus_infty.
21617         (QNAN_VALUE_INIT): Rename macro to qnan_value.
21618         (MAX_VALUE_INIT): Rename macro to max_value.
21619         (MIN_VALUE_INIT): Rename macro to min_value.
21620         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
21621         (plus_zero): Remove variable.
21622         (minus_zero): Likewise.
21623         (plus_infty): Likewise.
21624         (minus_infty): Likewise.
21625         (qnan_value): Likewise.
21626         (max_value): Likewise.
21627         (min_value): Likewise.
21628         (min_subnorm_value): Likewise.
21629
21630 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21631
21632         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
21633         uint64_t or uint32_t usage.
21634         * crypt/sha256-block.c: Likewise.
21635         * crypt/sha256-crypt.c: Likewise.
21636         * crypt/sha256.c: Likewise.
21637         * crypt/sha512-block.c: Likewise.
21638         * crypt/sha512-crypt.c: Likewise.
21639         * crypt/sha512.c: Likewise.
21640         * debug/backtrace-tst.c: Likewise.
21641         * debug/pcprofiledump.c: Likewise.
21642         * elf/cache.c: Likewise.
21643         * elf/dl-cache.c: Likewise.
21644         * elf/dl-misc.c: Likewise.
21645         * elf/dl-profile.c: Likewise.
21646         * elf/dl-support.c: Likewise.
21647         * elf/ldconfig.c: Likewise.
21648         * elf/sprof.c: Likewise.
21649         * iconv/dummy-repertoire.c: Likewise.
21650         * iconv/iconv_charmap.c: Likewise.
21651         * iconv/skeleton.c: Likewise.
21652         * iconvdata/8bit-generic.c: Likewise.
21653         * iconvdata/cp737.h: Likewise.
21654         * iconvdata/cp775.h: Likewise.
21655         * iconvdata/ibm1008.h: Likewise.
21656         * iconvdata/ibm1025.h: Likewise.
21657         * iconvdata/ibm1046.h: Likewise.
21658         * iconvdata/ibm1097.h: Likewise.
21659         * iconvdata/ibm1112.h: Likewise.
21660         * iconvdata/ibm1122.h: Likewise.
21661         * iconvdata/ibm1123.h: Likewise.
21662         * iconvdata/ibm1124.h: Likewise.
21663         * iconvdata/ibm1129.h: Likewise.
21664         * iconvdata/ibm1130.h: Likewise.
21665         * iconvdata/ibm1132.h: Likewise.
21666         * iconvdata/ibm1133.h: Likewise.
21667         * iconvdata/ibm1137.h: Likewise.
21668         * iconvdata/ibm1140.h: Likewise.
21669         * iconvdata/ibm1141.h: Likewise.
21670         * iconvdata/ibm1142.h: Likewise.
21671         * iconvdata/ibm1143.h: Likewise.
21672         * iconvdata/ibm1144.h: Likewise.
21673         * iconvdata/ibm1145.h: Likewise.
21674         * iconvdata/ibm1146.h: Likewise.
21675         * iconvdata/ibm1147.h: Likewise.
21676         * iconvdata/ibm1148.h: Likewise.
21677         * iconvdata/ibm1149.h: Likewise.
21678         * iconvdata/ibm1153.h: Likewise.
21679         * iconvdata/ibm1154.h: Likewise.
21680         * iconvdata/ibm1155.h: Likewise.
21681         * iconvdata/ibm1156.h: Likewise.
21682         * iconvdata/ibm1157.h: Likewise.
21683         * iconvdata/ibm1158.h: Likewise.
21684         * iconvdata/ibm1160.h: Likewise.
21685         * iconvdata/ibm1161.h: Likewise.
21686         * iconvdata/ibm1162.h: Likewise.
21687         * iconvdata/ibm1163.h: Likewise.
21688         * iconvdata/ibm1164.h: Likewise.
21689         * iconvdata/ibm1166.h: Likewise.
21690         * iconvdata/ibm1167.h: Likewise.
21691         * iconvdata/ibm12712.h: Likewise.
21692         * iconvdata/ibm1390.h: Likewise.
21693         * iconvdata/ibm1399.h: Likewise.
21694         * iconvdata/ibm16804.h: Likewise.
21695         * iconvdata/ibm4517.h: Likewise.
21696         * iconvdata/ibm4899.h: Likewise.
21697         * iconvdata/ibm4909.h: Likewise.
21698         * iconvdata/ibm4971.h: Likewise.
21699         * iconvdata/ibm5347.h: Likewise.
21700         * iconvdata/ibm803.h: Likewise.
21701         * iconvdata/ibm856.h: Likewise.
21702         * iconvdata/ibm901.h: Likewise.
21703         * iconvdata/ibm902.h: Likewise.
21704         * iconvdata/ibm9030.h: Likewise.
21705         * iconvdata/ibm9066.h: Likewise.
21706         * iconvdata/ibm921.h: Likewise.
21707         * iconvdata/ibm922.h: Likewise.
21708         * iconvdata/ibm9448.h: Likewise.
21709         * iconvdata/isiri-3342.h: Likewise.
21710         * iconvdata/jis0201.h: Likewise.
21711         * include/link.h: Likewise.
21712         * include/netdb.h: Likewise.
21713         * inet/check_native.c: Likewise.
21714         * inet/check_pf.c: Likewise.
21715         * inet/getipv4sourcefilter.c: Likewise.
21716         * inet/getnameinfo.c: Likewise.
21717         * inet/getsourcefilter.c: Likewise.
21718         * inet/htonl.c: Likewise.
21719         * inet/setipv4sourcefilter.c: Likewise.
21720         * inet/setsourcefilter.c: Likewise.
21721         * inet/test-inet6_opt.c: Likewise.
21722         * inet/tst-network.c: Likewise.
21723         * locale/C-collate.c: Likewise.
21724         * locale/C-ctype.c: Likewise.
21725         * locale/C-time.c: Likewise.
21726         * locale/C-translit.h: Likewise.
21727         * locale/loadarchive.c: Likewise.
21728         * locale/programs/3level.h: Likewise.
21729         * locale/programs/charmap.c: Likewise.
21730         * locale/programs/charmap.h: Likewise.
21731         * locale/programs/ld-address.c: Likewise.
21732         * locale/programs/ld-collate.c: Likewise.
21733         * locale/programs/ld-ctype.c: Likewise.
21734         * locale/programs/ld-identification.c: Likewise.
21735         * locale/programs/ld-measurement.c: Likewise.
21736         * locale/programs/ld-messages.c: Likewise.
21737         * locale/programs/ld-monetary.c: Likewise.
21738         * locale/programs/ld-name.c: Likewise.
21739         * locale/programs/ld-numeric.c: Likewise.
21740         * locale/programs/ld-paper.c: Likewise.
21741         * locale/programs/ld-telephone.c: Likewise.
21742         * locale/programs/ld-time.c: Likewise.
21743         * locale/programs/linereader.c: Likewise.
21744         * locale/programs/locale.c: Likewise.
21745         * locale/programs/locarchive.c: Likewise.
21746         * locale/programs/locfile.h: Likewise.
21747         * locale/programs/repertoire.c: Likewise.
21748         * locale/programs/simple-hash.c: Likewise.
21749         * locale/programs/simple-hash.h: Likewise.
21750         * malloc/memusage.c: Likewise.
21751         * malloc/memusagestat.c: Likewise.
21752         * nis/nis_defaults.c: Likewise.
21753         * nis/nis_hash.c: Likewise.
21754         * nis/nis_print.c: Likewise.
21755         * nis/nis_xdr.c: Likewise.
21756         * nscd/connections.c: Likewise.
21757         * nscd/hstcache.c: Likewise.
21758         * nscd/nscd_gethst_r.c: Likewise.
21759         * nscd/nscd_getserv_r.c: Likewise.
21760         * nscd/nscd_helper.c: Likewise.
21761         * nscd/servicescache.c: Likewise.
21762         * nss/makedb.c: Likewise.
21763         * nss/nss_db/db-XXX.c: Likewise.
21764         * nss/nss_db/db-initgroups.c: Likewise.
21765         * nss/nss_db/db-netgrp.c: Likewise.
21766         * nss/nss_files/files-network.c: Likewise.
21767         * nss/nss_files/files-parse.c: Likewise.
21768         * posix/bug-regex5.c: Likewise.
21769         * posix/fnmatch_loop.c: Likewise.
21770         * posix/regcomp.c: Likewise.
21771         * posix/regexec.c: Likewise.
21772         * posix/tst-rfc3484-2.c: Likewise.
21773         * posix/tst-rfc3484-3.c: Likewise.
21774         * posix/tst-rfc3484.c: Likewise.
21775         * resolv/nss_dns/dns-canon.c: Likewise.
21776         * resolv/nss_dns/dns-network.c: Likewise.
21777         * resolv/res_init.c: Likewise.
21778         * resolv/res_mkquery.c: Likewise.
21779         * resolv/tst-aton.c: Likewise.
21780         * stdlib/cxa_atexit.c: Likewise.
21781         * stdlib/cxa_finalize.c: Likewise.
21782         * stdlib/gen-fpioconst.c: Likewise.
21783         * stdlib/strtol_l.c: Likewise.
21784         * string/tst-endian.c: Likewise.
21785         * sunrpc/auth_des.c: Likewise.
21786         * sunrpc/clnt_udp.c: Likewise.
21787         * sunrpc/rtime.c: Likewise.
21788         * sunrpc/svcauth_des.c: Likewise.
21789         * sunrpc/xdr.c: Likewise.
21790         * sunrpc/xdr_intXX_t.c: Likewise.
21791         * sunrpc/xdr_rec.c: Likewise.
21792         * sysdeps/generic/ldconfig.h: Likewise.
21793         * sysdeps/generic/ldsodefs.h: Likewise.
21794         * sysdeps/generic/memusage.h: Likewise.
21795         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
21796         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
21797         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
21798         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21799         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21800         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21801         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
21802         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
21803         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21804         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21805         * sysdeps/posix/getaddrinfo.c: Likewise.
21806         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
21807         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21808         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
21809         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21810         * sysdeps/powerpc/test-gettimebase.c: Likewise.
21811         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
21812         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
21813         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
21814         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
21815         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
21816         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
21817         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21818         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21819         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21820         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21821         * sysdeps/x86_64/dl-tls.h: Likewise.
21822         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21823         * time/alt_digit.c: Likewise.
21824         * time/era.c: Likewise.
21825         * wcsmbs/tst-c16c32-1.c: Likewise.
21826
21827 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21828
21829         * math/libm-test.inc (struct test_sincos_data): New type.
21830         (RUN_TEST_LOOP_sincos): New macro.
21831         (sincos_test_data): New variable.
21832         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21833
21834 2013-05-16  Richard Henderson  <rth@redhat.com>
21835
21836         * math/atest-exp2.c (LIMB64): New macro.
21837         (CONSTSZ): New macro.
21838         (mp_exp1, mp_exp_m1, mp_log2): New variables.
21839         (hexdig): Move ...
21840         (print_mpn_fp): ... to function scope.
21841         (read_mpn_hex): Remove.
21842         (get_log2): Remove.
21843         (exp2_mpn): Use mp_log2.
21844         (main): Use mp_exp1.
21845
21846 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
21847
21848         * math/libm-test.inc: Remove comment about not testing "inexact"
21849         exceptions.
21850         (INEXACT_EXCEPTION): New macro.
21851         (NO_INEXACT_EXCEPTION): Likewise.
21852         (INVALID_EXCEPTION_OK): Update value.
21853         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21854         (OVERFLOW_EXCEPTION_OK): Likewise.
21855         (UNDERFLOW_EXCEPTION_OK): Likewise.
21856         (IGNORE_ZERO_INF_SIGN): Likewise.
21857         (ERRNO_UNCHANGED): Likewise.
21858         (ERRNO_EDOM): Likewise.
21859         (ERRNO_ERANGE): Likewise.
21860         (test_exceptions): Handle testing "inexact" exceptions.
21861         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21862         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21863         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21864         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21865         INEXACT_EXCEPTION.
21866         (rint_towardzero_test_data): Likewise.
21867         (rint_downward_test_data): Likewise.
21868         (rint_upward_test_data): Likewise.
21869
21870         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21871         with OVERFLOW_EXCEPTION.
21872         (exp10_test_data): Likewise.
21873         (exp2_test_data): Likewise.
21874         (expm1_test_data): Likewise.
21875         (lgamma_test_data): Likewise.
21876         (pow_test_data): Likewise.
21877         (tgamma_test_data): Likewise.
21878         (yn_test_data): Remove duplicate test of overflow.
21879
21880         * math/libm-test.inc (struct test_cc_c_data): New type.
21881         (RUN_TEST_LOOP_cc_c): New macro.
21882         (cpow_test_data): New variable.
21883         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21884
21885         * math/libm-test.inc (struct test_f_L_data): New type.
21886         (RUN_TEST_LOOP_f_L): New macro.
21887         (llrint_test_data): New variable.
21888         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21889         (llrint_tonearest_test_data): New variable.
21890         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21891         (llrint_towardzero_test_data): New variable.
21892         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21893         (llrint_downward_test_data): New variable.
21894         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21895         (llrint_upward_test_data): New variable.
21896         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21897         (llround_test_data): New variable.
21898         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21899
21900 2013-05-13  Peter Collingbourne  <pcc@google.com>
21901
21902         * math/atest-exp2.c (get_log2): Remove const attribute.
21903
21904 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21905
21906         * math/libm-test.inc (struct test_f_l_data): New type.
21907         (RUN_TEST_LOOP_f_l): New macro.
21908         (lrint_test_data): New variable.
21909         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21910         (lrint_tonearest_test_data): New variable.
21911         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21912         (lrint_towardzero_test_data): New variable.
21913         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21914         (lrint_downward_test_data): New variable.
21915         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21916         (lrint_upward_test_data): New variable.
21917         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21918         (lround_test_data): New variable.
21919         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21920
21921 2013-05-15  Peter Collingbourne  <pcc@google.com>
21922
21923         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21924         (EXTRACT_WORDS64) Use where appropriate.
21925         (INSERT_WORDS64) Likewise.
21926
21927         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21928         constraints with x constraints.
21929         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21930
21931         * malloc/obstack.c (_obstack_compat): Add initializer.
21932
21933 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
21934
21935         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21936         si_trapno and add si_addr_lsb to _sifields.sigfault.
21937         (si_trapno): Remove macro.
21938         (si_addr_lsb): Define new macro.
21939         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21940
21941 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
21942
21943         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21944         instead of TEST_f_l.
21945         (llrint_test_tonearest): Likewise.
21946         (llrint_test_towardzero): Likewise.
21947         (llrint_test_downward): Likewise.
21948         (llrint_test_upward): Likewise.
21949         (llround_test): Likewise.
21950
21951         * math/libm-test.inc (struct test_f_i_data): Add comment.
21952         (RUN_TEST_LOOP_f_b): New macro.
21953         (RUN_TEST_LOOP_f_b_tg): Likewise.
21954         (finite_test_data): New variable.
21955         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21956         (isfinite_test_data): New variable.
21957         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21958         (isinf_test_data): New variable.
21959         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21960         (isnan_test_data): New variable.
21961         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21962         (isnormal_test_data): New variable.
21963         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21964         (issignaling_test_data): New variable.
21965         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21966         (signbit_test_data): New variable.
21967         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21968
21969         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21970         with INVALID_EXCEPTION.
21971         (acosh_test_data): Likewise.
21972         (asin_test_data): Likewise.
21973         (atanh_test_data): Likewise.
21974         (fmod_test_data): Likewise.
21975         (log_test_data): Likewise.
21976         (log10_test_data): Likewise.
21977         (log2_test_data): Likewise.
21978         (pow_test_data): Likewise.
21979         (sqrt_test_data): Likewise.
21980         (y0_test_data): Likewise.
21981         (y1_test_data): Likewise.
21982         (yn_test_data): Likewise.
21983
21984         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21985         function contents.
21986
21987         * math/libm-test.inc (struct test_ff_i_data): New type.
21988         (RUN_TEST_LOOP_ff_i_tg): New macro.
21989         (isgreater_test_data): New variable.
21990         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21991         (isgreaterequal_test_data): New variable.
21992         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21993         (isless_test_data): New variable.
21994         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21995         (islessequal_test_data): New variable.
21996         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21997         (islessgreater_test_data): New variable.
21998         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21999         (isunordered_test_data): New variable.
22000         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22001
22002 2013-05-14  David S. Miller  <davem@davemloft.net>
22003
22004         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22005
22006 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
22007
22008         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
22009
22010         * math/libm-test.inc (struct test_fF_f1_data): Change type of
22011         extra_test to int.
22012         (struct test_f_i_data): Change type of max_ulp to int.
22013
22014         * math/libm-test.inc (test_ffI_f1_data): New type.
22015         (RUN_TEST_LOOP_ffI_f1): New macro.
22016         (remquo_test_data): New variable.
22017         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
22018
22019         * setjmp/tst-setjmp-fp.c: New file.
22020         * setjmp/Makefile (tests): Add tst-setjmp-fp.
22021         (link-libm): New variable.
22022         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
22023
22024         * math/libm-test.inc (struct test_f_i_data): New type.
22025         (RUN_TEST_LOOP_f_i): New macro.
22026         (RUN_TEST_LOOP_f_i_tg): Likewise.
22027         (fpclassify_test_data): New variable.
22028         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
22029         (ilogb_test_data): New variable.
22030         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
22031
22032         * math/libm-test.inc (scalbln_test): Correct function name in END
22033         call.
22034
22035         * math/libm-test.inc (struct test_f_f1_data): Add comment.
22036         (RUN_TEST_LOOP_fI_f1): New macro.
22037         (frexp_test_data): New variable.
22038         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
22039
22040         * math/libm-test.inc (struct test_fF_f1_data): New type.
22041         (RUN_TEST_LOOP_fF_f1): New macro.
22042         (modf_test_data): New variable.
22043         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
22044
22045         * math/libm-test.inc (struct test_f_f1_data): New type.
22046         (RUN_TEST_LOOP_f_f1): New macro.
22047         (gamma_test_data): New variable.
22048         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22049         (lgamma_test_data): New variable.
22050         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22051
22052 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
22053
22054         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
22055         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
22056         (main): Comment "tls" pseudo-hwcap.
22057
22058 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
22059
22060         * math/libm-test.inc (struct test_fl_f_data): New type.
22061         (RUN_TEST_LOOP_fl_f): New variable.
22062         (scalbln_test_data): New variable.
22063         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
22064
22065         * math/libm-test.inc (struct test_fi_f_data): New type.
22066         (RUN_TEST_LOOP_fi_f): New macro.
22067         (ldexp_test_data): New variable.
22068         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
22069         (scalbn_test_data): New variable.
22070         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
22071
22072         * math/libm-test.inc (struct test_c_f_data): New type.
22073         (RUN_TEST_LOOP_c_f): New macro.
22074         (cabs_test_data): New variable.
22075         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
22076         (carg_test_data): New variable.
22077         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
22078         (cimag_test_data): New variable.
22079         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
22080         (creal_test_data): New variable.
22081         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
22082
22083         * math/libm-test.inc (struct test_if_f_data): New type.
22084         (RUN_TEST_LOOP_if_f): New macro.
22085         (jn_test_data): New variable.
22086         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
22087         (yn_test_data): New variable.
22088         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
22089
22090         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
22091
22092 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22093
22094         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
22095         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
22096
22097 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22098
22099         * benchtests/Makefile (CPPFLAGS-nonlib): Add
22100         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22101         (bench-deps): Add bench-timing.h.
22102         * benchtests-bench-skeleton.c: Include bench-timing.h.
22103         (main): Use TIMING_* macros instead of clock_gettime.
22104         * benchtests/bench-timing.h: New file.
22105
22106         [BZ #14582]
22107         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22108         Renamed from _LIB_VERSION.
22109         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22110
22111 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
22112
22113         * math/libm-test.inc (struct test_fff_f_data): New type.
22114         (RUN_TEST_LOOP_fff_f): New macro.
22115         (fma_test_data): New variable.
22116         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22117         (fma_towardzero_test_data): New variable.
22118         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22119         (fma_downward_test_data): New variable.
22120         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22121         (fma_upward_test_data): New variable.
22122         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22123
22124         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22125         (struct test_c_c_data): New type.
22126         (RUN_TEST_LOOP_c_c): New macro.
22127         (cacos_test_data): New variable.
22128         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
22129         (cacosh_test_data): New variable.
22130         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
22131         (casin_test_data): New variable.
22132         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22133         (casinh_test_data): New variable.
22134         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22135         (catan_test_data): New variable.
22136         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22137         (catanh_test_data): New variable.
22138         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22139         (ccos_test_data): New variable.
22140         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22141         (ccosh_test_data): New variable.
22142         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22143         (cexp_test_data): New variable.
22144         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22145         (clog_test_data): New variable.
22146         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22147         (clog10_test_data): New variable.
22148         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22149         (conj_test_data): New variable.
22150         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22151         (cproj_test_data): New variable.
22152         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22153         (csin_test_data): New variable.
22154         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22155         (csinh_test_data): New variable.
22156         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22157         (csqrt_test_data): New variable.
22158         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22159         (ctan_test_data): New variable.
22160         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22161         (ctan_tonearest_test_data): New variable.
22162         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22163         (ctan_towardzero_test_data): New variable.
22164         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22165         (ctan_downward_test_data): New variable.
22166         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22167         (ctan_upward_test_data): New variable.
22168         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22169         (ctanh_test_data): New variable.
22170         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22171         (ctanh_tonearest_test_data): New variable.
22172         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22173         (ctanh_towardzero_test_data): New variable.
22174         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22175         (ctanh_downward_test_data): New variable.
22176         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22177         (ctanh_upward_test_data): New variable.
22178         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22179         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22180         of BUILD_COMPLEX.
22181
22182         * math/libm-test.inc (struct test_ff_f_data): New type.
22183         (struct test_ff_f_data_nexttoward): Likewise.
22184         (RUN_TEST_LOOP_2_f): New macro.
22185         (RUN_TEST_LOOP_ff_f): Likewise.
22186         (atan2_test_data): New variable.
22187         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22188         (copysign_test_data): New variable.
22189         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22190         (fdim_test_data): New variable.
22191         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22192         (fmax_test_data): New variable.
22193         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22194         (fmin_test_data): New variable.
22195         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22196         (fmod_test_data): New variable.
22197         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22198         (hypot_test_data): New variable.
22199         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22200         (nextafter_test_data): New variable.
22201         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22202         (nexttoward_test_data): New variable.
22203         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22204         (pow_test_data): New variable.
22205         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22206         (pow_tonearest_test_data): New variable.
22207         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22208         (pow_towardzero_test_data): New variable.
22209         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22210         (pow_downward_test_data): New variable.
22211         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22212         (pow_upward_test_data): New variable.
22213         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22214         (remainder_test_data): New variable.
22215         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22216         (scalb_test_data): New variable.
22217         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22218         * sysdeps/i386/fpu/libm-test-ulps: Update.
22219
22220 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
22221
22222         * math/libm-test.inc (fma_test): Use max_value instead of local
22223         variable fltmax.
22224         (nextafter_test): Likewise.
22225
22226         * math/libm-test.inc (acos_towardzero_test_data): New variable.
22227         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22228         (acos_downward_test_data): New variable.
22229         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22230         (acos_upward_test_data): New variable.
22231         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22232         (acosh_test_data): New variable.
22233         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22234         (asin_test_data): New variable.
22235         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22236         (asin_tonearest_test_data): New variable.
22237         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22238         (asin_towardzero_test_data): New variable.
22239         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22240         (asin_downward_test_data): New variable.
22241         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22242         (asin_upward_test_data): New variable.
22243         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22244         (asinh_test_data): New variable.
22245         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22246         (atan_test_data): New variable.
22247         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22248         (atanh_test_data): New variable.
22249         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22250         (cbrt_test_data): New variable.
22251         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22252         (ceil_test_data): New variable.
22253         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22254         (cos_test_data): New variable.
22255         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22256         (cos_tonearest_test_data): New variable.
22257         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22258         (cos_towardzero_test_data): New variable.
22259         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22260         (cos_downward_test_data): New variable.
22261         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22262         (cos_upward_test_data): New variable.
22263         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22264         (cosh_test_data): New variable.
22265         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22266         (cosh_tonearest_test_data): New variable.
22267         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22268         (cosh_towardzero_test_data): New variable.
22269         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22270         (cosh_downward_test_data): New variable.
22271         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22272         (cosh_upward_test_data): New variable.
22273         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22274         (erf_test_data): New variable.
22275         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22276         (erfc_test_data): New variable.
22277         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22278         (exp_test_data): New variable.
22279         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22280         (exp_tonearest_test_data): New variable.
22281         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22282         (exp_towardzero_test_data): New variable.
22283         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22284         (exp_downward_test_data): New variable.
22285         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22286         (exp_upward_test_data): New variable.
22287         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22288         (exp10_test_data): New variable.
22289         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22290         (exp2_test_data): New variable.
22291         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22292         (expm1_test_data): New variable.
22293         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22294         (fabs_test_data): New variable.
22295         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22296         (floor_test_data): New variable.
22297         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22298         (j0_test_data): New variable.
22299         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22300         (j1_test_data): New variable.
22301         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22302         (log_test_data): New variable.
22303         (log_test): Run tests with RUN_TEST_LOOP_f_f.
22304         (log10_test_data): New variable.
22305         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22306         (log1p_test_data): New variable.
22307         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22308         (log2_test_data): New variable.
22309         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22310         (logb_test_data): New variable.
22311         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22312         (logb_downward_test_data): New variable.
22313         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22314         (nearbyint_test_data): New variable.
22315         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22316         (rint_test_data): New variable.
22317         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22318         (rint_tonearest_test_data): New variable.
22319         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22320         (rint_towardzero_test_data): New variable.
22321         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22322         (rint_downward_test_data): New variable.
22323         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22324         (rint_upward_test_data): New variable.
22325         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22326         (round_test_data): New variable.
22327         (round_test): Run tests with RUN_TEST_LOOP_f_f.
22328         (sin_test_data): New variable.
22329         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22330         (sin_tonearest_test_data): New variable.
22331         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22332         (sin_towardzero_test_data): New variable.
22333         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22334         (sin_downward_test_data): New variable.
22335         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22336         (sin_upward_test_data): New variable.
22337         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22338         (sinh_test_data): New variable.
22339         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22340         (sinh_tonearest_test_data): New variable.
22341         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22342         (sinh_towardzero_test_data): New variable.
22343         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22344         (sinh_downward_test_data): New variable.
22345         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22346         (sinh_upward_test_data): New variable.
22347         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22348         (sqrt_test_data): New variable.
22349         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22350         (tan_test_data): New variable.
22351         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22352         (tan_tonearest_test_data): New variable.
22353         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22354         (tan_towardzero_test_data): New variable.
22355         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22356         (tan_downward_test_data): New variable.
22357         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22358         (tan_upward_test_data): New variable.
22359         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22360         (tanh_test_data): New variable.
22361         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22362         (tgamma_test_data): New variable.
22363         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22364         (trunc_test_data): New variable.
22365         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22366         (y0_test_data): New variable.
22367         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22368         (y1_test_data): New variable.
22369         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22370         (significand_test_data): New variable.
22371         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22372
22373 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
22374
22375         [BZ #12387]
22376         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22377
22378 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
22379
22380         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22381
22382 2013-05-10  Andreas Jaeger  <aj@suse.de>
22383
22384         [BZ #15448]
22385         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22386         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22387
22388 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22389
22390         * math/gen-libm-test.pl (adjust_arg): New function.
22391         (special_functions): Handle generating output in both functions
22392         and arrays.
22393         (parse_args): Likewise.
22394         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
22395         $in_func argument to parse_args.
22396         * math/libm-test.inc (struct test_f_f_data): New type.
22397         (IF_ROUND_INIT_): New macro.
22398         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22399         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22400         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22401         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22402         (ROUND_RESTORE_): Likewise.
22403         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22404         (ROUND_RESTORE_FE_TONEAREST): Likewise.
22405         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22406         (ROUND_RESTORE_FE_UPWARD): Likewise.
22407         (RUN_TEST_LOOP_f_f): New macro.
22408         (acos_test_data): New variable.
22409         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22410         (acos_tonearest_test_data): New variable.
22411         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22412
22413 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22414
22415         * benchtests/bench-skeleton.c (startup): Fix coding style.
22416
22417 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
22418
22419         [BZ #6809]
22420         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22421         negative infinity argument.
22422         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22423         negative infinity argument.
22424         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22425         negative infinity argument.
22426         * math/libm-test.inc (tgamma_test): Expect errno to be set for
22427         domain errors.
22428
22429 2013-05-10  Florian Weimer  <fweimer@redhat.com>
22430
22431         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22432         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22433         * iconv/iconv_prog.c (main): Likewise.
22434         * locale/programs/charmap-dir.c (charmap_readdir)
22435         (fopen_uncompressed): Likewise.
22436         * locale/programs/locfile.c (siblings_uncached)
22437         (write_locale_data): Use lstat64 instead of lstat.
22438         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22439         stat.
22440
22441 2013-05-10  Andreas Jaeger  <aj@suse.de>
22442
22443         [BZ #15395]
22444         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22445         localization.
22446         Include <locale.h>.
22447
22448 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
22449
22450         * elf/dl-close.c (_dl_close_worker): Add comments.
22451
22452 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
22453
22454         [BZ #15359]
22455         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22456         high part of pi/2.
22457         (__ieee754_rem_pio2l): Update comments.
22458
22459         [BZ #15429]
22460         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22461         high part of pi/2.
22462         (__ieee754_rem_pio2l): Update comments.
22463
22464         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22465         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22466
22467         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22468         M_PI_4l.
22469
22470         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22471         (M_PI_34_LOG10El): Likewise.
22472         (M_PI2_LOG10El): Likewise.
22473         (M_PI4_LOG10El): Likewise.
22474         (M_PI_LOG10El): Likewise.
22475
22476 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22477
22478         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22479
22480 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
22481
22482         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22483         (MINUS_ZERO_INIT): Likewise.
22484         (PLUS_INFTY_INIT): Likewise.
22485         (MINUS_INFTY_INIT): Likewise.
22486         (QNAN_VALUE_INIT): Likewise.
22487         (MAX_VALUE_INIT): Likewise.
22488         (MIN_VALUE_INIT): Likewise.
22489         (MIN_SUBNORM_VALUE_INIT): Likewise.
22490         (plus_zero): Initialize with PLUS_ZERO_INIT.
22491         (minus_zero): Initialize with MINUS_ZERO_INIT.
22492         (plus_infty): Initialize with PLUS_INFTY_INIT.
22493         (minus_infty): Initialize with MINUS_INFTY_INIT.
22494         (qnan_value): Initialize with QNAN_VALUE_INIT.
22495         (max_value): Initialize with MAX_VALUE_INIT.
22496         (min_value): Initialize with MIN_VALUE_INIT.
22497         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22498
22499         * math/libm-test.inc (RUN_TEST_if_f): New macro.
22500         (jn_test): Use TEST_if_f instead of TEST_ff_f.
22501         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22502         (yn_test): Use TEST_if_f instead of TEST_ff_f.
22503
22504         * math/libm-test.inc (RUN_TEST_f_f): New macro.
22505         (RUN_TEST_2_f): Likewise.
22506         (RUN_TEST_ff_f): Likewise.
22507         (RUN_TEST_fi_f): Likewise.
22508         (RUN_TEST_fl_f): Likewise.
22509         (RUN_TEST_fff_f): Likewise.
22510         (RUN_TEST_c_f): Likewise.
22511         (RUN_TEST_f_f1): Likewise.
22512         (RUN_TEST_fF_f1): Likewise.
22513         (RUN_TEST_fI_f1): Likewise.
22514         (RUN_TEST_ffI_f1): Likewise.
22515         (RUN_TEST_c_c): Likewise.
22516         (RUN_TEST_cc_c): Likewise.
22517         (RUN_TEST_f_i): Likewise.
22518         (RUN_TEST_f_i_tg): Likewise.
22519         (RUN_TEST_ff_i_tg): Likewise.
22520         (RUN_TEST_f_b): Likewise.
22521         (RUN_TEST_f_b_tg): Likewise.
22522         (RUN_TEST_f_l): Likewise.
22523         (RUN_TEST_f_L): Likewise.
22524         (RUN_TEST_sincos): Likewise.
22525         * math/gen-libm-test.pl (new_test): Take new argument to indicate
22526         whether to show exceptions.  Do not include ");\n" in return
22527         value.
22528         (special_functions): Output call to RUN_TEST_sincos instead of
22529         check_float calls.  Update calls to new_test.
22530         (parse_args): Output call to single RUN_TEST_* macro instead of
22531         check_* calls and other assignments.  Update calls to new_test.
22532
22533         [BZ #2546]
22534         [BZ #2560]
22535         [BZ #5159]
22536         [BZ #15426]
22537         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
22538         input to result for tgamma overflow.
22539         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
22540         (gamma_coeff): New variable.
22541         (NCOEFF): New macro.
22542         (gamma_positive): New function.
22543         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
22544         underflow here.  Use gamma_positive instead of exp (lgamma) for
22545         other arguments.
22546         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
22547         (gamma_coeff): New variable.
22548         (NCOEFF): New macro.
22549         (gammaf_positive): New function.
22550         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
22551         underflow here.  Use gamma_positive instead of exp (lgamma) for
22552         other arguments.
22553         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
22554         (gamma_coeff): New variable.
22555         (NCOEFF): New macro.
22556         (gammal_positive): New function.
22557         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
22558         underflow here.  Use gamma_positive instead of exp (lgamma) for
22559         other arguments.
22560         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
22561         (gamma_coeff): New variable.
22562         (NCOEFF): New macro.
22563         (gammal_positive): New function.
22564         (__ieee754_gammal_r): Handle positive infinity, overflow and
22565         underflow here.  Handle NaN the same as positive infinity.  Remove
22566         check x < 0xffffffff for negative integers.  Use gamma_positive
22567         instead of exp (lgamma) for other arguments.
22568         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
22569         (gamma_coeff): New variable.
22570         (NCOEFF): New macro.
22571         (gammal_positive): New function.
22572         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
22573         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
22574         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
22575         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
22576         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
22577         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
22578         * sysdeps/generic/math_private.h (__gamma_productf): New
22579         prototype.
22580         (__gamma_product): Likewise.
22581         (__gamma_productl): Likewise.
22582         * math/Makefile (libm-calls): Add gamma_product.
22583         * math/libm-test.inc (tgamma_test): Add more tests.
22584         * sysdeps/i386/fpu/libm-test-ulps: Update.
22585         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22586
22587 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
22588
22589         * benchtests/bench-skeleton.c (main): Preheat CPU.
22590
22591 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
22592
22593         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
22594
22595 2013-05-07  Roland McGrath  <roland@hack.frob.com>
22596
22597         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
22598         and _dl_skip_args_internal.
22599
22600 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
22601
22602         * manual/message.texi (Message Translation): Talk about users.
22603         Message to key mapping impacts design.
22604
22605 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22606
22607         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
22608
22609         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
22610
22611         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
22612         * sysdeps/wordsize-64/glob64.c: ... here.
22613
22614         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
22615         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
22616         New macros.
22617
22618         * debug/getlogin_r_chk.c: Moved to ...
22619         * login/getlogin_r_chk.c: ... here.
22620         * debug/Makefile (routines): Move getlogin_r_chk to ...
22621         * login/Makefile (routines): ... here.
22622         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
22623         * login/Versions (libc: GLIBC_2.4): ... here.
22624
22625         * io/poll.c (__poll): Renamed from poll.
22626         Add libc_hidden_def.
22627         (poll): Define as weak alias.
22628
22629         * debug/ptsname_r_chk.c: Moved to ...
22630         * login/ptsname_r_chk.c: ... here.
22631         * debug/Makefile (routines): Move ptsname_r_chk to ...
22632         * login/Makefile (routines): ... here.
22633         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
22634         * login/Versions (libc: GLIBC_2.4): ... here.
22635
22636         * posix/getlogin.c: Moved to ...
22637         * login/getlogin.c: ... here.
22638         * posix/getlogin_r.c: Moved to ...
22639         * login/getlogin_r.c: ... here.
22640         * posix/getlogin_r.c: Moved to ...
22641         * login/getlogin_r.c: ... here.
22642         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
22643         * login/Makefile (routines): ... here.
22644         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
22645         * login/Versions (libc: GLIBC_2.0): ... here.
22646
22647         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
22648         (setrlimit): Define as weak alias.
22649
22650         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
22651         Call __ names for open, ftruncate, and close.
22652         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
22653         (truncate): Define as weak alias.
22654
22655 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
22656
22657         * math/gen-libm-test.pl (parse_args): Initialize x before each
22658         test of frexp, modf and remquo.
22659
22660         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
22661         test signgam value.
22662
22663 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22664
22665         [BZ #15418]
22666         [BZ #15419]
22667         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
22668         internal tests.
22669         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22670
22671 2013-05-06  Roland McGrath  <roland@hack.frob.com>
22672
22673         * elf/dl-writev.h: New file.
22674         * elf/dl-misc.c: Include it.
22675         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
22676         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
22677
22678 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
22679
22680         * math/libm-test.inc (noXFails): Remove variable.
22681         (noXPasses): Likewise.
22682         (BUILD_COMPLEX_INT): Remove macro.
22683         (print_screen): Remove xfail argument.
22684         (print_screen_max_error): Likewise.
22685         (update_stats): Likewise.
22686         (print_max_error): Likewise.  Update calls to other affected
22687         functions.
22688         (print_complex_max_error): Likewise.
22689         (test_single_exception): Update calls to print_screen.
22690         (test_single_errno): Likewise.
22691         (check_float_internal): Remove xfail argument.  Update calls to
22692         other affected functions.
22693         (check_float): Likewise.
22694         (check_complex): Likewise.
22695         (check_int): Likewise.
22696         (check_long): Likewise.
22697         (check_bool): Likewise.
22698         (check_longlong): Likewise.
22699         (main): Don't print noXFails and noXPasses.
22700         * math/gen-libm-test.pl (top level): Don't mention expected
22701         failure handling in comment.
22702         (new_test): Don't handle expected failures.
22703         (parse_args): Don't mention expected failure handling in comment.
22704         (generate_testfile): Don't handle expected failures.
22705         (parse_ulps): Likewise.
22706         (print_ulps_file): Likewise.
22707         (get_failure): Remove function.
22708         (output_test): Don't handle expected failures.
22709         * make/README.libm-test: Don't mention expected failure handling.
22710
22711         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
22712         (minus_zero): Likewise.
22713         (plus_infty): Likewise.
22714         (minus_infty): Likewise.
22715         (qnan_value): Likewise.
22716         (max_value): Likewise.
22717         (min_value): Likewise.
22718         (min_subnorm_value): Likewise.
22719         (initialize): Do not initialize those variables dynamically.
22720
22721 2013-05-03  Roland McGrath  <roland@hack.frob.com>
22722
22723         * io/open.c (__open_2): Moved to ...
22724         * io/open_2.c: ... this new file.
22725         * io/open64.c (__open64_2): Moved to ...
22726         * io/open64_2.c: ... this new file.
22727         * io/openat.c (__openat_2): Moved to ...
22728         * io/openat_2.c: ... this new file.
22729         * io/openat64.c (__openat64_2): Moved to ...
22730         * io/openat64_2.c: ... this new file.
22731         * io/Makefile (routines): Add them.
22732         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
22733         * sysdeps/unix/sysv/linux/open_2.c: File removed.
22734         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
22735         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
22736         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
22737         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
22738         (__openat64): Add hidden_ver.
22739         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
22740         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
22741
22742         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
22743         Separately conditionalize setting of GLRO(dl_sysinfo) so
22744         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
22745         as well, but the actual setting is only under [NEED_DL_SYSINFO].
22746
22747 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22748
22749         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
22750         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
22751         definition.
22752         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
22753         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22754         (_libc_vdso_platform_setup): Add __vdso_time initialization.
22755         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
22756         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
22757
22758 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
22759
22760         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
22761         test signgam value.
22762
22763         * math/libm-test.inc (hypot_test): Do not use
22764         IGNORE_ZERO_INF_SIGN.
22765
22766 2013-05-03  Andreas Jaeger  <aj@suse.de>
22767
22768         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22769         Linux 3.9.
22770         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22771         (PF_MAX): Adjust for VSOCK change.
22772
22773 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22774
22775         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22776
22777 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
22778
22779         [BZ #15264]
22780         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
22781         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
22782         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
22783
22784 2013-05-02  David S. Miller  <davem@davemloft.net>
22785
22786         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22787
22788 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
22789
22790         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
22791
22792 2013-05-01  Roland McGrath  <roland@hack.frob.com>
22793
22794         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
22795
22796 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
22797
22798         [BZ #14952]
22799         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
22800         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22801         Use __attribute__ ((__gnu_inline__)).
22802         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22803         Don't use __attribute__ ((__gnu_inline__)).
22804
22805 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
22806
22807         [BZ #15423]
22808         * math/s_catan.c (__catan): Handle small real or imaginary part of
22809         input specially to avoid spurious underflow.
22810         * math/s_catanf.c (__catanf): Likewise.
22811         * math/s_catanh.c (__catanh): Likewise.
22812         * math/s_catanhf.c (__catanhf): Likewise.
22813         * math/s_catanhl.c (__catanhl): Likewise.
22814         * math/s_catanl.c (__catanl): Likewise.
22815         * math/libm-test.inc (catan_test): Add more tests.
22816         (catanh_test): Likewise.
22817         * sysdeps/i386/fpu/libm-test-ulps: Update.
22818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22819
22820 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22821
22822         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22823
22824 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
22825
22826         [BZ #15416]
22827         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22828         accurately for denominator in atan2.
22829         * math/s_catanf.c (__catanf): Likewise.
22830         * math/s_catanh.c (__catanh): Likewise.
22831         * math/s_catanhf.c (__catanhf): Likewise.
22832         * math/s_catanhl.c (__catanhl): Likewise.
22833         * math/s_catanl.c (__catanl): Likewise.
22834         * math/libm-test.inc (catan_test): Add more tests.
22835         (catanh_test): Likewise.
22836         * sysdeps/i386/fpu/libm-test-ulps: Update.
22837         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22838
22839 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22840
22841         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22842
22843         * benchtests/Makefile (bench): Remove slow benchmarks.
22844         * benchtests/atan-inputs: Add slow benchmark inputs.
22845         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22846         (BENCH_FUNC): Accept variant offset.
22847         (VARIANT): Define.
22848         * benchtests/bench-skeleton.c (main): Run benchmark for each
22849         variant.
22850         * benchtests/cos-inputs: Add slow benchmark inputs.
22851         * benchtests/exp-inputs: Likewise.
22852         * benchtests/pow-inputs: Likewise.
22853         * benchtests/sin-inputs: Likewise.
22854         * benchtests/slowatan-inputs: Remove.
22855         * benchtests/slowatan.c: Remove.
22856         * benchtests/slowcos-inputs: Remove.
22857         * benchtests/slowcos.c: Remove.
22858         * benchtests/slowexp-inputs: Remove.
22859         * benchtests/slowexp.c: Remove.
22860         * benchtests/slowpow-inputs: Remove.
22861         * benchtests/slowpow.c: Remove.
22862         * benchtests/slowsin-inputs: Remove.
22863         * benchtests/slowsin.c: Remove.
22864         * benchtests/slowtan-inputs: Remove.
22865         * benchtests/slowtan.c: Remove.
22866         * benchtests/tan-inputs: Add slow benchmark inputs.
22867         * scripts/bench.pl: Parse comments and directives.
22868
22869         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
22870         in CPPFLAGS.
22871         ($(objpfx)bench-%.c): Remove *-ITER.
22872         * benchtests/bench-modf.c: Remove definition of ITER.
22873         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22874         (main): Loop for DURATION seconds instead of fixed number of
22875         iterations.
22876         * scripts/bench.pl: Don't expect iterations in parameters.
22877
22878 2013-04-29  Roland McGrath  <roland@hack.frob.com>
22879
22880         * io/fchdir.c (__fchdir): Renamed from fchdir.
22881         (fchdir): Define as weak alias.
22882
22883 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22884
22885         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22886         (ERRNO_EDOM): Likewise.
22887         (ERRNO_ERANGE): Likewise.
22888         (noErrnoTests): New variable.
22889         (init_max_error): Set errno to 0.
22890         (test_single_errno): New function.
22891         (test_errno): Likewise.
22892         (check_float_internal): Call test_errno.  Set errno to 0.
22893         (check_complex): Refer to errno tests in comment.
22894         (check_int): Call test_errno.  Set errno to 0.
22895         (check_long): Likewise.
22896         (check_bool): Likewise.
22897         (check_longlong): Likewise.
22898         (cos_test): Use ERRNO_* flags for errno tests instead of
22899         check_int.
22900         (expm1_test): Likewise.
22901         (fmod_test): Likewise.
22902         (ilogb_test): Likewise.
22903         (lgamma_test): Likewise.
22904         (pow_test): Likewise.
22905         (remainder_test): Likewise.
22906         (sin_test): Likewise.
22907         (tan_test): Likewise.
22908         (yn_test): Likewise.
22909         (initialize): Set errno to 0.
22910         (main): Print number of errno tests.
22911         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22912
22913 2013-04-29  Andreas Jaeger  <aj@suse.de>
22914
22915         [BZ #15084]
22916         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22917         and RES_USEVC.
22918
22919         [BZ #15085]
22920         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22921         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22922         unimplemented.
22923
22924         [BZ #15380]
22925         * stdlib/random.c (__initstate): Return NULL if
22926         __initstate fails.
22927
22928         [BZ #15086]
22929         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22930         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22931         RES_SNGLKUPREOP.
22932
22933 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22934
22935         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22936
22937 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
22938
22939         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22940         of individual tests.
22941         (casin_test): Likewise.
22942         (casinh_test): Likewise.
22943
22944 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
22945
22946         [BZ #15409]
22947         * math/s_catan.c (__catan): Handle arguments with large real or
22948         imaginary part separately without squaring.
22949         * math/s_catanf.c (__catanf): Likewise.
22950         * math/s_catanh.c (__catanh): Likewise.
22951         * math/s_catanhf.c (__catanhf): Likewise.
22952         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22953         and redefine.
22954         (__catanhl): Handle arguments with large real or imaginary part
22955         separately without squaring.
22956         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22957         and redefine.
22958         (__catanl): Handle arguments with large real or imaginary part
22959         separately without squaring.
22960         * math/libm-test.inc (catan_test): Add more tests.
22961         (catanh_test): Likewise.
22962         * sysdeps/i386/fpu/libm-test-ulps: Update.
22963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22964
22965 2013-04-27  Andreas Jaeger  <aj@suse.de>
22966
22967         [BZ #15007]
22968         * stdlib/stdlib.h: Update guards for qecvt.
22969         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22970         <stdlib.h>.
22971
22972 2013-04-27  Allan McRae  <allan@archlinux.org>
22973
22974         * sysdeps/i386/fpu/libm-test-ulps: Update.
22975
22976 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
22977
22978         [BZ #15406]
22979         * math/s_catan.c: Include <float.h>.
22980         (__catan): Ensure underflow exception occurs for underflowed
22981         result.
22982         * math/s_catanf.c: Include <float.h>.
22983         (__catanf): Ensure underflow exception occurs for underflowed
22984         result.
22985         * math/s_catanh.c: Include <float.h>.
22986         (__catanh): Ensure underflow exception occurs for underflowed
22987         result.
22988         * math/s_catanhf.c: Include <float.h>.
22989         (__catanhf): Ensure underflow exception occurs for underflowed
22990         result.
22991         * math/s_catanhl.c: Include <float.h>.
22992         (__catanhl): Ensure underflow exception occurs for underflowed
22993         result.
22994         * math/s_catanl.c: Include <float.h>.
22995         (__catanl): Ensure underflow exception occurs for underflowed
22996         result.
22997         * math/libm-test.inc (catan_test): Add more tests.
22998         (catanh_test): Likewise.
22999
23000         [BZ #15405]
23001         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
23002         underflowed result.
23003         * math/s_ccoshf.c (__ccoshf): Likewise.
23004         * math/s_ccoshl.c (__ccoshl): Likewise.
23005         * math/s_csin.c (__csin): Likewise.
23006         * math/s_csinf.c (__csinf): Likewise.
23007         * math/s_csinh.c (__csinh): Likewise.
23008         * math/s_csinhf.c (__csinhf): Likewise.
23009         * math/s_csinhl.c (__csinhl): Likewise.
23010         * math/s_csinl.c (__csinl): Likewise.
23011         * math/libm-test.inc (ccos_test): Add more tests.
23012         (ccosh_test): Likewise.
23013         (csin_test): Likewise.
23014         (csinh_test): Likewise.
23015
23016 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23017
23018         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
23019         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
23020         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
23021         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
23022         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
23023         powerpc/power5+/fpu folders.
23024         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
23025
23026
23027 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
23028
23029         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23030
23031 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
23032
23033         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
23034         additions to variable.
23035         [$(config-machine) = x86_64] (modules-names): Likewise.
23036         ($(objpfx)tst-audit3): Remove dependency.
23037         ($(objpfx)tst-audit3.out): Likewise.
23038         ($(objpfx)tst-audit4): Likewise.
23039         ($(objpfx)tst-audit4.out): Likewise.
23040         ($(objpfx)tst-audit5): Likewise.
23041         ($(objpfx)tst-audit5.out): Likewise.
23042         ($(objpfx)tst-audit6): Likewise.
23043         ($(objpfx)tst-audit6.out): Likewise.
23044         ($(objpfx)tst-audit7): Likewise.
23045         ($(objpfx)tst-audit7.out): Likewise.
23046         (tst-audit3-ENV): Remove variable.
23047         (tst-audit4-ENV): Likewise.
23048         (tst-audit5-ENV): Likewise.
23049         (tst-audit6-ENV): Likewise.
23050         (tst-audit7-ENV): Likewise.
23051         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
23052         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
23053         addition to variable.
23054         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
23055         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
23056         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
23057         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
23058         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
23059         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
23060         tst-audit3, tst-audit4 and tst-audit5.
23061         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
23062         tst-audit6 and tst-audit7.
23063         [$(subdir) = elf] (modules-names): Add audit modules for those
23064         tests.
23065         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
23066         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
23067         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
23068         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
23069         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
23070         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
23071         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
23072         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
23073         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
23074         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
23075         [$(subdir) = elf] (tst-audit3-ENV): New variable.
23076         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
23077         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
23078         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
23079         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
23080         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
23081         Likewise.
23082         [$(subdir) = elf && $(config-cflags-avx) = yes]
23083         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
23084         [$(subdir) = elf && $(config-cflags-avx) = yes]
23085         (CFLAGS-tst-auditmod4a.c): Likewise.
23086         [$(subdir) = elf && $(config-cflags-avx) = yes]
23087         (CFLAGS-tst-auditmod4b.c): Likewise.
23088         [$(subdir) = elf && $(config-cflags-avx) = yes]
23089         (CFLAGS-tst-auditmod6b.c): Likewise.
23090         [$(subdir) = elf && $(config-cflags-avx) = yes]
23091         (CFLAGS-tst-auditmod6c.c): Likewise.
23092         [$(subdir) = elf && $(config-cflags-avx) = yes]
23093         (CFLAGS-tst-auditmod7b.c): Likewise.
23094         * elf/tst-audit3.c: Move to ...
23095         * sysdeps/x86_64/tst-audit3.c: ... here.
23096         * elf/tst-audit4.c: Move to ...
23097         * sysdeps/x86_64/tst-audit4.c: ... here.
23098         * elf/tst-audit5.c: Move to ...
23099         * sysdeps/x86_64/tst-audit5.c: ... here.
23100         * elf/tst-audit6.c: Move to ...
23101         * sysdeps/x86_64/tst-audit6.c: ... here.
23102         * elf/tst-audit7.c: Move to ...
23103         * sysdeps/x86_64/tst-audit7.c: ... here.
23104         * elf/tst-auditmod3a.c: Move to ...
23105         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23106         * elf/tst-auditmod3b.c: Move to ...
23107         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23108         * elf/tst-auditmod4a.c: Move to ...
23109         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23110         * elf/tst-auditmod4b.c: Move to ...
23111         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23112         * elf/tst-auditmod5a.c: Move to ...
23113         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23114         * elf/tst-auditmod5b.c: Move to ...
23115         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23116         * elf/tst-auditmod6a.c: Move to ...
23117         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23118         * elf/tst-auditmod6b.c: Move to ...
23119         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23120         * elf/tst-auditmod6c.c: Move to ...
23121         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23122         * elf/tst-auditmod7a.c: Move to ...
23123         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23124         * elf/tst-auditmod7b.c: Move to ...
23125         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
23126
23127 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
23128
23129         [BZ #15366]
23130         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
23131         define unconditionally.
23132         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23133         define unconditionally.
23134         (INT8_C, INT16_C, etc.): Likewise.
23135
23136 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
23137
23138         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23139         __ehdr_start with hidden visibility.
23140
23141         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23142
23143 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
23144
23145         * math/libm-test.inc (cos_test): Use accurate hex constants.
23146         (sincost_test): Likewise.
23147
23148 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
23149
23150         * math/libm-test.inc (catan_test): Add more tests.
23151         (catanh_test): Likewise.
23152
23153         * math/s_catanf.c (__catanf): Use suffixed floating-point
23154         constants.
23155         * math/s_catanhf.c (__catanhf): Likewise.
23156         * math/s_catanhl.c (__catanhl): Likewise.
23157         * math/s_catanl.c (__catanl): Likewise.
23158
23159         [BZ #15394]
23160         * math/s_catan.c (__catan): Calculate imaginary part of result
23161         with log1p not log unless computing log of number close to 0.
23162         * math/s_catanf.c (__catanf): Likewise.
23163         * math/s_catanl.c (__catanl): Likewise.
23164         * math/s_catanh.c (__catanh): Calculate real part of result with
23165         log1p not log unless computing log of number close to 0.
23166         * math/s_catanhf.c (__catanhf): Likewise.
23167         * math/s_catanhl.c (__catanhl): Likewise.
23168         * math/libm-test.inc (catan_test): Add more tests.
23169         (catanh_test): Likewise.
23170         * sysdeps/i386/fpu/libm-test-ulps: Update.
23171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23172
23173 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
23174
23175         * benchtests/Makefile: Mention files in which fast and slow
23176         paths of math functions are implemented.
23177
23178 2013-04-23  Roland McGrath  <roland@hack.frob.com>
23179
23180         * sysdeps/posix/timespec_get.c: New file.
23181
23182 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23183
23184         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23185         POWER.
23186         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23187         for POWER.
23188         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23189         powerpc/power5/fpu folders.
23190         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23191         * benchtests/Makefile: Add modf testcase.
23192         * benchtests/bench-modf.c: New file: Benchmark test for mo
23193
23194 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
23195
23196         [BZ #14888]
23197         * time/Makefile (tests): Add tst-strptime-whitespace.
23198         * time/strptime_l.c (get_number): Use ISSPACE.
23199         (__strptime_internal): Likewise.
23200         * time/tst-strptime-whitespace.c: New test case.
23201
23202 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
23203
23204         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23205         member.
23206         (_nss_files_init): Set it here.
23207
23208 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
23209
23210         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23211         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23212         unsigned.
23213
23214 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
23215
23216         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23217
23218 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23219
23220         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23221         size just once.
23222
23223 2013-04-21  David S. Miller  <davem@davemloft.net>
23224
23225         * po/ru.po: Update Russion translation from translation project.
23226
23227 2013-04-17  Adam Conrad  <adconrad@0c3.net>
23228
23229         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23230         and setfsgid.
23231
23232 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
23233
23234         * configure.in: Remove i386 configure warning. Remove i386 case.
23235         * configure: Regenerate.
23236         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
23237         Add example to error message.
23238         * sysdeps/i386/configure: Regenerate.
23239
23240 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
23241
23242         * benchtests/Makefile (bench): Add cos, tan, slowcos and
23243         slowtan.
23244         * benchtests/cos-inputs: New file.
23245         * benchtests/slowcos-inputs: New file.
23246         * benchtests/slowcos.c: New file.
23247         * benchtests/slowtan-inputs: New file.
23248         * benchtests/slowtan.c: New file.
23249         * benchtests/tan-inputs: New file.
23250
23251 2013-04-16  Roland McGrath  <roland@hack.frob.com>
23252
23253         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23254         considered kosher.
23255
23256 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
23257
23258         * benchtests/Makefile: Include cppflags-iterator.mk to add
23259         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23260
23261         * Makefile.in (bench-clean): New target.
23262         * benchtests/Makefile (bench-clean): Likewise.
23263
23264 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
23265
23266         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23267
23268 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
23269
23270         * stdio-common/tstdiomisc.c: Fix coding-style violation.
23271
23272 2013-04-15  Andreas Schwab  <schwab@suse.de>
23273
23274         * nscd/grpcache.c (cache_addgr): Properly check for short write.
23275         * nscd/initgrcache.c (addinitgroupsX): Likewise.
23276         * nscd/pwdcache.c (cache_addpw): Likewise.
23277         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
23278         more than recsize.
23279
23280 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23281
23282         * benchtests/Makefile (bench): Write all output to
23283         bench-out.tmp together.
23284
23285 2013-04-15  Andreas Schwab  <schwab@suse.de>
23286
23287         * nscd/nscd.c (main): Don't fork again after closing files.
23288
23289 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23290
23291         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23292
23293         * benchtests/Rules (bench-deps): Collect dependencies into a
23294         single variable.  Add Makefile to dependencies.
23295         ($(objpfx)bench-%.c): Depend on bench-deps.
23296
23297 2013-04-12  Roland McGrath  <roland@hack.frob.com>
23298             Xavier Roche  <roche+kml2@exalead.com>
23299
23300         [BZ #15361]
23301         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23302         just that it's a file descriptor.
23303         * manual/llio.texi (Synchronizing AIO Operations): Update description
23304         for EBADF error from aio_fsync.
23305
23306 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23307
23308         * Rules (bench): Move target definition...
23309         * benchtests/Makefile: ... here.
23310
23311 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
23312
23313         * math/libm-test.inc (cos_test): Fix PI/2 test.
23314         (sincos_test): Likewise.
23315         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23316         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23317
23318 2013-04-11  Andreas Schwab  <schwab@suse.de>
23319
23320         [BZ #13988]
23321         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23322         accept exponent character only when digits were seen.
23323         * stdio-common/Makefile (tests): Add bug26.
23324         * stdio-common/bug26.c: New file.
23325
23326         [BZ #14293]
23327         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23328         non-freeable.
23329
23330 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23331
23332         * Makeconfig (rtld-prefix): Define built linker prefix.
23333         * Rules (run-bench): Use it.
23334         * math/Makefile (run-regen-ulps): Likewise.
23335
23336         * Rules (bench): Remove eval.
23337
23338 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23339             Roland McGrath  <roland@hack.frob.com>
23340             Ondrej Bilka  <neleai@seznam.cz>
23341
23342         [BZ #15346]
23343         * time/getdate.c: Include ctype.h and alloca.h.
23344         (__getdate_r): Trim leading and trailing spaces of input.
23345         * time/tst-getdate.c (tests): Add tests with leading and
23346         trailing spaces.
23347
23348 2013-04-08  Roland McGrath  <roland@hack.frob.com>
23349
23350         [BZ #14280]
23351         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23352         when computing value.
23353
23354 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23355
23356         * math/README.libm-test (How can I generate "libm-test-ulps"?):
23357         Use testrun.sh to run libm tests.
23358
23359         [BZ #15309]
23360         * elf/dl-open.c (dl_open_worker): memset all of seen array.
23361
23362 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
23363
23364         [BZ #15264]
23365         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23366
23367 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23368
23369         * Makefile.in (regen-ulps): New target.
23370         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23371         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23372         [ifneq (no,$(PERL)] (regen-ulps): New target.
23373         [ifeq (no,$(PERL)] (regen-ulps): New target.
23374         * math/libm-test.inc (ulps_file_name): Define.
23375         (output_dir): New variable.
23376         (options): Add "output-dir" option.
23377         (parse_opt): Handle 'o' case.
23378         (main): If output_dir is non-NULL use it as a prefix
23379         otherwise use "".
23380         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23381
23382 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23383
23384         [BZ #10060, #10062]
23385         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23386         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23387         fail configure if __sync_val_compare_and_swap is not inlined.
23388         * sysdeps/i386/configure: Regenerate.
23389         * configure.in: Build for i686 when configured for i386.
23390         * configure: Regenerate.
23391         * README: Remove i386 reference.
23392
23393 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
23394
23395         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23396         * sysdeps/s390/s390-64/sysdep.h: Likewise.
23397
23398 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
23399
23400         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23401         (lmsnanval): New variables.
23402         (F): Add conversion tests.
23403         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23404         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23405
23406         * stdio-common/tstdiomisc.c (F): Properly collect individual
23407         tests' results.
23408
23409         [BZ #14686, #15336]
23410         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23411         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23412         Instead, use input NaN values or generate a qNaN by arithmetic
23413         operation.  Also fix bugs to comply with the standard.
23414         * math/libm-test.inc (remainder_test): Add more tests.
23415
23416         [BZ #15335, #15342]
23417         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23418         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23419         input NaN values or generate a qNaN by arithmetic operation.
23420
23421         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23422         unreachable code.
23423
23424         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23425         definitions.
23426
23427 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
23428
23429         [BZ #14478]
23430         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23431         underflowed result.
23432         * math/s_cexpf.c (__cexpf): Likewise.
23433         * math/s_cexpl.c (__cexpl): Likewise.
23434         * math/libm-test.inc (cexp_test): Add more tests.
23435
23436 2013-04-03  Andreas Schwab  <schwab@suse.de>
23437
23438         [BZ #15330]
23439         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23440         order arrays from heap if bigger than alloca cutoff.
23441
23442 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
23443
23444         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23445         (SNAN_TESTS_double): Refer to GCC PR56831.
23446         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23447         GCC PR56828.
23448
23449 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23450
23451         * Rules (bench): Move bench.out after the run is complete.
23452
23453         * Rules (bench): Echo currently running benchmark.
23454
23455         * benchtests/Makefile (bench): Add atan and slowatan.
23456         * benchtests/atan-inputs: New file.
23457         * benchtests/slowatan-inputs: New file.
23458         * benchtests/slowatan.c: New file.
23459
23460         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23461         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23462         its value.
23463
23464         [BZ #15305]
23465         * sysdeps/unix/sysv/linux/kernel-features.h
23466         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23467         __ASSUME_XFS_RESTRICTED_CHOWN.
23468         * sysdeps/unix/sysv/linux/pathconf.c
23469         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23470         Save and restore errno.
23471
23472 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
23473
23474         [BZ #15327]
23475         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23476         arguments using __kernel_casinh.
23477         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23478         arguments using __kernel_casinhf.
23479         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23480         arguments using __kernel_casinhl.
23481         * math/libm-test.inc (cacosh_test): Add more tests.
23482         * sysdeps/i386/fpu/libm-test-ulps: Update.
23483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23484
23485 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
23486
23487         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23488         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23489
23490         * bench/Makefile (bench): Add sin and slowsin.
23491         * benchtests/sin-inputs: New file.
23492         * benchtests/slowsin-inputs: New file.
23493         * benchtests/slowsin.c: New file.
23494
23495         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23496         (bench): Add slowexp and slowpow.
23497         (exp-ITER): Increase iterations.
23498         (pow-ITER): Likewise.
23499         * benchtests/exp-inputs: Change input.
23500         * benchtests/pow-inputs: Likewise.
23501         * benchtests/slowexp-inputs: New file.
23502         * benchtests/slowexp.c: New file.
23503         * benchtests/slowpow-inputs: New file.
23504         * benchtests/slowpow.c: New file.
23505
23506 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23507
23508         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23509         instructions.
23510         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23511         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23512         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23513         * benchtests/Makefile: Add rint benchtest.
23514         * benchtests/rint-inputs: Input for rint benchtest.
23515
23516 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
23517
23518         * Versions.def (libm): Add GLIBC_2.18.
23519         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23520         hidden libm prototypes.
23521         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23522         * math/Makefile (libm-calls): Add s_issignaling.
23523         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23524         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
23525         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
23526         declaration.
23527         * math/math.h [__USE_GNU] (issignaling): New macro.
23528         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
23529         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
23530         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
23531         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
23532         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
23533         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
23534         * manual/arith.texi (issignaling): New section.
23535         * manual/libm-err-tab.pl (@all_functions): Update comment.
23536         * math/gen-libm-test.pl (parse_args): Apply special handling for
23537         issignaling.
23538         * math/libm-test.inc (print_float, issignaling_test): New
23539         functions.
23540         (check_float_internal): Add issignaling checks.
23541         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
23542         default definition.
23543         * sysdeps/powerpc/math-tests.h: New file.
23544         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
23545         tests.
23546         * math/test-snan.c (TEST_FUNC): Likewise.
23547
23548 2013-03-30  David S. Miller  <davem@davemloft.net>
23549
23550         * po/de.po: Update from translation team.
23551
23552 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
23553
23554         [BZ #10357]
23555         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23556         imaginary part less than 1.0 and real part less than 0.5
23557         specially.
23558         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23559         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23560         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
23561         (cacos_test): Add more tests.
23562         (casin_test): Likewise.
23563         (casinh_test): Likewise.
23564         * sysdeps/i386/fpu/libm-test-ulps: Update.
23565         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23566
23567 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23568
23569         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
23570         ONE with its value.
23571
23572         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
23573         (__pow_mp): Replace ONE and MONE with their values.
23574         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23575         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
23576         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23577         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
23578         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23579         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23580
23581         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
23582
23583         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
23584         (__pow_mp): Replace ZERO and MZERO with their values.
23585         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23586         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23587         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23588         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23589         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23590         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
23591         (__sqr): Likewise.
23592
23593         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
23594
23595         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
23596
23597 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23598
23599         * include/stdlib.h [!SHARED] (__call_tls_dtors):
23600         Declare with __attribute__ ((weak)).
23601         * stdlib/exit.c (__libc_atexit) [!SHARED]:
23602         Call __call_tls_dtors only if it's not NULL.
23603
23604 2013-03-28  Roland McGrath  <roland@hack.frob.com>
23605
23606         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
23607         didn't do it already, then set _dl_phdr and _dl_phnum based on the
23608         magic __ehdr_start linker symbol if it's defined.
23609         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
23610         them up here if it was already done.
23611
23612         * elf/dl-support.c (_dl_phdr): Make pointer to const.
23613         (_dl_aux_init): Use const in cast when setting it.
23614         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
23615         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
23616         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
23617
23618         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
23619         Declare them here.
23620         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
23621         * csu/libc-tls.c: Nor here.
23622         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
23623
23624         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
23625         (__libc_message): Never call vsyslog.
23626
23627 2013-03-28  Alan Modra  <amodra@gmail.com>
23628
23629         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
23630         Define as empty.
23631         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
23632         Likewise.
23633
23634 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23635
23636         [BZ #15214]
23637         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
23638         underflow.
23639         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23640
23641 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23642
23643         [BZ #15304]
23644         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
23645         Don't add gid passed as argument.
23646
23647         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
23648
23649 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
23650
23651         [BZ #15307]
23652         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23653         imaginary part between 1.0 and 1.5 and real part less than 0.5
23654         specially.
23655         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23656         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23657         * math/libm-test.inc (cacos_test): Add more tests.
23658         (casin_test): Likewise.
23659         (casinh_test): Likewise.
23660         * sysdeps/i386/fpu/libm-test-ulps: Update.
23661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23662
23663 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23664
23665         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
23666         constants.
23667         (norm): Likewise.
23668         (denorm): Likewise.
23669         (__dbl_mp): Likewise.
23670         (add_magnitudes): Likewise.
23671         (sub_magnitudes): Likewise.
23672         (__add): Likewise.
23673         (__sub): Likewise.
23674         (__mul): Likewise.
23675         (__sqr): Likewise.
23676         (__inv): Likewise.
23677         (__dvd): Likewise.
23678
23679         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
23680         commented code.
23681         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
23682         (__dubcos): Likewise.
23683         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
23684         (__ieee754_acos): Likewise.
23685         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23686         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
23687         (__exp1): Likewise.
23688         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23689         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
23690         (log1): Likewise.
23691         (my_log2): Likewise.
23692         (checkint): Likewise.
23693         * sysdeps/ieee754/dbl-64/e_remainder.c
23694         (__ieee754_remainder): Likewise.
23695         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23696         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
23697         (bsloww): Likewise.
23698         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23699
23700         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23701         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
23702         MANTISSA_STORE_T to store computations on mantissa.  Use
23703         macros for rounding and division.
23704         (denorm): Likewise.
23705         (__dbl_mp): Likewise.
23706         (add_magnitudes): Likewise.
23707         (sub_magnitudes): Likewise.
23708         (__mul): Likewise.
23709         (__sqr): Likewise.
23710         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23711         powers of two in terms of TWOPOW macro.
23712         (mp_no): Make type of mantissa as MANTISSA_T.
23713         [!RADIXI]: Define RADIXI.
23714         [!TWO52]: Define TWO52.
23715         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23716
23717 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23718
23719         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
23720         llroundl symbol when building for PPC32.
23721
23722 2013-03-24  Mark H Weaver  <mhw@netris.org>
23723
23724         * manual/arith.texi (Normalization Functions): Fix prototypes for
23725         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
23726
23727 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23728
23729         [BZ #13889]
23730         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
23731         high value to check if expl overflow.
23732         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
23733         to check for underflow and overflow.
23734         * math/libm-test.inc: Add exp test.
23735
23736 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
23737
23738         [BZ #11120]
23739         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
23740         with NOT_IN_libc.
23741
23742 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23743
23744         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
23745         symbol.
23746
23747 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
23748
23749         * math/gen-libm-test.pl (parse_args, special_functions): Properly
23750         wrap blocks consisting of several statements.
23751
23752         * sysdeps/generic/math-tests.h: New file.
23753         * sysdeps/i386/fpu/math-tests.h: Likewise.
23754         * math/test-snan.c: Include it.
23755         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
23756
23757 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23758
23759         [BZ #15285]
23760         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
23761         (__ieee754_j0l): Do not improve calculations using cos of twice
23762         input for inputs above LDBL_MAX / 2.0L.
23763         (__ieee754_y0l): Likewise.
23764         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
23765         (__ieee754_j1l): Do not improve calculations using cos of twice
23766         input for inputs above LDBL_MAX / 2.0L.
23767         (__ieee754_y1l): Likewise.
23768         * math/libm-test.inc (j0_test): Add another test.
23769         (j1_test): Likewise.
23770         (y0_test): Likewise.
23771         (y1_test): Likewise.
23772         * sysdeps/i386/fpu/libm-test-ulps: Update.
23773
23774 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23775
23776         * Rules ($(objpfx)bench-%.c): Include code from a C source
23777         file.
23778
23779 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
23780
23781         [BZ #15287]
23782         * math/k_casinh.c (__kernel_casinh): Handle arguments with
23783         imaginary part 1.0 and real part less than 0.5 specially.
23784         * math/k_casinhf.c (__kernel_casinhf): Likewise.
23785         * math/k_casinhl.c (__kernel_casinhl): Likewise.
23786         * math/libm-test.inc (cacos_test): Add more tests.
23787         (casin_test): Likewise.
23788         (casinh_test): Likewise.
23789         * sysdeps/i386/fpu/libm-test-ulps: Update.
23790         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23791
23792 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23793
23794         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
23795         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
23796
23797 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
23798
23799         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
23800         * config.make.in (config-cflags-sse4): Remove variable.
23801         (config-cflags-avx): Likewise.
23802         (config-cflags-sse2avx): Likewise.
23803         (config-cflags-novzeroupper): Likewise.
23804         (config-asflags-i686): Likewise.
23805         (have-mfma4): Likewise.
23806         (have-as-vis3): Likewise.
23807         (MIG): Likewise.
23808         * configure.in (MIG): Do not AC_SUBST.
23809         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
23810         (libc_cv_cc_sse4): Do not AC_SUBST.
23811         (libc_cv_cc_avx): Likewise.
23812         (libc_cv_cc_sse2avx): Likewise.
23813         (libc_cv_cc_novzeroupper): Likewise.
23814         (libc_cv_cc_fma4): Likewise.
23815         (libc_cv_as_i686): Likewise.
23816         (libc_cv_sparc_as_vis3): Likewise.
23817         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23818         LIBC_CONFIG_VAR.
23819         (config-asflags-i686): Likewise.
23820         (config-cflags-avx): Likewise.
23821         (config-cflags-sse2avx): Likewise.
23822         (have-mfma4): Likewise.
23823         (config-cflags-novzeroupper): Likewise.
23824         * sysdeps/mach/configure.in (MIG): Likewise.
23825         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23826         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23827         LIBC_CONFIG_VAR.
23828         (config-cflags-avx): Likewise.
23829         (config-cflags-sse2avx): Likewise.
23830         (have-mfma4): Likewise.
23831         (config-cflags-novzeroupper): Likewise.
23832         * configure: Regenerated.
23833         * sysdeps/i386/configure: Likewise.
23834         * sysdeps/mach/configure: Likewise.
23835         * sysdeps/sparc/configure: Likewise.
23836         * sysdeps/x86_64/configure: Likewise.
23837
23838 2013-03-20  Roland McGrath  <roland@hack.frob.com>
23839
23840         [BZ #14812]
23841         * locale/programs/localedef.c (options): Put N_ translation marker
23842         on argument names, not just descriptions.
23843
23844 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23845
23846         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23847
23848 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
23849
23850         [BZ #14176]
23851         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23852
23853 2013-03-19  Roland McGrath  <roland@hack.frob.com>
23854
23855         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23856         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23857         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23858         [!BEFORE_ABORT] (before_abort): New function.
23859         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23860         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23861         (writev_for_fatal): New function.
23862         (WRITEV_FOR_FATAL): New macro; call that.
23863         (backtrace_and_maps): New function.
23864         (BEFORE_ABORT): New macro; call that.
23865         (struct str_list): Type removed.
23866         (__libc_message, __libc_fatal): Functions removed.
23867         Include <sysdeps/posix/libc_fatal.c> instead.
23868
23869 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
23870
23871         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23872         constants.
23873         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23874         double constants.
23875
23876 2013-03-19  Andreas Schwab  <schwab@suse.de>
23877
23878         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23879         * sysdeps/gnu/configure: Regenerate.
23880
23881         * configure.in: Substitute libc_cv_rtlddir.
23882         * configure: Regenerate.
23883         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23884         * Makeconfig (rtlddir, inst_rtlddir): New variables.
23885         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23886         * elf/Makefile (install-others, CFLAGS-interp.c)
23887         (ldso_install, common-ldd-rewrite): Likewise.
23888         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23889         $(inst_slibdir)/$(rtld-installed-name).
23890         * scripts/rellns-sh: Add -p option.
23891         * Makerules (make-shlib-link): Use rellns-sh to get relative name
23892         for source.
23893
23894 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23895
23896         * manual/nptl.texi: Renamed to ...
23897         * manual/threads.texi: ... this.
23898         * manual/Makefile (chapters): Update.
23899
23900 2013-03-18  Roland McGrath  <roland@hack.frob.com>
23901
23902         [BZ #14812]
23903         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23904         on argument names, not just descriptions.
23905         * malloc/memusagestat.c (options): Likewise.
23906         * nss/getent.c (options): Likewise.
23907
23908 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
23909
23910         [BZ #14812]
23911         * iconv/iconv_prog.c (options): Put N_ translation marker
23912         on argument names, not just descriptions.
23913         * iconv/iconvconfig.c (options): Likewise.
23914
23915 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
23916
23917         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23918         implementation which is faster on all x86_64 architectures.
23919         Tested on AMD, Intel Nehalem, SNB, IVB.
23920         * sysdeps/x86_64/strnlen.S: Likewise.
23921
23922         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23923         Remove all multiarch strlen and strnlen versions.
23924         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23925         Remove strlen and strnlen related parts.
23926
23927         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23928         Inline strlen part.
23929         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23930
23931         * sysdeps/x86_64/multiarch/strlen.S: Remove.
23932         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23933         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23934         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23935         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23936         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23937
23938 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
23939
23940         * manual/memory.texi (Malloc Tunable Parameters):
23941         Sort parameters alphabetically. Add comments for missing entries.
23942
23943 2013-03-17  David S. Miller  <davem@davemloft.net>
23944
23945         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23946
23947 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
23948
23949         [BZ #15283]
23950         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23951         for arguments at most half maximum finite value.
23952         * math/libm-test.inc (j0_test): Add more tests.
23953         (j1_test): Likewise.
23954         (y0_test): Likewise.
23955         (y1_test): Likewise.
23956         * sysdeps/i386/fpu/libm-test-ulps: Update.
23957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23958
23959         [BZ #14155]
23960         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23961         1 / x and functions P and Q for arguments above 0x1p256L.
23962         (__ieee754_y0l): Likewise.
23963         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23964         (__ieee754_y1l): Likewise.
23965         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23966         (j1_test): Likewise.
23967         (y0_test): Likewise.
23968         (y1_test): Likewise.
23969
23970 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
23971
23972         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23973         variable.
23974
23975 2013-03-15  Roland McGrath  <roland@hack.frob.com>
23976
23977         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23978         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23979         zero since it's initialized to EXEC_PAGESIZE.
23980
23981         * sysdeps/unix/sysv/linux/ldsodefs.h
23982         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23983         * sysdeps/generic/ldsodefs.h: ... here.
23984
23985 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
23986
23987         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23988
23989         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23990         math/test-snan.c.
23991         * math/test-snan.c: Renamed from
23992         sysdeps/powerpc/fpu/test-powerpc-snan.c.
23993         * math/Makefile (tests): Add test-snan.
23994         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
23995         test-powerpc-snan.
23996
23997         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
23998         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
23999         functions.
24000         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
24001         __builtin_nan family of functions.
24002         * math/libm-test.inc (initialize): Initialize qnan_value with
24003         __builtin_nan family of functions.
24004         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
24005         Remove variables.
24006         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
24007         Remove functions.
24008         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
24009         storage class.  Initialize qNaN_var and sNaN_var with
24010         __builtin_nan and __builtin_nans families of functions,
24011         respectively.
24012
24013         * math/libm-test.inc (acosh_test): Also test with qNaN input.
24014         (sqrt_test): Remove duplicate test with qNaN input.
24015         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
24016         (round_test, signbit_test, significand_test): Note missing +/-Inf
24017         as well as qNaN tests.
24018
24019         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
24020         qNaN_var.  Fix a few strings, too.
24021         * math/libm-test.inc (nan_value): Rename to qnan_value.
24022         * math/gen-libm-test.pl (%beautify): Adjust to that.
24023         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
24024         * math/test-misc.c (main): Likewise.
24025         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
24026         to __qnan_bytes, and __qnan_union, respectively.
24027         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
24028         Likewise.
24029         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
24030         and lqnanval, respectively.
24031         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
24032         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
24033         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
24034         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
24035
24036         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
24037         * math/test-misc.c (main) [__x86_64__]: Enable test for long
24038         doubles.
24039
24040         * math/test-misc.c (main): Fix copy'n'pastos.
24041         * misc/tst-efgcvt.c (special): Likewise.
24042
24043         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
24044         Remove declarations.
24045
24046 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24047
24048         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
24049         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
24050         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
24051         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
24052
24053 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24054
24055         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
24056         macro to return vdso values correctly in IFUNC implementations.
24057         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
24058         Optimization by using IFUNC.
24059
24060 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24061             Richard Henderson  <rth@redhat.com>
24062             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
24063
24064         * Makefile.in (bench): New target.
24065         * NEWS: Mention the benchmark framework.
24066         * Rules (bench): Likewise.
24067         (binaries-bench): Generate binaries for functions to
24068         benchmark.
24069         * benchtests/Makefile: New makefile for benchmark tests.
24070         * benchtests/bench-skeleton.c: New skeleton file for benchmark
24071         programs.
24072         * benchtests/exp-inputs: New input file for EXP function.
24073         * benchtests/pow-inputs: New input file for POW function.
24074         * scripts/bench.pl: New script to generate source files for
24075         benchmark programs.
24076
24077 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24078
24079         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24080         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
24081         computations on mantissa.  Use macros for rounding and
24082         division.
24083         (denorm): Likewise.
24084         (__dbl_mp): Likewise.
24085         (add_magnitudes): Likewise.
24086         (sub_magnitudes): Likewise.
24087         (__mul): Likewise.
24088         (__sqr): Likewise.
24089         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
24090         powers of two in terms of TWOPOW macro.
24091         (mp_no): Make type of mantissa as MANTISSA_T.
24092         [!RADIXI]: Define RADIXI.
24093         [!TWO52]: Define TWO52.
24094         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24095
24096         * manual/nptl.texi (cindex): Modify threads to pthreads.
24097
24098 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
24099
24100         * sysdeps/x86_64/preconfigure: Regenerated.
24101
24102 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
24103
24104         [BZ #14155]
24105         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24106         0x1p28 and above.
24107         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24108         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24109         0x1p28 and above.
24110         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24111         * math/libm-test.inc (j0_test): Do not allow one spurious
24112         underflow exception.
24113         (y1_test): Likewise.
24114
24115 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24116
24117         * manual/Makefile (chapters): Add nptl.
24118         * manual/debug.texi (Debugging Support): Add link to Threads
24119         chapter.
24120         * manual/nptl.texi: New file.
24121
24122         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24123
24124 2013-03-14  Petr Baudis  <pasky@ucw.cz>
24125
24126         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
24127         for non-NULL pointer before the memory validity test. Pointed
24128         out by Holger Brunck <holger.brunck@keymile.com>.
24129
24130 2013-03-13  Andreas Schwab  <schwab@suse.de>
24131
24132         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24133         instead of .os.
24134
24135 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
24136
24137         * timezone/zic.c: Update from tzcode 2013b.
24138
24139 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
24140
24141         * manual/install.texi (Configuring and compiling):
24142         Mention i686 and i586.
24143         * INSTALL: Regenerate.
24144
24145 2013-03-12  Roland McGrath  <roland@hack.frob.com>
24146
24147         * sysdeps/init_array/elf-init.c: New file.
24148         * csu/elf-init.c
24149         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24150         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24151
24152         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24153         __gmon_start__ as global, but as static with a .preinit_array pointer.
24154         * sysdeps/init_array/gmon-start.c: New file.  Use that.
24155         * sysdeps/init_array/crti.S: New file, empty except for comments.
24156         * sysdeps/init_array/crtn.S: Likewise.
24157
24158 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
24159
24160         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24161         definining bcopy.
24162         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24163         Remove Prefer_SSE_for_memop.
24164         * sysdeps/x86_64/multiarch/init-arch.h: Remove
24165         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24166         HAS_PREFER_SSE_FOR_MEMOP.
24167         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24168         memset-x86-64.
24169         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24170         Remove bzero, memset ifunc support.
24171         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24172         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24173         * sysdeps/x86_64/multiarch/memset.S: Likewise.
24174         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24175
24176 2013-03-11  Andreas Schwab  <schwab@suse.de>
24177
24178         [BZ #15234]
24179         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24180         by SHLIB_COMPAT.
24181         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24182         (GLIBC_2.16): Remove pthread_atfork.
24183
24184 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
24185
24186         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24187         (ptestcases.h): Likewise.
24188
24189 2013-03-08  Roland McGrath  <roland@hack.frob.com>
24190
24191         * Makeconfig ($(common-objpfx)config.status): Depend on
24192         sysdeps/*/preconfigure{,.in} too.
24193
24194 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
24195
24196         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24197         (__free_hook): Use void * instead of __malloc_ptr_t.
24198         (__malloc_hook): Likewise.
24199         (__realloc_hook): Likewise.
24200         (__memalign_hook): Likewise.
24201         (__after_morecore_hook): Likewise.
24202         * malloc/arena.c (save_malloc_hook): Likewise.
24203         (save_free_hook): Likewise.
24204         * malloc/hooks.c (malloc_hook_ini): Likewise.
24205         (realloc_hook_ini): Likewise.
24206         (memalign_hook_ini): Likewise.
24207         * malloc/malloc.c (malloc_hook_ini): Likewise.
24208         (realloc_hook_ini): Likewise.
24209         (memalign_hook_ini): Likewise.
24210         (__free_hook): Likewise.
24211         (__malloc_hook): Likewise.
24212         (__realloc_hook): Likewise.
24213         (__memalign_hook): Likewise.
24214         (__libc_malloc): Likewise.
24215         (__libc_free): Likewise.
24216         (__libc_realloc): Likewise.
24217         (__libc_memalign): Likewise.
24218         (__libc_valloc): Likewise.
24219         (__libc_pvalloc): Likewise.
24220         (__libc_calloc): Likewise.
24221         (__posix_memalign): Likewise.
24222         * malloc/morecore.c (__sbrk): Likewise.
24223         (__default_morecore): Likewise.
24224
24225         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24226
24227         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24228         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24229         __malloc_ptrdiff_t.
24230
24231         * malloc/malloc.h (__malloc_size_t): Remove macro.
24232         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24233         __malloc_size_t.
24234         (old_memalign_hook): Likewise.
24235         (old_realloc_hook): Likewise.
24236         (struct hdr): Likewise.
24237         (flood): Likewise.
24238         (mallochook): Likewise.
24239         (memalignhook): Likewise.
24240         (reallochook): Likewise.
24241         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24242         (tr_old_realloc_hook): Likewise.
24243         (tr_old_memalign_hook): Likewise.
24244         (tr_mallochook): Likewise.
24245         (tr_reallochook): Likewise.
24246         (tr_memalignhook): Likewise.
24247
24248 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24249
24250         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24251         default_ldbl_pack and using as default implementation.
24252         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24253         implementation.
24254         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24255         redundant definition.
24256         (ldbl_insert_mantissa): Likewise.
24257         (ldbl_canonicalize): Likewise.
24258         (ldbl_nearbyint): Likewise.
24259         (ldbl_pack): Rename to ldbl_pack_ppc.
24260         (ldbl_unpack): Rename to ldbl_unpack_ppc.
24261         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24262         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24263
24264 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24265
24266         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24267         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24268         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24269         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24270         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24271         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24272         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24273         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24274
24275 2013-03-07  Andreas Jaeger  <aj@suse.de>
24276
24277         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24278         bits/mman-linux.h.
24279
24280 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24281
24282         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24283         Include mpa.h and declare __MPEXP.
24284         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24285         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24286         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24287         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24288         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24289         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24290         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24291
24292         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24293         (__slowpow): Use long double EXPL and LOGL functions to
24294         compute POW.
24295         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24296         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24297         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24298         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24299         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24300         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24301
24302         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24303         intermediate variable to calculate exponent.
24304         (__sqr): Likewise.
24305         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24306         Likewise.
24307         (__sqr): Likewise.
24308
24309         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24310         [!NO__SQR]: Define __sqr.
24311         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24312         and NO__SQR.  Remove all code except __mul and __sqr.  Include
24313         sysdeps/ieee754/dbl-64/mpa.c.
24314         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24315
24316         [BZ #12723]
24317         * posix/Makefile (tests): Add tst-pathconf.
24318         * posix/tst-pathconf.c: New test case.
24319         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24320         _PC_PIPE_BUF.
24321         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24322
24323 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
24324
24325         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24326
24327 2013-03-06  Andreas Jaeger  <aj@suse.de>
24328
24329         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24330         definition via __MAP_ANONYMOUS.
24331
24332         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24333         it's not part of Linux headers.
24334
24335         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24336         (MAP_HUGE_MASK): Define.
24337
24338         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24339         Define.
24340         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24341         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24342         Define.
24343         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24344         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24345         Define.
24346         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24347         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24348         Define.
24349         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24350
24351         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24352         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24353         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24354         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24355         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24356         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24357
24358         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24359         Handle f2fs.
24360
24361         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24362         Handle f2fs and efivarfs.
24363
24364         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24365         f2fs.
24366
24367         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24368         (EFIVARFS_MAGIC): Add.
24369         (F2FS_LINK_MAX): Add.
24370
24371 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
24372
24373         * stdio-common/vfprintf.c: Replace __builtin_expect with
24374         __glibc_unlikely.
24375
24376 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
24377
24378         [BZ #13550]
24379         * sysdeps/generic/bp-sym.h: Remove file.
24380         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24381         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24382         <bp-sym.h> and <bp-asm.h>.
24383         (__longjmp): Don't use BP_SYM.
24384         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24385         and <bp-asm.h>.
24386         (memcpy): Don't use BP_SYM.
24387         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24388         <bp-sym.h> and <bp-asm.h>.
24389         (memcpy): Don't use BP_SYM.
24390         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24391         <bp-asm.h>.
24392         (memcpy): Don't use BP_SYM.
24393         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24394         <bp-asm.h>.
24395         (memset): Don't use BP_SYM.
24396         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24397         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24398         (__bzero): Don't use BP_SYM.
24399         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24400         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24401         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24402         <bp-sym.h> and <bp-asm.h>.
24403         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24404         pointers.
24405         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24406         <bp-sym.h> and <bp-asm.h>.
24407         (memcpy): Don't use BP_SYM.
24408         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24409         <bp-sym.h> and <bp-asm.h>.
24410         (memset): Don't use BP_SYM.
24411         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24412         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24413         (__bzero): Don't use BP_SYM.
24414         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24415         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24416         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24417         <bp-sym.h> and <bp-asm.h>.
24418         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24419         pointers.
24420         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24421         <bp-sym.h> and <bp-asm.h>.
24422         (memcpy): Don't use BP_SYM.
24423         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24424         <bp-sym.h> and <bp-asm.h>.
24425         (memset): Don't use BP_SYM.
24426         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24427         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24428         (__bzero): Don't use BP_SYM.
24429         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24430         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24431         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24432         <bp-sym.h> and <bp-asm.h>.
24433         (__memchr): Don't use BP_SYM.
24434         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24435         <bp-sym.h> and <bp-asm.h>.
24436         (memcmp): Don't use BP_SYM.  Remove comment about bounded
24437         pointers.
24438         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24439         <bp-sym.h> and <bp-asm.h>.
24440         (memcpy): Don't use BP_SYM.
24441         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24442         <bp-sym.h> and <bp-asm.h>.
24443         (__mempcpy): Don't use BP_SYM.
24444         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24445         <bp-sym.h> and <bp-asm.h>.
24446         (__memrchr): Don't use BP_SYM.
24447         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24448         <bp-sym.h> and <bp-asm.h>.
24449         (memset): Don't use BP_SYM.
24450         (__bzero): Likewise.
24451         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24452         <bp-sym.h> and <bp-asm.h>.
24453         (__rawmemchr): Don't use BP_SYM.
24454         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24455         <bp-sym.h> and <bp-asm.h>.
24456         (__STRCMP): Don't use BP_SYM.
24457         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24458         <bp-sym.h> and <bp-asm.h>.
24459         (strchr): Don't use BP_SYM.
24460         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24461         <bp-sym.h> and <bp-asm.h>.
24462         (__strchrnul): Don't use BP_SYM.
24463         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24464         <bp-sym.h> and <bp-asm.h>.
24465         (strlen): Don't use BP_SYM.
24466         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24467         <bp-sym.h> and <bp-asm.h>.
24468         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24469         pointers.
24470         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24471         <bp-sym.h> and <bp-asm.h>.
24472         (__strnlen): Don't use BP_SYM.
24473         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24474         <bp-sym.h> and <bp-asm.h>.
24475         (__GI__setjmp): Don't use BP_SYM.
24476         (_setjmp): Likewise.
24477         (__sigsetjmp): Likewise.
24478         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24479         (L(start_addresses)): Don't use BP_SYM.
24480         (_start): Likewise.
24481         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24482         <bp-asm.h>.
24483         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24484         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24485         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24486         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24487         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24488         <bp-asm.h>.
24489         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24490         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
24491         about bounded pointers.
24492         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24493         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24494         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24495         <bp-asm.h>.
24496         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24497         about bounded pointers.  Remove GKM FIXME comments.
24498         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24499         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24500         <bp-asm.h>.
24501         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24502         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
24503         Remove GKM FIXME comments.
24504         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24505         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24506         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24507         <bp-asm.h>.
24508         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
24509         about bounded pointers.  Remove GKM FIXME comment.
24510         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24511         and <bp-asm.h>.
24512         (strncmp): Don't use BP_SYM.  Remove comment about bounded
24513         pointers.
24514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24515         <bp-sym.h> and <bp-asm.h>.
24516         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24518         <bp-sym.h> and <bp-asm.h>.
24519         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24520         comment.
24521
24522 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
24523
24524         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24525         call free(NULL).
24526
24527 2013-03-05  David S. Miller  <davem@davemloft.net>
24528
24529         * po/es.po: Update from translation team.
24530
24531 2013-03-05  Andreas Jaeger  <aj@suse.de>
24532
24533         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
24534         <bits/mman-linux.h>.
24535         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24536         is fine.
24537         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
24538         <bits/mman-linux.h> to end of file.
24539         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24540         is fine.
24541         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
24542         <bits/mman-linux.h> to end of file.
24543         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24544         is fine.
24545         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
24546         <bits/mman-linux.h> to end of file.
24547
24548         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
24549         (MCL_CURRENT, MCL_FUTURE): Define here.
24550
24551 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24552
24553         [BZ #15232]
24554         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
24555         attribute_hidden.
24556         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
24557
24558 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24559
24560         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
24561         fourth parameter needed for rt_sigprocmask syscall.
24562         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
24563         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24564         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
24565         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24566         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24567         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
24568
24569 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
24570
24571         [BZ #13550]
24572         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
24573         comment about bounded pointers.
24574         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
24575         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
24576
24577 2013-03-04  Andreas Jaeger  <aj@suse.de>
24578
24579         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
24580         common definitions.
24581
24582         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
24583         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
24584         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
24585         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24586         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
24587         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24588
24589 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24590
24591         [BZ #15055]
24592         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
24593         __ieee754_sqrl instead of __sqrl.
24594
24595 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
24596
24597         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
24598         * sysdeps/powerpc/fpu_control.h: ... here.
24599         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
24600         * sysdeps/powerpc/bits/fenvinline.h: ... here.
24601         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
24602         * sysdeps/powerpc/bits/mathinline.h: ... here.
24603
24604 2013-03-01  Roland McGrath  <roland@hack.frob.com>
24605
24606         * elf/dl-hwcaps.c (_dl_important_hwcaps):
24607         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
24608         to just [NEED_DL_SYSINFO_DSO].
24609         * elf/dl-support.c: Likewise.
24610         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
24611         * elf/rtld.c (dl_main): Likewise.
24612         * elf/setup-vdso.h (setup_vdso): Likewise.
24613         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
24614         * sysdeps/unix/sysv/linux/dl-sysdep.c
24615         (_dl_discover_osversion): Likewise.
24616
24617 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
24618
24619         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
24620         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24621
24622 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
24623
24624         * NEWS: Mention libm performance improvements and non-x86 PI
24625         futex support.
24626
24627         * csu/libc-start.c (__pthread_initialize_minimal): Change
24628         function arguments.
24629         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24630
24631 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
24632
24633         [BZ #13550]
24634         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
24635         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
24636         <bp-sym.h> and <bp-asm.h>.
24637         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24638         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
24639         and <bp-asm.h>.
24640         (memcpy): Don't use BP_SYM.
24641         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
24642         <bp-asm.h>.
24643         (__mpn_add_n): Don't use BP_SYM.
24644         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
24645         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
24646         and <bp-asm.h>.
24647         (__mpn_addmul_1): Don't use BP_SYM.
24648         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24649         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
24650         <bp-sym.h>.
24651         (_setjmp): Don't use BP_SYM.
24652         (__novmx_setjmp): Likewise.
24653         (__GI__setjmp): Likewise.
24654         (__vmx_setjmp): Likewise.
24655         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
24656         <bp-sym.h>.
24657         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
24658         (__bzero): Don't use BP_SYM.
24659         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24660         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24661         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
24662         <bp-sym.h> and <bp-asm.h>.
24663         (memcpy): Don't use BP_SYM.
24664         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
24665         <bp-sym.h> and <bp-asm.h>.
24666         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24667         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
24668         <bp-sym.h> and <bp-asm.h>.
24669         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24670         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
24671         <bp-asm.h>.
24672         (__mpn_lshift): Don't use BP_SYM.
24673         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24674         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
24675         <bp-asm.h>.
24676         (memset): Don't use BP_SYM.
24677         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24678         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24679         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
24680         <bp-asm.h>.
24681         (__mpn_mul_1): Don't use BP_SYM.
24682         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24683         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
24684         <bp-sym.h> and <bp-asm.h>.
24685         (memcmp): Don't use BP_SYM.
24686         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
24687         <bp-sym.h> and <bp-asm.h>.
24688         (memcpy): Don't use BP_SYM.
24689         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
24690         <bp-sym.h> and <bp-asm.h>.
24691         (memset): Don't use BP_SYM.
24692         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
24693         <bp-sym.h> and <bp-asm.h>.
24694         (strncmp): Don't use BP_SYM.
24695         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
24696         <bp-sym.h> and <bp-asm.h>.
24697         (memcpy): Don't use BP_SYM.
24698         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
24699         <bp-sym.h> and <bp-asm.h>.
24700         (memset): Don't use BP_SYM.
24701         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
24702         <bp-sym.h> and <bp-asm.h>.
24703         (__memchr): Don't use BP_SYM.
24704         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
24705         <bp-sym.h> and <bp-asm.h>.
24706         (memcmp): Don't use BP_SYM.
24707         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
24708         <bp-sym.h> and <bp-asm.h>.
24709         (memcpy): Don't use BP_SYM.
24710         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
24711         <bp-sym.h> and <bp-asm.h>.
24712         (__mempcpy): Don't use BP_SYM.
24713         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
24714         <bp-sym.h> and <bp-asm.h>.
24715         (__memrchr): Don't use BP_SYM.
24716         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
24717         <bp-sym.h> and <bp-asm.h>.
24718         (memset): Don't use BP_SYM.
24719         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
24720         <bp-sym.h> and <bp-asm.h>.
24721         (__rawmemchr): Don't use BP_SYM.
24722         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
24723         <bp-sym.h> and <bp-asm.h>.
24724         (__STRCMP): Don't use BP_SYM.
24725         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
24726         <bp-sym.h> and <bp-asm.h>.
24727         (strchr): Don't use BP_SYM.
24728         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
24729         <bp-sym.h> and <bp-asm.h>.
24730         (__strchrnul): Don't use BP_SYM.
24731         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
24732         <bp-sym.h> and <bp-asm.h>.
24733         (strlen): Don't use BP_SYM.
24734         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
24735         <bp-sym.h> and <bp-asm.h>.
24736         (strncmp): Don't use BP_SYM.
24737         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
24738         <bp-sym.h> and <bp-asm.h>.
24739         (__strnlen): Don't use BP_SYM.
24740         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
24741         <bp-asm.h>.
24742         (__mpn_rshift): Don't use BP_SYM.
24743         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24744         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
24745         <bp-sym.h> and <bp-asm.h>.
24746         (__sigsetjmp): Don't use BP_SYM.
24747         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
24748         (L(start_addresses)): Don't use BP_SYM.
24749         (_start): Likewise.
24750         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
24751         <bp-asm.h>.
24752         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
24753         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24754         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24755         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
24756         <bp-asm.h>.
24757         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
24758         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24759         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24760         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
24761         <bp-asm.h>.
24762         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24763         comments.
24764         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24765         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
24766         <bp-asm.h>.
24767         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
24768         FIXME comments.
24769         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24770         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24771         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24772         <bp-asm.h>.
24773         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
24774         comment.
24775         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24776         and <bp-asm.h>.
24777         (strncmp): Don't use BP_SYM,
24778         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
24779         <bp-asm.h>.
24780         (__mpn_sub_n): Don't use BP_SYM.
24781         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24782         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
24783         and <bp-asm.h>.
24784         (__mpn_submul_1): Don't use BP_SYM.
24785         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
24787         <bp-sym.h> and <bp-asm.h>.
24788         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
24790         <bp-sym.h> and <bp-asm.h>.
24791         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
24792         comment.
24793
24794 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
24795
24796         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
24797         Use ZK to minimize writes to Z.
24798         (sub_magnitudes): Simplify code a bit.
24799         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
24800         Use ZK to minimize writes to Z.
24801         (sub_magnitudes): Simplify code a bit.
24802
24803 2013-02-27  Roland McGrath  <roland@hack.frob.com>
24804
24805         * csu/gmon-start.c: Add special exception to license text.
24806
24807 2013-02-27  Richard Henderson  <rth@redhat.com>
24808
24809         * scripts/config.guess: Update from config.git.
24810         * scripts/config.sub: Likewise.
24811
24812 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
24813
24814         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
24815
24816         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24817
24818         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24819
24820         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24821
24822         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24823
24824 2013-02-26  Roland McGrath  <roland@hack.frob.com>
24825
24826         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24827         [$(build-shared = yes].
24828
24829 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24830
24831         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24832         (__mul): Reduce iterations for calculating mantissa.
24833
24834         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24835         MPTWO.
24836         (__mpranred): Likewise.
24837
24838         [BZ #15160]
24839         * malloc/memusagestat.c (main): Draw graphs for heap and stack
24840         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24841
24842 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
24843
24844         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24845         Define __attribute__.
24846
24847 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
24848
24849         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24850         unused.
24851         * posix/regex_internal.h (__attribute): Remove.
24852         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24853         (re_string_context_at): Likewise.
24854         (bitset_not): Use __attribute__ and mark function as possibly
24855         unused.
24856         (bitset_merge): Likewise.
24857         (bitset_mask): Likewise.
24858         (re_string_char_size_at): Likewise.
24859         (re_string_wchar_at): Likewise.
24860         (re_string_elem_size_at): Likewise.
24861
24862 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
24863
24864         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24865         code.
24866         (cc32): Likewise.
24867
24868         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24869         (__acr): Likewise.
24870         (__cpy): Likewise.
24871         (norm): Likewise.
24872         (denorm): Likewise.
24873         (__dbl_mp): Likewise.
24874         (add_magnitudes): Likewise.
24875         (sub_magnitudes): Likewise.
24876         (__mul): Likewise.
24877         (__inv): Likewise.
24878
24879         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24880         style.
24881
24882         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24883         style.
24884
24885         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24886         code.
24887
24888         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24889         up changes with default code.
24890         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24891         Likewise.
24892
24893 2013-02-24  Allan McRae  <allan@archlinux.org>
24894
24895         * manual/socket.texi (The Internet Namespace): Order menu items
24896         to match that in the file.
24897
24898         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24899         node listing of the info page menu.
24900
24901 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
24902
24903         [BZ #13550]
24904         * sysdeps/i386/bp-asm.h: Remove file.
24905         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24906         (PARMS): Do not use macros from bp-asm.h.
24907         (S1): Likewise.
24908         (S2): Likewise.
24909         (SIZE): Likewise.
24910         (__mpn_add_n): Do not use BP_SYM
24911         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24912         "bp-asm.h".
24913         (PARMS): Do not use macros from bp-asm.h.
24914         (S1): Likewise.
24915         (SIZE): Likewise.
24916         (__mpn_addmul_1): Do not use BP_SYM
24917         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24918         "bp-asm.h".
24919         (PARMS): Do not use macros from bp-asm.h.
24920         (SIGMSK): Likewise.
24921         (_setjmp): Likewise.  Do not use BP_SYM.
24922         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24923         "bp-asm.h".
24924         (PARMS): Do not use macros from bp-asm.h.
24925         (SIGMSK): Likewise.
24926         (setjmp): Likewise.  Do not use BP_SYM.
24927         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24928         "bp-asm.h".
24929         (PARMS): Do not use macros from bp-asm.h.
24930         (__frexp): Do not use BP_SYM.
24931         (frexp): Likewise.
24932         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24933         "bp-asm.h".
24934         (PARMS): Do not use macros from bp-asm.h.
24935         (__frexpf): Do not use BP_SYM.
24936         (frexpf): Likewise.
24937         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24938         "bp-asm.h".
24939         (PARMS): Do not use macros from bp-asm.h.
24940         (__frexpl): Do not use BP_SYM.
24941         (frexpl): Likewise.
24942         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24943         "bp-asm.h".
24944         (PARMS): Do not use macros from bp-asm.h.
24945         (__remquo): Do not use BP_SYM.
24946         (remquo): Likewise.
24947         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24948         "bp-asm.h".
24949         (PARMS): Do not use macros from bp-asm.h.
24950         (__remquof): Do not use BP_SYM.
24951         (remquof): Likewise.
24952         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24953         "bp-asm.h".
24954         (PARMS): Do not use macros from bp-asm.h.
24955         (__remquol): Do not use BP_SYM.
24956         (remquol): Likewise.
24957         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24958         "bp-asm.h".
24959         (PARMS): Do not use macros from bp-asm.h.
24960         (DEST): Likewise.
24961         (SRC): Likewise.
24962         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
24963         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24964         "bp-asm.h".
24965         (PARMS): Do not use macros from bp-asm.h.
24966         (strlen): Do not use BP_SYM.
24967         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24968         "bp-asm.h".
24969         (PARMS): Do not use macros from bp-asm.h.
24970         (S1): Likewise.
24971         (S2): Likewise.
24972         (SIZE): Likewise.
24973         (__mpn_add_n): Do not use BP_SYM.
24974         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24975         "bp-asm.h".
24976         (PARMS): Do not use macros from bp-asm.h.
24977         (S1): Likewise.
24978         (SIZE): Likewise.
24979         (__mpn_addmul_1): Do not use BP_SYM.
24980         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24981         weak_alias.
24982         (bzero): Likewise.
24983         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24984         "bp-asm.h".
24985         (PARMS): Do not use macros from bp-asm.h.
24986         (S): Likewise.
24987         (SIZE): Likewise.
24988         (__mpn_lshift): Do not use BP_SYM.
24989         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24990         "bp-asm.h".
24991         (PARMS): Do not use macros from bp-asm.h.
24992         (DEST): Likewise.
24993         (SRC): Likewise.
24994         (LEN): Likewise.
24995         (memcpy): Likewise.  Do not use BP_SYM.
24996         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
24997         libc_hidden_def and weak_alias.
24998         (mempcpy): Do not use BP_SYM in weak_alias.
24999         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
25000         "bp-asm.h".
25001         (PARMS): Do not use macros from bp-asm.h.
25002         (DEST): Likewise.
25003         (LEN): Likewise.
25004         [!BZERO_P] (CHR): Likewise.
25005         (memset): Likewise.  Do not use BP_SYM.
25006         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
25007         "bp-asm.h".
25008         (PARMS): Do not use macros from bp-asm.h.
25009         (S1): Likewise.
25010         (SIZE): Likewise.
25011         (__mpn_mul_1): Do not use BP_SYM.
25012         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
25013         "bp-asm.h".
25014         (PARMS): Do not use macros from bp-asm.h.
25015         (S): Likewise.
25016         (SIZE): Likewise.
25017         (__mpn_rshift): Do not use BP_SYM.
25018         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
25019         "bp-asm.h".
25020         (PARMS): Do not use macros from bp-asm.h.
25021         (STR): Likewise.
25022         (CHR): Likewise.
25023         (strchr): Likewise.  Do not use BP_SYM.
25024         (index): Do not use BP_SYM in weak_alias.
25025         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
25026         "bp-asm.h".
25027         (PARMS): Do not use macros from bp-asm.h.
25028         (DEST): Likewise.
25029         (SRC): Likewise.
25030         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
25031         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
25032         "bp-asm.h".
25033         (PARMS): Do not use macros from bp-asm.h.
25034         (strlen): Do not use BP_SYM.
25035         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
25036         "bp-asm.h".
25037         (PARMS): Do not use macros from bp-asm.h.
25038         (S1): Likewise.
25039         (S2): Likewise.
25040         (SIZE): Likewise.
25041         (__mpn_sub_n): Do not use BP_SYM.
25042         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
25043         "bp-asm.h".
25044         (PARMS): Do not use macros from bp-asm.h.
25045         (S1): Likewise.
25046         (SIZE): Likewise.
25047         (__mpn_submul_1): Do not use BP_SYM.
25048         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
25049         "bp-asm.h".
25050         (PARMS): Do not use macros from bp-asm.h.
25051         (S1): Likewise.
25052         (S2): Likewise.
25053         (SIZE): Likewise.
25054         (__mpn_add_n): Do not use BP_SYM.
25055         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
25056         weak_alias.
25057         (bzero): Likewise.
25058         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
25059         "bp-asm.h".
25060         (PARMS): Do not use macros from bp-asm.h.
25061         (BLK2): Likewise.
25062         (LEN): Likewise.
25063         (memcmp): Do not use BP_SYM.
25064         (bcmp): Do not use BP_SYM in weak_alias.
25065         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
25066         "bp-asm.h".
25067         (PARMS): Do not use macros from bp-asm.h.
25068         (DEST): Likewise.
25069         (SRC): Likewise.
25070         (LEN): Likewise.
25071         (memcpy): Likewise.  Do not use BP_SYM.
25072         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
25073         "bp-asm.h".
25074         (PARMS): Do not use macros from bp-asm.h.
25075         (DEST): Likewise.
25076         (SRC): Likewise.
25077         (LEN): Likewise.
25078         (memmove): Likewise.  Do not use BP_SYM.
25079         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
25080         "bp-asm.h".
25081         (PARMS): Do not use macros from bp-asm.h.
25082         (DEST): Likewise.
25083         (SRC): Likewise.
25084         (LEN): Likewise.
25085         (__mempcpy): Likewise.  Do not use BP_SYM.
25086         (mempcpy): Do not use BP_SYM in weak_alias.
25087         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
25088         "bp-asm.h".
25089         (PARMS): Do not use macros from bp-asm.h.
25090         (DEST): Likewise.
25091         (LEN): Likewise.
25092         [!BZERO_P] (CHR): Likewise.
25093         (memset): Likewise.  Do not use BP_SYM.
25094         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
25095         "bp-asm.h".
25096         (PARMS): Do not use macros from bp-asm.h.
25097         (STR2): Likewise.
25098         (strcmp): Do not use BP_SYM.
25099         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
25100         "bp-asm.h".
25101         (PARMS): Do not use macros from bp-asm.h.
25102         (STR): Likewise.
25103         (DELIM): Likewise.
25104         [USE_AS_STRTOK_R] (SAVE): Likewise.
25105         (FUNCTION): Likewise.  Do not use BP_SYM.
25106         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25107         aliases.
25108         (strtok_r): Likewise.
25109         (__GI___strtok_r): Likewise.
25110         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25111         (PARMS): Do not use macros from bp-asm.h.
25112         (S): Likewise.
25113         (SIZE): Likewise.
25114         (__mpn_lshift): Do not use BP_SYM.
25115         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25116         (PARMS): Do not use macros from bp-asm.h.
25117         (STR): Likewise.
25118         (CHR): Likewise.
25119         (__memchr): Do not use BP_SYM.
25120         (memchr): Do not use BP_SYM in weak_alias.
25121         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25122         (PARMS): Do not use macros from bp-asm.h.
25123         (BLK2): Likewise.
25124         (LEN): Likewise.
25125         (memcmp): Do not use BP_SYM.
25126         (bcmp): Do not use BP_SYM in weak_alias.
25127         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
25128         (PARMS): Do not use macros from bp-asm.h.
25129         (S1): Likewise.
25130         (SIZE): Likewise.
25131         (__mpn_mul_1): Do not use BP_SYM.
25132         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25133         "bp-asm.h".
25134         (PARMS): Do not use macros from bp-asm.h.
25135         (STR): Likewise.
25136         (CHR): Likewise.
25137         (__rawmemchr): Do not use BP_SYM.
25138         (rawmemchr): Do not use BP_SYM in weak_alias.
25139         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25140         (PARMS): Do not use macros from bp-asm.h.
25141         (S): Likewise.
25142         (SIZE): Likewise.
25143         (__mpn_rshift): Do not use BP_SYM.
25144         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25145         (PARMS): Do not use macros from bp-asm.h.
25146         (SIGMSK): Likewise.
25147         (__sigsetjmp): Likewise.  Do not use BP_SYM.
25148         * sysdeps/i386/start.S: Do not include "bp-sym.h".
25149         (_start): Do not use BP_SYM.
25150         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25151         (PARMS): Do not use macros from bp-asm.h.
25152         (DEST): Likewise.
25153         (SRC): Likewise.
25154         (__stpcpy): Likewise.  Do not use BP_SYM.
25155         (stpcpy): Do not use BP_SYM in weak_alias.
25156         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25157         "bp-asm.h".
25158         (PARMS): Do not use macros from bp-asm.h.
25159         (DEST): Likewise.
25160         (SRC): Likewise.
25161         (LEN): Likewise.
25162         (__stpncpy): Likewise.  Do not use BP_SYM.
25163         (stpncpy): Do not use BP_SYM in weak_alias.
25164         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25165         (PARMS): Do not use macros from bp-asm.h.
25166         (STR): Likewise.
25167         (CHR): Likewise.
25168         (strchr): Likewise.  Do not use BP_SYM.
25169         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25170         "bp-asm.h".
25171         (PARMS): Do not use macros from bp-asm.h.
25172         (STR): Likewise.
25173         (CHR): Likewise.
25174         (__strchrnul): Likewise.  Do not use BP_SYM.
25175         (strchrnul): Do not use BP_SYM in weak_alias.
25176         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25177         "bp-asm.h".
25178         (PARMS): Do not use macros from bp-asm.h.
25179         (STOP): Likewise.
25180         (strcspn): Do not use BP_SYM.
25181         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25182         "bp-asm.h".
25183         (PARMS): Do not use macros from bp-asm.h.
25184         (STR): Likewise.
25185         (STOP): Likewise.
25186         (strpbrk): Likewise.  Do not use BP_SYM.
25187         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25188         "bp-asm.h".
25189         (PARMS): Do not use macros from bp-asm.h.
25190         (STR): Likewise.
25191         (CHR): Likewise.
25192         (strrchr): Likewise.  Do not use BP_SYM.
25193         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25194         (PARMS): Do not use macros from bp-asm.h.
25195         (SKIP): Likewise.
25196         (strspn): Do not use BP_SYM.
25197         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25198         (PARMS): Do not use macros from bp-asm.h.
25199         (STR): Likewise.
25200         (DELIM): Likewise.
25201         (SAVE): Likewise.
25202         (FUNCTION): Likewise.  Do not use BP_SYM.
25203         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25204         aliases.
25205         (strtok_r): Likewise.
25206         (__GI___strtok_r): Likewise.
25207         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25208         (PARMS): Do not use macros from bp-asm.h.
25209         (S1): Likewise.
25210         (S2): Likewise.
25211         (SIZE): Likewise.
25212         (__mpn_sub_n): Do not use BP_SYM.
25213         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25214         "bp-asm.h".
25215         (PARMS): Do not use macros from bp-asm.h.
25216         (S1): Likewise.
25217         (SIZE): Likewise.
25218         (__mpn_submul_1): Do not use BP_SYM.
25219         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25220         <bp-sym.h>.
25221         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25222         and <bp-asm.h>.
25223         (PARMS): Do not use macros from bp-asm.h.
25224         (FLAGS): Likewise.
25225         (PTID): Likewise.
25226         (TLS): Likewise.
25227         (CTID): Likewise.
25228         (__clone): Do not use BP_SYM.
25229         (clone): Do not use BP_SYM in weak_alias.
25230         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25231         and <bp-asm.h>.
25232         (PARMS): Do not use macros from bp-asm.h.
25233         (LEN): Likewise.
25234         (__mmap64): Do not use BP_SYM.
25235         (mmap64): Do not use BP_SYM in weak_alias.
25236         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25237         <bp-sym.h> and <bp-asm.h>.
25238         (PARMS): Do not use macros from bp-asm.h.
25239         (__posix_fadvise64_l64): Do not use BP_SYM.
25240         * sysdeps/unix/sysv/linux/i386/semtimedop.S
25241         (PARMS): Do not use macros from bp-asm.h.
25242         (NSOPS): Likewise.
25243         (semtimedop): Do not use BP_SYM.
25244         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25245         and <bp-asm.h>.
25246
25247 2013-02-21  Allan McRae  <allan@archlinux.org>
25248
25249         * manual/message.texi (Charset conversion in gettext):
25250         Move @end statement to beginning of line.
25251
25252 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25253
25254         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25255         static.
25256         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25257         Likewise.
25258
25259         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25260         (denorm): Likewise.
25261         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25262         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25263
25264 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25265
25266         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25267         tail-call to the resolved function if pltexit isn't needed.
25268
25269 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25270
25271         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25272         or Y being zero as being unlikely.
25273         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25274         Likewise.
25275
25276 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
25277
25278         * manual/nss.texi (System Databases and Name Service Switch):
25279         Remove frobnicate @pxref.
25280
25281 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25282
25283         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25284         __attribute__ ((unused)) to __attribute__ ((__unused__)).
25285
25286 2013-02-20  Petr Machata  <pmachata@redhat.com>
25287
25288         * elf/elf.h (R_ARM_TARGET1): New macro.
25289         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25290         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25291         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25292         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25293         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25294         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25295         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25296         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25297         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25298         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25299         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25300         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25301         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25302         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25303         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25304         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25305         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25306         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25307         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25308         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25309         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25310         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25311         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25312         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25313         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25314         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25315         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25316         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25317         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25318         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25319         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25320         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25321         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25322         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25323         (R_ARM_THM_GOT_BREL12): Likewise.
25324         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25325         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25326         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25327         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25328         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25329         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25330         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25331         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25332         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25333
25334 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
25335
25336         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25337         __attribute_used__ to __attribute__ ((unused)).
25338
25339 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25340
25341         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25342         powerpc mpa.c.
25343         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25344         comment formatting.
25345         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25346
25347 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
25348
25349         [BZ #13550]
25350         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25351         Remove macro.
25352         (ENTER): Remove both macro definitions.
25353         (LEAVE): Likewise.
25354         (CHECK_BOUNDS_LOW): Likewise.
25355         (CHECK_BOUNDS_HIGH): Likewise.
25356         (CHECK_BOUNDS_BOTH): Likewise.
25357         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25358         (RETURN_BOUNDED_POINTER): Likewise.
25359         (RETURN_NULL_BOUNDED_POINTER): Likewise.
25360         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25361         (POP_ERRNO_LOCATION_RETURN): Likewise.
25362         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25363         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25364         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25365         macros.
25366         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25367         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25368         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25369         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25370         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25371         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25372         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25373         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25374         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25375         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25376         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25377         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25378         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25379         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25380         removed macros.
25381         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25382         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25383         macros.
25384         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25385         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25386         * sysdeps/i386/i586/memset.S (memset): Likewise.
25387         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25388         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25389         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25390         macros.
25391         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25392         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25393         Change uses of L(2) to L(out).
25394         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25395         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25396         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25397         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25398         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25399         removed macros.
25400         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25401         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25402         macros.
25403         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25404         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25405         (RETURN): Do not use macro LEAVE.
25406         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25407         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25408         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25409         * sysdeps/i386/i686/memset.S (memset): Likewise.
25410         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25411         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25412         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25413         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25414         Likewise.
25415         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25416         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
25417         L(1_2) and L(1_3) into L(1).
25418         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25419         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25420         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25421         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25422         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25423         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25424         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25425         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25426         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25427         macros.
25428         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25429         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25430         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25431         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25432         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25433         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25434         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25435         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25436         * sysdeps/i386/strcspn.S (strcspn): Likewise.
25437         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25438         * sysdeps/i386/strrchr.S (strrchr): Likewise.
25439         * sysdeps/i386/strspn.S (strspn): Likewise.
25440         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25441         conditional code.
25442         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25443         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25444         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25445         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
25446         L(1_3) into L(1_1).
25447         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25448         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25449         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25450         macros.
25451         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25452
25453 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
25454
25455         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25456         macro.
25457
25458 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25459
25460         * math/atest-exp.c (exp_mpn): Remove ROUND.
25461         * math/atest-exp2.c (exp_mpn): Likewise.
25462         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25463
25464         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25465         * stdlib/tst-tls-atexit-lib.c: Likewise.
25466         * stdlib/tst-tls-atexit.c: Likewise.
25467
25468 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25469
25470         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25471         and __attribute_alloc_size__.
25472
25473 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25474
25475         * include/programs/xmalloc.h: Change __attribute_alloc_size to
25476         __attribute_alloc_size__.
25477         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25478         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25479
25480 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
25481
25482         * include/programs/xmalloc.h: New file.
25483         * catgets/gencat.c: Include it.
25484         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25485         * elf/pldd.c: Likewise.
25486         * iconv/iconv_charmap.c: Likewise.
25487         * iconv/iconvconfig.c: Likewise.
25488         * iconv/strtab.c: Likewise.
25489         * locale/programs/locale.c: Likewise.
25490         * locale/programs/localedef.h: Likewise.
25491         * locale/programs/simple-hash.c: Likewise.
25492         * nscd/nscd.h: Likewise.
25493         * nss/makedb.c: Likewise.
25494         * sysdeps/generic/ldconfig.h: Likewise.
25495
25496 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25497
25498         * Versions.def: Add GLIBC_2.18.
25499         * include/link.h (struct link_map): New member l_tls_dtor_count.
25500         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25501         (__call_tls_dtors): Likewise.
25502         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25503         __cxa_thread_atexit_impl.
25504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25505         Likewise.
25506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25507         Likewise.
25508         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25509         Likewise.
25510         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25511         Likewise.
25512         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25513         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25514         Likewise.
25515         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25516         Likewise.
25517         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25518         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25519         Likewise.
25520         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25521         (tests): Add test case tst-tls-atexit.
25522         (modules-names): Add shared library for tst-tls-atexit.
25523         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
25524         (GLIBC_PRIVATE): Add __call_tls_dtors.
25525         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
25526         for libstdc++.
25527         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
25528         * stdlib/tst-tls-atexit.c: New test case.
25529         * stdlib/tst-tls-atexit-lib.c: New test case.
25530
25531         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
25532
25533         * elf/Versions (ld): Add _dl_find_dso_for_object.
25534         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
25535         * elf/dl-open.c (_dl_find_dso_for_object): New function.
25536         (dl_open_worker): Use _dl_find_dso_for_object.
25537         * elf/dl-sym.c (do_sym): Likewise.
25538         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
25539
25540 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25541
25542         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
25543         Syntactic changes only.
25544         (_dl_runtime_profile): Do a tail-call to the resolved function.
25545
25546 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
25547
25548         [BZ #13550]
25549         * sysdeps/x86_64/bp-asm.h: Remove file.
25550         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
25551         <bp-sym.h> and <bp-asm.h>.
25552         (__clone): Do not use BP_SYM.
25553         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
25554         <bp-sym.h> and <bp-asm.h>.
25555         * sysdeps/unix/x86_64/sysdep.S: Likewise.
25556         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
25557         "bp-asm.h".
25558         (_setjmp): Do not use BP_SYM.
25559         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
25560         "bp-asm.h".
25561         (setjmp): Do not use BP_SYM.
25562         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
25563         libc_hidden_def.
25564         (mempcpy): Do not use BP_SYM in weak_alias.
25565         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
25566         "bp-asm.h".
25567         (strchr): Do not use BP_SYM.
25568         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
25569         "bp-asm.h".
25570         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
25571         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
25572         (_start): Do not use BP_SYM.
25573         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
25574         "bp-asm.h".
25575         (strcat): Do not use BP_SYM.
25576         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
25577         "bp-asm.h".
25578         (STRCMP): Do not use BP_SYM.
25579         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
25580         "bp-asm.h".
25581         (STRCPY): Do not use BP_SYM.
25582         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
25583         "bp-asm.h".
25584         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
25585         "bp-asm.h".
25586         (FUNCTION): Do not use BP_SYM.
25587         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
25588         weak_alias.
25589         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
25590
25591 2013-02-17  Andreas Jaeger  <aj@suse.de>
25592
25593         * time/Versions: Sort entries.
25594         * string/Versions: Likewise.
25595         * resolv/Versions: Likewise.
25596         * posix/Versions: Likewise.
25597         * iconv/Versions: Likewise.
25598         * elf/Versions: Likewise.
25599         * wcsmbs/Versions: Likewise.
25600
25601 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25602
25603         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
25604         loop termination condition.
25605
25606         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
25607         variable to calculate EZ.
25608         (__sqr): Likewise.
25609
25610         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
25611         the lower precision input.
25612
25613 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
25614
25615         [BZ #13550]
25616         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
25617         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
25618         (run-via-rtld-prefix): Do not handle %-bp tests.
25619         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
25620         (all-object-suffixes): Remove .ob.
25621         (bppfx): Remove variable.
25622         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
25623         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
25624         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
25625         [$(build-bounded) = yes] (libtype.ob): Likewise.
25626         * Makerules (elide-routines.ob): Remove variable.
25627         (do-tests-clean): Do not handle *-bp.out.
25628         (common-mostlyclean): Do not handle *-bp and *-bp.out.
25629         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
25630         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
25631         (tests): Do not include $(tests-bp.out).
25632         (xtests): Do not include $(xtests-bp.out).
25633         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
25634         [$(build-bounded) = yes] ($(addprefix
25635         $(objpfx),$(binaries-bounded))): Remove rule.
25636         ($(objpfx)%-bp.out): Remove rule.
25637         * config.make.in (build-bounded): Remove variable.
25638         * crypt/Makefile [$(build-bounded) = yes]
25639         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
25640         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
25641         append to variable.
25642         [$(build-bounded) = yes] (install-lib): Likewise.
25643         [$(build-bounded) = yes] (generated): Likewise.
25644         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
25645         Remove rule.
25646         * intl/Makefile [$(build-bounded) = yes]
25647         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
25648         * math/Makefile [$(build-bounded) = yes]
25649         ($(tests:%=$(objpfx)%-bp): Likewise.
25650         * misc/Makefile [$(build-bounded) = yes]
25651         ($(objpfx)tst-tsearch-bp): Likewise.
25652         * nptl/Makeconfig (bounded-thread-library): Remove variable.
25653         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
25654         Remove dependency.
25655         * string/Makefile (o-objects.ob): Remove variable.
25656         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
25657         (CFLAGS-.ob): Remove variable.
25658         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
25659         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
25660         both definitions of variable.
25661         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
25662         (ASFLAGS-.ob): Remove variable.
25663
25664 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
25665
25666         [BZ #13550]
25667         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
25668         Remove __BOUNDED_POINTERS__ from condition.
25669         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
25670         * string/bits/string2.h [!__NO_STRING_INLINES &&
25671         !__BOUNDED_POINTERS__]: Likewise.
25672         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
25673         Likewise.
25674         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
25675         Remove conditional code.
25676         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
25677         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
25678         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
25679         condition.
25680
25681         [BZ #13550]
25682         * csu/libc-start.c: Do not include <bp-sym.h>.
25683         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
25684         * elf/dl-open.c: Do not include <bp-sym.h>.
25685         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
25686         * math/fegetenv.c: Do not include <bp-sym.h>.
25687         (fegetenv): Do not use BP_SYM in versioned symbols.
25688         * nptl/sysdeps/pthread/bits/libc-lockP.h
25689         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
25690         <bp-sym.h>.
25691         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25692         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
25693         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25694         (__pthread_mutex_destroy): Likewise.
25695         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25696         (__pthread_mutex_lock): Likewise.
25697         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25698         (__pthread_mutex_trylock): Likewise.
25699         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25700         (__pthread_mutex_unlock): Likewise.
25701         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25702         (__pthread_mutexattr_init): Likewise.
25703         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25704         (__pthread_mutexattr_destroy): Likewise.
25705         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25706         (__pthread_mutexattr_settype): Likewise.
25707         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25708         (__pthread_rwlock_init): Likewise.
25709         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25710         (__pthread_rwlock_destroy): Likewise.
25711         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25712         (__pthread_rwlock_rdlock): Likewise.
25713         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25714         (__pthread_rwlock_tryrdlock): Likewise.
25715         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25716         (__pthread_rwlock_wrlock): Likewise.
25717         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25718         (__pthread_rwlock_trywrlock): Likewise.
25719         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25720         (__pthread_rwlock_unlock): Likewise.
25721         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25722         (__pthread_key_create): Likewise.
25723         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25724         (__pthread_setspecific): Likewise.
25725         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25726         (__pthread_getspecific): Likewise.
25727         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
25728         Likewise.
25729         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25730         (_pthread_cleanup_push_defer): Likewise.
25731         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25732         (_pthread_cleanup_pop_restore): Likewise.
25733         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25734         (pthread_setcancelstate): Likewise.
25735         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
25736         <bp-sym.h>.
25737         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
25738         (memchr): Do not use BP_SYM in weak_alias.
25739         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
25740         (fegetenv): Do not use BP_SYM in versioned symbols.
25741         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
25742         (fesetenv): Do not use BP_SYM in versioned symbols.
25743         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25744         (feupdateenv): Do not use BP_SYM in versioned symbols.
25745         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25746         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25747         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
25748         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
25749         (open64): Do not use BP_SYM in weak_alias.
25750         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
25751         (fegetenv): Do not use BP_SYM in versioned symbols.
25752         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
25753         (fesetenv): Do not use BP_SYM in versioned symbols.
25754         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25755         (feupdateenv): Do not use BP_SYM in versioned symbols.
25756         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
25757         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
25758         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
25759         (feraiseexcept): Do not use BP_SYM in versioned symbols.
25760         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25761         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25762         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
25763         <bp-sym.h>.
25764         (__libc_start_main): Do not use BP_SYM.
25765
25766 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25767
25768         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25769         redundant return line.
25770         (norm): Likewise.
25771         (denorm): Likewise.
25772         (dbl_mp): Likewise.
25773         (sub_magnitudes): Likewise.
25774         (__add): Likewise.
25775         (__sub): Likewise.
25776         (__mul): Likewise.
25777         (__inv): Likewise.
25778         (__dvd): Likewise.
25779         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
25780         (norm): Likewise.
25781         (denorm): Likewise.
25782         (dbl_mp): Likewise.
25783         (sub_magnitudes): Likewise.
25784         (__add): Likewise.
25785         (__sub): Likewise.
25786         (__mul): Likewise.
25787         (__inv): Likewise.
25788         (__dvd): Likewise.
25789
25790         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
25791         instead of __mul.
25792         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25793         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
25794         (cc32): Likewise.
25795
25796         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
25797         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
25798         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
25799         of __mul for squares.
25800         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
25801         function
25802         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
25803         Likewise.
25804         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
25805         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25806
25807 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
25808
25809         [BZ #13550]
25810         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
25811         code.
25812         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
25813         prototype or function definition.  Rename ubp_* variables and
25814         parameters.  Remove argv definitions conditional on
25815         [__BOUNDED_POINTERS__].
25816         * debug/backtrace.c (__backtrace): Do not use __unbounded.
25817         * elf/dl-runtime.c (_dl_fixup): Likewise.
25818         * include/set-hooks.h (RUN_HOOK): Likewise.
25819         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25820         definition.
25821         * string/strcpy.c (strcpy): Do not use __unbounded.
25822         * sysdeps/generic/frame.h (struct layout): Likewise.
25823         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25824         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25825         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25826         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25827         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25828         (__backtrace): Likewise.
25829         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25830         use __ptrvalue.
25831         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25832         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25833         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25834         Likewise.
25835         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25836         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25837         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25838         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25839         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25840         Do not use __unbounded.
25841         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25842         Rename __unboundedrlimits parameter to rlimits in prototype.
25843         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25844         Do not use __unbounded.
25845         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25846         not use __ptrvalue.
25847         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25848         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25849         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25850         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25851         __ptrvalue or __unbounded.
25852         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25853         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25854         use __unbounded.
25855         (__new_msgctl): Do not use __ptrvalue.
25856         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25857         __unbounded.
25858         (__libc_msgrcv): Do not use __ptrvalue.
25859         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25860         startup_info): Do not use __unbounded.
25861         (__libc_start_main): Likewise.  Rename ubp_* variables and
25862         parameters.  Remove argv definitions conditional on
25863         [__BOUNDED_POINTERS__].
25864         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25865         __ptrvalue.
25866         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25867         use __unbounded.
25868         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25869         or __ptrvalue.
25870         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25871         use __unbounded.
25872         (__new_shmctl): Do not use __ptrvalue.
25873         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25874         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25875         Likewise.
25876         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25877         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25878         (__libc_sigaction): Likewise.
25879         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25880         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25881         Likewise.
25882         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25883
25884 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
25885
25886         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
25887
25888         * string/mempcpy.c: Implement by calling memcpy.
25889
25890 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25891
25892         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25893
25894         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25895         evaluation.
25896
25897         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25898         values in the mantissa.
25899
25900         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25901         minimize writes to Z.
25902         (sub_magnitudes): Simplify code a bit.
25903
25904 2013-02-12  Roland McGrath  <roland@hack.frob.com>
25905
25906         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25907         from the message.  The linker prefixes all warnings with that already.
25908
25909 2013-02-12  Andreas Schwab  <schwab@suse.de>
25910
25911         [BZ #15078]
25912         * posix/regexec.c (extend_buffers): Add parameter min_len.
25913         (check_matching): Pass minimum needed length.
25914         (clean_state_log_if_needed): Likewise.
25915         (get_subexp): Likewise.
25916         * posix/Makefile (tests): Add bug-regex34.
25917         (bug-regex34-ENV): Define.
25918         * posix/bug-regex34.c: New file.
25919
25920         [BZ #11561]
25921         * posix/regcomp.c (parse_bracket_exp): When looking up collating
25922         elements compare against the byte sequence of it, not its name.
25923         * posix/Makefile (tests): Add bug-regex35.
25924         (bug-regex35-ENV): Define.
25925         * posix/bug-regex35.c: New file.
25926
25927 2013-02-11  Tom de Vries  <tom@codesourcery.com>
25928
25929         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
25930         comment.
25931         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25932         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25933         (CHECK_EOL): Add undef.
25934
25935 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
25936
25937         * bits/stdlib-bsearch.h: New file.
25938         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
25939         * stdlib/stdlib.h: Likewise.
25940
25941 2013-02-11  Roland McGrath  <roland@hack.frob.com>
25942
25943         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25944         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25945         declaration.
25946         * manual/search.texi (Array Search Function): Add missing const in
25947         lfind prototype.
25948         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25949         declaration to use rlim_t.
25950         (Basic Scheduling Functions): Remove erroneous const from
25951         sched_getparam prototype.  Remove erroneous * from
25952         sched_get_priority_max and sched_get_priority_min prototypes.
25953         (Resource Usage): Fix summary @comment on vtimes to refer to
25954         sys/vtimes.h rather than vtimes.h.
25955         Add missing *s in vtimes prototype.
25956         (Limits on Resources): Fix ulimit prototype to return long int.
25957         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25958         prototypes to use long int rather than double.
25959         (BSD Random): Fix initstate and setstate to use char *, not void *.
25960         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25961         prototype to make second argument 'struct aiocb64 *const[]'.
25962         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25963         (Status of AIO Operations): Remove erroneous const in aio_return and
25964         aio_return64 prototypes.
25965         (Synchronizing I/O): Fix sync prototype to return void.
25966         * manual/startup.texi (Suboptions): Remove an erroneous const in
25967         getsubopt prototype.
25968         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25969         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25970         use size_t rather than int.
25971         (Scanning All Users): Likewise for getpwent_r.
25972         (Setting Groups): Add missing const to setgroups prototype.
25973         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25974         * manual/socket.texi (Host Names): Fix gethostbyaddr and
25975         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25976         'const void *' rather than 'const char *'.
25977         (Host Address Functions): Likewise for inet_ntop.
25978         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25979         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25980         ssize_t for return value.
25981         (Sending Data): Likewise for send, sendto, sendmsg.
25982         (Socket Option Functions): Add a missing const in setsockopt prototype.
25983         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25984         use wchar_t for the argument.
25985         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25986         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25987         take no arguments.
25988         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25989         double/float/long double for second argument.
25990         Fix return types of significand, significandf, significandl.
25991         * manual/filesys.texi (Setting Permissions): Use mode_t for second
25992         argument in fchmod prototype.
25993         (File Owner): Use uid_t and gid_t in fchown prototype.
25994         (File Times): Add const to utimes, futimes, and lutimes prototypes.
25995         (Making Special Files): Use mode_t and dev_t in mknod prototype.
25996         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
25997         use 'const struct dirent **' as argument types to CMP function pointer
25998         argument.
25999         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
26000         (File Times): Fix summary magic @comment for struct utimbuf and utime
26001         to refer to utime.h, not time.h.
26002         * manual/string.texi (Argz Functions): Add missing const in
26003         argz_extract and argz_next prototypes.
26004         (Finding Tokens in a String): Likewise for basename.
26005         (String/Array Comparison): Fix typo in wcscasecmp prototype.
26006         (Copying and Concatenation): Fix typo in wmemmove prototype.
26007         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
26008         (Signal Stack): Remove erroneous const in sigstack prototype.
26009         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
26010         prototype.
26011         (Simple Calendar Time): Likewise for stime.
26012         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
26013         prototype.
26014         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
26015         say sys/sysctl.h instead.
26016         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
26017         and vsyslog prototypes.
26018
26019 2013-02-11  Tom de Vries  <tom@codesourcery.com>
26020
26021         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
26022         Remove.
26023
26024 2013-02-11  Roland McGrath  <roland@hack.frob.com>
26025
26026         * misc/sys/mman.h: Fix typo in mremap comment.
26027
26028 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26029
26030         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
26031         the '\0' terminator.
26032
26033 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26034
26035         [BZ #13550]
26036         * debug/segfault.c: Don't include <bp-checks.h>.
26037         * sysdeps/generic/bp-checks.h: Remove file.
26038         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
26039         (__GETDENTS): Don't use CHECK_N.
26040         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
26041         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
26042         (__getgroups): Don't use CHECK_N.
26043         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
26044         (setgroups): Don't use CHECK_N.
26045         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
26046         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
26047         (__libc_msgrcv): Don't use CHECK_N.
26048         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
26049         (__libc_msgsnd): Don't use CHECK_N.
26050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
26051         <bp-checks.h>.
26052         (__libc_pread): Don't use CHECK_N.
26053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
26054         include <bp-checks.h>.
26055         (__libc_pread64): Don't use CHECK_N.
26056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
26057         include <bp-checks.h>.
26058         (__libc_pwrite): Don't use CHECK_N.
26059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
26060         include <bp-checks.h>.
26061         (__libc_pwrite64): Don't use CHECK_N.
26062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
26063         <bp-checks.h>.
26064         (__libc_pread): Don't use CHECK_N.
26065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
26066         include <bp-checks.h>.
26067         (__libc_pread64): Don't use CHECK_N.
26068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
26069         include <bp-checks.h>.
26070         (__libc_pwrite): Don't use CHECK_N.
26071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
26072         include <bp-checks.h>.
26073         (__libc_pwrite64): Don't use CHECK_N.
26074         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
26075         (do_pread): Don't use CHECK_N.
26076         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
26077         (do_pread64): Don't use CHECK_N.
26078         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
26079         (do_pwrite): Don't use CHECK_N.
26080         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
26081         (do_pwrite64): Don't use CHECK_N.
26082         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
26083         (__libc_readv): Don't use CHECK_N.
26084         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
26085         (semop): Don't use CHECK_N.
26086         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
26087         <bp-checks.h>.
26088         (semtimedop): Don't use CHECK_N.
26089         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
26090         (__libc_pread): Don't use CHECK_N.
26091         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
26092         <bp-checks.h>.
26093         (__libc_pread64): Don't use CHECK_N.
26094         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
26095         <bp-checks.h>.
26096         (__libc_pwrite): Don't use CHECK_N.
26097         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
26098         <bp-checks.h>.
26099         (__libc_pwrite64): Don't use CHECK_N.
26100         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26101         <bp-checks.h>.
26102         (__libc_msgrcv): Don't use CHECK_N.
26103         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26104         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
26105         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26106         (__libc_writev): Don't use CHECK_N.
26107
26108 2013-02-08  Roland McGrath  <roland@hack.frob.com>
26109
26110         * string/strcpy.c: Removed unused variable.
26111
26112         * Makeconfig (+sysdep-includes): Define with := rather than =.
26113         Use an existing include/ subdir of each sysdeps dir before it.
26114
26115 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26116
26117         * nscd/connection.c (register_traced_file): Comment function.
26118         [HAVE_INOTIFY] (union __inev): Define.
26119         [HAVE_INOTIFY] (inotify_check_files): New function.
26120         [HAVE_INOTIFY] (clear_db_cache): Likewise.
26121         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26122         clear_db_cache.
26123         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26124
26125 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26126
26127         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
26128         loaded if not already and that a failure is permanent.
26129
26130 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
26131
26132         [BZ #15006]
26133         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26134         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26135
26136 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
26137
26138         [BZ #13550]
26139         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26140         (CHECK_1_NULL_OK): Likewise.
26141         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26142         (__fxstat): Do not use CHECK_1.
26143         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26144         <bp-checks.h>.
26145         (___fxstat64): Do not use CHECK_1.
26146         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26147         <bp-checks.h>.
26148         (__fxstatat): Do not use CHECK_1.
26149         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26150         <bp-checks.h>.
26151         (__fxstatat64): Do not use CHECK_1.
26152         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26153         <bp-checks.h>.
26154         (__fxstat): Do not use CHECK_1.
26155         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26156         <bp-checks.h>.
26157         (__fxstatat): Do not use CHECK_1.
26158         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26159         <bp-checks.h>.
26160         (__getresgid): Do not use CHECK_1.
26161         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26162         <bp-checks.h>.
26163         (__getresuid): Do not use CHECK_1.
26164         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26165         <bp-checks.h>.
26166         (__lxstat): Do not use CHECK_1.
26167         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26168         <bp-checks.h>.
26169         (__old_msgctl): Do not use CHECK_1.
26170         (__new_msgctl): Likewise.
26171         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26172         <bp-checks.h>.
26173         (__new_setrlimit): Do not use CHECK_1.
26174         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26175         <bp-checks.h>.
26176         (__old_shmctl): Do not use CHECK_1.
26177         (__new_shmctl): Likewise.
26178         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26179         <bp-checks.h>.
26180         (__xstat): Do not use CHECK_1.
26181         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26182         (__lxstat): Do not use CHECK_1.
26183         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26184         <bp-checks.h>.
26185         (___lxstat64): Do not use CHECK_1.
26186         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26187         (__old_msgctl): Do not use CHECK_1.
26188         (__new_msgctl): Likewise.
26189         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26190         <bp-checks.h>.
26191         (__gettimeofday): Do not use CHECK_1.
26192         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26193         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26194         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26195         <bp-checks.h>.
26196         (__gettimeofday): Do not use CHECK_1.
26197         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26198         (__old_shmctl): Do not use CHECK_1_NULL_OK.
26199         (__new_shmctl): Do not use CHECK_1.
26200         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26201         <bp-checks.h>.
26202         (do_sigtimedwait): Do not use CHECK_1.
26203         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26204         <bp-checks.h>.
26205         (do_sigwaitinfo): Do not use CHECK_1.
26206         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26207         <bp-checks.h>.
26208         (msgctl): Do not use CHECK_1.
26209         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26210         <bp-checks.h>.
26211         (shmctl): Do not use CHECK_1.
26212         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26213         (ustat): Do not use CHECK_1.
26214         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26215         <bp-checks.h>.
26216         (__fxstat): Do not use CHECK_1.
26217         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26218         <bp-checks.h>.
26219         (__fxstatat): Do not use CHECK_1.
26220         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26221         <bp-checks.h>.
26222         (__lxstat): Do not use CHECK_1.
26223         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26224         <bp-checks.h>.
26225         (__xstat): Do not use CHECK_1.
26226         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26227         (__xstat): Do not use CHECK_1.
26228         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26229         (___xstat64): Do not use CHECK_1.
26230
26231         [BZ #13550]
26232         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26233         definitions.
26234         (CHECK_BOUNDS_HIGH): Likewise.
26235         * string/strcpy.c: Do not include <bp-checks.h>.
26236         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26237
26238 2013-02-07  Roland McGrath  <roland@hack.frob.com>
26239
26240         * nscd/nscd-client.h (__nscd_drop_map_ref):
26241         Add __attribute__ ((unused)).
26242         * nis/nss-nisplus.h (niserr2nss): Likewise.
26243
26244         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26245         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26246
26247         * csu/libc-tls.c (init_static_tls, init_slotinfo):
26248         Remove inline keyword.
26249         * include/rounding-mode.h (round_away): Likewise.
26250         * libio/wfileops.c (adjust_wide_data): Likewise.
26251         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26252         (__m128i_strloadu_tolower): Likewise.
26253         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26254         (__m128i_strloadu_tolower): Likewise.
26255         * time/mktime.c (ydhms_diff): Likewise.
26256         * locale/elem-hash.h (elem_hash): Likewise.
26257         * locale/setlocale.c (setdata): Likewise.
26258         * posix/regex_internal.h (re_string_char_size_at): Likewise.
26259         (re_string_wchar_at): Likewise.
26260         (bitset_not, bitset_merge, bitset_mask): Likewise.
26261         [!(__GNUC__ > 3)] (inline): Remove macro.
26262         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26263         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26264         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26265         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26266         * string/memcmp.c (memcmp_bytes): Likewise.
26267         * locale/programs/locarchive.c (compute_hashval): Likewise.
26268         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26269         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26270         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26271         * nss/getent.c (print_rpc, print_protocols): Likewise.
26272         (print_passwd, print_group, print_aliases): Likewise.
26273         * nis/nss-nisplus.h (niserr2nss): Likewise.
26274         * nscd/connections.c (restart_p): Likewise.
26275         Change return type to bool.
26276
26277 2013-02-05  Roland McGrath  <roland@hack.frob.com>
26278
26279         * Makeconfig (all-Depend-files): Add existing
26280         $(sorted-subdirs:=/Depend) files.
26281         (all-subdirs): Remove nss.
26282         * sysdeps/unix/inet/Subdirs: Add it here instead.
26283         * hesiod/Depend: New file.
26284
26285         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26286         instead of calling alloca.
26287
26288         * io/lseek.c (__lseek): Rename to __libc_lseek.
26289         Define __lseek as an alias.
26290
26291         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26292
26293 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
26294
26295         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26296         else clause and remove check for non-standard endianness.
26297
26298 2013-02-04  David S. Miller  <davem@davemloft.net>
26299
26300         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26301
26302 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
26303
26304         [BZ #13550]
26305         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26306         (__ubp_memchr): Remove prototype.
26307         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26308         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26309         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26310         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26311         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26312         Remove alias.
26313         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26314         (__ubp_memchr): Likewise.
26315         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26316         (__ubp_memchr): Likewise.
26317         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26318         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26319         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26320         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26321         CHECK_STRING.
26322         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26323         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26324         (__getcwd): Do not use CHECK_STRING.
26325         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26326         <bp-checks.h>.
26327         (__real_chown): Do not use CHECK_STRING.
26328         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26329         <bp-checks.h>.
26330         (fchownat): Do not use CHECK_STRING.
26331         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26332         CHECK_STRING.
26333         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26334         <bp-checks.h>.
26335         (__lchown): Do not use CHECK_STRING.
26336         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26337         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26338         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26339         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26341         include <bp-checks.h>.
26342         (truncate64): Do not use CHECK_STRING.
26343         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26344         <bp-checks.h>.
26345         (__real_chown): Do not use CHECK_STRING.
26346         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26347         <bp-checks.h>.
26348         (__lchown): Do not use CHECK_STRING.
26349         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26350         <bp-checks.h>.
26351         (__chown): Do not use CHECK_STRING.
26352         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26353         <bp-checks.h>.
26354         (truncate64): Do not use CHECK_STRING.
26355         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26356         Likewise.
26357         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26358         (__xmknod): Do not use CHECK_STRING.
26359         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26360         <bp-checks.h>.
26361         (__xmknodat): Do not use CHECK_STRING.
26362         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26363         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26364
26365 2013-02-04  Andreas Schwab  <schwab@suse.de>
26366
26367         [BZ #14142]
26368         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26369         * include/netdb.h: Likewise for h_errno.
26370         * elf/tst-stackguard1.c: Include <tls.h>.
26371
26372 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
26373
26374         * elf/link.h (struct link_map): Extend the l_addr comment.
26375         * include/link.h (struct link_map): Likewise.
26376
26377 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
26378
26379         [BZ #13550]
26380         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26381         (BOUNDED_1): Remove macro.
26382         * debug/backtrace.c: Don't include <bp-checks.h>.
26383         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26384         (__backtrace): Likewise.
26385         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26386         <bp-checks.h>.
26387         (__backtrace): Don't use BOUNDED_1.
26388         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26389         <bp-checks.h>.
26390         (__backtrace): Don't use BOUNDED_1.
26391         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26392         (__backtrace): Don't use BOUNDED_1.
26393         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26394         (shmat): Don't use BOUNDED_N.
26395
26396 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
26397
26398         [BZ #13550]
26399         * sysdeps/generic/bp-start.h: Remove file.
26400         * csu/libc-start.c: Don't include <bp-start.h>.
26401         (LIBC_START_MAIN): Set up __environ directly instead of using
26402         INIT_ARGV_and_ENVIRON.
26403         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26404         <bp-start.h>.
26405
26406         [BZ #13550]
26407         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26408         definitions.
26409         (CHECK_FCNTL): Likewise.
26410         (CHECK_N_PAGES): Likewise.
26411
26412         [BZ #13550]
26413         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26414         definitions.
26415         (CHECK_SIGSET_NULL_OK): Likewise.
26416         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26417         <bp-checks.h>.
26418         (sigpending): Don't use CHECK_SIGSET.
26419         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26420         <bp-checks.h>.
26421         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26422         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26423         <bp-checks.h>.
26424         (do_sigsuspend): Don't use CHECK_SIGSET.
26425         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26426         use CHECK_SIGSET.
26427         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26428         (do_sigwait): Don't use CHECK_SIGSET.
26429         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26430         use CHECK_SIGSET.
26431         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26432         include <bp-checks.h>.
26433         (sigpending): Don't use CHECK_SIGSET.
26434         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26435         include <bp-checks.h>.
26436         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26437         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26438         <bp-checks.h>.
26439         (sigpending): Don't use CHECK_SIGSET.
26440         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26441         <bp-checks.h>.
26442         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26443
26444         [BZ #13550]
26445         * sysdeps/generic/bp-semctl.h: Remove file.
26446         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26447         <bp-checks.h> and <bp-semctl.h>.
26448         (__old_semctl): Don't use CHECK_SEMCTL.
26449         (__new_semctl): Likewise.
26450         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26451         and <bp-semctl.h>.
26452         (__old_semctl): Don't use CHECK_SEMCTL.
26453         (__new_semctl): Likewise.
26454         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26455         <bp-checks.h> and <bp-semctl.h>.
26456         (__old_semctl): Don't use CHECK_SEMCTL.
26457         (__new_semctl): Likewise.
26458         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26459         <bp-checks.h> and <bp-semctl.h>.
26460         (semctl): Don't use CHECK_SEMCTL.
26461
26462         [BZ #13550]
26463         * Makerules (elide-bp-thunks): Remove variable.
26464         (elide-routines.oS): Don't use $(elide-bp-thunks).
26465         (elide-routines.os): Likewise.
26466         (elide-routines.o): Likewise.
26467         (elide-routines.op): Likewise.
26468         (elide-routines.og): Likewise.
26469         (objects): Don't use $(bp-thunks).
26470         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26471         include.
26472         (common-generated): Do not add s-proto-bp.d.
26473         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26474         (int): Likewise.
26475         (typ): Likewise.
26476         Do not generate makefile rules for bounded-pointer thunks.
26477         * sysdeps/generic/bp-thunks.h: Remove file.
26478         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26479         * sysdeps/unix/s-proto-bp.S: Likewise.
26480
26481         [BZ #15062]
26482         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26483         parts of result separately when argument is not close to line from
26484         -i to i and one part of argument is small.
26485         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26486         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26487         * math/libm-test.inc (cacos_test): Add more tests.
26488         (casin_test): Likewise.
26489         (casinh_test): Likewise.
26490         * sysdeps/i386/fpu/libm-test-ulps: Update.
26491         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26492
26493 2013-01-31  David S. Miller  <davem@davemloft.net>
26494
26495         * po/de.po: Update from translation team.
26496
26497 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
26498
26499         * time/tzfile.c: Include stdint.h for SIZE_MAX.
26500
26501 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
26502
26503         * configure.in (_AC_PROG_CC_C89): New definition.
26504         * configure: Regenerate.
26505
26506         * configure.in (AC_PROG_CPP): New definition.
26507         * configure: Regenerate.
26508
26509 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26510
26511         * debug/tst-backtrace.h: New file.
26512         * debug/tst-backtrace2.c: Include tst-backtrace.h.
26513         (ret): Remove variable.
26514         (x): Likewise.
26515         (FAIL): Remove macro.
26516         (NO_INLINE): Likewise.
26517         (fn1): Use match function instead of strstr.
26518         * debug/tst-backtrace3.c: Include tst-backtrace.h.
26519         (ret): Remove variable.
26520         (x): Likewise.
26521         (FAIL): Remove macro.
26522         (NO_INLINE): Likewise.
26523         (fn): Use match function instead of strstr.
26524         * debug/tst-backtrace4.c: Include tst-backtrace.h.
26525         (ret): Remove variable.
26526         (x): Likewise.
26527         (FAIL): Remove macro.
26528         (NO_INLINE): Likewise.
26529         (handle_signal): Use match function instead of strstr.
26530         * debug/tst-backtrace5.c: Include tst-backtrace.h.
26531         (ret): Remove variable.
26532         (x): Likewise.
26533         (FAIL): Remove macro.
26534         (NO_INLINE): Likewise.
26535         (handle_signal): Use match function instead of strstr.
26536
26537 2013-01-23  Roland McGrath  <roland@hack.frob.com>
26538
26539         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
26540
26541 2013-01-23  David S. Miller  <davem@davemloft.net>
26542
26543         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
26544         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
26545         argument of CAS if possible.
26546         * sysdeps/sparc/sparc64/bits/atomic.h
26547         (__arch_compare_and_exchange_val_32_acq): Likewise.
26548         (__arch_compare_and_exchange_val_64_acq): Likewise.
26549
26550 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
26551
26552         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
26553         * sysdeps/posix/ulimit.c: ... this.
26554         Include <limits.h>.
26555         * sysdeps/unix/bsd/ulimit.c: Remove file.
26556
26557 2013-01-23  Adam Conrad  <adconrad@0c3.net>
26558
26559         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
26560         (LDFLAGS-tst-array5): Likewise.
26561
26562 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
26563
26564         [BZ #15036]
26565         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
26566         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
26567         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
26568         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
26569
26570 2013-01-21  David S. Miller  <davem@davemloft.net>
26571
26572         * sysdeps/sparc/backtrace.c: New file.
26573         * sysdeps/sparc/sparc32/backtrace.h: New file.
26574         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
26575         * sysdeps/sparc/sparc64/backtrace.h: New file.
26576         * sysdeps/sparc/sparc64/backtrace.c: Delete.
26577         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
26578         -funwind-tables.
26579
26580 2013-01-21  Andreas Schwab  <schwab@suse.de>
26581
26582         [BZ #15020]
26583         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
26584         closed its stdout.
26585
26586 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
26587
26588         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
26589         "mpa2.h".
26590         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26591
26592 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
26593             Mark Mitchell  <mark@codesourcery.com>
26594             Tom de Vries  <tom@codesourcery.com>
26595             Paul Pluzhnikov  <ppluzhnikov@google.com>
26596
26597         * debug/tst-backtrace2.c: New file.
26598         * debug/tst-backtrace3.c: Likewise.
26599         * debug/tst-backtrace4.c: Likewise.
26600         * debug/tst-backtrace5.c: Likewise.
26601         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
26602         (CFLAGS-tst-backtrace3.c): Likewise.
26603         (CFLAGS-tst-backtrace4.c): Likewise.
26604         (CFLAGS-tst-backtrace5.c): Likewise.
26605         (LDFLAGS-tst-backtrace2): Likewise.
26606         (LDFLAGS-tst-backtrace3): Likewise.
26607         (LDFLAGS-tst-backtrace4): Likewise.
26608         (LDFLAGS-tst-backtrace5): Likewise.
26609         (tests): Add new tests tst-backtrace2, tst-backtrace3,
26610         tst-backtrace4 and tst-backtrace5.
26611
26612 2013-01-18  Anton Blanchard  <anton@samba.org>
26613             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26614
26615         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
26616         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
26617         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
26618         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
26619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26620         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
26621         "+r" and remove output regs list as redundant.  Add explicit inline
26622         asm to specify register of return val to work around compiler codegen
26623         bug.  Remove (int) cast on return value.  Add return type parameter to
26624         use in macro so that this macro does not truncate return value for
26625         64-bit values.
26626         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
26627         pass to INTERNAL_VSYSCALL_NCS.
26628         (INLINE_VSYSCALL): Add 'long int' as return type to
26629         INTERNAL_VSYSCALL_NCS macro invocation.
26630         (INTERNAL_VSYSCALL): Add 'long int' as return type to
26631         INTERNAL_VSYSCALL_NCS macro invocation.
26632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26633
26634 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
26635
26636         [BZ #14496]
26637         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
26638         Fix application of SIMD FP exception mask.
26639
26640         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
26641         mp_no from a power of two.
26642         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
26643         __mpexp_twomm1.  Use __pow_mp.
26644
26645         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
26646         multiplication.
26647
26648 2013-01-17  David S. Miller  <davem@davemloft.net>
26649
26650         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26651
26652 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26653
26654         [BZ #15023]
26655         * include/complex.h: Condition contents on [!_COMPLEX_H].
26656         (__kernel_casinhf): New prototype.
26657         (__kernel_casinh): Likewise.
26658         (__kernel_casinhl): Likewise.
26659         * math/Makefile (libm_calls): Add k_casinh.
26660         * math/k_casinh.c: New file.
26661         * math/k_casinhf.c: Likewise.
26662         * math/k_casinhl.c: Likewise.
26663         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
26664         finite nonzero arguments.
26665         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
26666         finite nonzero arguments.
26667         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
26668         finite nonzero arguments.
26669         * math/s_casinh.c: Do not include <float.h>.
26670         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
26671         * math/s_casinhf.c: Do not include <float.h>.
26672         (__casinhf): Move code for finite nonzero arguments to
26673         k_casinhf.c.
26674         * math/s_casinhl.c: Do not include <float.h>.
26675         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
26676         redefine.
26677         (__casinhl): Move code for finite nonzero arguments to
26678         k_casinhl.c.
26679         * math/libm-test.inc (cacos_test): Add more tests.
26680         * sysdeps/i386/fpu/libm-test-ulps: Update.
26681         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26682
26683 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
26684
26685         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
26686         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
26687         [!HAVE_MREMAP]: Remove [defined linux] case.
26688         * malloc/arena.c: Do not include <malloc-sysdep.h>.
26689
26690 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26691
26692         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
26693
26694 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
26695
26696         * elf/elf.h (R_386_SIZE32): New relocation.
26697         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
26698         R_386_SIZE32.
26699         (elf_machine_rela): Likewise.
26700         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
26701         R_X86_64_SIZE64 and R_X86_64_SIZE32.
26702
26703 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
26704
26705         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
26706         (FP_FAST_FMA): Do not define.
26707         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
26708         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
26709         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
26710         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
26711         !_SOFT_FLOAT]: Likewise.
26712         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
26713         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
26714         value.
26715         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
26716         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
26717         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
26718         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
26719         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
26720         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
26721         file.
26722
26723 2013-01-16  Andreas Schwab  <schwab@suse.de>
26724
26725         [BZ #14327]
26726         * include/stdlib.h (__mktemp): Add declaration.
26727         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
26728         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
26729
26730 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26731
26732         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
26733         definitions.
26734         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26735         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
26736         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
26737         definitions here.
26738         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
26739         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
26740         definitions.
26741         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
26742         and ONE.
26743         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
26744         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
26745         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
26746         definitions.
26747         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
26748         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
26749         definitions.
26750         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26751
26752         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
26753
26754 2013-01-15  David S. Miller  <davem@davemloft.net>
26755
26756         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26757         trunc{,f} to libm-sysdep_routes.
26758         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26759         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
26760         file.
26761         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
26762         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
26763         file.
26764         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
26765         file.
26766         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26767         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26768         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26769         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26770         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26771         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26772         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26773         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26774
26775         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26776         nearbyint{,f} to libm-sysdep_routes.
26777         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26778         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
26779         New file.
26780         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
26781         file.
26782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
26783         New file.
26784         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
26785         file.
26786         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
26787         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
26788         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
26789         file.
26790         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
26791         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
26792         file.
26793         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
26794         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
26795         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
26796
26797         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26798         libc_feholdexcept and libc_fesetenv.
26799
26800 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
26801
26802         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
26803
26804 2013-01-14  David S. Miller  <davem@davemloft.net>
26805
26806         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
26807         (SPARC_ASM_VIS2_IFUNC): Likewise.
26808         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
26809         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
26810         use of 'siam' instruction.
26811         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
26812         Likewise.
26813         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
26814         Likewise.
26815         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
26816         Likewise.
26817         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26818         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26819         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26820         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26821         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26822         file.
26823         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26824         file.
26825         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26826         file.
26827         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26828         file.
26829         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26830         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26831         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26832         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26833         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26834         new VIS2 routines.
26835         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26836         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26837         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26838         Likewise.
26839         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26840         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26841         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26842         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26843         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26844         routines to libm-sysdep_routines.
26845         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26846
26847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26848         fdim/fdimf to libm-sysdep_routines.
26849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26850         file.
26851         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26853         file.
26854         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26855         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26856         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26857         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26858         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26859         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26860         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26861
26862 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26863
26864         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26865         to optimize copies.
26866
26867         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26868         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26869         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26870
26871         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26872         local variable MPTWO.
26873         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26874         Likewise.
26875
26876 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26877
26878         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26879         GLOB_NOESCAPE.
26880
26881 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26882
26883         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26884
26885 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
26886
26887         * manual/pattern.texi (glob_t): Document gl_flags.
26888         (glob64_t): Likewise.
26889
26890 2013-01-11  David S. Miller  <davem@davemloft.net>
26891
26892         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26893         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26894         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
26895         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26896         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26897         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26898         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26899         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26900         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26901         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26902         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26903         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26904         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26905
26906         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26907         sparc V9 rather than using V8 code.
26908         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26909         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26910
26911         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26912         Move to...
26913         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26914         Here.
26915
26916 2013-01-11  Roland McGrath  <roland@hack.frob.com>
26917
26918         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26919         not in the main loop.
26920         * configure: Regenerated.
26921
26922 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
26923
26924         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26925         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26926         to just #else.
26927         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
26928         [!__GLIBC_HAVE_LONG_LONG] case.
26929         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26930         condition to just #else.
26931         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26932         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26933         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26934         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26935         unconditional.
26936         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26937         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26938         #elif condition to just #else.
26939         * sysdeps/unix/sysv/linux/sys/sysmacros.h
26940         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26941         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26942         #elif condition to just #else.
26943
26944 2013-01-11  Steve Ellcey  <sellcey@mips.com>
26945
26946         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26947         (EF_MIPS_ARCH_64): Fix value.
26948         (EF_MIPS_ARCH_32R2): New.
26949         (EF_MIPS_ARCH_64R2): New.
26950
26951 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
26952
26953         * Makeconfig (+link-pie-before-libc): New.
26954         (+link-pie-after-libc): Likewise.
26955         (+link-pie-tests): Likewise.
26956         (+link-pie): Rewritten.
26957         (link-before-libc): Remove $(config-LDFLAGS).
26958         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26959         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26960         (config-LDFLAGS): Renamed to ...
26961         (rtld-LDFLAGS): This.
26962         (rtld-tests-LDFLAGS): New macro.
26963         (link-libc-rpath-link): Likewise.
26964         (link-libc-tests-rpath-link): Likewise.
26965         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26966         (link-libc): Prepand $(link-libc-rpath-link).
26967         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26968         (test-program-prefix): New macro.
26969         (test-via-rtld-prefix): Likewise.
26970         (test-program-cmd): Likewise.
26971         (host-test-program-cmd): Likewise.
26972         * Makefile ($(common-objpfx)testrun.sh): Replace
26973         $(run-program-prefix) with $(test-program-prefix).
26974         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26975         $(rtld-LDFLAGS).
26976         ($(common-objpfx)shlib.lds): Likewise.
26977         (build-module-helper): Likewise.
26978         ($(common-objpfx)format.lds): Likewise.
26979         * Rules (binaries-pie-tests): New.
26980         (binaries-pie-notests): Likewise.
26981         (binaries-pie): Rewritten.
26982         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26983         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26984         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26985         (make-test-out): Replace $(host-built-program-cmd) with
26986         $(host-test-program-cmd).
26987         * config.make.in (build-hardcoded-path-in-tests): New variable.
26988         * configure.in (--enable-hardcoded-path-in-tests): New configure
26989         option.
26990         (hardcoded_path_in_tests): New AC_SUBST.
26991         * configure: Regenerated.
26992         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
26993         $(built-program-cmd) with $(test-program-cmd).
26994         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
26995         (test_program_cmd): This.
26996         * elf/Makefile ($(objpfx)order.out): Run test with
26997         $(test-program-prefix).
26998         ($(objpfx)order2.out): Likewise.
26999         ($(objpfx)tst-initorder.out): Likewise.
27000         ($(objpfx)tst-initorder2.out): Likewise.
27001         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
27002         $(test-program-cmd).
27003         ($(objpfx)tst-array1-static.out): Likewise.
27004         ($(objpfx)tst-array2.out): Likewise.
27005         ($(objpfx)tst-array3.out): Likewise.
27006         ($(objpfx)tst-array4.out): Likewise.
27007         ($(objpfx)tst-array5.out): Likewise.
27008         ($(objpfx)tst-array5-static.out): Likewise.
27009         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
27010         $(test-program-cmd).
27011         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
27012         $(run-program-prefix) with $(test-program-prefix).
27013         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
27014         (test_program_prefix): This.
27015         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
27016         $(run-program-prefix) with $(test-program-prefix).
27017         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
27018         (test_program_prefix): This.
27019         * iconvdata/tst-tables.sh: Likewise.
27020         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
27021         $(run-program-prefix) with $(test-program-prefix).
27022         ($(objpfx)tst-translit.out): Likewise.
27023         ($(objpfx)tst-gettext2.out): Likewise.
27024         ($(objpfx)tst-gettext4.out): Likewise.
27025         ($(objpfx)tst-gettext6.out): Likewise.
27026         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
27027         (test_program_prefix): This.
27028         * intl/tst-gettext2.sh: Likewise.
27029         * intl/tst-gettext4.sh  Likewise.
27030         * intl/tst-gettext6.sh: Likewise.
27031         * intl/tst-translit.sh: Likewise.
27032         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
27033         with $(test-program-cmd).
27034         * libio/Makefile ($(objpfx)test-freopen.out): Replace
27035         $(run-program-prefix) with $(test-program-prefix).
27036         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
27037         (test_program_prefix): This.
27038         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
27039         $(run-program-prefix) with $(test-program-prefix).
27040         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
27041         (test_program_prefix): This.
27042         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
27043         * posix/Makefile ($(objpfx)globtest.out): Replace
27044         $(run-via-rtld-prefix) and $(test-wrapper) with
27045         $(test-program-prefix) and $(test-via-rtld-prefix).
27046         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
27047         $(test-program-prefix).
27048         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
27049         $(host-test-program-cmd).
27050         (tst-spawn-ARGS): Likewise.
27051         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
27052         $(test-program-prefix).
27053         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
27054         (test_via_rtld_prefix): This.
27055         (test_wrapper): Renamed to ...
27056         (test_program_prefix): This.
27057         (run_program_prefix): Replaced by test_program_prefix.
27058         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
27059         (test_program_prefix): This.
27060         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
27061         with $(host-test-program-cmd).
27062         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
27063         $(run-program-prefix) with $(test-program-prefix).
27064         ($(objpfx)tst-printf.out): Likewise.
27065         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
27066         $(test-program-cmd).
27067         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
27068         (test_program_prefix): This.
27069         * stdio-common/tst-unbputc.sh: Likewise.
27070         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
27071         $(run-program-prefix) with $(test-program-prefix).
27072         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
27073         (test_program_prefix): This.
27074         * string/Makefile ($(objpfx)tst-svc.out):  Replace
27075         $(built-program-cmd) with $(test-program-cmd).
27076
27077 2013-01-11  Andreas Jaeger  <aj@suse.de>
27078
27079         [BZ #15003]
27080         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
27081         value. Sync with Linux 3.7.
27082
27083 2013-01-10  David S. Miller  <davem@davemloft.net>
27084
27085         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
27086         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27087         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27088
27089 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27090
27091         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
27092         never set.
27093         * configure: Regenerated.
27094
27095 2013-01-10  David S. Miller  <davem@davemloft.net>
27096
27097         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27098         sparc V9 rather than using V8 code.
27099         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27100         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27101
27102 2013-01-10  Roland McGrath  <roland@hack.frob.com>
27103
27104         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27105         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27106         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27107         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27108         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27109         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27110         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27111         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27112         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27113         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27114         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27115         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27116         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27117         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27118         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27119         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27120         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27121         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27122         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27123         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27124         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27125         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
27126         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
27127         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
27128         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
27129         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
27130         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
27131
27132 2013-01-10  David S. Miller  <davem@davemloft.net>
27133
27134         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27135
27136 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27137
27138         * posix/Makefile (tests-static): New variable.
27139         (tests): Add $(tests-static).
27140         (tst-exec-static-ARGS): New variable.
27141         (tst-spawn-static-ARGS): Likewise.
27142         * posix/tst-exec-static.c: New file.
27143         * posix/tst-spawn-static.c: Likewise.
27144         * posix/tst-exec.c: Support run directly.
27145         * posix/tst-spawn.c: Likewise.
27146
27147 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
27148
27149         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27150         long.
27151         * math/bits/mathcalls.h (llrint): Likewise.
27152         (llround): Likewise.
27153         * stdlib/stdlib.h (struct drand48_data): Likewise.
27154         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27155         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27156         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27157         Likewise.
27158         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27159         Likewise.
27160         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27161         (elf_greg_t): Likewise.
27162         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27163         (__jmp_buf): Likewise.
27164         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27165         definitions.
27166         (llrint): Likewise, for all definitions.
27167         (llrintl): Likewise.
27168
27169         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27170         Remove [__GNUC__] condition.
27171         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27172         condition to just [__USE_ISOC99].
27173         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27174
27175 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
27176
27177         [BZ #14200]
27178         * sysdeps/unix/sysv/linux/x86/bits/environments.h
27179         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27180         defined.
27181         (_POSIX_V6_ILP32_OFF32): Likewise.
27182         (_XBS5_ILP32_OFF32): Likewise.
27183         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27184         (__ILP32_OFFBIG_LDFLAGS): Likewise.
27185
27186 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27187
27188         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27189
27190         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27191         doubles __mpexp_twomm1.  Adjust usage.
27192         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27193         Remove.
27194
27195 2013-01-10  Andreas Schwab  <schwab@suse.de>
27196
27197         [BZ #14964]
27198         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27199         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27200
27201 2013-01-09  David S. Miller  <davem@davemloft.net>
27202
27203         [BZ #15003]
27204         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27205         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27206         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27207         (TCP_FASTOPEN): Define.
27208         (tcp_repair_opt): New structure.
27209         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27210         enum values.
27211         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27212         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27213         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
27214         (tcp_cookie_transactions): New structure.
27215
27216 2013-01-09  Anton Blanchard  <anton@samba.org>
27217
27218         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27219         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27220         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27221         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27222
27223 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
27224
27225         * include/features.h (__USE_ANSI): Remove.
27226
27227 2013-01-09  Roland McGrath  <roland@hack.frob.com>
27228
27229         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27230
27231         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27232
27233 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
27234
27235         * sysdeps/s390/fpu/libm-test-ulps: Update.
27236
27237         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27238
27239         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27240         (__acr): Likewise.
27241         (__cpy): Likewise.
27242         (norm): Likewise.
27243         (denorm): Likewise.
27244         (__mp_dbl): Likewise.
27245         (__dbl_mp): Likewise.
27246         (add_magnitudes): Likewise.
27247         (sub_magnitudes): Likewise.
27248         (__add): Likewise.
27249         (__sub): Likewise.
27250         (__mul): Likewise.
27251         (__inv): Likewise.
27252         (__dvd): Likewise.
27253         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27254         (__acr): Likewise.
27255         (__cpy): Likewise.
27256         (norm): Likewise.
27257         (denorm): Likewise.
27258         (__mp_dbl): Likewise.
27259         (__dbl_mp): Likewise.
27260         (add_magnitudes): Likewise.
27261         (sub_magnitudes): Likewise.
27262         (__add): Likewise.
27263         (__sub): Likewise.
27264         (__mul): Likewise.
27265         (__inv): Likewise.
27266         (__dvd): Likewise.
27267         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27268         (__acr): Likewise.
27269         (__cpy): Likewise.
27270         (norm): Likewise.
27271         (denorm): Likewise.
27272         (__mp_dbl): Likewise.
27273         (__dbl_mp): Likewise.
27274         (add_magnitudes): Likewise.
27275         (sub_magnitudes): Likewise.
27276         (__add): Likewise.
27277         (__sub): Likewise.
27278         (__mul): Likewise.
27279         (__inv): Likewise.
27280         (__dvd): Likewise.
27281
27282 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
27283
27284         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27285         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27286         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27287         2 && __USE_EXTERN_INLINES]: Likewise.
27288
27289 2013-01-08  Andreas Jaeger  <aj@suse.de>
27290
27291         [BZ# 14985]
27292         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27293         Remove.
27294         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27295         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27296
27297 2013-01-07  Anton Blanchard  <anton@samba.org>
27298
27299         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27300         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27301         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27302         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27303         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27304         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27305         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27306         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27307         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27308         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27309         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27310         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27311         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27312         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27313         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27314         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27315         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27316         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27317         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27318         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27319         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27320         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27321         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27322         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27323         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27324         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27325         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27326         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27327         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27328         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27329         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27330         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27331         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27332         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27333         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27334         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27335         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27336         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27337         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27338         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27339         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27340         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27341         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27342
27343 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
27344
27345         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27346         (__MALLOC_PMT): Likewise.
27347         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27348         [__GNUC__], only on [_LIBC].
27349         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27350         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27351         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27352         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27353         forward declaration.
27354         (realloc_hook_ini): Likewise.
27355         (memalign_hook_ini): Likewise.
27356         (__libc_memalign): Do not use __MALLOC_PMT in variable
27357         declaration.
27358         (__libc_valloc): Likewise.
27359         (__libc_pvalloc): Likewise.
27360         (__libc_calloc): Likewise.
27361         (__posix_memalign): Likewise.
27362
27363         [BZ #14996]
27364         * math/s_casinh.c: Include <float.h>.
27365         (__casinh): Do not do computation with squaring and square root
27366         for large arguments.
27367         * math/s_casinhf.c: Include <float.h>.
27368         (__casinhf): Do not do computation with squaring and square root
27369         for large arguments.
27370         * math/s_casinhl.c: Include <float.h>.
27371         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27372         (__casinhl): Do not do computation with squaring and square root
27373         for large arguments.
27374         * math/libm-test.inc (casin_test): Add more tests.
27375         (casinh_test): Likewise.
27376         * sysdeps/i386/fpu/libm-test-ulps: Update.
27377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27378
27379 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
27380
27381         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27382         (__x86_64_raw_data_cache_size): Likewise.
27383         (__x86_64_data_cache_size_half): Likewise.
27384         (__x86_64_raw_data_cache_size_half): Likewise.
27385         (__x86_64_shared_cache_size): Likewise.
27386         (__x86_64_raw_shared_cache_size): Likewise.
27387         (__x86_64_shared_cache_size_half): Likewise.
27388         (__x86_64_raw_shared_cache_size_half): Likewise.
27389         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27390         to ...
27391         (__x86_data_cache_size): This.
27392         (__x86_64_raw_data_cache_size): Renamed to ...
27393         (__x86_raw_data_cache_size): This.
27394         (__x86_64_data_cache_size_half): Renamed to ...
27395         (__x86_data_cache_size_half): This.
27396         (__x86_64_raw_data_cache_size_half): Renamed to ...
27397         (__x86_raw_data_cache_size_half): This.
27398         (__x86_64_shared_cache_size): Renamed to ...
27399         (__x86_shared_cache_size): This.
27400         (__x86_64_raw_shared_cache_size): Renamed to ...
27401         (__x86_raw_shared_cache_size): This.
27402         (__x86_64_shared_cache_size_half): Renamed to ...
27403         (__x86_shared_cache_size_half): This.
27404         (__x86_64_raw_shared_cache_size_half): Renamed to ...
27405         (__x86_raw_shared_cache_size_half): This.
27406         * sysdeps/x86_64/memcpy.S: Updated.
27407         * sysdeps/x86_64/memset.S: Likewise.
27408         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27409         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27410         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27411
27412 2013-01-04  David S. Miller  <davem@davemloft.net>
27413
27414         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27415
27416 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
27417
27418         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27419         1 to avoid redefinition warning.
27420         (__USE_GNU): Don't define.
27421         (init_signaling_nan): Protoize.
27422
27423         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27424
27425 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27426
27427         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27428         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27429         (__cpymn): Likewise.
27430         (norm): Remove commented code.
27431         (denorm): Likewise.
27432         (__mp_dbl): Likewise.
27433         (__inv): Likewise.
27434         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27435         (__cpymn): Likewise.
27436         (norm): Remove commented code.
27437         (denorm): Likewise.
27438         (__mp_dbl): Likewise.
27439         (__inv): Likewise.
27440
27441         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27442         mp_no value for 1.0 and 2.0.
27443         (norm): Use RADIXI instead of radixi.d.
27444         (denorm): Likewise.
27445         (__mul): Use 0.0 instead of zero.d.
27446         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27447         mp_no value for 1.0 and 2.0.
27448         (norm): Use RADIXI instead of radixi.d.
27449         (denorm): Likewise.
27450         (__mul): Use 0.0 instead of zero.d.
27451
27452 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
27453
27454         [BZ #14994]
27455         * math/s_casinh.c (__casinh): Reduce finite argument to first
27456         quadrant then set signs of results at the end.
27457         * math/s_casinhf.c (__casinhf): Likewise.
27458         * math/s_casinhl.c (__casinhl): Likewise.
27459         * math/libm-test.inc (casin_test): Add more tests.
27460         (casinh_test): Likewise.
27461         * sysdeps/i386/fpu/libm-test-ulps: Update.
27462         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27463
27464 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
27465
27466         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27467
27468         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27469
27470         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27471         declarations.
27472         (denorm): Likewise.
27473         (__mp_dbl): Likewise.
27474         (__inv): Likewise.
27475
27476         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27477         and adjust the header comment.
27478
27479         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27480         variable name from declaration.
27481
27482 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
27483
27484         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27485         Initialize COMMON_CPUID_INDEX_7 element.
27486         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27487         (CPUID_RTM): Likewise.
27488         (HAS_RTM): Likewise.
27489         (COMMON_CPUID_INDEX_7): New enum.
27490
27491 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
27492
27493         [BZ #14981]
27494         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27495         size is zero, record memory as freed.
27496
27497 2013-01-03  Andreas Jaeger  <aj@suse.de>
27498
27499         * po/ia.po: Add new Interlingua translation.
27500
27501 2012-01-03  Allan McRae  <allan@archlinux.org>
27502
27503         * locale/programs/localedef.c: Fix description of '--posix' flag.
27504
27505 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
27506
27507         * NEWS: Update dates in second copyright notice.
27508         * README: Update copyright dates in example.
27509         * manual/libc.texinfo: Update copyright dates.
27510         * scripts/test-installation.pl: Update copyright date in --version
27511         output.
27512
27513         * hurd/ctty-input.c: Fix copyright notice formatting.
27514         * hurd/ctty-output.c: Likewise.
27515         * hurd/dtable.c: Likewise.
27516         * hurd/hurd-raise.c: Likewise.
27517         * hurd/hurdprio.c: Likewise.
27518         * hurd/msgportdemux.c: Likewise.
27519         * misc/sys/file.h: Likewise.
27520         * misc/sys/ioctl.h: Likewise.
27521         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27522         * sysdeps/mach/hurd/chdir.c: Likewise.
27523         * sysdeps/mach/hurd/fchdir.c: Likewise.
27524         * sysdeps/mach/hurd/rename.c: Likewise.
27525         * sysdeps/mach/hurd/rmdir.c: Likewise.
27526         * sysdeps/mach/hurd/seekdir.c: Likewise.
27527         * sysdeps/mach/hurd/setsid.c: Likewise.
27528         * sysdeps/posix/wait3.c: Likewise.
27529
27530         * All files with FSF copyright notices: Update copyright dates
27531         using scripts/update-copyrights.
27532         * intl/plural.c: Regenerated.
27533         * locale/programs/charmap-kw.h: Likewise.
27534         * locale/programs/locfile-kw.h: Likewise.
27535
27536 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
27537
27538         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
27539         four values.
27540
27541         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
27542         calculation loop and add branch prediction.
27543
27544         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
27545         check access beyond bounds of m1np.
27546
27547         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27548         MPTWO.
27549         (__inv): Remove local variable MPTWO to use the global
27550         constant.
27551         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
27552         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27553         variable MPTWO.
27554         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
27555         MP3HALFS static const.
27556
27557 2013-01-01  David S. Miller  <davem@davemloft.net>
27558
27559         * po/ca.po: Update from translation team.
27560
27561 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
27562
27563         * scripts/update-copyrights: New file.
27564         * Makeconfig: Reformat copyright notice.
27565         * ctype/ctype.h: Likewise.
27566         * debug/swprintf_chk.c: Likewise.
27567         * elf/dl-cache.c: Likewise.
27568         * elf/dl-debug.c: Likewise.
27569         * elf/dl-object.c: Likewise.
27570         * grp/initgroups.c: Likewise.
27571         * hurd/Makefile: Likewise.
27572         * hurd/hurd/signal.h: Likewise.
27573         * hurd/hurdfault.c: Likewise.
27574         * hurd/hurdioctl.c: Likewise.
27575         * hurd/hurdlookup.c: Likewise.
27576         * hurd/intr-msg.c: Likewise.
27577         * iconv/gconv_open.c: Likewise.
27578         * libio/swprintf.c: Likewise.
27579         * locale/lc-ctype.c: Likewise.
27580         * locale/nl_langinfo.c: Likewise.
27581         * mach/Machrules: Likewise.
27582         * mach/Makefile: Likewise.
27583         * malloc/obstack.h: Likewise.
27584         * manual/Makefile: Likewise.
27585         * manual/tsort.awk: Likewise.
27586         * misc/bits/stab.def: Likewise.
27587         * nis/nis_print_group_entry.c: Likewise.
27588         * nis/nis_table.c: Likewise.
27589         * nis/nss_compat/compat-pwd.c: Likewise.
27590         * nis/nss_compat/compat-spwd.c: Likewise.
27591         * po/Makefile: Likewise.
27592         * posix/fnmatch.c: Likewise.
27593         * posix/regex.h: Likewise.
27594         * resolv/Makefile: Likewise.
27595         * resolv/nss_dns/dns-network.c: Likewise.
27596         * resolv/res_hconf.c: Likewise.
27597         * scripts/gen-sorted.awk: Likewise.
27598         * soft-fp/soft-fp.h: Likewise.
27599         * stdio-common/printf.h: Likewise.
27600         * stdlib/monetary.h: Likewise.
27601         * stdlib/random.c: Likewise.
27602         * stdlib/random_r.c: Likewise.
27603         * sysdeps/generic/Makefile: Likewise.
27604         * sysdeps/gnu/Makefile: Likewise.
27605         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27606         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27607         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27608         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27609         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27610         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27611         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27612         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27613         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27614         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27615         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27616         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27617         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
27618         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
27619         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
27620         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
27621         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27622         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27623         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27624         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27625         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27626         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27627         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27628         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27629         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
27630         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
27631         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
27632         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
27633         * sysdeps/mach/hurd/errnos.awk: Likewise.
27634         * sysdeps/mach/hurd/fork.c: Likewise.
27635         * sysdeps/mach/hurd/getcwd.c: Likewise.
27636         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
27637         * sysdeps/mach/hurd/mmap.c: Likewise.
27638         * sysdeps/mach/hurd/utimes.c: Likewise.
27639         * sysdeps/mach/hurd/xmknod.c: Likewise.
27640         * sysdeps/posix/profil.c: Likewise.
27641         * sysdeps/posix/readdir_r.c: Likewise.
27642         * sysdeps/powerpc/bits/mathdef.h: Likewise.
27643         * sysdeps/powerpc/bits/setjmp.h: Likewise.
27644         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
27645         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27646         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27647         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27648         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27649         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27650         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27651         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27652         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27653         * sysdeps/pthread/lio_listio.c: Likewise.
27654         * sysdeps/sparc/dl-procinfo.h: Likewise.
27655         * sysdeps/unix/i386/sysdep.S: Likewise.
27656         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
27657         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
27658         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
27659         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
27660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27661         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27662         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27663         * sysdeps/unix/sysv/linux/speed.c: Likewise.
27664         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
27665         * sysdeps/wordsize-32/divdi3.c: Likewise.
27666         * time/sys/time.h: Likewise.
27667         * wcsmbs/Makefile: Likewise.
27668
27669 2013-01-01  David S. Miller  <davem@davemloft.net>
27670
27671         * po/fr.po: Update from translation team.
27672
27673         * catgets/gencat.c: Update copyright year.
27674         * csu/version.c: Likewise.
27675         * debug/catchsegv.sh: Likewise.
27676         * debug/pcprofiledump.c: Likewise.
27677         * debug/xtrace.sh: Likewise.
27678         * elf/ldconfig.c: Likewise.
27679         * elf/ldd.bash.in: Likewise.
27680         * elf/pldd.c: Likewise.
27681         * elf/sotruss.ksh: Likewise.
27682         * elf/sprof.c: Likewise.
27683         * iconv/iconv_prog.c: Likewise.
27684         * iconv/iconvconfig.c: Likewise.
27685         * locale/programs/locale.c: Likewise.
27686         * locale/programs/localedef.c: Likewise.
27687         * login/programs/pt_chown.c: Likewise.
27688         * malloc/memusage.sh: Likewise.
27689         * malloc/memusagestat.c: Likewise.
27690         * malloc/mtrace.pl: Likewise.
27691         * nscd/nscd.c: Likewise.
27692         * nss/getent.c: Likewise.
27693         * nss/makedb.c: Likewise.
27694         * posix/getconf.c: Likewise.
27695
27696 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
27697
27698         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
27699         numbers.
27700
27701 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
27702
27703         * math/bits/mathcalls.h (modf): Use __nonnull.
27704
27705 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27706
27707         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
27708         (split): Use macro CN instead of the bare value.
27709         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
27710         could be used.
27711         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
27712         instead of the bare value.
27713         (power1): Likewise.
27714
27715 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27716
27717         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
27718         __ATAN_TWOM.
27719         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27720
27721         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
27722         their values.
27723         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27724         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27725         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
27726         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27727
27728 2012-12-28  Andreas Jaeger  <aj@suse.de>
27729
27730         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
27731         values are from Linux 3.7.
27732
27733         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
27734         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
27735
27736 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27737
27738         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
27739         TRUE case.
27740
27741         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
27742         (norm): Likewise.
27743         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
27744         variables with preprocessor constants.
27745         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27746         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
27747         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
27748
27749 2012-12-27  Bruno Haible  <bruno@clisp.org>
27750
27751         [BZ #14317]
27752         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
27753         only if needed.
27754
27755 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27756
27757         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
27758         and use variable directly.
27759         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
27760
27761         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27762         MPONE.
27763         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
27764         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27765         variable MPONE.
27766         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27767         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27768         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27769         include directive.  Remove local variable MPONE.
27770         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27771         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27772         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27773
27774 2012-12-25  David S. Miller  <davem@davemloft.net>
27775
27776         * version.h (RELEASE): Set to "development".
27777         (VERSION): Set to "2.17.90".
27778         * NEWS: Add 2.18 section.
27779
27780 2012-12-21  David S. Miller  <davem@davemloft.net>
27781
27782         * po/hr.po: Update from translation team.
27783
27784 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27785
27786         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
27787
27788 2012-12-19  Steve Ellcey  <sellcey@mips.com>
27789
27790         * NEWS:  Mention new memcpy for MIPS.
27791
27792 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27793
27794         * manual/contrib.texi (Contributors): Spelling correction.
27795
27796 2012-12-15  David S. Miller  <davem@davemloft.net>
27797
27798         * po/ru.po: Update from translation team.
27799
27800 2012-12-13  David S. Miller  <davem@davemloft.net>
27801
27802         * NEWS: Mention IFUNC testsuite enhancements.
27803
27804         * po/pl.po: Update from translation team.
27805         * po/bg.po: Likewise.
27806
27807         * manual/contrib.texi (Contributors): Update entries for Hongjiu
27808         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
27809
27810 2012-12-11  David S. Miller  <davem@davemloft.net>
27811
27812         * po/sv.po: Update from translation team.
27813
27814         * po/vi.po: Update from translation team.
27815
27816         * po/cs.po: Update from translation team.
27817
27818         * po/de.po: Update from translation team.
27819         * po/eo.po: Likewise.
27820         * po/nl.po: Likewise.
27821
27822 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27823
27824         [BZ #14246]
27825         * manual/argp.texi (Argp Helper Functions): Move node to follow
27826         Argp Parsing State.
27827
27828         [BZ #14872]
27829         * manual/conf.texi (Limits on File System Capacity): Mention if
27830         terminating null is included in the max size.
27831
27832 2012-12-10  Andreas Jaeger  <aj@suse.de>
27833
27834         * po/cs.po: Update from translation team.
27835
27836 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27837
27838         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27839         void pointer and cast to uintptr_t.
27840         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27841         path.
27842         * sysdeps/s390/s390-64/memcpy.S: Likewise.
27843         * sysdeps/s390/s390-64/memset.S: Likewise.
27844
27845 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
27846
27847         [BZ #14833]
27848         * menual/message.texi (Message Translation): Fix typos.
27849         (Helper programs for gettext): Likewise.
27850
27851 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
27852
27853         [BZ #14898]
27854         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27855         Change to -1.
27856
27857 2012-12-07  David S. Miller  <davem@davemloft.net>
27858
27859         * po/libc.pot: Update.
27860
27861 2012-12-07  Richard Henderson  <rth@redhat.com>
27862
27863         [BZ #10114]
27864         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27865         normal/normal case to before the switch.
27866         (_FP_DIV): Likewise.
27867
27868 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
27869             Mike Frysinger  <vapier@gentoo.org>
27870
27871         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27872         check for __NR_fadvise64_64.
27873
27874 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
27875
27876         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27877         0, not just to plain "0" as a statement.
27878         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27879         with cw.
27880
27881 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
27882
27883         * NEWS: Use sourceware.org in Bugzilla URL.
27884
27885 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
27886
27887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27888         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27889
27890         * stdio-common/tst-put-error.c (do_test): Add newline to the
27891         padded test to ensure flush.
27892
27893 2012-12-05  Jeff Law  <law@redhat.com>
27894
27895         * sunrpc/etc.rpc (fedfs_admin): Add entry.
27896
27897 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
27898
27899         * README: Don't refer to ports add-on as distributed separately.
27900         Mention AArch64 in list of systems supported in the ports add-on.
27901
27902         * LICENSES: Add more non-FSF copyright and license notices.
27903
27904         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27905         ((unused)).
27906
27907         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27908
27909         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27910         10000 as width of padded output.
27911
27912 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27913
27914         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27915
27916         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27917         variable LX with __attribute__ ((unused)).
27918         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27919         Likewise.
27920         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27921         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27922         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27923         with __attribute__ ((unused)).
27924
27925 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
27926
27927         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27928
27929 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
27930
27931         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27932         (CFLAGS-nldbl-acos.c): New variable.
27933         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27934         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27935         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27936         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27937         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27938         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27939         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27940         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27941         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27942         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27943         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27944         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27945         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27946         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27947         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27948         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27949         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27950         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27951         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27952         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27953         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27954         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27955         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27956         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27957         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27958         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27959         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27960         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27961         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27962         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27963         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27964         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27965         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27966         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27967         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27968         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27969         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27970         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27971         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27972         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27973         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27974         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27975         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27976         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27977         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27978         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27979         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27980         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27981         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27982         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27983         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27984         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27985         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27986         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27987         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27988         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27989         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27990         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
27991         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
27992         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
27993         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
27994         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
27995         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
27996         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
27997         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
27998         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
27999         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
28000         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
28001         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
28002         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
28003         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
28004         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
28005         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
28006         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
28007         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
28008         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
28009         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
28010         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
28011         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
28012         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
28013         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
28014         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
28015         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
28016         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
28017         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
28018         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
28019         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
28020         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
28021         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
28022         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
28023         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
28024         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
28025         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
28026         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
28027         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
28028         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
28029         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
28030
28031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28032         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28033
28034         [BZ #14914]
28035         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
28036         whole low double instead of just low 47 bits when splitting values
28037         into two parts.
28038
28039 2012-12-03  Allan McRae  <allan@archlinux.org>
28040
28041         * manual/stdio.texi (Predefined Printf Handlers): Remove
28042         @hsep and @vsep usage.
28043
28044 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
28045
28046         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
28047         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
28048
28049 2012-12-03  Jeff Law  <law@redhat.com>
28050
28051         * time/sys/time.h (settimeofday): Do not mark TV argument
28052         as __nonnull.
28053
28054 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
28055
28056         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
28057         when currently writing and seek to current position when not.
28058         * libio/Makefile (tests): Remove bug-fclose1.
28059         * libio/bug-fclose1.c: Delete.
28060
28061 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
28062
28063         * manual/arith.texi (feenableexcept): Fix typo.
28064         (fedisableexcept): Likewise.
28065
28066 2012-11-30  Roland McGrath  <roland@hack.frob.com>
28067
28068         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
28069         second, differently-typed declaration, rather than a cast.
28070
28071 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
28072
28073         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
28074         * include/rpc/svc.h: ... here.
28075
28076 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
28077
28078         [BZ #13013]
28079         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
28080         depending n and resplen2 to catch cases where answer
28081         equals answerp2.
28082
28083 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
28084
28085         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
28086         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
28087
28088 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
28089
28090         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
28091
28092 2012-11-29  Roland McGrath  <roland@hack.frob.com>
28093
28094         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
28095
28096 2012-11-28  Jeff Law  <law@redhat.com>
28097
28098         [BZ #13761]
28099         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28100         dataset_temporary.  Track alloca usage into alloca_used.
28101         If dataset is large allocate and release it via malloc/free.
28102
28103 2012-06-04  Florian Weimer  <fweimer@redhat.com>
28104
28105         [BZ #14197]
28106         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28107
28108 2012-11-28  David S. Miller  <davem@davemloft.net>
28109
28110         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28111
28112 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28113
28114         [BZ #14803]
28115         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28116         of pi/2 rounded to nearest to 64 bits.
28117         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28118         nearest to 64 bits.
28119         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28120         bits.
28121
28122 2012-11-28  Jeff Law <law@redhat.com>
28123             Martin Osvald <mosvald@redhat.com>
28124
28125         [BZ #14889]
28126         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
28127         * sunrpc/svc.c: Include time.h.
28128         (__svc_accept_failed): New function.
28129         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
28130         any reason other than EINTR, call __svc_accept_failed.
28131         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28132         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28133
28134 2012-11-28  Andreas Schwab  <schwab@suse.de>
28135
28136         * scripts/abilist.awk: Also handle indirect functions in .opd
28137         section.
28138
28139 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
28140
28141         [BZ #13881]
28142         * sysdeps/x86/fpu/powl_helper.c: New file.
28143         * sysdeps/x86/fpu/Makefile: Likewise.
28144         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
28145         (p3): New object.
28146         (__ieee754_powl): Use __powl_helper for finite arguments except
28147         integer exponents below 8.
28148         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28149         (p3): New object.
28150         (__ieee754_powl): Use __powl_helper for finite arguments except
28151         integer exponents below 8.
28152         * math/libm-test.inc (pow_test): Add more tests and enable some
28153         previously disabled tests.
28154         * sysdeps/i386/fpu/libm-test-ulps: Update.
28155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28156
28157 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28158             Carlos O'Donell  <carlos_odonell@mentor.com>
28159
28160         * nss/makedb.c (is_prime): Assert that input is odd and greater
28161         than 4.  Note that fact in a comment too.
28162         (next_prime): Add 4 to input.
28163
28164 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28165
28166         [BZ #11741]
28167         * libio/Makefile (tests): Add test case tst-fwrite-error.
28168         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28169         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28170         * libio/tst-fwrite-error.c: New test case.
28171
28172 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
28173
28174         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28175         before casting to void *.
28176         * include/libc-internal.h (__pointer_type): New macro.
28177         (__integer_if_pointer_type_sub): Likewise.
28178         (__integer_if_pointer_type): Likewise.
28179         (cast_to_integer): Likewise.
28180         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28181         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28182         before casting to atomic64_t.
28183         (atomic_exchange_acq): Likewise.
28184         (__arch_exchange_and_add_body): Likewise.
28185         (__arch_add_body): Likewise.
28186         (atomic_add_negative): Likewise.
28187         (atomic_add_zero): Likewise.
28188
28189 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
28190
28191         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28192         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28193         (add_fdes): Likewise.
28194         (linear_search_fdes): Likewise.
28195         (binary_search_unencoded_fdes): Likewise.
28196
28197 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
28198
28199         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28200
28201 2012-11-24  Adam Conrad  <adconrad@0c3.net>
28202
28203         * configure.in: Autodetect C++ header directories.
28204         * configure: Regenerated.
28205
28206 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
28207
28208         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28209
28210 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
28211
28212         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28213
28214 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
28215
28216         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28217         LDBL_MANT_DIG == 106]: Disable some tests.
28218         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28219         Likewise.
28220         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28221         Likewise.
28222
28223         [BZ #14871]
28224         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28225         input for small inputs.  Return +/- pi/2 for large inputs.
28226         * math/libm-test.inc (atan_test): Add more tests.
28227
28228         * sysdeps/generic/unwind-dw2-fde-glibc.c
28229         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28230         __attribute__ ((unused)).
28231
28232         [BZ #14645]
28233         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28234         x * y if x and y are nonzero and z is zero.
28235
28236         [BZ #14811]
28237         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28238         nonzero exponents with absolute value below 0x1p-117 to +/-
28239         0x1p-117.
28240
28241         [BZ #14869]
28242         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28243         up arguments below 2**-450, not just those below 2**-500.
28244         * math/libm-test.inc (hypot_test): Add another test.
28245
28246         [BZ #14868]
28247         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28248         Return a+b for ratio over 2**120, not 2**60.
28249         * math/libm-test.inc (hypot_test): Add another test.
28250
28251         * math/libm-test.inc (clog_test): Use
28252         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28253         (clog10_test): Likewise.
28254
28255         [BZ #6778]
28256         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28257
28258 2012-11-22  Andreas Schwab  <schwab@suse.de>
28259
28260         * sysdeps/i386/fpu/libm-test-ulps: Update.
28261
28262 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
28263
28264         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28265         printf output with newline.
28266
28267 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
28268
28269         [BZ #14865]
28270         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28271         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28272         -z nodlopen, -z initfirst and -z execstack support.
28273         * configure: Regenerated.
28274
28275         * elf/elf.h (DF_1_NODIRECT): New macro.
28276         (DF_1_IGNMULDEF): Likewise.
28277         (DF_1_NOKSYMS): Likewise.
28278         (DF_1_NOHDR): Likewise.
28279         (DF_1_EDITED): Likewise.
28280         (DF_1_NORELOC): Likewise.
28281         (DF_1_SYMINTPOSE): Likewise.
28282         (DF_1_GLOBAUDIT): Likewise.
28283         (DF_1_SINGLETON): Likewise.
28284         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28285         DT_1_SUPPORTED_MASK bits.
28286         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28287
28288 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
28289
28290         * sysdeps/unix/make-syscalls.sh: Document prefixes.
28291
28292 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
28293
28294         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28295         macro.
28296
28297         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28298         (sendmmsg): Move declarations...
28299         * socket/sys/socket.h: ... here.
28300         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28301         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28302         include it from...
28303         * socket/recvmmsg.c: ... this new file.
28304         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28305         (sendmmsg): Rename to __sendmmsg, create weak alias and make
28306         definition of __sendmmsg hidden.
28307         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28308         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28309         Move ENOSYS stub into and include it from...
28310         * socket/sendmmsg.c: ... this new file.
28311         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28312         (sysdep_routines): Move recvmmsg and sendmmsg...
28313         * socket/Makefile (routines): ... here.
28314         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28315         (GLIBC_PRIVATE): Add __sendmmsg.
28316         * include/sys/socket.h (__sendmmsg): Add declarations.
28317         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28318         sendmmsg.
28319
28320 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
28321
28322         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28323         variable I1 with __attribute__ ((unused)).
28324         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28325
28326 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28327
28328         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28329         DUMMY variables with __attribute__ ((unused)).
28330
28331         * bits/byteswap.h: Include <bits/types.h>.
28332         (__bswap_64): Use __uint64_t instead of unsigned long long int.
28333
28334 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28335
28336         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28337         string_t.  Do not manually set errno.
28338         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28339         length with __strnlen.  Make sure to both set errno and return it on
28340         failure.
28341
28342 2012-11-19  David S. Miller  <davem@davemloft.net>
28343
28344         With help from Joseph Myers.
28345         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28346         very large arguments properly.
28347         * math/libm-test.inc (atan_test): New tests.
28348         (atan2_test): New tests.
28349         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28350         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28351
28352 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
28353
28354         [BZ #14856]
28355         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28356         Define to 3.
28357
28358         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28359         [POSIX] (EADDRNOTAVAIL): Likewise.
28360         [POSIX] (EAFNOSUPPORT): Likewise.
28361         [POSIX] (EALREADY): Likewise.
28362         [POSIX] (ECONNABORTED): Likewise.
28363         [POSIX] (ECONNREFUSED): Likewise.
28364         [POSIX] (ECONNRESET): Likewise.
28365         [POSIX] (EDESTADDRREQ): Likewise.
28366         [POSIX] (EDQUOT): Likewise.
28367         [POSIX] (EHOSTUNREACH): Likewise.
28368         [POSIX] (EIDRM): Likewise.
28369         [POSIX] (EISCONN): Likewise.
28370         [POSIX] (ELOOP): Likewise.
28371         [POSIX] (EMULTIHOP): Likewise.
28372         [POSIX] (ENETDOWN): Likewise.
28373         [POSIX] (ENETUNREACH): Likewise.
28374         [POSIX] (ENOBUFS): Likewise.
28375         [POSIX] (ENODATA): Likewise.
28376         [POSIX] (ENOLINK): Likewise.
28377         [POSIX] (ENOMSG): Likewise.
28378         [POSIX] (ENOPROTOOPT): Likewise.
28379         [POSIX] (ENOSR): Likewise.
28380         [POSIX] (ENOSTR): Likewise.
28381         [POSIX] (ENOTCONN): Likewise.
28382         [POSIX] (ENOTSOCK): Likewise.
28383         [POSIX] (EOPNOTSUPP): Likewise.
28384         [POSIX] (EOVERFLOW): Likewise.
28385         [POSIX] (EPROTO): Likewise.
28386         [POSIX] (EPROTONOSUPPORT): Likewise.
28387         [POSIX] (EPROTOTYPE): Likewise.
28388         [POSIX] (ESTALE): Likewise.
28389         [POSIX] (ETIME): Likewise.
28390         [POSIX] (ETXTBSY): Likewise.
28391         [POSIX] (EWOULDBLOCK): Likewise.
28392         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28393         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28394         [POSIX] (SEEK_CUR): Likewise.
28395         [POSIX] (SEEK_END): Likewise.
28396         [POSIX || UNIX98] (mode_t): Do not require.
28397         [POSIX] (off_t): Likewise.
28398         [POSIX] (pid_t): Likewise.
28399         [POSIX] (sys/stat.h): Do not allow header.
28400         [POSIX] (unistd.h): Likewise.
28401         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28402         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28403         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28404         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28405         require.
28406         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28407         sigevent): Specify elements.
28408         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28409         entry.
28410         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28411         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28412
28413         * conform/data/cpio.h-data [POSIX]: Disable whole file.
28414         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28415         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28416         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28417         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28418         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28419         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28420         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28421         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28422         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28423         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28424         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28425         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28426         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28427         Likewise.
28428         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28429         Likewise.
28430         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28431         Likewise.
28432         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28433         Likewise.
28434         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28435         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28436         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28437         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28438         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28439         Specify lower bound on value.
28440         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28441         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28442         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28443         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28444         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28445         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28446         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28447         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28448         value.
28449         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28450         as optional.
28451         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28452         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28453         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28454         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28455         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28456         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28457         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28458         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28459         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28460         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28461         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28462         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28463         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28464         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28465         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28466         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28467         entry.
28468         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28469         optional.
28470         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28471         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28472         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28473         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28474         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28475         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28476         Likewise.
28477         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28478         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28479         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28480         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28481         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
28482         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28483         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28484         as optional.
28485         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28486         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28487         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28488         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28489         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28490         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28491         specify as optional.
28492         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28493         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28494         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28495         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28496         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28497         [XPG3] (NL_LANGMAX): Likewise.
28498         [POSIX || XPG3] (NL_MSGMAX): Likewise.
28499         [POSIX || XPG3] (NL_NMAX): Likewise.
28500         [POSIX || XPG3] (NL_SETMAX): Likewise.
28501         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28502         [XPG3] (NZERO): Likewise.
28503         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28504         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28505         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28506         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28507         (REG_ERANGE): Expect.
28508         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28509         optional-constant.
28510         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28511         Use (void) in prototype.
28512         [POSIX] (*_t): Allow.
28513         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28514         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28515         (WRDE_BADVAL): Expect.
28516
28517         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28518         expect.
28519         [XPG3 || XPG4] (O_RSYNC): Likewise.
28520         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28521         Likewise.
28522         [XPG3 || XPG4] (pthread_sigmask): Likewise.
28523         [XPG3 || XPG4] (sigqueue): Likewise.
28524         [XPG3 || XPG4] (sigtimedwait): Likewise.
28525         [XPG3 || XPG4] (sigwaitinfo): Likewise.
28526         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
28527         [XPG3 || XPG4] (vsnprintf): Likewise.
28528         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
28529         Likewise.
28530         [XPG3 || XPG4] (blksize_t): Likewise.
28531         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
28532         Likewise.
28533         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
28534         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
28535         [XPG3 || XPG4] (struct itimerspec): Likewise.
28536         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
28537         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
28538         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
28539         [XPG3 || XPG4] (clockid_t): Likewise.
28540         [XPG3 || XPG4] (timer_t): Likewise.
28541         [XPG3 || XPG4] (clock_getres): Likewise.
28542         [XPG3 || XPG4] (clock_gettime): Likewise.
28543         [XPG3 || XPG4] (clock_settime): Likewise.
28544         [XPG3 || XPG4] (nanosleep): Likewise.
28545         [XPG3 || XPG4] (timer_create): Likewise.
28546         [XPG3 || XPG4] (timer_delete): Likewise.
28547         [XPG3 || XPG4] (timer_gettime): Likewise.
28548         [XPG3 || XPG4] (timer_getoverrun): Likewise.
28549         [XPG3 || XPG4] (timer_settime): Likewise.
28550         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
28551         [XPG3 || XPG4] (getlogin_r): Likewise.
28552         [XPG3 || XPG4] (pread): Likewise.
28553         [XPG3 || XPG4] (pthread_atfork): Likewise.
28554         [XPG3 || XPG4] (pwrite): Likewise.
28555
28556         [BZ #14835]
28557         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
28558         <bits/siginfo.h>.
28559
28560 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
28561
28562         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
28563         finalizing MALLSTREAM.
28564
28565         * sysdeps/mach/hurd/syncfs.c: New file.
28566
28567 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28568
28569         [BZ #14719]
28570         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
28571         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
28572         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
28573         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
28574         (_nss_dns_gethostbyname4_r): Likewise.
28575         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
28576         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28577
28578 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
28579
28580         [BZ #13763]
28581         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
28582
28583 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
28584
28585         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
28586         * elf/cache.c (print_entry): Print ",AArch64" for
28587         FLAG_AARCH64_LIB64
28588
28589         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
28590         * elf/cache.c (print_entry): Print ",hard-float" for
28591         FLAG_ARM_LIBHF.
28592
28593 2012-11-18  David S. Miller  <davem@davemloft.net>
28594
28595         With help from Joseph Myers.
28596         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
28597         cutoff to 2**-13.
28598         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
28599         cutoff to 2**-25.
28600         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
28601         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
28602         small.
28603         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
28604         * math/libm-test.inc (y0_test): New tests.
28605         (y1_test): New tests.
28606         * sysdeps/i386/fpu/libm-test-ulps: Update.
28607         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28608         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28609
28610 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
28611
28612         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
28613         64-bit targets.
28614         * configure: Regenerated.
28615
28616 2012-11-17  David S. Miller  <davem@davemloft.net>
28617
28618         [BZ #14811]
28619         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
28620         nonzero exponents with absolute value below 0x1p-128 to +/-
28621         0x1p-128.
28622
28623 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
28624
28625         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
28626
28627         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
28628
28629         * posix/getconf-speclist.c: New file.
28630         * posix/posix-envs.def: Likewise.
28631         * posix/confstr.c (START_ENV_GROUP): New macro.
28632         (END_ENV_GROUP): Likewise.
28633         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28634         (KNOWN_PRESENT_ENV_STRING): Likewise.
28635         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28636         (UNKNOWN_ENVIRONMENT): Likewise.
28637         (confstr): Include posix-envs.def instead of handling
28638         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
28639         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
28640         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
28641         (END_ENV_GROUP): Likewise.
28642         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28643         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28644         (UNKNOWN_ENVIRONMENT): Likewise.
28645         (__sysconf): Include posix-envs.def instead of handling associated
28646         cases directly here.
28647         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
28648         preprocessing getconf-speclist.c rather than running getconf or
28649         generating empty file.
28650
28651 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
28652
28653         * scripts/check-local-headers.sh: Ignore 'mach' headers.
28654
28655 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
28656
28657         [BZ #14672]
28658         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
28659
28660 2012-11-16  David S. Miller  <davem@davemloft.net>
28661
28662         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
28663         smaller than LDBL_EPSILON/2.0L, just return xm1.
28664
28665 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
28666
28667         * elf/tst-array1.c (init): Set constructor priority to 1000.
28668         (fini): Set destructor priority to 1000.
28669         * elf/tst-array2dep.c: Likewise.
28670
28671 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28672
28673         [BZ #11741]
28674         * libio/fileops.c (_IO_new_file_write): Correctly return error.
28675         (_IO_new_file_xsputn): Also return EOF if none of the input
28676         data was written when overflow failed.
28677         * libio/iopadn.c (_IO_padn): Likewise.
28678         * libio/iowpadn.c (_IO_wpadn): Likewise.
28679         * stdio-common/tst-put-error.c: Add copyright notice.
28680         (do_test): Add case for printing padded string.
28681         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
28682         _IO_padn returned error.
28683         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
28684         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
28685         return EOF.
28686
28687 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
28688
28689         * libio/libioP.h: Add comment note that the references to C++
28690         bits are now obsolete.
28691
28692 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28693
28694         * math/libm-test.inc (check_complex): Use asprintf.
28695
28696 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
28697
28698         * debug/pcprofiledump.c (print_version): Update copyright year.
28699         * malloc/memusagestat.c (print_version): Likewise.
28700
28701 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
28702
28703         [BZ #14831]
28704         * elf/Makefile (tests): Add tst-audit8.
28705         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
28706         ($(objpfx)tst-audit8.out): New target.
28707         (tst-audit8-ENV): New variable.
28708         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
28709         audit if l_reloc_result is NULL.
28710         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
28711         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
28712         * elf/tst-audit8.c: New file.
28713
28714 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28715
28716         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
28717         * misc/Makefile (CFLAGS-select.c): Define.
28718         * posix/Makefile (CFLAGS-pause.c): Define.
28719
28720 2012-11-13  David S. Miller  <davem@davemloft.net>
28721
28722         * crypt/Makefile: Move test targets after toplevel Rules
28723         inclusion.  Grab any necessary sysdep routines when linking.
28724         * crypt/md5.c (md5_process_block): Remove define, we will always
28725         name it __md5_process_block.
28726         (md5_finish_ctx): Update md5_process_block call.
28727         (md5_stream): Likewise.
28728         (md5_process_bytes): Likewise.
28729         (md5_process_block): Rename to __md5_process_block and move to ...
28730         * crypt/md5-block.c: ... here.
28731         * crypt/sha256.c (sha256_process_block): Move to ...
28732         * crypt/sha256-block.c: ... here.
28733         * crypt/sha512.c (sha512_process_block): Move to ...
28734         * crypt/sha512-block.c: ... here.
28735         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
28736         path.
28737         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
28738         * sysdeps/sparc/sparc64/multiarch/Makefile
28739         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
28740         crypt subdir.
28741         (localedef-aux): Add md5 crypto assembler when in locale subdir.
28742         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
28743         multiarch changes.
28744         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
28745         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
28746         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
28747         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
28748         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
28749         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
28750         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
28751         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
28752         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
28753         file.
28754         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
28755         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
28756         file.
28757         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
28758
28759 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
28760
28761         * timezone/tzselect.ksh: Update from tzcode git revision
28762         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
28763         * timezone/zdump.c: Likewise.
28764         * timezone/zic.c: Likewise.
28765         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
28766         in TZVERSION setting, not $(PKGVERSION).
28767         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
28768         REPORT_BUGS_TO settings.
28769
28770         [BZ #14838]
28771         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28772         macro.
28773
28774 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28775
28776         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28777         detection to immediately after _FP_ROUND().
28778         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
28779         bits are 0.
28780
28781 2012-11-11  David S. Miller  <davem@davemloft.net>
28782
28783         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
28784         inttypes.h
28785         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
28786         __close rather than their public counterparts.
28787
28788 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
28789
28790         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
28791         file.
28792         [UNIX98] (sem_timedwait): Do not expect.
28793         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
28794         [XPG4 || UNIX98] (sockatmark): Do not expect.
28795         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
28796         (clock_getcpuclockid): Do not expect.
28797         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
28798         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
28799         Do not expect.
28800         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
28801         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
28802         [UNIX98] (vwscanf): Likewise.
28803         [UNIX98] (vswscanf): Likewise.
28804
28805 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
28806
28807         * timezone/version.h: Remove file.
28808         * timezone/README: Do not refer to version.h.
28809         * timezone/Makefile ($(objpfx)zic.o): New dependency on
28810         $(objpfx)version.h.
28811         ($(objpfx)zdump.o): Likewise.
28812         ($(objpfx)version.h): New target.
28813
28814         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
28815         2012i.
28816         * timezone/README: Don't mention modification to tzselect.ksh.
28817         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28818         work on unmodified tzselect.ksh.  Substitute version numbers in
28819         tzselect.ksh.
28820
28821         * Makefile (format-me): Remove.
28822         (INSTALL): Adjust indentation.  Use commands directly instead of
28823         using $(format-me).
28824
28825         * aclocal.m4 (ACX_PKGVERSION): New macro.
28826         (ACX_BUGURL): Likewise.
28827         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28828         (PKGVERSION): New AC_DEFINE_UNQUOTED.
28829         (REPORT_BUGS_TO): Likewise.
28830         * configure: Regenerated.
28831         * config.h.in (PKGVERSION): New macro.
28832         (REPORT_BUGS_TO): Likewise.
28833         * config.make.in (PKGVERSION): New variable.
28834         (PKGVERSION_TEXI): Likewise.
28835         (REPORT_BUGS_TO): Likewise.
28836         (REPORT_BUGS_TEXI): Likewise.
28837         * Makefile (format-me): Use -I$(common-objpfx)manual.
28838         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28839         ($(common-objpfx)manual/%): New target.
28840         (manual/%): Remove target.
28841         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28842         (print_version): Use PKGVERSION.
28843         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28844         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28845         and REPORT_BUGS_TO.
28846         ($(objpfx)xtrace): Likewise.
28847         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28848         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28849         (print_version): Use PKGVERSION.
28850         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28851         (do_version): Use PKGVERSION.
28852         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28853         REPORT_BUGS_TO.
28854         (common-ldd-rewrite): Likewise.
28855         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28856         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28857         (print_version): Use PKGVERSION.
28858         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28859         * elf/pldd.c (argp_program_bug_address): Remove variable.
28860         (more_help): New function.
28861         (argp): Use more_help.
28862         (print_version): Use PKGVERSION.
28863         * elf/sln.c (main): Use PKGVERSION.
28864         (usage): Use REPORT_BUGS_TO.
28865         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28866         (top level): Use PKGVERSION.
28867         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28868         (print_version): Use PKGVERSION.
28869         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28870         (print_version): Use PKGVERSION.
28871         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28872         (print_version): Use PKGVERSION.
28873         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28874         (print_version): Use PKGVERSION.
28875         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28876         (print_version): Use PKGVERSION.
28877         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28878         (print_version): Use PKGVERSION.
28879         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28880         and BUGURL.
28881         ($(objpfx)memusage): Likewise.
28882         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28883         (do_version): Use PKGVERSION.
28884         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28885         (print_version): Use PKGVERSION.
28886         * malloc/mtrace.pl ($PACKAGE): Remove variable.
28887         ($PKGVERSION): New variable.
28888         ($REPORT_BUGS_TO): Likewise.
28889         (usage): Use $REPORT_BUGS_TO.
28890         (top level): Use $PKGVERSION.
28891         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28892         ($(objpfx)pkgvers.texi): New rule.
28893         ($(objpfx)stamp-pkgvers): Likewise.
28894         * manual/install.texi: Include pkgvers.texi.
28895         (--with-pkgversion): Document new configure option.
28896         (--with-bugurl): Likewise.
28897         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28898         than necessarily for this particular distribution.  Use
28899         REPORT_BUGS_TO for where to report bugs.
28900         * INSTALL: Regenerated.
28901         * manual/libc.texinfo: Include pkgvers.texi.
28902         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28903         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28904         (print_version): Use PKGVERSION.
28905         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28906         (print_version): Use PKGVERSION.
28907         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28908         (print_version): Use PKGVERSION.
28909         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28910         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28911         macro.
28912         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28913         (print_version): Use PKGVERSION.
28914         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28915         (print_version): Use PKGVERSION.
28916         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28917         and PKGVERSION.
28918
28919         * timezone/checktab.awk: Update from tzcode 2012i.
28920         * timezone/ialloc.c: Likewise.
28921         * timezone/private.h: Likewise.
28922         * timezone/scheck.c: Likewise.
28923         * timezone/tzfile.h: Likewise.
28924         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28925         (TZVERSION): Hardcode tzcode version number.
28926         * timezone/zdump.c: Update from tzcode 2012i.
28927         * timezone/zic.c: Likewise.
28928         * timezone/version.h: New file.
28929         * timezone/README: Describe version.h.  Update upstream location.
28930
28931         [BZ #14824]
28932         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28933         (mktemp): Enable declaration.
28934         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28935         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28936         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28937         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28938         Likewise.
28939         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28940         Likewise.
28941         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28942         Likewise.
28943         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28944         Likewise.
28945         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28946         Likewise.
28947         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28948         Likewise.
28949
28950         [BZ #14821]
28951         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28952         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
28953         for copies of such integer values.
28954         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28955         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28956
28957 2012-11-09  Andreas Jaeger  <aj@suse.de>
28958
28959         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28960         definitions and declarations that are provided by
28961         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28962
28963 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28964
28965         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
28966         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28967         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28968         definition.
28969
28970 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28971
28972         * elf/elf.h: Update comment before AArch64 relocations.
28973
28974 2012-11-07  David S. Miller  <davem@davemloft.net>
28975
28976         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28977         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28978         (__start_context): Declare.
28979         (__makecontext_ret): Delete.
28980         (__makecontext): Hook up __start_context instead of
28981         __makecontext_ret.
28982         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28983         (sysdep_routines): Add __start_context when in stdlib.
28984
28985 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28986
28987         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28988         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28989         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
28990         hardcoded "nm".
28991         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
28992         (READELF): New variable.  Use it instead of hardcoded "readelf".
28993
28994 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
28995
28996         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
28997         * sysdeps/x86/Makefile: Here.
28998         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
28999         * sysdeps/x86/tst-xmmymm.sh: This.
29000
29001 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29002
29003         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
29004         expectations.
29005         [UNIX98] (pthread_barrier_t): Do not expect.
29006         [UNIX98] (pthread_barrierattr_t): Likewise.
29007         [UNIX98] (pthread_spinlock_t): Likewise.
29008         [UNIX98] (pthread_barrier_destroy): Likewise.
29009         [UNIX98] (pthread_barrier_init): Likewise.
29010         [UNIX98] (pthread_barrier_wait): Likewise.
29011         [UNIX98] (pthread_barrierattr_destroy): Likewise.
29012         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
29013         [UNIX98] (pthread_barrierattr_init): Likewise.
29014         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
29015         [UNIX98] (pthread_getcpuclockid): Likewise.
29016         [UNIX98] (pthread_mutex_timedlock): Likewise.
29017         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
29018         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
29019         [UNIX98] (pthread_sigmask): Likewise.
29020         [UNIX98] (pthread_spin_destroy): Likewise.
29021         [UNIX98] (pthread_spin_init): Likewise.
29022         [UNIX98] (pthread_spin_lock): Likewise.
29023         [UNIX98] (pthread_spin_trylock): Likewise.
29024         [UNIX98] (pthread_spin_unlock): Likewise.
29025         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
29026         Do not expect.
29027         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
29028         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
29029         [XPG3 || XPG4] (pthread_cond_t): Likewise.
29030         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
29031         [XPG3 || XPG4] (pthread_key_t): Likewise.
29032         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
29033         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
29034         [XPG3 || XPG4] (pthread_once_t): Likewise.
29035         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
29036         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
29037         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
29038         [XPG3 || XPG4] (pthread_t): Likewise.
29039
29040         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
29041         not expect.
29042         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
29043
29044         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
29045         Change function return type to int.
29046
29047         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
29048         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
29049         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
29050         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
29051         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
29052         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
29053         [!POSIX] (posix_madvise): Likewise.
29054         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
29055         && !UNIX98].
29056         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
29057         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
29058         (mode_t): Likewise.
29059         (posix_mem_offset): Likewise.
29060         (posix_typed_mem_get_info): Likewise.
29061         (posix_typed_mem_open): Likewise.
29062
29063         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
29064         Change condition to [XOPEN2K8].
29065
29066         * conform/conformtest.pl: Preprocess allow-header data with -x c
29067         instead of from stdin.
29068         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
29069         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
29070         [C99-based standards] (cerfc): Likewise.
29071         [C99-based standards] (cexp2): Likewise.
29072         [C99-based standards] (cexpm1): Likewise.
29073         [C99-based standards] (clog10): Likewise.
29074         [C99-based standards] (clog1p): Likewise.
29075         [C99-based standards] (clog2): Likewise.
29076         [C99-based standards] (clgamma): Likewise.
29077         [C99-based standards] (ctgamma): Likewise.
29078         [C99-based standards] (cerff): Likewise.
29079         [C99-based standards] (cerfcf): Likewise.
29080         [C99-based standards] (cexp2f): Likewise.
29081         [C99-based standards] (cexpm1f): Likewise.
29082         [C99-based standards] (clog10f): Likewise.
29083         [C99-based standards] (clog1pf): Likewise.
29084         [C99-based standards] (clog2f): Likewise.
29085         [C99-based standards] (clgammaf): Likewise.
29086         [C99-based standards] (ctgammaf): Likewise.
29087         [C99-based standards] (cerfl): Likewise.
29088         [C99-based standards] (cerfcl): Likewise.
29089         [C99-based standards] (cexp2l): Likewise.
29090         [C99-based standards] (cexpm1l): Likewise.
29091         [C99-based standards] (clog10l): Likewise.
29092         [C99-based standards] (clog1pl): Likewise.
29093         [C99-based standards] (clog2l): Likewise.
29094         [C99-based standards] (clgammal): Likewise.
29095         [C99-based standards] (ctgammal): Likewise.
29096         * conform/data/inttypes.h-data [C99-based standards]: Include
29097         stdint.h-data.  Remove all expectations for stdint.h contents.
29098         [C99-based standards] (PRI*): Do not allow.
29099         [C99-based standards] (SCN*): Likewise.
29100         [C99-based standards] (*_t): Likewise.
29101         [C99-based-standards] (PRId8): Expect macro.
29102         [C99-based-standards] (PRIi8): Likewise.
29103         [C99-based-standards] (PRIo8): Likewise.
29104         [C99-based-standards] (PRIu8): Likewise.
29105         [C99-based-standards] (PRIx8): Likewise.
29106         [C99-based-standards] (PRIX8): Likewise.
29107         [C99-based-standards] (SCNd8): Likewise.
29108         [C99-based-standards] (SCNi8): Likewise.
29109         [C99-based-standards] (SCNo8): Likewise.
29110         [C99-based-standards] (SCNu8): Likewise.
29111         [C99-based-standards] (SCNx8): Likewise.
29112         [C99-based-standards] (PRIdLEAST8): Likewise.
29113         [C99-based-standards] (PRIiLEAST8): Likewise.
29114         [C99-based-standards] (PRIoLEAST8): Likewise.
29115         [C99-based-standards] (PRIuLEAST8): Likewise.
29116         [C99-based-standards] (PRIxLEAST8): Likewise.
29117         [C99-based-standards] (PRIXLEAST8): Likewise.
29118         [C99-based-standards] (SCNdLEAST8): Likewise.
29119         [C99-based-standards] (SCNiLEAST8): Likewise.
29120         [C99-based-standards] (SCNoLEAST8): Likewise.
29121         [C99-based-standards] (SCNuLEAST8): Likewise.
29122         [C99-based-standards] (SCNxLEAST8): Likewise.
29123         [C99-based-standards] (PRIdFAST8): Likewise.
29124         [C99-based-standards] (PRIiFAST8): Likewise.
29125         [C99-based-standards] (PRIoFAST8): Likewise.
29126         [C99-based-standards] (PRIuFAST8): Likewise.
29127         [C99-based-standards] (PRIxFAST8): Likewise.
29128         [C99-based-standards] (PRIXFAST8): Likewise.
29129         [C99-based-standards] (SCNdFAST8): Likewise.
29130         [C99-based-standards] (SCNiFAST8): Likewise.
29131         [C99-based-standards] (SCNoFAST8): Likewise.
29132         [C99-based-standards] (SCNuFAST8): Likewise.
29133         [C99-based-standards] (SCNxFAST8): Likewise.
29134         [C99-based-standards] (PRId16): Likewise.
29135         [C99-based-standards] (PRIi16): Likewise.
29136         [C99-based-standards] (PRIo16): Likewise.
29137         [C99-based-standards] (PRIu16): Likewise.
29138         [C99-based-standards] (PRIx16): Likewise.
29139         [C99-based-standards] (PRIX16): Likewise.
29140         [C99-based-standards] (SCNd16): Likewise.
29141         [C99-based-standards] (SCNi16): Likewise.
29142         [C99-based-standards] (SCNo16): Likewise.
29143         [C99-based-standards] (SCNu16): Likewise.
29144         [C99-based-standards] (SCNx16): Likewise.
29145         [C99-based-standards] (PRIdLEAST16): Likewise.
29146         [C99-based-standards] (PRIiLEAST16): Likewise.
29147         [C99-based-standards] (PRIoLEAST16): Likewise.
29148         [C99-based-standards] (PRIuLEAST16): Likewise.
29149         [C99-based-standards] (PRIxLEAST16): Likewise.
29150         [C99-based-standards] (PRIXLEAST16): Likewise.
29151         [C99-based-standards] (SCNdLEAST16): Likewise.
29152         [C99-based-standards] (SCNiLEAST16): Likewise.
29153         [C99-based-standards] (SCNoLEAST16): Likewise.
29154         [C99-based-standards] (SCNuLEAST16): Likewise.
29155         [C99-based-standards] (SCNxLEAST16): Likewise.
29156         [C99-based-standards] (PRIdFAST16): Likewise.
29157         [C99-based-standards] (PRIiFAST16): Likewise.
29158         [C99-based-standards] (PRIoFAST16): Likewise.
29159         [C99-based-standards] (PRIuFAST16): Likewise.
29160         [C99-based-standards] (PRIxFAST16): Likewise.
29161         [C99-based-standards] (PRIXFAST16): Likewise.
29162         [C99-based-standards] (SCNdFAST16): Likewise.
29163         [C99-based-standards] (SCNiFAST16): Likewise.
29164         [C99-based-standards] (SCNoFAST16): Likewise.
29165         [C99-based-standards] (SCNuFAST16): Likewise.
29166         [C99-based-standards] (SCNxFAST16): Likewise.
29167         [C99-based-standards] (PRId32): Likewise.
29168         [C99-based-standards] (PRIi32): Likewise.
29169         [C99-based-standards] (PRIo32): Likewise.
29170         [C99-based-standards] (PRIu32): Likewise.
29171         [C99-based-standards] (PRIx32): Likewise.
29172         [C99-based-standards] (PRIX32): Likewise.
29173         [C99-based-standards] (SCNd32): Likewise.
29174         [C99-based-standards] (SCNi32): Likewise.
29175         [C99-based-standards] (SCNo32): Likewise.
29176         [C99-based-standards] (SCNu32): Likewise.
29177         [C99-based-standards] (SCNx32): Likewise.
29178         [C99-based-standards] (PRIdLEAST32): Likewise.
29179         [C99-based-standards] (PRIiLEAST32): Likewise.
29180         [C99-based-standards] (PRIoLEAST32): Likewise.
29181         [C99-based-standards] (PRIuLEAST32): Likewise.
29182         [C99-based-standards] (PRIxLEAST32): Likewise.
29183         [C99-based-standards] (PRIXLEAST32): Likewise.
29184         [C99-based-standards] (SCNdLEAST32): Likewise.
29185         [C99-based-standards] (SCNiLEAST32): Likewise.
29186         [C99-based-standards] (SCNoLEAST32): Likewise.
29187         [C99-based-standards] (SCNuLEAST32): Likewise.
29188         [C99-based-standards] (SCNxLEAST32): Likewise.
29189         [C99-based-standards] (PRIdFAST32): Likewise.
29190         [C99-based-standards] (PRIiFAST32): Likewise.
29191         [C99-based-standards] (PRIoFAST32): Likewise.
29192         [C99-based-standards] (PRIuFAST32): Likewise.
29193         [C99-based-standards] (PRIxFAST32): Likewise.
29194         [C99-based-standards] (PRIXFAST32): Likewise.
29195         [C99-based-standards] (SCNdFAST32): Likewise.
29196         [C99-based-standards] (SCNiFAST32): Likewise.
29197         [C99-based-standards] (SCNoFAST32): Likewise.
29198         [C99-based-standards] (SCNuFAST32): Likewise.
29199         [C99-based-standards] (SCNxFAST32): Likewise.
29200         [C99-based-standards] (PRId64): Likewise.
29201         [C99-based-standards] (PRIi64): Likewise.
29202         [C99-based-standards] (PRIo64): Likewise.
29203         [C99-based-standards] (PRIu64): Likewise.
29204         [C99-based-standards] (PRIx64): Likewise.
29205         [C99-based-standards] (PRIX64): Likewise.
29206         [C99-based-standards] (SCNd64): Likewise.
29207         [C99-based-standards] (SCNi64): Likewise.
29208         [C99-based-standards] (SCNo64): Likewise.
29209         [C99-based-standards] (SCNu64): Likewise.
29210         [C99-based-standards] (SCNx64): Likewise.
29211         [C99-based-standards] (PRIdLEAST64): Likewise.
29212         [C99-based-standards] (PRIiLEAST64): Likewise.
29213         [C99-based-standards] (PRIoLEAST64): Likewise.
29214         [C99-based-standards] (PRIuLEAST64): Likewise.
29215         [C99-based-standards] (PRIxLEAST64): Likewise.
29216         [C99-based-standards] (PRIXLEAST64): Likewise.
29217         [C99-based-standards] (SCNdLEAST64): Likewise.
29218         [C99-based-standards] (SCNiLEAST64): Likewise.
29219         [C99-based-standards] (SCNoLEAST64): Likewise.
29220         [C99-based-standards] (SCNuLEAST64): Likewise.
29221         [C99-based-standards] (SCNxLEAST64): Likewise.
29222         [C99-based-standards] (PRIdFAST64): Likewise.
29223         [C99-based-standards] (PRIiFAST64): Likewise.
29224         [C99-based-standards] (PRIoFAST64): Likewise.
29225         [C99-based-standards] (PRIuFAST64): Likewise.
29226         [C99-based-standards] (PRIxFAST64): Likewise.
29227         [C99-based-standards] (PRIXFAST64): Likewise.
29228         [C99-based-standards] (SCNdFAST64): Likewise.
29229         [C99-based-standards] (SCNiFAST64): Likewise.
29230         [C99-based-standards] (SCNoFAST64): Likewise.
29231         [C99-based-standards] (SCNuFAST64): Likewise.
29232         [C99-based-standards] (SCNxFAST64): Likewise.
29233         [C99-based-standards] (PRIdMAX): Likewise.
29234         [C99-based-standards] (PRIiMAX): Likewise.
29235         [C99-based-standards] (PRIoMAX): Likewise.
29236         [C99-based-standards] (PRIuMAX): Likewise.
29237         [C99-based-standards] (PRIxMAX): Likewise.
29238         [C99-based-standards] (PRIXMAX): Likewise.
29239         [C99-based-standards] (SCNdMAX): Likewise.
29240         [C99-based-standards] (SCNiMAX): Likewise.
29241         [C99-based-standards] (SCNoMAX): Likewise.
29242         [C99-based-standards] (SCNuMAX): Likewise.
29243         [C99-based-standards] (SCNxMAX): Likewise.
29244         [C99-based-standards] (PRIdPTR): Likewise.
29245         [C99-based-standards] (PRIiPTR): Likewise.
29246         [C99-based-standards] (PRIoPTR): Likewise.
29247         [C99-based-standards] (PRIuPTR): Likewise.
29248         [C99-based-standards] (PRIxPTR): Likewise.
29249         [C99-based-standards] (PRIXPTR): Likewise.
29250         [C99-based-standards] (SCNdPTR): Likewise.
29251         [C99-based-standards] (SCNiPTR): Likewise.
29252         [C99-based-standards] (SCNoPTR): Likewise.
29253         [C99-based-standards] (SCNuPTR): Likewise.
29254         [C99-based-standards] (SCNxPTR): Likewise.
29255         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29256         allow.
29257         * conform/data/stdint.h-data: Update comments to clarify
29258         requirements.
29259         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
29260         type.
29261         [C99-based standards] (INT8_MAX): Likewise.
29262         [C99-based standards] (INT16_MIN): Likewise.
29263         [C99-based standards] (INT16_MAX): Likewise.
29264         [C99-based standards] (INT32_MIN): Likewise.
29265         [C99-based standards] (INT32_MAX): Likewise.
29266         [C99-based standards] (INT64_MIN): Likewise.
29267         [C99-based standards] (INT64_MAX): Likewise.
29268         [C99-based standards] (UINT8_MAX): Likewise.
29269         [C99-based standards] (UINT16_MAX): Likewise.
29270         [C99-based standards] (UINT32_MAX): Likewise.
29271         [C99-based standards] (UINT64_MAX): Likewise.
29272         [C99-based standards] (INT_LEAST8_MIN): Likewise.
29273         [C99-based standards] (INT_LEAST8_MAX): Likewise.
29274         [C99-based standards] (INT_LEAST16_MIN): Likewise.
29275         [C99-based standards] (INT_LEAST16_MAX): Likewise.
29276         [C99-based standards] (INT_LEAST32_MIN): Likewise.
29277         [C99-based standards] (INT_LEAST32_MAX): Likewise.
29278         [C99-based standards] (INT_LEAST64_MIN): Likewise.
29279         [C99-based standards] (INT_LEAST64_MAX): Likewise.
29280         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29281         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29282         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29283         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29284         [C99-based standards] (INT_FAST8_MIN): Likewise.
29285         [C99-based standards] (INT_FAST8_MAX): Likewise.
29286         [C99-based standards] (INT_FAST16_MIN): Likewise.
29287         [C99-based standards] (INT_FAST16_MAX): Likewise.
29288         [C99-based standards] (INT_FAST32_MIN): Likewise.
29289         [C99-based standards] (INT_FAST32_MAX): Likewise.
29290         [C99-based standards] (INT_FAST64_MIN): Likewise.
29291         [C99-based standards] (INT_FAST64_MAX): Likewise.
29292         [C99-based standards] (UINT_FAST8_MAX): Likewise.
29293         [C99-based standards] (UINT_FAST16_MAX): Likewise.
29294         [C99-based standards] (UINT_FAST32_MAX): Likewise.
29295         [C99-based standards] (UINT_FAST64_MAX): Likewise.
29296         [C99-based standards] (INTPTR_MIN): Likewise.
29297         [C99-based standards] (INTPTR_MAX): Likewise.
29298         [C99-based standards] (UINTPTR_MAX): Likewise.
29299         [C99-based standards] (INTMAX_MIN): Likewise.
29300         [C99-based standards] (INTMAX_MAX): Likewise.
29301         [C99-based standards] (UINTMAX_MAX): Likewise.
29302         [C99-based standards] (PTRDIFF_MIN): Likewise.
29303         [C99-based standards] (PTRDIFF_MAX): Likewise.
29304         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29305         [C99-based standards] (SIZE_MAX): Likewise.
29306         [C99-based standards] (WCHAR_MAX): Likewise.
29307         [C99-based standards] (WINT_MAX): Likewise.
29308         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
29309         constraint on value.
29310         [C99-based standards] (WCHAR_MIN): Likewise.
29311         [C99-based standards] (WINT_MIN): Likewise.
29312         [C99-based standards] (*_t): Allow.
29313         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29314         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29315         Include math.h-data and complex.h-data.  Remove all expectations
29316         of math.h and complex.h contents.
29317         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29318         at end of line.
29319         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29320         (struct tm): Expect tag.
29321         [C99-based-standards] (wcstof): Expect function.
29322         [C99-based-standards] (wcstold): Likewise.
29323         [C99-based-standards] (wcstoll): Likewise.
29324         [C99-based-standards] (wcstoull): Likewise.
29325         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29326         macro-int-constant.  Specify type.
29327         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
29328         constraint on value.
29329         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29330         Specify type.
29331         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29332         Specify value.
29333         [ISO C standards]: Do not allow headers.
29334         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29335         wcs[abcdefghijklmnopqrstuvwxyz]*.
29336         [ISO C standards] (*_t): Do not allow.
29337         * conform/data/wctype.h-data [C99-based standards] (iswblank):
29338         Expect function.
29339         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29340         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29341         Specify type.
29342         [ISO C standards]: Do not allow headers.
29343         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29344         is[abcdefghijklmnopqrstuvwxyz]*.
29345         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29346         to[abcdefghijklmnopqrstuvwxyz]*.
29347         [ISO C standards] (*_t): Do not allow.
29348         * conform/data/stdalign.h-data: New file.
29349         * conform/data/stdbool.h-data: Likewise.
29350         * conform/data/stdnoreturn.h-data: Likewise.
29351
29352 2012-11-07  Roland McGrath  <roland@hack.frob.com>
29353
29354         [BZ #14815]
29355         * manual/filesys.texi (Directory Entries): Typo fix.
29356         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29357
29358 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
29359
29360         * elf/elf.h (EM_AARCH64): New macro.
29361         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29362         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29363         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29364         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29365         (R_AARCH64_TLSDESC): Likewise.
29366         (NT_ARM_TLS): Likewise.
29367         (NT_ARM_HW_BREAK): Likewise.
29368         (NT_ARM_HW_WATCH): Likewise.
29369
29370 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29371
29372         [BZ #14811]
29373         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29374         (__ieee754_powl): Saturate nonzero exponents with absolute value
29375         below 0x1p-79 to +/- 0x1p-79.
29376         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29377         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29378         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29379         nonzero exponents with absolute value below 0x1p-32 to +/-
29380         0x1p-32.
29381         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29382         (__ieee754_powl): Saturate nonzero exponents with absolute value
29383         below 0x1p-79 to +/- 0x1p-79.
29384         * math/libm-test.inc (pow_test): Add more tests.
29385
29386 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29387
29388         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29389         _dl_s390_cap_flags with kernel. Increase string length.
29390         (_dl_s390_platforms): Add z196 and zEC12.
29391
29392 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
29393
29394         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29395         Change XOPEN21K to XOPEN2K.
29396
29397 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
29398
29399         * string/memmove.c: Use memcpy when possible.
29400
29401 2012-11-06  Andreas Jaeger  <aj@suse.de>
29402
29403         * po/eo.po: Update from translation team.
29404
29405 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
29406
29407         [BZ #14793]
29408         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29409         exponent and small x and y exponents, scale x or y up.  Increase
29410         by 2 the exponent used in scaling up.
29411         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29412         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29413         * math/libm-test.inc (fma_test): Add more tests.
29414         (fma_test_towardzero): Likewise.
29415         (fma_test_downward): Likewise.
29416         (fma_test_upward): Likewise.
29417
29418 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
29419
29420         [BZ #14805]
29421         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29422         fenv_t *.
29423
29424         [BZ #14801]
29425         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29426         namespace for names of struct fields.
29427         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29428         fenv_t fields.
29429         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29430         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29431
29432 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
29433
29434         [BZ #3665]
29435         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29436
29437 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29438
29439         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29440         PTR_DEMANGLE.
29441
29442         [BZ #5246]
29443         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29444         PTR_DEMANGLE.
29445
29446 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
29447
29448         [BZ #14797]
29449         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29450         definitely overflow as x * y not x * y + z.
29451         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29452         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29453         * math/libm-test.inc (fma_test): Add more tests.
29454         (fma_test_towardzero): Likewise.
29455         (fma_test_downward): Likewise.
29456         (fma_test_upward): Likewise.
29457
29458 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
29459
29460         [BZ #157]
29461
29462         * include/stub-tag.h: Remove file.
29463         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29464         '#include' of it.
29465         * manual/maint.texi (Porting): Don't reference it.
29466         * Makerules ($(objpfx)stubs): Likewise.
29467         * dirent/closedir.c: Don't include <stub-tag.h>.
29468         * dirent/dirfd.c: Likewise.
29469         * dirent/fdopendir.c: Likewise.
29470         * dirent/getdents.c: Likewise.
29471         * dirent/getdents64.c: Likewise.
29472         * dirent/opendir.c: Likewise.
29473         * dirent/readdir.c: Likewise.
29474         * dirent/readdir64.c: Likewise.
29475         * dirent/readdir64_r.c: Likewise.
29476         * dirent/readdir_r.c: Likewise.
29477         * dirent/rewinddir.c: Likewise.
29478         * dirent/seekdir.c: Likewise.
29479         * dirent/telldir.c: Likewise.
29480         * gmon/profil.c: Likewise.
29481         * grp/setgroups.c: Likewise.
29482         * inet/if_index.c: Likewise.
29483         * io/access.c: Likewise.
29484         * io/chdir.c: Likewise.
29485         * io/chmod.c: Likewise.
29486         * io/chown.c: Likewise.
29487         * io/close.c: Likewise.
29488         * io/dup.c: Likewise.
29489         * io/dup2.c: Likewise.
29490         * io/dup3.c: Likewise.
29491         * io/euidaccess.c: Likewise.
29492         * io/faccessat.c: Likewise.
29493         * io/fchdir.c: Likewise.
29494         * io/fchmod.c: Likewise.
29495         * io/fchmodat.c: Likewise.
29496         * io/fchown.c: Likewise.
29497         * io/fchownat.c: Likewise.
29498         * io/fcntl.c: Likewise.
29499         * io/flock.c: Likewise.
29500         * io/fstatfs.c: Likewise.
29501         * io/fstatfs64.c: Likewise.
29502         * io/fstatvfs.c: Likewise.
29503         * io/fstatvfs64.c: Likewise.
29504         * io/futimens.c: Likewise.
29505         * io/fxstat.c: Likewise.
29506         * io/fxstat64.c: Likewise.
29507         * io/fxstatat.c: Likewise.
29508         * io/fxstatat64.c: Likewise.
29509         * io/getcwd.c: Likewise.
29510         * io/isatty.c: Likewise.
29511         * io/lchmod.c: Likewise.
29512         * io/lchown.c: Likewise.
29513         * io/link.c: Likewise.
29514         * io/linkat.c: Likewise.
29515         * io/lseek.c: Likewise.
29516         * io/lseek64.c: Likewise.
29517         * io/lxstat64.c: Likewise.
29518         * io/mkdir.c: Likewise.
29519         * io/mkdirat.c: Likewise.
29520         * io/mkfifo.c: Likewise.
29521         * io/mkfifoat.c: Likewise.
29522         * io/open.c: Likewise.
29523         * io/open64.c: Likewise.
29524         * io/openat.c: Likewise.
29525         * io/openat64.c: Likewise.
29526         * io/pipe.c: Likewise.
29527         * io/pipe2.c: Likewise.
29528         * io/poll.c: Likewise.
29529         * io/posix_fadvise.c: Likewise.
29530         * io/posix_fadvise64.c: Likewise.
29531         * io/posix_fallocate.c: Likewise.
29532         * io/posix_fallocate64.c: Likewise.
29533         * io/read.c: Likewise.
29534         * io/readlink.c: Likewise.
29535         * io/readlinkat.c: Likewise.
29536         * io/rmdir.c: Likewise.
29537         * io/sendfile.c: Likewise.
29538         * io/sendfile64.c: Likewise.
29539         * io/statfs.c: Likewise.
29540         * io/statfs64.c: Likewise.
29541         * io/statvfs.c: Likewise.
29542         * io/statvfs64.c: Likewise.
29543         * io/symlink.c: Likewise.
29544         * io/symlinkat.c: Likewise.
29545         * io/ttyname.c: Likewise.
29546         * io/ttyname_r.c: Likewise.
29547         * io/umask.c: Likewise.
29548         * io/unlink.c: Likewise.
29549         * io/unlinkat.c: Likewise.
29550         * io/utime.c: Likewise.
29551         * io/utimensat.c: Likewise.
29552         * io/write.c: Likewise.
29553         * io/xmknod.c: Likewise.
29554         * io/xmknodat.c: Likewise.
29555         * io/xstat.c: Likewise.
29556         * io/xstat64.c: Likewise.
29557         * login/getpt.c: Likewise.
29558         * login/grantpt.c: Likewise.
29559         * login/unlockpt.c: Likewise.
29560         * math/e_acoshl.c: Likewise.
29561         * math/e_acosl.c: Likewise.
29562         * math/e_asinl.c: Likewise.
29563         * math/e_atan2l.c: Likewise.
29564         * math/e_atanhl.c: Likewise.
29565         * math/e_coshl.c: Likewise.
29566         * math/e_expl.c: Likewise.
29567         * math/e_fmodl.c: Likewise.
29568         * math/e_gammal_r.c: Likewise.
29569         * math/e_hypotl.c: Likewise.
29570         * math/e_j0l.c: Likewise.
29571         * math/e_j1l.c: Likewise.
29572         * math/e_jnl.c: Likewise.
29573         * math/e_lgammal_r.c: Likewise.
29574         * math/e_log10l.c: Likewise.
29575         * math/e_log2l.c: Likewise.
29576         * math/e_logl.c: Likewise.
29577         * math/e_powl.c: Likewise.
29578         * math/e_rem_pio2l.c: Likewise.
29579         * math/e_sinhl.c: Likewise.
29580         * math/e_sqrtl.c: Likewise.
29581         * math/fclrexcpt.c: Likewise.
29582         * math/fedisblxcpt.c: Likewise.
29583         * math/feenablxcpt.c: Likewise.
29584         * math/fegetenv.c: Likewise.
29585         * math/fegetexcept.c: Likewise.
29586         * math/fegetround.c: Likewise.
29587         * math/feholdexcpt.c: Likewise.
29588         * math/fesetenv.c: Likewise.
29589         * math/fesetround.c: Likewise.
29590         * math/feupdateenv.c: Likewise.
29591         * math/fgetexcptflg.c: Likewise.
29592         * math/fraiseexcpt.c: Likewise.
29593         * math/fsetexcptflg.c: Likewise.
29594         * math/ftestexcept.c: Likewise.
29595         * math/k_cosl.c: Likewise.
29596         * math/k_rem_pio2l.c: Likewise.
29597         * math/k_sinl.c: Likewise.
29598         * math/k_tanl.c: Likewise.
29599         * math/s_asinhl.c: Likewise.
29600         * math/s_atanl.c: Likewise.
29601         * math/s_cbrtl.c: Likewise.
29602         * math/s_erfl.c: Likewise.
29603         * math/s_expm1l.c: Likewise.
29604         * math/s_log1pl.c: Likewise.
29605         * math/s_tanhl.c: Likewise.
29606         * misc/acct.c: Likewise.
29607         * misc/brk.c: Likewise.
29608         * misc/chflags.c: Likewise.
29609         * misc/chroot.c: Likewise.
29610         * misc/fchflags.c: Likewise.
29611         * misc/fgetxattr.c: Likewise.
29612         * misc/flistxattr.c: Likewise.
29613         * misc/fremovexattr.c: Likewise.
29614         * misc/fsetxattr.c: Likewise.
29615         * misc/fsync.c: Likewise.
29616         * misc/ftruncate.c: Likewise.
29617         * misc/futimes.c: Likewise.
29618         * misc/futimesat.c: Likewise.
29619         * misc/getdomain.c: Likewise.
29620         * misc/getdtsz.c: Likewise.
29621         * misc/gethostid.c: Likewise.
29622         * misc/gethostname.c: Likewise.
29623         * misc/getloadavg.c: Likewise.
29624         * misc/getpagesize.c: Likewise.
29625         * misc/getsysstats.c: Likewise.
29626         * misc/getxattr.c: Likewise.
29627         * misc/gtty.c: Likewise.
29628         * misc/ioctl.c: Likewise.
29629         * misc/lgetxattr.c: Likewise.
29630         * misc/listxattr.c: Likewise.
29631         * misc/llistxattr.c: Likewise.
29632         * misc/lremovexattr.c: Likewise.
29633         * misc/lsetxattr.c: Likewise.
29634         * misc/lutimes.c: Likewise.
29635         * misc/madvise.c: Likewise.
29636         * misc/mincore.c: Likewise.
29637         * misc/mlock.c: Likewise.
29638         * misc/mlockall.c: Likewise.
29639         * misc/mmap.c: Likewise.
29640         * misc/mprotect.c: Likewise.
29641         * misc/msync.c: Likewise.
29642         * misc/munlock.c: Likewise.
29643         * misc/munlockall.c: Likewise.
29644         * misc/munmap.c: Likewise.
29645         * misc/preadv.c: Likewise.
29646         * misc/preadv64.c: Likewise.
29647         * misc/ptrace.c: Likewise.
29648         * misc/pwritev.c: Likewise.
29649         * misc/pwritev64.c: Likewise.
29650         * misc/readv.c: Likewise.
29651         * misc/reboot.c: Likewise.
29652         * misc/remap_file_pages.c: Likewise.
29653         * misc/removexattr.c: Likewise.
29654         * misc/revoke.c: Likewise.
29655         * misc/select.c: Likewise.
29656         * misc/setdomain.c: Likewise.
29657         * misc/setegid.c: Likewise.
29658         * misc/seteuid.c: Likewise.
29659         * misc/sethostid.c: Likewise.
29660         * misc/sethostname.c: Likewise.
29661         * misc/setregid.c: Likewise.
29662         * misc/setreuid.c: Likewise.
29663         * misc/setxattr.c: Likewise.
29664         * misc/sstk.c: Likewise.
29665         * misc/stty.c: Likewise.
29666         * misc/swapoff.c: Likewise.
29667         * misc/swapon.c: Likewise.
29668         * misc/sync.c: Likewise.
29669         * misc/syncfs.c: Likewise.
29670         * misc/syscall.c: Likewise.
29671         * misc/truncate.c: Likewise.
29672         * misc/ualarm.c: Likewise.
29673         * misc/usleep.c: Likewise.
29674         * misc/ustat.c: Likewise.
29675         * misc/utimes.c: Likewise.
29676         * misc/vhangup.c: Likewise.
29677         * misc/writev.c: Likewise.
29678         * posix/_exit.c: Likewise.
29679         * posix/alarm.c: Likewise.
29680         * posix/execve.c: Likewise.
29681         * posix/fexecve.c: Likewise.
29682         * posix/fork.c: Likewise.
29683         * posix/fpathconf.c: Likewise.
29684         * posix/getaddrinfo.c: Likewise.
29685         * posix/getegid.c: Likewise.
29686         * posix/geteuid.c: Likewise.
29687         * posix/getgid.c: Likewise.
29688         * posix/getgroups.c: Likewise.
29689         * posix/getlogin.c: Likewise.
29690         * posix/getlogin_r.c: Likewise.
29691         * posix/getpgid.c: Likewise.
29692         * posix/getpid.c: Likewise.
29693         * posix/getppid.c: Likewise.
29694         * posix/getresgid.c: Likewise.
29695         * posix/getresuid.c: Likewise.
29696         * posix/getsid.c: Likewise.
29697         * posix/getuid.c: Likewise.
29698         * posix/glob64.c: Likewise.
29699         * posix/nanosleep.c: Likewise.
29700         * posix/pathconf.c: Likewise.
29701         * posix/pause.c: Likewise.
29702         * posix/posix_madvise.c: Likewise.
29703         * posix/pread.c: Likewise.
29704         * posix/pread64.c: Likewise.
29705         * posix/pwrite.c: Likewise.
29706         * posix/pwrite64.c: Likewise.
29707         * posix/sched_getaffinity.c: Likewise.
29708         * posix/sched_getp.c: Likewise.
29709         * posix/sched_gets.c: Likewise.
29710         * posix/sched_primax.c: Likewise.
29711         * posix/sched_primin.c: Likewise.
29712         * posix/sched_rr_gi.c: Likewise.
29713         * posix/sched_setaffinity.c: Likewise.
29714         * posix/sched_setp.c: Likewise.
29715         * posix/sched_sets.c: Likewise.
29716         * posix/sched_yield.c: Likewise.
29717         * posix/setgid.c: Likewise.
29718         * posix/setlogin.c: Likewise.
29719         * posix/setpgid.c: Likewise.
29720         * posix/setresgid.c: Likewise.
29721         * posix/setresuid.c: Likewise.
29722         * posix/setsid.c: Likewise.
29723         * posix/setuid.c: Likewise.
29724         * posix/sleep.c: Likewise.
29725         * posix/spawni.c: Likewise.
29726         * posix/sysconf.c: Likewise.
29727         * posix/times.c: Likewise.
29728         * posix/wait.c: Likewise.
29729         * posix/wait3.c: Likewise.
29730         * posix/wait4.c: Likewise.
29731         * posix/waitpid.c: Likewise.
29732         * resolv/gai_sigqueue.c: Likewise.
29733         * resource/getpriority.c: Likewise.
29734         * resource/getrlimit.c: Likewise.
29735         * resource/getrusage.c: Likewise.
29736         * resource/nice.c: Likewise.
29737         * resource/setpriority.c: Likewise.
29738         * resource/setrlimit.c: Likewise.
29739         * resource/ulimit.c: Likewise.
29740         * rt/aio_cancel.c: Likewise.
29741         * rt/aio_fsync.c: Likewise.
29742         * rt/aio_read.c: Likewise.
29743         * rt/aio_sigqueue.c: Likewise.
29744         * rt/aio_suspend.c: Likewise.
29745         * rt/aio_write.c: Likewise.
29746         * rt/clock_getres.c: Likewise.
29747         * rt/clock_gettime.c: Likewise.
29748         * rt/clock_nanosleep.c: Likewise.
29749         * rt/clock_settime.c: Likewise.
29750         * rt/lio_listio.c: Likewise.
29751         * rt/mq_close.c: Likewise.
29752         * rt/mq_getattr.c: Likewise.
29753         * rt/mq_notify.c: Likewise.
29754         * rt/mq_open.c: Likewise.
29755         * rt/mq_receive.c: Likewise.
29756         * rt/mq_send.c: Likewise.
29757         * rt/mq_setattr.c: Likewise.
29758         * rt/mq_timedreceive.c: Likewise.
29759         * rt/mq_timedsend.c: Likewise.
29760         * rt/mq_unlink.c: Likewise.
29761         * rt/shm_open.c: Likewise.
29762         * rt/shm_unlink.c: Likewise.
29763         * rt/timer_create.c: Likewise.
29764         * rt/timer_delete.c: Likewise.
29765         * rt/timer_getoverr.c: Likewise.
29766         * rt/timer_gettime.c: Likewise.
29767         * rt/timer_settime.c: Likewise.
29768         * setjmp/__longjmp.c: Likewise.
29769         * setjmp/setjmp.c: Likewise.
29770         * signal/kill.c: Likewise.
29771         * signal/killpg.c: Likewise.
29772         * signal/raise.c: Likewise.
29773         * signal/sigaction.c: Likewise.
29774         * signal/sigaltstack.c: Likewise.
29775         * signal/sigblock.c: Likewise.
29776         * signal/sigignore.c: Likewise.
29777         * signal/sigintr.c: Likewise.
29778         * signal/signal.c: Likewise.
29779         * signal/sigpause.c: Likewise.
29780         * signal/sigpending.c: Likewise.
29781         * signal/sigqueue.c: Likewise.
29782         * signal/sigreturn.c: Likewise.
29783         * signal/sigset.c: Likewise.
29784         * signal/sigsetmask.c: Likewise.
29785         * signal/sigstack.c: Likewise.
29786         * signal/sigsuspend.c: Likewise.
29787         * signal/sigtimedwait.c: Likewise.
29788         * signal/sigvec.c: Likewise.
29789         * signal/sigwait.c: Likewise.
29790         * signal/sigwaitinfo.c: Likewise.
29791         * signal/sysv_signal.c: Likewise.
29792         * socket/accept.c: Likewise.
29793         * socket/accept4.c: Likewise.
29794         * socket/bind.c: Likewise.
29795         * socket/connect.c: Likewise.
29796         * socket/getpeername.c: Likewise.
29797         * socket/getsockname.c: Likewise.
29798         * socket/getsockopt.c: Likewise.
29799         * socket/isfdtype.c: Likewise.
29800         * socket/listen.c: Likewise.
29801         * socket/recv.c: Likewise.
29802         * socket/recvfrom.c: Likewise.
29803         * socket/recvmsg.c: Likewise.
29804         * socket/send.c: Likewise.
29805         * socket/sendmsg.c: Likewise.
29806         * socket/sendto.c: Likewise.
29807         * socket/setsockopt.c: Likewise.
29808         * socket/shutdown.c: Likewise.
29809         * socket/sockatmark.c: Likewise.
29810         * socket/socket.c: Likewise.
29811         * socket/socketpair.c: Likewise.
29812         * stdio-common/ctermid.c: Likewise.
29813         * stdio-common/cuserid.c: Likewise.
29814         * stdio-common/remove.c: Likewise.
29815         * stdio-common/rename.c: Likewise.
29816         * stdio-common/renameat.c: Likewise.
29817         * stdio-common/tempname.c: Likewise.
29818         * stdlib/getcontext.c: Likewise.
29819         * stdlib/makecontext.c: Likewise.
29820         * stdlib/setcontext.c: Likewise.
29821         * stdlib/swapcontext.c: Likewise.
29822         * stdlib/system.c: Likewise.
29823         * streams/fattach.c: Likewise.
29824         * streams/fdetach.c: Likewise.
29825         * streams/getmsg.c: Likewise.
29826         * streams/getpmsg.c: Likewise.
29827         * streams/putmsg.c: Likewise.
29828         * streams/putpmsg.c: Likewise.
29829         * sysdeps/unix/bsd/getpt.c: Likewise.
29830         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29831         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29832         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29834         Likewise.
29835         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29836         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29837         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29838         * sysvipc/msgctl.c: Likewise.
29839         * sysvipc/msgget.c: Likewise.
29840         * sysvipc/msgrcv.c: Likewise.
29841         * sysvipc/msgsnd.c: Likewise.
29842         * sysvipc/semctl.c: Likewise.
29843         * sysvipc/semget.c: Likewise.
29844         * sysvipc/semop.c: Likewise.
29845         * sysvipc/semtimedop.c: Likewise.
29846         * sysvipc/shmat.c: Likewise.
29847         * sysvipc/shmctl.c: Likewise.
29848         * sysvipc/shmdt.c: Likewise.
29849         * sysvipc/shmget.c: Likewise.
29850         * termios/tcdrain.c: Likewise.
29851         * termios/tcflow.c: Likewise.
29852         * termios/tcflush.c: Likewise.
29853         * termios/tcgetattr.c: Likewise.
29854         * termios/tcgetpgrp.c: Likewise.
29855         * termios/tcsendbrk.c: Likewise.
29856         * termios/tcsetattr.c: Likewise.
29857         * termios/tcsetpgrp.c: Likewise.
29858         * time/adjtime.c: Likewise.
29859         * time/clock.c: Likewise.
29860         * time/getitimer.c: Likewise.
29861         * time/gettimeofday.c: Likewise.
29862         * time/setitimer.c: Likewise.
29863         * time/settimeofday.c: Likewise.
29864         * time/stime.c: Likewise.
29865         * time/time.c: Likewise.
29866
29867 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
29868
29869         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29870         /usr/old/bin.
29871
29872         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29873         instead of spaces.
29874         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29875
29876 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
29877
29878         [BZ #14796]
29879         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29880         FE_TONEAREST before applying Dekker multiplication and Knuth
29881         addition.  Clear inexact exceptions and check for exact zero
29882         results afterwards.
29883         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29884         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29885         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29886         * math/libm-test.inc (fma_test): Add more tests.
29887         (fma_test_towardzero): Likewise.
29888         (fma_test_downward): Likewise.
29889         (fma_test_upward): Likewise.
29890         * sysdeps/generic/math_private.h (default_libc_fesetround): New
29891         function.
29892         (libc_fesetround): New macro.
29893         (libc_fesetroundf): Likewise.
29894         (libc_fesetroundl): Likewise.
29895         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29896         function.
29897         (libc_fesetround_387): Likewise.
29898         (libc_fesetroundf): New macro.
29899         (libc_fesetround): Likewise.
29900         (libc_fesetroundl): Likewise.
29901         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29902         function.
29903         (libc_fesetroundf): New macro.
29904         (libc_fesetround): Likewise.
29905         (libc_fesetroundl): Likewise.
29906         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29907         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29908         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29909         libm_hidden_ver.
29910         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29911         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29912         libm_hidden_def.
29913         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29914         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29915         libm_hidden_ver.
29916         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29917         libm_hidden_def.
29918
29919         [BZ #3439]
29920         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29921         integer constant usable in #if and use that to give value to enum
29922         constant.
29923         (FE_DIVBYZERO): Likewise.
29924         (FE_UNDERFLOW): Likewise.
29925         (FE_OVERFLOW): Likewise.
29926         (FE_INVALID): Likewise.
29927         (FE_INVALID_SNAN): Likewise.
29928         (FE_INVALID_ISI): Likewise.
29929         (FE_INVALID_IDI): Likewise.
29930         (FE_INVALID_ZDZ): Likewise.
29931         (FE_INVALID_IMZ): Likewise.
29932         (FE_INVALID_COMPARE): Likewise.
29933         (FE_INVALID_SOFTWARE): Likewise.
29934         (FE_INVALID_SQRT): Likewise.
29935         (FE_INVALID_INTEGER_CONVERSION): Likewise.
29936         (FE_TONEAREST): Likewise.
29937         (FE_TOWARDZERO): Likewise.
29938         (FE_UPWARD): Likewise.
29939         (FE_DOWNWARD): Likewise.
29940         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29941         (FE_DIVBYZERO): Likewise.
29942         (FE_OVERFLOW): Likewise.
29943         (FE_UNDERFLOW): Likewise.
29944         (FE_INEXACT): Likewise.
29945         (FE_TONEAREST): Likewise.
29946         (FE_DOWNWARD): Likewise.
29947         (FE_UPWARD): Likewise.
29948         (FE_TOWARDZERO): Likewise.
29949         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29950         (FE_UNDERFLOW): Likewise.
29951         (FE_OVERFLOW): Likewise.
29952         (FE_DIVBYZERO): Likewise.
29953         (FE_INVALID): Likewise.
29954         (FE_TONEAREST): Likewise.
29955         (FE_TOWARDZERO): Likewise.
29956         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29957         (FE_OVERFLOW): Likewise.
29958         (FE_UNDERFLOW): Likewise.
29959         (FE_DIVBYZERO): Likewise.
29960         (FE_INEXACT): Likewise.
29961         (FE_TONEAREST): Likewise.
29962         (FE_TOWARDZERO): Likewise.
29963         (FE_UPWARD): Likewise.
29964         (FE_DOWNWARD): Likewise.
29965         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29966         (FE_DIVBYZERO): Likewise.
29967         (FE_OVERFLOW): Likewise.
29968         (FE_UNDERFLOW): Likewise.
29969         (FE_INEXACT): Likewise.
29970         (FE_TONEAREST): Likewise.
29971         (FE_DOWNWARD): Likewise.
29972         (FE_UPWARD): Likewise.
29973         (FE_TOWARDZERO): Likewise.
29974
29975 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
29976
29977         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29978
29979 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
29980
29981         * scripts/cross-test-ssh.sh (command): Use newlines to separate
29982         commands.  Quote $PWD.
29983         (blacklist_exports): Don't use remove_newlines.  Replace "declare
29984         -x" by "export".
29985         (remove_newlines): Remove.
29986
29987 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
29988
29989         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29990         * stdlib/stdlib.h (atof): Moved to ...
29991         * include/bits/stdlib-float.h: Here.  New file.
29992         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
29993         * stdlib/bits/stdlib-float.h: New file.
29994         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
29995         -mno-sse -mno-mmx.
29996         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
29997         <xmmintrin.h>.
29998
29999 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30000
30001         * conform/conformtest.pl (@headers): Add fenv.h.
30002         * conform/data/fenv.h-data: New file.
30003         * include/fenv.h [_ISOMAC]: Disable all contents of file except
30004         include of <math/fenv.h>.
30005
30006         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
30007         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
30008         && !UNIX98].  Enables tests for XOPEN2K8.
30009         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
30010         POSIX2008]: Likewise.
30011
30012         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
30013         (struct rusage): Do not expect type or its members.
30014
30015         [BZ #3439]
30016         * math/math.h (FP_NAN): Define macro to integer constant usable in
30017         #if and use that to give value to enum constant.
30018         (FP_INFINITE): Likewise.
30019         (FP_ZERO): Likewise.
30020         (FP_SUBNORMAL): Likewise.
30021         (FP_NORMAL): Likewise.
30022
30023 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
30024
30025         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
30026         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
30027         arguments.
30028
30029 2012-11-02  Roland McGrath  <roland@hack.frob.com>
30030
30031         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
30032         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
30033         autoconf-time if not.
30034         * configure.in: Remove AC_PREREQ.
30035
30036 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30037
30038         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
30039         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
30040         of the internal implementation.
30041
30042 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
30043
30044         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
30045         except include of <misc/sys/syslog.h>.
30046
30047 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30048
30049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
30050         function returns with a NULL context exit with zero.
30051
30052 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30053
30054         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
30055
30056 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
30057
30058         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
30059         (run_program_cmd): This.
30060         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
30061         (tst_langinfo): New variable.  Use it.
30062
30063 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
30064
30065         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
30066         floating point opcodes.
30067
30068 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30069
30070         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
30071         variable.
30072
30073         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
30074
30075         * sysdeps/mach/hurd/powerpc: Remove directory.
30076         * sysdeps/mach/powerpc: Likewise.
30077
30078 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
30079
30080         * scripts/check-local-headers.sh: Ignore c++ headers.
30081
30082 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30083
30084         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
30085         __libc_cleanup_region_start argument.
30086
30087 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
30088
30089         [BZ #14784]
30090         [BZ #14785]
30091         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
30092         x * y using scaling, not as x * y + z.
30093         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30094         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30095         * math/libm-test.inc (fma_test): Add more tests.
30096         (fma_test_towardzero): Likewise.
30097         (fma_test_downward): Likewise.
30098         (fma_test_upward): Likewise.
30099
30100 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
30101
30102         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30103
30104 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30105
30106         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30107         New variable.
30108
30109 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
30110
30111         * rt/tst-shm.c (worker): Correct checking for mmap failure.
30112
30113 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30114
30115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30116         Fix sort order.
30117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30118         Likewise.
30119
30120 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30121
30122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30123         Fix the order of the list for glibc 2.17.
30124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30125         Likewise.
30126
30127 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
30128
30129         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30130
30131 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
30132
30133         [BZ #14610]
30134         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30135         for low part of x being zero before using __atanl (y).
30136         * math/libm-test.inc (atan2_test): Add another test.
30137
30138         * manual/install.texi (Configuring and compiling): Document
30139         general use of test-wrapper and test-wrapper-env.
30140         * INSTALL: Regenerated.
30141
30142         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30143         (__fma): Do not extract and scale down low bits on after-rounding
30144         systems when result rounded to normal precision would have normal
30145         exponent.
30146         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
30147         (__fmal): Do not extract and scale down low bits on after-rounding
30148         systems when result rounded to normal precision would have normal
30149         exponent.
30150         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30151         (__fmal): Do not extract and scale down low bits on after-rounding
30152         systems when result rounded to normal precision would have normal
30153         exponent.
30154         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30155         macro.
30156         (fma_test): Add more tests.
30157         (fma_test_towardzero): Likewise.
30158         (fma_test_downward): Likewise.
30159         (fma_test_upward): Likewise.
30160
30161 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
30162
30163         * sysdeps/i386/tininess.h: Renamed to ...
30164         * sysdeps/x86/tininess.h: This.
30165         * sysdeps/x86_64/tininess.h: Removed.
30166
30167 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30168
30169         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30170         input.  Use $(build-program-cmd).
30171         ($(objpfx)tst-array1-static.out): Likewise.
30172         ($(objpfx)tst-array2.out): Likewise.
30173         ($(objpfx)tst-array3.out): Likewise.
30174         ($(objpfx)tst-array4.out): Likewise.
30175         ($(objpfx)tst-array5.out): Likewise.
30176         ($(objpfx)tst-array5-static.out): Likewise.
30177
30178 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
30179
30180         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30181         if defined.
30182
30183         * nss/nsswitch.h (nss_interface_function): Provide new
30184         macro for use with NSS functions.
30185         * grp/initgroups.c: Use new macro.
30186         * nss/getXXbyYY.c: Likewise.
30187         * nss/getXXbyYY_r.c: Likewise.
30188         * nss/getXXent.c: Likewise.
30189         * nss/getXXent_r.c: Likewise.
30190         * sysdeps/posix/getaddrinfo.c: Likewise.
30191
30192 2012-10-30  Andreas Jaeger  <aj@suse.de>
30193
30194         * po/ru.po: Update Russion translation from translation project.
30195
30196 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
30197
30198         [BZ #14152]
30199         [BZ #14783]
30200         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30201         result and shift together with sticky bit instead of replicating
30202         round-to-nearest rounding.
30203         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30204         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30205         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
30206         missing underflow exceptions.
30207         (fma_test_towardzero): Add more tests.
30208         (fma_test_downward): Likewise.
30209         (fma_test_upward): Likewise.
30210
30211         [BZ #14047]
30212         * sysdeps/generic/tininess.h: New file.
30213         * sysdeps/i386/tininess.h: Likewise.
30214         * sysdeps/sh/tininess.h: Likewise.
30215         * sysdeps/x86_64/tininess.h: Likewise.
30216         * stdlib/tst-strtod-underflow.c: Likewise.
30217         * stdlib/tst-tininess.c: Likewise.
30218         * stdlib/strtod_l.c: Include <tininess.h>.
30219         (round_and_return): Do not set errno for exact underflow cases.
30220         Force an underflow exception when setting errno for underflow.
30221         Determine underflow based on rounding to normal precision if
30222         TININESS_AFTER_ROUNDING.
30223         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30224         ERANGE for exact underflow cases.
30225         * stdlib/Makefile (tests): Add tst-tininess and
30226         tst-strtod-underflow.
30227         ($(objpfx)tst-tininess): Use $(link-libm).
30228         ($(objpfx)tst-strtod-underflow): Likewise.
30229
30230 2012-10-30  Andreas Jaeger  <aj@suse.de>
30231
30232         [BZ#14767]
30233         * elf/Makefile (tests): Remove conditional for have-initfini-array
30234         since this is now always required and the variable does not exist
30235         anymore.
30236         (tests-static): Likewise.
30237         (modules-names): Likewise.
30238
30239         * po/eo.po: Add Esperanto translation from translation project.
30240
30241         * elf/tst-array1.c (fini_array): Make writeable so that it can be
30242         merged with constructor/destructor.
30243         (init_array): Likewise.
30244         * elf/tst-array2dep.c (fini_array): Likewise.
30245         (init_array): Likewise.
30246
30247 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
30248
30249         * manual/message.texi: Delete @cartouche tags.
30250
30251 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
30252
30253         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30254         EOPNOTSUPP.
30255         * sysdeps/mach/hurd/fsync.c: Likewise.
30256
30257         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30258         [_POSIX_REALTIME_SIGNALS]: Change condition to
30259         [_POSIX_REALTIME_SIGNALS > 0].
30260
30261 2012-10-27  Andreas Jaeger  <aj@suse.de>
30262
30263         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30264         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30265         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30266         [__WORDSIZE != 64]: Likewise.
30267
30268 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
30269
30270         *  iconvdata/tst-table.sh: Remove ${SHELL}.
30271         *  iconvdata/tst-tables.sh: Likewise.
30272
30273 2012-10-25  David S. Miller  <davem@davemloft.net>
30274
30275         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30276         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30277         of strtoull.
30278
30279         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30280         ifunc-impl-list.c
30281         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30282         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30283         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30284         file.
30285
30286 2012-10-25  Roland McGrath  <roland@hack.frob.com>
30287
30288         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30289         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30290         __getdirentries.
30291
30292 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30293             Jim Blandy  <jimb@codesourcery.com>
30294
30295         * scripts/cross-test-ssh.sh: New file.
30296         * manual/install.texi (Configuring and compiling): Document use of
30297         cross-test-ssh.sh.
30298         * INSTALL: Regenerated.
30299
30300 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
30301
30302         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30303         EOPNOTSUPP.
30304
30305 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
30306
30307         * Makeconfig (run-program-prefix): Fix comment.
30308
30309 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30310             Jim Blandy  <jimb@codesourcery.com>
30311
30312         * Makeconfig (test-wrapper): New variable,
30313         (test-wrapper-env): Likewise.
30314         [$(cross-compiling) = yes && $(test-wrapper) != ""]
30315         (run-built-tests): Define to yes.
30316         (run-program-prefix): Use $(test-wrapper).
30317         (built-program-cmd): Likewise.
30318         * Rules (make-test-out): Use $(test-wrapper-env) and
30319         $(host-built-program-cmd).
30320         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30321         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30322         tst-pathopt.sh.
30323         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30324         $(test-wrapper-env) to tst-rtld-load-self.sh.
30325         ($(objpfx)order2.out): Use $(test-wrapper).
30326         ($(objpfx)tst-initorder.out): Likewise.
30327         ($(objpfx)tst-initorder2.out): Likewise.
30328         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30329         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30330         (test_wrapper_env): New variable.  Use it to run ld.so.
30331         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30332         Use it to run ld.so.
30333         (test_wrapper_env): Likewise.
30334         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30335         $(test-wrapper) to run-iconv-test.sh.
30336         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30337         (ICONV): Use $test_wrapper.
30338         * posix/Makefile ($(objpfx)globtest.out): Pass
30339         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30340         globtest.sh, not $(run-program-prefix).
30341         * posix/globtest.sh (run_via_rtld_prefix): New variable.
30342         (test_wrapper): Likewise.
30343         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
30344         set together with run_via_rtld_prefix.
30345         (run_program_prefix): Define in terms of test_wrapper and
30346         run_via_rtld_prefix.
30347
30348 2012-10-24  Roland McGrath  <roland@hack.frob.com>
30349
30350         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30351         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30352         Targets removed.
30353
30354         [BZ #14743]
30355         * include/time.h: Remove librt_hidden_proto (clock_gettime).
30356         Declare __clock_getres, __clock_gettime, __clock_settime,
30357         __clock_nanosleep, and __clock_getcpuclockid.
30358         * rt/clock_gettime.c: Define __clock_gettime as an alias.
30359         Remove librt_hidden_def (clock_gettime).
30360         * sysdeps/unix/clock_gettime.c: Likewise.
30361         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30362         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30363         * rt/clock_getres.c: Define __clock_getres as an alias.
30364         * sysdeps/posix/clock_getres.c: Likewise.
30365         * rt/clock_settime.c: Define __clock_settime as an alias.
30366         * sysdeps/unix/clock_settime.c: Likewise.
30367         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30368         * sysdeps/unix/clock_nanosleep.c: Likewise.
30369         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30370         * rt/clock-compat.c: New file.
30371         * rt/Makefile (librt-routines): Add clock-compat and move
30372         $(clock-routines) to ...
30373         (routines): ... here, new variable.
30374         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30375         Don't add get_clockfreq here.
30376         * rt/Versions (libc: GLIBC_2.17): New version set.
30377         Add clock_* symbols here.
30378         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
30379         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30380         (GLIBC_2.17): Add clock_* symbols.
30381         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30382         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30383         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30385         Likewise.
30386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30387         Likewise.
30388         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30389         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30390         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30391         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30392         * NEWS: Mention the move.
30393
30394         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30395         Use __open, __read, __close rather than their public counterparts.
30396         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30397         (__get_clockfreq_via_cpuinfo): Likewise.
30398         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30399         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30400
30401         * config.h.in (HAVE_IFUNC): New #undef.
30402         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30403         was successful.
30404         * configure: Regenerated.
30405
30406 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30407
30408         * configure.in: Move READELF check to start of file.
30409         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30410         libc_cv_asm_gnu_indirect_function in the process.
30411         * configure: Regenerated.
30412
30413 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
30414
30415         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30416         send the output to /dev/null.
30417         (libc_cv_cc_with_libunwind): Likewise.
30418         (libc_cv_as_noexecstack): Likewise.
30419         * configure: Regenerate.
30420
30421 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
30422
30423         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30424
30425         * posix/globtest.sh (TMPDIR): Do not set.
30426         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30427         (testout): Likewise.
30428
30429 2012-10-24  Andreas Jaeger  <aj@suse.de>
30430
30431         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30432         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30433         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30434         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30435         posix_fadvise64, posix_fallocate64.
30436
30437         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30438         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30439         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30440         Likewise.
30441         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30442         Likewise.
30443         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30444
30445         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30446         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30447         <bits/fcntl-linux.h>.
30448         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30449
30450         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30451         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30452         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30453         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30454         [__WORDSIZE != 64]: Likewise.
30455
30456 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30457
30458         * Makeconfig (run-built-tests): New variable.
30459         * Rules [$(cross-compiling) = yes]: Change condition to
30460         [$(run-built-tests) = no].
30461         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30462         to [$(run-built-tests) = yes].
30463         * elf/Makefile [$(cross-compiling) = no]: Likewise
30464         * grp/Makefile [$(cross-compiling) = no]: Likewise.
30465         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30466         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30467         * intl/Makefile [$(cross-compiling) = no]: Likewise.
30468         * io/Makefile [$(cross-compiling) = no]: Likewise.
30469         * libio/Makefile [$(cross-compiling) = no]: Likewise.
30470         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30471         * misc/Makefile [$(cross-compiling) = no]: Likewise.
30472         * posix/Makefile [$(cross-compiling) = no]: Likewise.
30473         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30474         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30475         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30476         * string/Makefile [$(cross-compiling) = no]: Likewise.
30477
30478         * posix/Makefile ($(objpfx)globtest.out): Pass
30479         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30480         $(rtld-installed-name).
30481         * posix/globtest.sh (elf_objpfx): Remove variable.
30482         (rtld_installed_name): Likewise.
30483         (library_path): Likewise.
30484         (run_program_prefix): New variable.  Use for running globtest
30485         binary.
30486
30487 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
30488             Joseph Myers  <joseph@codesourcery.com>
30489
30490         * Makeconfig (host-built-program-cmd): New variable.
30491         * elf/Makefile (tst-stackguard1-ARGS): Use
30492         $(host-built-program-cmd).
30493         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30494         (tst-spawn-ARGS): Likewise.
30495         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30496
30497 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
30498             Jim Blandy  <jimb@codesourcery.com>
30499
30500         * Makeconfig (run-via-rtld-prefix): New variable.
30501         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30502         (built-program-cmd): Likewise.
30503
30504 2012-10-22  Andreas Jaeger  <aj@suse.de>
30505
30506         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30507         __O_RSYNC if it exists, otherwise to O_SYNC.
30508
30509 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
30510             Joseph Myers  <joseph@codesourcery.com>
30511
30512         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30513         /dev/null.
30514         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30515         from /dev/null
30516         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30517         /dev/null.
30518
30519 2012-10-22  Andreas Jaeger  <aj@suse.de>
30520
30521         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30522         Define always.
30523         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30524
30525         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30526         bits/fcntl-linux.h.
30527
30528         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
30529         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
30530
30531         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
30532         to __O_LARGEFILE.
30533         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
30534         to __O_LARGEFILE.
30535
30536 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
30537             Joseph Myers  <joseph@codesourcery.com>
30538
30539         * config.make.in (NM): New variable.
30540
30541 2012-10-21  Andreas Jaeger  <aj@suse.de>
30542
30543         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
30544         definitions and declarations that are provided by
30545         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
30546
30547 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30548
30549         [BZ #14683]
30550         * elf/Makefile (tests-static): Add tst-leaks1-static.
30551         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
30552         ($(objpfx)tst-leaks1-static): New rule.
30553         ($(objpfx)tst-leaks1-static-mem): Likewise.
30554         (tst-leaks1-static-ENV): New macro.
30555         * elf/dl-open.c (dl_open_worker): Check the main application
30556         only if SHARED is defined.
30557         * elf/tst-leaks1-static.c: New file.
30558
30559 2012-10-20  Andreas Jaeger  <aj@suse.de>
30560
30561         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
30562         generic values for Linux.
30563         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
30564         and declarations that are provided by <bits/fcntl-linux.h> and
30565         include <bits/fcntl-linux.h>.
30566         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30567         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30568
30569 2012-10-20  Roland McGrath  <roland@hack.frob.com>
30570
30571         * io/fcntl.h: Move include of <bits/types.h> to the top and
30572         include it unconditionally.
30573
30574 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
30575
30576         * wcsmbs/Makefile (tests-ifunc): New variable.
30577         (tests): Add $(tests-ifunc).
30578         * wcsmbs/test-wcschr-ifunc.c: New file.
30579         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
30580         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
30581         * wcsmbs/test-wcslen-ifunc.c: Likewise.
30582         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
30583         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
30584
30585         * string/Makefile (tests-ifunc): New variable.
30586         (tests): Add $(tests-ifunc).
30587         * string/test-memccpy.c (TEST_NAME): New macro.
30588         * string/test-memchr.c (TEST_NAME): Likewise.
30589         * string/test-memcmp.c (TEST_NAME): Likewise.
30590         * string/test-memcpy.c (TEST_NAME): Likewise.
30591         * string/test-memmem.c (TEST_NAME): Likewise.
30592         * string/test-memmove.c (TEST_NAME): Likewise.
30593         * string/test-memset.c (TEST_NAME): Likewise.
30594         * string/test-rawmemchr.c (TEST_NAME): Likewise.
30595         * string/test-stpcpy.c (TEST_NAME): Likewise.
30596         * string/test-stpncpy.c (TEST_NAME): Likewise.
30597         * string/test-strcasecmp.c (TEST_NAME): Likewise.
30598         * string/test-strcasestr.c (TEST_NAME): Likewise.
30599         * string/test-strcat.c (TEST_NAME): Likewise.
30600         * string/test-strchr.c (TEST_NAME): Likewise.
30601         * string/test-strcmp.c(TEST_NAME): Likewise.
30602         * string/test-strcpy.c (TEST_NAME): Likewise.
30603         * string/test-strcspn.c (TEST_NAME): Likewise.
30604         * string/test-strlen.c (TEST_NAME): Likewise.
30605         * string/test-strncasecmp.c (TEST_NAME): Likewise.
30606         * string/test-strncmp.c (TEST_NAME): Likewise.
30607         * string/test-strncpy.c (TEST_NAME): Likewise.
30608         * string/test-strnlen.c (TEST_NAME): Likewise.
30609         * string/test-strpbrk.c (TEST_NAME): Likewise.
30610         * string/test-strrchr.c (TEST_NAME): Likewise.
30611         * string/test-strspn.c (TEST_NAME): Likewise.
30612         * string/test-strstr.c (TEST_NAME): Likewise.
30613         * string/test-bcopy-ifunc.c: New file.
30614         * string/test-bzero-ifunc.c: Likewise.
30615         * string/test-memccpy-ifunc.c: Likewise.
30616         * string/test-memchr-ifunc.c: Likewise.
30617         * string/test-memcmp-ifunc.c: Likewise.
30618         * string/test-memcpy-ifunc.c: Likewise.
30619         * string/test-memmem-ifunc.c: Likewise.
30620         * string/test-memmove-ifunc.c: Likewise.
30621         * string/test-mempcpy-ifunc.c: Likewise.
30622         * string/test-memset-ifunc.c: Likewise.
30623         * string/test-rawmemchr-ifunc.c: Likewise.
30624         * string/test-stpcpy-ifunc.c: Likewise.
30625         * string/test-stpncpy-ifunc.c: Likewise.
30626         * string/test-strcasecmp-ifunc.c: Likewise.
30627         * string/test-strcasestr-ifunc.c: Likewise.
30628         * string/test-strcat-ifunc.c: Likewise.
30629         * string/test-strchr-ifunc.c: Likewise.
30630         * string/test-strchrnul-ifunc.c: Likewise.
30631         * string/test-strcmp-ifunc.c: Likewise.
30632         * string/test-strcpy-ifunc.c: Likewise.
30633         * string/test-strcspn-ifunc.c: Likewise.
30634         * string/test-strlen-ifunc.c: Likewise.
30635         * string/test-strncasecmp-ifunc.c: Likewise.
30636         * string/test-strncat-ifunc.c: Likewise.
30637         * string/test-strncmp-ifunc.c: Likewise.
30638         * string/test-strncpy-ifunc.c: Likewise.
30639         * string/test-strnlen-ifunc.c: Likewise.
30640         * string/test-strpbrk-ifunc.c: Likewise.
30641         * string/test-strrchr-ifunc.c: Likewise.
30642         * string/test-strspn-ifunc.c: Likewise.
30643         * string/test-strstr-ifunc.c: Likewise.
30644
30645         * debug/Makefile (tests-ifunc): New variable.
30646         (tests): Add $(tests-ifunc).
30647         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
30648         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
30649         * debug/test-stpcpy_chk-ifunc.c: New file.
30650         * debug/test-strcpy_chk-ifunc.c: Likewise.
30651
30652 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
30653
30654         [BZ #13601]
30655         * elf/dl-load.c (open_verify): Retry read if the entire ELF
30656         header is not read in.
30657
30658 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
30659
30660         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
30661         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
30662         directly.  Pass built executable to script as
30663         $(built-program-cmd).
30664         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
30665         $testprogram without using LD_LIBRARY_PATH and $ldso.
30666
30667         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
30668         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
30669         $(rtld-installed-name).
30670         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
30671         (rtld_installed_name): Likewise.
30672         (library_path): Likewise.
30673         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
30674         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
30675         $(run-program-prefix) to tst-tables.sh.
30676         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
30677         it to run tst-table-from and tst-table-to.
30678         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
30679         Pass it to tst-table.sh.
30680         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
30681         $(run-program-prefix) to tst-gettext.sh.
30682         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
30683         tst-translit.sh.
30684         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
30685         tst-gettext2.sh.
30686         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
30687         to run tst-gettext.
30688         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
30689         to run tst-gettext2.
30690         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
30691         to run tst-translit.
30692         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
30693         $(run-program-prefix) to tst-mtrace.sh.
30694         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
30695         to run tst-mtrace.
30696         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
30697         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
30698         $(rtld-installed-name).
30699         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
30700         (rtld_installed_name): Likewise.
30701         (run_program_prefix): New variable.  Use it to run wordexp-test.
30702
30703         * Makeconfig (ARCH): Remove all definitions.
30704         (machine): Likewise.
30705         [ARCH]: Remove conditional code.
30706         [!objdir]: Give error.
30707         [!objdir] (objpfx): Remove.
30708         [!objdir] (common-objpfx): Likewise.
30709         [!objdir] (common-objdir): Likewise.
30710         * configure.in (config_makefile): Remove.  Hardcode Makefile in
30711         AC_CONFIG_FILES call.
30712         * configure: Regenerated.
30713
30714         [BZ #13888]
30715         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
30716         or TMPDIR.
30717         (testout): Likewise.
30718
30719         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
30720         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
30721         $(rtld-installed-name).
30722         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
30723         (rtld_installed_name): Likwise.
30724         (runit): Remove function.
30725         (run_getconf): New variable,  Use it for running getconf binary.
30726
30727 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
30728
30729         [BZ #14716]
30730         * string/test-memmem.c (check_result): New function.
30731         (do_one_test): Use it.
30732         (check1): New function.
30733         (test_main): Use it.
30734
30735 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
30736
30737         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
30738
30739 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
30740
30741         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
30742         (_G_LSEEK64): Likewise.
30743         (_G_MMAP64): Likewise.
30744         (_G_FSTAT64): Likewise.
30745         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
30746         (_G_LSEEK64): Likewise.
30747         (_G_MMAP64): Likewise.
30748         (_G_FSTAT64): Likewise.
30749         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
30750         unconditional.  Call __mmap64 directly.
30751         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
30752         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
30753         __lseek64 directly.
30754         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
30755         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
30756         __mmap64 directly.
30757         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
30758         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30759         __lseek64 directly.
30760         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
30761         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
30762         __lseek64 directly.
30763         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
30764         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
30765         __lseek64 directly.
30766         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30767         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
30768         __fxstat64 directly.
30769         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30770         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30771         unconditional.
30772         (freopen64) [!_G_OPEN64]: Remove conditional code.
30773         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30774         unconditional.
30775         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30776         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30777         unconditional.
30778         (ftello64) [!_G_LSEEK64]: Remove conditional code.
30779         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
30780         unconditional.
30781         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30782         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
30783         unconditional.
30784         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
30785         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
30786         unconditional.
30787         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30788         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
30789         unconditional.
30790         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30791         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
30792         unconditional.
30793         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30794
30795 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30796
30797         [BZ #12140]
30798         * manual/memory.texi (Malloc Tunable Parameters): Add note
30799         about free list pointers overwriting some perturb bytes.
30800         Wording suggested by Roland McGrath.
30801
30802 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
30803
30804         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
30805         (lgamma_test): Likewise.
30806         (tgamma_test): Likewise.
30807
30808 2012-10-16  Florian Weimer  <fweimer@redhat.com>
30809
30810         [BZ #14700]
30811         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
30812         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
30813
30814 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
30815
30816         * NEWS: Mention BZ #14716.
30817         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30818         when removing AVAILABLE1_USES_J macro.
30819
30820 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
30821
30822         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30823         (__bswap_64): __uint64_t for unsigned 64-bit int.
30824
30825 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
30826
30827         * include/string.h (memmem): Declare libc hidden alias.
30828         * string/memmem.c (memmem): Define libc hidden alias.
30829         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30830         __read, __close instead of open, read, close.
30831
30832 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
30833
30834         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30835         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30836         global and hidden.
30837         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30838         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30839         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30840         Likewise.
30841         (__rawmemchr_sse2): Likewise.
30842         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30843         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30844         (__strchr_sse2): Likewise.
30845         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30846         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30847         (__strcasecmp_sse2): Likewise.
30848         (__strncasecmp_sse2): Likewise.
30849         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30850         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30851         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30852         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30853         (__strrchr_sse2): Likewise.
30854         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30855         ifunc-impl-list.c.
30856         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30857         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30858         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30859         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30860         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30861         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30862         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30863         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30864         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30865         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30866         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30867         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30868         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30869         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30870         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30871         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30872         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30873         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30874         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30875         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30876         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30877         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30878         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30879         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30880         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30881         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30882         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30883         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30884         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30885         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30886
30887         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30888         global and hidden.
30889         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30890         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30891         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30892         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30893         Likewise.
30894         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30895         Likewise.
30896         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30897         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30898         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30899         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30900         ifunc-impl-list.c.
30901         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30902         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30903         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30904         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30905         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30906         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30907         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30908         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30909         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30910         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30911         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30912         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30913         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30914         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30915         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30916         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30917         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30918         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30919         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30920         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30921         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30922         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30923         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30924         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30925         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30926         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30927         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30928         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30929         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30930         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30931         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30932         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30933         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30934         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30935         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30936         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30937         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30938         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30939         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30940         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30941         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30942
30943         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30944         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30945         * include/ifunc-impl-list.h: New file.
30946         * misc/ifunc-impl-list.c: Likewise.
30947         * misc/Makefile (routines): Add ifunc-impl-list.
30948         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30949         * string/test-string.h: Include <ifunc-impl-list.h>.
30950         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30951         TEST_NAME]: New variables.
30952         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30953         are defined.
30954         (test_init): Call __libc_ifunc_impl_list to initialize
30955         func_list if TEST_IFUNC and TEST_NAME are defined.
30956
30957         * string/Makefile (strop-tests): Add bcopy and bzero.
30958         * string/test-bcopy.c: New file.
30959         * string/test-bzero.c: Likewise.
30960         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30961         defined.
30962         * string/test-memset.c: Support bzero test if TEST_BZERO is
30963         defined.
30964         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30965         __libc_memmove.
30966         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30967         __libc_memset.
30968         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30969         of memset.
30970
30971 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
30972
30973         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30974         * configure: Regenerated.
30975
30976         * Makeconfig (+link-static-before-libc): Don't include
30977         $(link-static-libc).
30978
30979         * libio/libio.h (_IO_pos_t): Remove.
30980
30981 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30982
30983         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
30984         McGrath.
30985
30986 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30987
30988         * crypt/crypt-entry.c: Include fips-private.h.
30989         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30990         * crypt/md5c-test.c (main): Tolerate disabled MD5.
30991         * sysdeps/unix/sysv/linux/fips-private.h: New file.
30992         * sysdeps/generic/fips-private.h: New file, dummy fallback.
30993
30994 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
30995
30996         * crypt/crypt-private.h: Include stdbool.h.
30997         (_ufc_setup_salt_r): Return bool.
30998         * crypt/crypt-entry.c: Include errno.h.
30999         (__crypt_r): Return NULL with EINVAL for bad salt.
31000         * crypt/crypt_util.c (bad_for_salt): New.
31001         (_ufc_setup_salt_r): Check that salt is long enough and within
31002         the specified alphabet.
31003         * crypt/badsalttest.c: New file.
31004         * crypt/Makefile (tests): Add it.
31005         ($(objpfx)badsalttest): New.
31006
31007 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
31008
31009         * NEWS: Add entry for BZ #14602.
31010
31011 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31012
31013         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
31014         type-generic.
31015         * math/libm-test.inc: Update comment listing what functions and
31016         macros are tested.
31017         (isgreater_test): New function.
31018         (isgreaterequal_test): Likewise.
31019         (isless_test): Likewise.
31020         (islessequal_test): Likewise.
31021         (islessgreater_test): Likewise.
31022         (isunordered_test): Likewise.
31023         (main): Call the new functions.
31024
31025 2012-10-09  Roland McGrath  <roland@hack.frob.com>
31026
31027         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
31028         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
31029         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
31030         * sysdeps/i386/configure: Regenerated.
31031         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
31032         * sysdeps/mach/configure: Regenerated.
31033         * sysdeps/mach/hurd/configure: Regenerated.
31034         * sysdeps/powerpc/configure: Regenerated.
31035         * sysdeps/powerpc/powerpc32/configure: Regenerated.
31036         * sysdeps/powerpc/powerpc64/configure: Regenerated.
31037         * sysdeps/s390/s390-32/configure: Regenerated.
31038         * sysdeps/s390/s390-64/configure: Regenerated.
31039         * sysdeps/sh/configure: Regenerated.
31040         * sysdeps/sparc/configure: Regenerated.
31041         * sysdeps/unix/sysv/linux/configure: Regenerated.
31042         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
31043         * sysdeps/x86_64/configure: Regenerated.
31044
31045         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
31046         defined.  Don't check if MAP is NULL.
31047
31048 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
31049
31050         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
31051         (_G_stat64): Likewise.
31052         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
31053         (_G_stat64): Likewise.
31054         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
31055         instead of struct _G_stat64.
31056         * libio/fileops.c (mmap_remap_check): Likewise.
31057         (decide_maybe_mmap): Likewise.
31058         (_IO_new_file_seekoff): Likewise.
31059         (_IO_file_stat): Likewise.
31060         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
31061         _G_off64_t.
31062         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
31063         instead of struct _G_stat64.
31064         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31065
31066 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
31067
31068         [BZ #14602]
31069         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31070         Replace with ...
31071         (CHECK_EOL): New macro.
31072         (two_way_short_needle): Check beginning of haystack for EOL.  Use
31073         CHECK_EOL.
31074         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31075         Replace with CHECK_EOL.
31076         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31077         Replace with CHECK_EOL.
31078
31079 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
31080
31081         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
31082         type-generic.
31083         * math/libm-test.inc: Update comment listing what functions and
31084         macros are tested.
31085         (finite_test): New function.
31086         (isinf_test): Likewise.
31087         (isnan_test): Likewise.
31088         (fpclassify_test): Test subnormal input.
31089         (isfinite_test): Likewise.
31090         (isnormal_test): Likewise.
31091         (main): Call the new functions.
31092
31093 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
31094
31095         [BZ #14660]
31096         * Makerules (%.dynsym): Force C locale when running
31097         $(OBJDUMP) --dynamic-syms.
31098
31099 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
31100
31101         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31102         <stdint.h>.
31103
31104 2012-10-06  David S. Miller  <davem@davemloft.net>
31105
31106         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31107         upper 32-bits of the length value in %o2 since we use branch-on-register
31108         tests which consider the entire 64-bit register.
31109
31110 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
31111
31112         * string/test-strstr.c (check2): Add a test for page boundary.
31113
31114 2012-10-05  David S. Miller  <davem@davemloft.net>
31115
31116         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31117         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31118         file.
31119         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31120         sysdep_routines.
31121         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31122         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31123         and bzero when HWCAP_SPARC_CRYPTO is present.
31124
31125 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
31126
31127         [BZ #14602]
31128         * string/test-strstr.c (check2): New function.
31129         (test_main): Call check2.
31130
31131         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31132         and bug-strchr1.
31133         * string/bug-strcasestr1.c (do_test): Moved to ...
31134         * string/test-strcasestr.c (check1): Here.  New function.
31135         (do_one_test): Break out result checking code into ...
31136         (check_result): This.  New function.
31137         (do_one_test): Call check_result.
31138         (test_main): Call check1.
31139         * string/bug-strchr1.c (do_test): Moved to ...
31140         * string/test-strchr.c (check1): Here.  New function.
31141         (do_one_test): Break out result checking code into ...
31142         (check_result): This.  New function.
31143         (do_one_test): Call check_result.
31144         (test_main): Call check1.
31145         * string/bug-strstr1.c (main): Moved to ...
31146         * string/test-strstr.c (check1): Here.  New function.
31147         (do_one_test): Break out result checking code into ...
31148         (check_result): This.  New function.
31149         (do_one_test): Call check_result.
31150         (test_main): Call check1.
31151         * string/bug-strcasestr1.c: Removed.
31152         * string/bug-strchr1.c: Likewise.
31153         * string/bug-strstr1.c: Likewise.
31154
31155         * elf/Makefile (dl-routines): Add hwcaps.
31156         * elf/dl-support.c (_dl_important_hwcaps): Removed.
31157         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31158         (_dl_important_hwcaps): Moved to ...
31159         * elf/dl-hwcaps.c: Here.  New file.
31160         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31161
31162         [BZ #14557]
31163         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31164         if IS_IN_rtld isn't defined.
31165
31166         * elf/dl-support.c (_dl_sysinfo_map): New.
31167         Include "get-dynamic-info.h" and "setup-vdso.h".
31168         (_dl_non_dynamic_init): Call setup_vdso.
31169         * elf/dynamic-link.h: Don't include <assert.h>.
31170         (elf_get_dynamic_info): Moved to ...
31171         * elf/get-dynamic-info.h: Here.  New file.
31172         * elf/dynamic-link.h: Include "get-dynamic-info.h".
31173         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31174         * elf/setup-vdso.h: Here.  New file.
31175         * elf/rtld.c: Include "setup-vdso.h".
31176         (dl_main): Call setup_vdso.
31177
31178 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
31179
31180         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31181         creal in comment listing functions tested.  List finite, isinf,
31182         isnan, isless, islessequal, isgreater, isgreaterequal,
31183         islessgreater, isunordered, lgamma_r and pow10 as functions and
31184         macros not tested.  Mention which functions not tested are aliases
31185         for other functions.  Fix typo.  Note that signs of NaNs are not
31186         tested.
31187
31188         * scripts/config.guess: Update from config.git.
31189         * scripts/config.sub: Likewise.
31190
31191 2012-10-04  Roland McGrath  <roland@hack.frob.com>
31192
31193         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31194         * misc/madvise.c (madvise): Renamed to __madvise.
31195         Make madvise a weak alias.
31196         * include/sys/mman.h: Declare __madvise.
31197         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31198         * sysdeps/unix/syscalls.list
31199         (madvise): Make __madvise the strong name, and madvise a weak alias.
31200         * sysdeps/unix/sysv/linux/syscalls.list
31201         (madvise, mmap): Remove redundant entries.
31202         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31203         * malloc/malloc.c (mtrim): Likewise.
31204         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31205
31206 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31207
31208         * sysdeps/mach/hurd/dl-cache.c: File removed.
31209         * config.h.in (USE_LDCONFIG): New #undef.
31210         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31211         * configure: Regenerated.
31212         * elf/Makefile (dl-routines): Add dl-cache only under
31213         [$(use-ldconfig) = yes].
31214         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31215         cache on [USE_LDCONFIG].
31216         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31217         [USE_LDCONFIG].
31218         * elf/rtld.c (dl_main): Likewise.
31219
31220 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
31221
31222         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31223         _SC_LEVEL4_CACHE_LINESIZE.
31224
31225 2012-10-03  Roland McGrath  <roland@hack.frob.com>
31226
31227         * sysdeps/unix/bsd/confstr.h: File removed.
31228
31229 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
31230
31231         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31232         sys/sdt-config.h.
31233
31234 2012-10-02  Roland McGrath  <roland@hack.frob.com>
31235
31236         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31237         Make 'mapoff' field ElfW(Off) rather than off_t.
31238
31239 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
31240
31241         * nscd/Makefile: Remove nscd-cflags and all its users.
31242         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31243         (CFLAGS-nonlib): Add compiler flags for nscd modules.
31244
31245         [BZ #10631]
31246         * malloc.c (malloc_printerr): Clarify error message.
31247
31248 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
31249
31250         [BZ #14648]
31251         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31252         Set bit_FMA_Usable if FMA is supported.
31253         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31254         macro.
31255         (bit_FMA4_Usable): Updated.
31256         (index_FMA_Usable): New macro.
31257         (CPUID_FMA): Likewise
31258         (HAS_FMA): Defined with bit_FMA_Usable.
31259
31260 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31261
31262         * bits/types.h (__swblk_t): Type removed.
31263         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31264         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31265         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31266         (__SWBLK_T_TYPE): Likewise.
31267         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31268         (__SWBLK_T_TYPE): Likewise.
31269         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31270         (__SWBLK_T_TYPE): Likewise.
31271         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31272         (__SWBLK_T_TYPE): Likewise.
31273
31274 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
31275             Honza Horak <hhorak@redhat.com>
31276
31277         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31278         (xdr_mapname): Use YPMAXMAP as maxsize.
31279         (xdr_peername): Use YPMAXPEER as maxsize.
31280         (xdr_keydat): Use YPAXRECORD as maxsize.
31281         (xdr_valdat): Use YPMAXRECORD as maxsize.
31282
31283 2012-10-01  Roland McGrath  <roland@hack.frob.com>
31284
31285         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31286
31287         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31288         * csu/init-first.c: ... here.
31289         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31290         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31291         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31292         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31293         * sysdeps/i386/init-first.c: File removed.
31294         * sysdeps/sh/init-first.c: File removed.
31295
31296 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
31297
31298         [BZ #14645]
31299         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31300         if x * y might underflow to zero and z is zero.
31301         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31302         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31303         * math/libm-test.inc (min_subnorm_value): New variable.
31304         (fma_test): Add more tests.
31305         (fma_test_towardzero): Likewise.
31306         (fma_test_downward): Likewise
31307         (fma_test_upward): Likewise.
31308         (initialize): Set min_subnorm_value.
31309
31310 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
31311
31312         [BZ #14638]
31313         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31314         0 + 0.
31315         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31316         mode for addition resulting in exact zero.
31317         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31318         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31319         exact 0 + 0.
31320         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31321         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31322         * math/libm-test.inc (fma_test): Add more tests.
31323         (fma_test_towardzero): New function.
31324         (fma_test_downward): Likewise.
31325         (fma_test_upward): Likewise.
31326         (main): Call the new functions.
31327
31328 2012-09-28  David S. Miller  <davem@davemloft.net>
31329
31330         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31331
31332 2012-09-28  Roland McGrath  <roland@hack.frob.com>
31333
31334         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31335         instead of SIGALRM.
31336
31337         * sysdeps/gnu/_G_config.h: Moved to ...
31338         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31339         * sysdeps/mach/hurd/_G_config.h: Moved to ...
31340         * sysdeps/generic/_G_config.h: ... here.
31341
31342         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
31343
31344         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31345
31346         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31347         Conditionalize target on [libnss_test1.so-version].
31348
31349         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31350
31351         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31352         (elfobjdir): Move out of conditionals.
31353
31354         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31355         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31356         (__nss_lookup_function): Conditionalize label remove_from_tree on
31357         [!DO_STATIC_NSS || SHARED], matching its only use.
31358
31359 2012-09-28  David S. Miller  <davem@davemloft.net>
31360
31361         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31362         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31363         file.
31364         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31365         sysdep_routines.
31366         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31367         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31368         when HWCAP_SPARC_CRYPTO is present.
31369
31370 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31371
31372         * io/tst-mknodat.c: Create a FIFO instead of a socket.
31373
31374 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
31375
31376         [BZ #6530]
31377         * stdio-common/vfprintf.c (process_string_arg): Revert
31378         2000-07-22 change.
31379
31380 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
31381
31382         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31383         for testcase.
31384         * stdio-common/tst-sprintf.c: Include <locale.h>
31385         (main): Test sprintf's handling of incomplete multibyte
31386         characters.
31387
31388 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
31389
31390         * elf/dl-runtime.c (VERSYMIDX): Removed.
31391         * elf/dl-version.c (VERSYMIDX): Likewise.
31392         * elf/do-rel.h (VERSYMIDX): Likewise.
31393         (VALIDX): Likewise.
31394         * elf/dynamic-link.h (VERSYMIDX): Likewise.
31395         * elf/rtld.c (VALIDX): Likewise.
31396         (ADDRIDX): Likewise.
31397         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31398         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31399         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
31400         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31401         (VALIDX): Likewise.
31402         (ADDRIDX): Likewise.
31403
31404 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31405
31406         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31407
31408 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
31409
31410         [BZ #11438]
31411         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31412         to global scope.
31413         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31414         addresses are in the same scope as 192.0.2/24.
31415         * posix/gai.conf: Document new scope table defaults.
31416
31417 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31418
31419         [BZ #5298]
31420         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31421         for ftell.  Compute offsets from write pointers instead.
31422         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31423
31424 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31425
31426         [BZ #14543]
31427         * libio/Makefile (tests): New test case tst-fseek.
31428         * libio/tst-fseek.c: New test case to verify that fseek/ftell
31429         combination works in wide mode.
31430         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31431         state when the external buffer state changes.
31432
31433 2012-09-27  David S. Miller  <davem@davemloft.net>
31434
31435         [BZ #14376]
31436         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31437         pass reloc->r_addend in as the 'high' argument to
31438         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31439
31440         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31441
31442 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
31443
31444         * rt/tst-aio2.c: Include <pthread.h>.
31445         * rt/tst-aio3.c: Likewise.
31446
31447 2012-09-27  Steve Ellcey  <sellcey@mips.com>
31448
31449         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31450
31451 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
31452
31453         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31454         contents on [SHARED].
31455
31456 2012-09-26  Marek Polacek  <polacek@redhat.com>
31457
31458         [BZ #14530]
31459         [BZ #13741]
31460         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31461         for C++ and GCC <4.3 as well as for non GCC compilers.
31462
31463 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
31464
31465         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31466
31467 2012-09-25  Roland McGrath  <roland@hack.frob.com>
31468
31469         * Makefile.in (all, install): Declare with .PHONY.
31470         Reported by Michael Hope <michael.hope@linaro.org>.
31471
31472 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31473
31474         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31475         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31476         system header.
31477         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31478         Likewise.
31479         (sydep_routines): Add the new and the internal functions.
31480         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31481         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31483         (GLIBC_2.17): Add the new function.
31484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31485         (GLIBC_2.17): Likewise.
31486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31487         (GLIBC_2.17): Likewise.
31488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31489         (GLIBC_2.17): Likewise.
31490         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31491
31492 2012-09-25  Alan Modra  <amodra@gmail.com>
31493
31494         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31495         Add release barrier before setting once_control to say
31496         initialisation is done.  Add hints on lwarx.  Use macro in
31497         place of isync.
31498         (clear_once_control): Add release barrier.
31499
31500 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31501
31502         [BZ #13629]
31503         * math/s_clog.c (__clog): Handle more values close to |z| = 1
31504         specially.
31505         * math/s_clog10.c (__clog10): Likewise.
31506         * math/s_clog10f.c (__clog10f): Likewise.
31507         * math/s_clog10l.c (__clog10l): Likewise.
31508         * math/s_clogf.c (__clogf): Likewise.
31509         * math/s_clogl.c (__clogl): Likewise.
31510         * math/Makefile (libm-calls): Add x2y2m1.
31511         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31512         (__x2y2m1): Likewise.
31513         (__x2y2m1l): Likewise.
31514         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31515         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31516         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31517         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31518         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31519         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31520         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31521         * sysdeps/i386/fpu/libm-test-ulps: Update.
31522         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31523
31524         [BZ #14621]
31525         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
31526         int as type of variable DEPTH.
31527         (glob): Use size_t instead of int as type of variables NEWCOUNT
31528         and OLD_PATHC.
31529
31530 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31531
31532         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31533         Add s_sincosf-sse2.
31534         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
31535         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
31536         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
31537         macros for using routine as __sincosf_ia32.
31538         Use macro for function declaration and weak_alias.
31539         * sysdeps/i386/fpu/libm-test-ulps: Update.
31540
31541         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
31542         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31543
31544         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
31545         subnormal argument.
31546         * math/s_cexpf.c (__cexpf): Likewise.
31547         * math/s_csinf.c (__csinf): Likewise.
31548         * math/s_csinhf.c (__csinhf): Likewise.
31549         * math/s_ctanf.c (__ctanf): Likewise.
31550         * math/s_ctanhf.c (__ctanhf): Likewise.
31551         * math/s_ccosh.c (__ccoshf): Likewise.
31552         * math/s_cexp.c (__cexpl): Likewise.
31553         * math/s_csin.c (__csin): Likewise.
31554         * math/s_csinh.c (__csinh): Likewise.
31555         * math/s_ctan.c (__ctan): Likewise.
31556         * math/s_ctanh.c (ctanh): Likewise.
31557         * math/s_ccoshl.c (__ccoshl): Likewise.
31558         * math/s_cexpl.c (__cexpl): Likewise.
31559         * math/s_csinl.c (__csinl): Likewise.
31560         * math/s_csinhl.c (__csinhl): Likewise.
31561         * math/s_ctanl.c (__ctanl): Likewise.
31562         * math/s_ctanhl.c (__ctanhl): Likewise.
31563
31564 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
31565
31566         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
31567         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
31568         (_IO_off_t): Define to __off_t, not _G_off_t.
31569         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
31570         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
31571         (_IO_wint_t): Define to wint_t, not _G_wint_t.
31572         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
31573         type of __dummy and __dummy2 fields.
31574         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
31575         (_G_ssize_t): Likewise.
31576         (_G_off_t): Likewise.
31577         (_G_pid_t): Likewise.
31578         (_G_uid_t): Likewise.
31579         (_G_wchar_t): Likewise.
31580         (_G_wint_t): Likewise.
31581         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
31582         (_G_ssize_t): Likewise.
31583         (_G_off_t): Likewise.
31584         (_G_pid_t): Likewise.
31585         (_G_uid_t): Likewise.
31586         (_G_wchar_t): Likewise.
31587         (_G_wint_t): Likewise.
31588         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
31589         (_G_ssize_t): Likewise.
31590         (_G_off_t): Likewise.
31591         (_G_pid_t): Likewise.
31592         (_G_uid_t): Likewise.
31593         (_G_wchar_t): Likewise.
31594         (_G_wint_t): Likewise.
31595
31596 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31597
31598         * malloc/arena.c: Include malloc-sysdep.h.
31599         (shrink_heap): Use check_may_shrink_heap to decide if madvise
31600         is sufficient to shrink the heap or an unmap is needed.
31601         * sysdeps/generic/malloc-sysdep.h: New file.  Define
31602         new function check_may_shrink_heap.
31603         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
31604         new function check_may_shrink_heap.
31605
31606 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31607
31608         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
31609         comments.
31610
31611 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
31612
31613         * catgets/test-gencat.sh: Add "set -e".
31614         * elf/tst-pathopt.sh: Likewise.
31615         * grp/tst_fgetgrent.sh: Likewise.
31616         * iconvdata/run-iconv-test.sh: Likewise.
31617         * intl/tst-gettext.sh: Likewise.
31618         * intl/tst-gettext2.sh: Likewise.
31619         * intl/tst-gettext4.sh: Likewise.
31620         * intl/tst-gettext6.sh: Likewise.
31621         * intl/tst-translit.sh: Likewise.
31622         * io/ftwtest-sh: Likewise.
31623         * libio/test-freopen.sh: Likewise.
31624         * malloc/tst-mtrace.sh: Likewise.
31625         * posix/globtest.sh: Likewise.
31626         * posix/tst-getconf.sh: Likewise.
31627         * posix/wordexp-tst.sh: Likewise.
31628         * stdio-common/tst-printf.sh: Likewise.
31629         * stdio-common/tst-unbputc.sh: Likewise.
31630         * stdlib/tst-fmtmsg.sh: Likewise.
31631         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31632         * catgets/Makefile: Do not specify -e option when running
31633         testsuite shell scripts.
31634         * elf/Makefile: Likewise.
31635         * grp/Makefile: Likewise.
31636         * iconvdata/Makefile: Likewise.
31637         * intl/Makefile: Likewise.
31638         * io/Makefile: Likewise.
31639         * libio/Makefile: Likewise.
31640         * malloc/Makefile: Likewise.
31641         * posix/Makefile: Likewise.
31642         * stdio-common/Makefile: Likewise.
31643         * stdlib/Makefile: Likewise.
31644         * sysdeps/x86_64/Makefile: Likewise.
31645
31646         * io/ftwtest-sh: Add copyright header.
31647         * posix/globtest.sh: Likewise.
31648         * posix/tst-getconf.sh: Likewise.
31649         * posix/wordexp-tst.sh: Likewise.
31650         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31651
31652 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
31653
31654         [BZ #13679]
31655         * Makeconfig (+link): Defined as $(+link-static) if
31656         $(build-shared) isn't yes.
31657         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
31658         isn't yes.
31659         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
31660
31661         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
31662
31663         [BZ #14562]
31664         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
31665         new chunk size with MALLOC_ALIGN_MASK.
31666
31667 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
31668
31669         [BZ #5044]
31670         * stdio-common/printf_fphex.c: Include <stdbool.h> and
31671         <rounding-mode.h>.
31672         (__printf_fphex): Determine rounding using get_rounding_mode and
31673         round_away.
31674         * stdio-common/tst-printf-round.c (struct hex_test): New
31675         structure.
31676         (hex_tests): New variable.
31677         (test_hex_in_one_mode): New function.
31678         (do_test): Also run tests for hex float output.
31679
31680 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
31681
31682         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31683         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31684         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
31685         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31686         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31687         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
31688         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31689         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31690
31691 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
31692
31693         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
31694         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
31695         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
31696         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
31697
31698 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
31699
31700         [BZ #14579]
31701         * elf/rtld.c (dl_main): Limit the check for self loading to normal
31702         mode only.
31703         * elf/tst-rtld-load-self.sh: New test.
31704         * elf/Makefile: Run it.
31705
31706 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
31707
31708         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
31709         (tst-writev-ENV): Remove.
31710         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
31711
31712 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
31713
31714         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
31715
31716 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
31717
31718         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
31719         unconditional.
31720         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
31721         Likewise.
31722         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
31723         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
31724         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
31725         Likewise.
31726
31727 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
31728
31729         [BZ #14587]
31730         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
31731         * config.make.in (have-cpp-asm-debuginfo): Removed.
31732         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
31733         * configure: Regenerated.
31734
31735 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
31736
31737         [BZ #5044]
31738         * stdio-common/printf_fp.c: Include <stdbool.h> and
31739         <rounding-mode.h>.
31740         (___printf_fp): Determine rounding using get_rounding_mode and
31741         round_away.
31742         * stdio-common/tst-printf-round.c: New file.
31743         * stdio-common/Makefile (tests): Add tst-printf-round.
31744         (link-libm): New variable.
31745         ($(objpfx)tst-printf-round): Depend in $(link-libm).
31746
31747 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
31748
31749         [BZ #14576]
31750         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
31751         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
31752         Likewise.
31753         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
31754         Likewise.
31755
31756 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
31757
31758         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
31759         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31760         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31761         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31762
31763 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
31764
31765         [BZ #14518]
31766         * include/rounding-mode.h: New file.
31767         * sysdeps/generic/get-rounding-mode.h: Likewise.
31768         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31769         * stdlib/strtod_l.c: Include <rounding-mode.h>.
31770         (MAX_VALUE): New macro.
31771         (MIN_VALUE): Likewise.
31772         (overflow_value): New function.
31773         (underflow_value): Likewise.
31774         (round_and_return): Use overflow_value and underflow_value to
31775         determine return values in overflow and underflow cases.  Use
31776         round_away to determine rounding depending on rounding mode.
31777         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31778         determine return values in overflow and underflow cases.
31779         * stdlib/tst-strtod-round.c: Include <fenv.h>.
31780         (struct test_results): New structure.
31781         (struct test): Use struct test_results to store expected results
31782         for all rounding modes.
31783         (TEST): Include expected results for all rounding modes.
31784         (test_in_one_mode): New function.
31785         (do_test): Use test_in_one_mode to compute and check results.
31786         Check results for all rounding modes.
31787         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
31788         $(link-libm).
31789
31790 2012-12-09  Allan McRae  <allan@archlinux.org>
31791
31792         * sysdeps/i386/fpu/libm-test-ulps: Update
31793
31794 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
31795
31796         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
31797         (_G_int32_t): Likewise.
31798         (_G_uint16_t): Likewise.
31799         (_G_uint32_t): Likewise.
31800         (_G_HAVE_BOOL): Likewise.
31801         (_G_HAVE_ATEXIT): Likewise.
31802         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31803         (_G_HAVE_IO_FILE_OPEN): Likewise.
31804         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
31805         (_G_int32_t): Likewise.
31806         (_G_uint16_t): Likewise.
31807         (_G_uint32_t): Likewise.
31808         (_G_HAVE_BOOL): Likewise.
31809         (_G_HAVE_ATEXIT): Likewise.
31810         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31811         (_G_HAVE_IO_FILE_OPEN): Likewise.
31812         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
31813         (_G_int32_t): Likewise.
31814         (_G_uint16_t): Likewise.
31815         (_G_uint32_t): Likewise.
31816         (_G_HAVE_BOOL): Likewise.
31817         (_G_HAVE_ATEXIT): Likewise.
31818         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31819         (_G_HAVE_IO_FILE_OPEN): Likewise.
31820
31821 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
31822
31823         * csu/libc-tls.c: Update copyright years.
31824
31825 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
31826
31827         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31828         [!_G_USING_THUNKS]: Remove conditional code.
31829         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31830         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31831
31832         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31833         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31834         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31835         (_G_VTABLE_LABEL_PREFIX): Likewise.
31836         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31837         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31838         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31839         (_G_VTABLE_LABEL_PREFIX): Likewise.
31840         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31841         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31842         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31843         (_G_VTABLE_LABEL_PREFIX): Likewise.
31844         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31845
31846 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
31847
31848         * libio/Makefile: Include ../Makeconfig before tests.
31849         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31850         only if $(build-shared) is yes.
31851
31852         * iconv/gconv_db.c: Update copyright years.
31853
31854 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31855
31856         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31857         unwind info if defined PIC. Fix special cases description.
31858         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31859
31860         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31861         DP_HI_MASK entry.
31862         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31863
31864 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
31865
31866         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31867
31868         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31869         is NULL.
31870
31871         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31872         (LDLIBS-tst-chk4): This.
31873         (LDFLAGS-tst-chk5): Renamed to ...
31874         (LDLIBS-tst-chk5): This.
31875         (LDFLAGS-tst-chk6): Renamed to ...
31876         (LDLIBS-tst-chk6): This.
31877         (LDFLAGS-tst-lfschk4): Renamed to ...
31878         (LDLIBS-tst-lfschk4): This.
31879         (LDFLAGS-tst-lfschk5): Renamed to ...
31880         (LDLIBS-tst-lfschk5): This.
31881         (LDFLAGS-tst-lfschk6): Renamed to ...
31882         (LDLIBS-tst-lfschk6): This.
31883
31884         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31885         on $(common-objpfx)soversions.mk.
31886
31887 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
31888
31889         [BZ #10014]
31890         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31891         example host name.
31892
31893 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31894
31895         * malloc/arena.c (arena_get_retry): New function that gets
31896         another arena for the caller to try its request on.
31897         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31898         current arena cannot fulfill the request.
31899         (__libc_memalign): Likewise.
31900         (__libc_memalign): Likewise.
31901         (__libc_pvalloc): Likewise.
31902         (__libc_calloc): Likewise.
31903
31904 2012-09-05  John Tobey  <john.tobey@gmail.com>
31905
31906         [BZ #13542]
31907         * manual/arith.texi (Operations on Complex): Fix description
31908         of carg branch cut.
31909
31910 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31911
31912         [BZ #10014]
31913         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31914         host name.
31915
31916         [BZ #10038]
31917         * manual/memory.texi (Memory): Make order of menu items match
31918         order of sections.
31919
31920 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31921
31922         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31923         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
31924         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31925
31926 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31927
31928         * csu/libc-tls.c (static_dtv): Renamed to ...
31929         (_dl_static_dtv): This.  Make it global.
31930         (_dl_initial_dtv): Removed.
31931         (__libc_setup_tls): Updated.
31932         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31933         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31934         DL_INITIAL_DTV.
31935
31936 2012-09-06  Petr Machata  <pmachata@redhat.com>
31937
31938         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31939         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31940         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31941         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31942
31943 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31944
31945         [BZ #14545]
31946         * csu/libc-tls.c (_dl_initial_dtv): New variable.
31947         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31948         freeing dtv[-1].
31949
31950 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
31951
31952         [BZ #14544]
31953         * Makeconfig (link-static-before-libc): Replace $(+prector)
31954         with $(+prectorT).
31955         (link-static-after-libc): Replace $(+postctor) with
31956         $(+postctorT).
31957         (link-bounded): Replace $(+prector)/$(+postctor) with
31958         $(+prectorT)/$(+postctorT).
31959         (+prectorT): New macro.
31960         (+postctorT): Likewise.
31961
31962 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
31963
31964         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31965         (round_str): Handle values above the maximum for IBM long double
31966         as inexact.
31967         * stdlib/tst-strtod-round.c (tests): Regenerated.
31968
31969 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31970
31971         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31972         assembler flag.
31973         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31974         zarch_nohighgprs around the zarch optimized routines.
31975         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31976         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31977         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31978         for zarch.
31979
31980 2012-09-05  David S. Miller  <davem@davemloft.net>
31981
31982         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31983
31984         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31985         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
31986         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31987         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31988         entries.
31989
31990 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31991
31992         * malloc/arena.c: Fold copyright years.
31993         * malloc/mcheck.c, malloc/memusage.c: Likewise.
31994
31995 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
31996
31997         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
31998
31999 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32000
32001         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
32002
32003 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32004
32005         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
32006         change internal state upon failure.
32007
32008 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
32009
32010         * malloc/mcheck.c (mcheck_check_all): Fix typo.
32011         * malloc/memusage.c (mmap): Likewise.
32012         (mmap64, mremap): Likewise.  Adjust name in comment.
32013
32014 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32015
32016         * libio/fileops.c: Fix typos in comments.
32017         * libio/oldfileops.c: Likewise.
32018         * libio/wfileops.c: Likewise.
32019
32020 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
32021
32022         [BZ #1349]
32023         * malloc/Makefile (tests): Add tst-malloc-usable test case.
32024         (tst-malloc-usable-ENV): Set environment for test case.
32025         * malloc/hooks.c (malloc_check_get_size): New function to get
32026         requested size.
32027         * malloc/malloc.c (musable): Use malloc_check_get_size.
32028         * malloc/tst-malloc-usable.c: New test case.
32029
32030 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32031
32032         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
32033
32034 2012-09-05  Allan McRae  <allan@archlinux.org>
32035
32036         [BZ #13966]
32037         * configure.in (CXX_SYSINCLUDES): Use compiler output to
32038         determine header location.
32039         * configure: Regenerated.
32040
32041 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
32042
32043         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
32044         float format.
32045         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
32046         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
32047         format.
32048         (test): Regenerate.
32049
32050 2012-09-04  David S. Miller  <davem@davemloft.net>
32051
32052         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
32053         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
32054         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
32055
32056 2012-09-04  Florian Weimer  <fweimer@redhat.com>
32057
32058         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
32059         failures.
32060
32061         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
32062
32063 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
32064
32065         [BZ #9914]
32066         * libio/iogetdelim.c: Include <limits.h>.
32067         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
32068         + len + 1 would overflow.
32069
32070 2012-09-03  Andreas Jaeger  <aj@suse.de>
32071
32072         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32073         * sysdeps/i386/fpu/libm-test-ulps: Update.
32074
32075 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32076
32077         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32078         Add s_sinf-sse2, s_conf-sse2.
32079
32080         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
32081         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
32082         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
32083         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
32084
32085         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
32086         for using routine as __sinf_ia32.
32087         Use macro for function declaration and weak_alias.
32088         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
32089         for using routine as __cosf_ia32.
32090         Use macro for function declaration and weak_alias.
32091
32092         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
32093         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
32094
32095         * sysdeps/x86_64/fpu/s_sinf.S: New file.
32096         * sysdeps/x86_64/fpu/s_cosf.S: New file.
32097         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32098
32099         * math/libm-test.inc (cos_test): Add more test cases.
32100         (sin_test): Likewise.
32101         (sincos_test): Likewise.
32102
32103 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32104
32105         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32106         (IFUNC_RESOLVE): Make pointers to the specialized implementations
32107         hidden.
32108         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32109
32110 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
32111
32112         [BZ #14538]
32113         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32114         first element of the GOT.
32115         (elf_machine_load_address): Return the difference between
32116         the runtime address of _DYNAMIC and elf_machine_dynamic ().
32117
32118 2012-09-01  Allan McRae  <allan@archlinux.org>
32119
32120         [BZ #13412]
32121         * configure.in (AWK): Require gawk version 3.0 or later.
32122         * configure: Regenerated.
32123
32124 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
32125
32126         * sysdeps/unix/sysv/linux/kernel-features.h
32127         (__ASSUME_POSIX_CPU_TIMERS): Remove.
32128         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32129         [__NR_clock_getres]: Make code unconditional.
32130         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
32131         (clock_getcpuclockid): Remove code left unreachable by removal of
32132         conditionals.
32133         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32134         code unconditional.
32135         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32136         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32137         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32138         Make code unconditional.
32139         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32140         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32141         * sysdeps/unix/sysv/linux/clock_settime.c
32142         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32143         conditional code.
32144         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32145         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32146
32147 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
32148
32149         [BZ #14476]
32150         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32151         scripts/test-installation.pl.
32152
32153         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32154         and $ld_so_version if it is set.
32155
32156 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
32157
32158         [BZ #14516]
32159         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32160         failure if reading from procfs failed.
32161         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32162
32163 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32164
32165         * sysdeps/unix/sysv/linux/kernel-features.h
32166         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32167         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32168         Remove conditional code.
32169         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32170         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32171         Remove conditional code.
32172         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32173         * sysdeps/unix/sysv/linux/i386/fxstat.c
32174         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32175         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32176         * sysdeps/unix/sysv/linux/i386/fxstatat.c
32177         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32178         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32179         * sysdeps/unix/sysv/linux/i386/lxstat.c
32180         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32181         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32182         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32183         Remove conditional code.
32184         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32185         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32186         Remove conditional code.
32187         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32188         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32189         <kernel-features.h>.
32190         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32191         Remove.
32192         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32193         Remove conditional code.
32194         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32195         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32196         Remove conditional.
32197
32198 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
32199
32200         [BZ #5400]
32201         * NEWS: Add fixed bug number.
32202
32203 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
32204
32205         [BZ #14519]
32206         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32207         underflowing exponent in case of negative sign.
32208         * stdlib/tst-strtod-round-data: Add more tests.
32209         * stdlib/tst-strtod-round.c (tests): Regenerated.
32210
32211         [BZ #3479]
32212         * stdlib/strtod_l.c (NDIG): Remove.
32213         (HEXNDIG): Likewise.
32214         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32215         smallest representable value.
32216         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32217         lie within an exact representation of 1/2 ulp of the result.
32218         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32219         unconditionally.
32220         (TENS_P9_IDX): Define unconditionally.
32221         (TENS_P9_SIZE): Likewise.
32222         (TENS_P10_IDX): Likewise.
32223         (TENS_P10_SIZE): Likewise.
32224         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32225         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32226         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32227         entries for 10^2^13 and 10^2^14.
32228         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32229         (TENS_P13_IDX): Define.
32230         (TENS_P13_SIZE): Likewise.
32231         (TENS_P14_IDX): Likewise.
32232         (TENS_P14_SIZE): Likewise.
32233         (_fpioconst_pow10): Change array size to
32234         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
32235         unconditional.
32236         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32237         1024]: Add entries for 10^2^13 and 10^2^14.
32238         [LAST_POW10 > _LAST_POW10]: Remove #error.
32239         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32240         (_fpioconst_pow10): Change array size to
32241         FPIOCONST_POW10_ARRAY_SIZE.
32242         * stdlib/gen-fpioconst.c: New file.
32243         * stdlib/gen-tst-strtod-round.c: Likewise.
32244         * stdlib/tst-strtod-round-data: Likewise.
32245         * stdlib/tst-strtod-round.c: Likewise.
32246         * stdlib/Makefile (tests): Add tst-strtod-round.
32247
32248         [BZ #14459]
32249         * stdlib/strtod_l.c: Include <stdint.h>.
32250         (NDEBUG): Do not define.
32251         (round_and_return): Change EXPONENT parameter to type intmax_t.
32252         Rearrange calculations to avoid internal overflow possibilities.
32253         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32254         Rearrange calculations to avoid internal overflow possibilities.
32255         Assert that number fits inside MPNSIZE limbs.
32256         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32257         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
32258         calculations and add assertions to avoid internal overflow
32259         possibilities.  Add casts to avoid signed/unsigned operations.
32260         * stdlib/tst-strtod-overflow.c: New file.
32261         * stdlib/Makefile (tests): Add tst-strtod-overflow.
32262
32263 2012-08-25  Marek Polacek  <polacek@redhat.com>
32264
32265         * time/time.h: Fix some typos in comments.
32266
32267 2012-08-23  Roland McGrath  <roland@hack.frob.com>
32268
32269         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32270         * posix/tst-rfc3484-2.c: Likewise.
32271         * posix/tst-rfc3484-3.c: Likewise.
32272
32273 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
32274
32275         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32276         (EF_ARM_ABI_FLOAT_HARD): Likewise.
32277
32278 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
32279
32280         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32281         #include of fxstatat64.c.
32282
32283 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32284
32285         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32286         * shadow/getspent_r.c: Likewise.
32287         * shadow/getspnam.c: Likewise.
32288         * shadow/getspnam_r.c: Likewise.
32289         * gshadow/getsgent.c: Likewise.
32290         * gshadow/getsgent_r.c: Likewise.
32291         * gshadow/getsgnam.c: Likewise.
32292         * gshadow/getsgnam_r.c: Likewise.
32293         * inet/getnetbyad.c: Likewise.
32294         * inet/getnetbyad_r.c: Likewise.
32295         * inet/getnetbynm.c: Likewise.
32296         * inet/getnetbynm_r.c: Likewise.
32297         * inet/getnetent.c: Likewise.
32298         * inet/getnetent_r.c: Likewise.
32299         * inet/getproto.c: Likewise.
32300         * inet/getproto_r.c: Likewise.
32301         * inet/getprtent.c: Likewise.
32302         * inet/getprtent_r.c: Likewise.
32303         * inet/getprtname.c: Likewise.
32304         * inet/getprtname_r.c: Likewise.
32305         * inet/getrpcbyname.c: Likewise.
32306         * inet/getrpcbyname_r.c: Likewise.
32307         * inet/getrpcbynumber.c: Likewise.
32308         * inet/getrpcbynumber_r.c: Likewise.
32309         * inet/getrpcent.c: Likewise.
32310         * inet/getrpcent_r.c: Likewise.
32311         * inet/getaliasent.c: Likewise.
32312         * inet/getaliasent_r.c: Likewise.
32313         * inet/getaliasname.c: Likewise.
32314         * inet/getaliasname_r.c: Likewise.
32315         * nscd/getgrgid_r.c: Likewise.
32316         * nscd/getgrnam_r.c: Likewise.
32317         * nscd/gethstbyad_r.c: Likewise.
32318         * nscd/gethstbynm3_r.c: Likewise.
32319         * nscd/getpwnam_r.c: Likewise.
32320         * nscd/getpwuid_r.c: Likewise.
32321         * nscd/getsrvbynm_r.c: Likewise.
32322         * nscd/getsrvbypt_r.c: Likewise.
32323         * nscd/gai.c: Likewise.
32324
32325         * configure.in (build_nscd): New substituted variable, set
32326         by --disable-build-nscd and defaults to $use_nscd.
32327         * configure: Regenerated.
32328         * config.make.in (build-nscd): New substituted variable.
32329         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32330         Change conditional to require [$(build-nscd) = yes] as well.
32331         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32332
32333         [BZ# 13696]
32334         * configure.in (use_nscd): New substituted variable, set by
32335         --disable-nscd.  If enabled, define USE_NSCD.
32336         * configure: Regenerated.
32337         * config.h.in: Add USE_NSCD.
32338         * config.make.in (use-nscd): New substituted variable.
32339         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32340         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32341         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32342         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32343         (CFLAGS-getgrnam_r.c): Likewise.
32344         (CFLAGS-initgroups.c): Likewise.
32345         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32346         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32347         Variables removed.
32348         * inet/getnetgrent_r.c
32349         (nscd_setnetgrent): New function, broken out of ...
32350         (setnetgrent): ... here.  Call it.
32351         (innetgr): Conditionalize nscd bits on [USE_NSCD].
32352         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32353         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32354         * nscd/Makefile (routines, aux): Move definitions after include of
32355         Makeconfig.  Conditionalize on [$(use-nscd) != no].
32356         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32357         Conditionalize on [USE_NSCD].
32358         (is_nscd, nscd_init_cb): Likewise.
32359         (nss_load_library): Conditionalize init callback on [USE_NSCD].
32360         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32361         * nss/nss_db/db-init.c: Likewise.
32362         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32363         [USE_NSCD].
32364         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32365         (make_request): Use it.
32366         (cache_valid_p): New function.
32367         (__check_pf): Use it.
32368         * NEWS: Add item for --disable-nscd.
32369
32370 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
32371
32372         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32373         to support sed >= 4.2.1-20-ga9bf076.
32374         * configure: Regenerated.
32375
32376 2012-08-22  Roland McGrath  <roland@hack.frob.com>
32377
32378         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32379         Conditionalize whole body on [IREL].
32380
32381 2012-08-22  Jeff Law <law@redhat.com>
32382
32383         [BZ #14505]
32384         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32385         if the family is PF_UNSPEC.
32386
32387 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
32388
32389         * Makerules (lib-version): Rename from V.
32390         (install-lib-nosubdir): Change V to lib-version.
32391
32392 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
32393
32394         [BZ #14252]
32395         * powerpc32/power6/wcschr.c: New file.
32396         * powerpc32/power6/wcscpy.c: New file.
32397         * powerpc32/power6/wcsrchr.c: New file.
32398         * powerpc64/power6/wcschr.c: New file.
32399         * powerpc64/power6/wcscpy.c: New file.
32400         * powerpc64/power6/wcsrchr.c: New file.
32401
32402 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32403
32404         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32405         (two_way_short_needle): Use it.
32406         * string/strstr.c (AVAILABLE1_USES_J): Define.
32407         * string/strcasestr.c: Likewise.
32408
32409         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32410         array references.
32411         * string/strcasestr.c (TOLOWER): Make side-effect safe.
32412
32413         [BZ #11607]
32414         * NEWS: Add an entry.
32415         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32416         define their defaults.
32417         (two_way_short_needle): Detect end-of-string on-the-fly.
32418         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32419         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32420         * string/bug-strcasestr1.c: New test.
32421         * string/Makefile: Run it.
32422
32423 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
32424
32425         [BZ #11607]
32426         * string/str-two-way.h (two_way_short_needle): Optimize matching of
32427         the first character.
32428
32429 2012-08-21  Roland McGrath  <roland@hack.frob.com>
32430
32431         * csu/elf-init.c (__libc_csu_irel): Function removed.
32432         * csu/libc-start.c (apply_irel): New function.
32433         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32434
32435 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
32436
32437         * sysdeps/unix/sysv/linux/kernel-features.h
32438         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32439         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32440         <kernel-features.h>.
32441         [__NR_fadvise64_64]: Make code unconditional.
32442         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32443         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32444         !__NR_fadvise64_64)]: Likewise.
32445         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32446         !__NR_fadvise64_64))]: Likewise.
32447         [__NR_fadvise64]: Make code unconditional.
32448         [!__NR_fadvise64]: Remove conditional code.
32449         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32450         <kernel-features.h>.
32451         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32452         unconditional.
32453         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32454         conditional code.
32455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32456         not include <kernel-features.h>.
32457         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32458         unconditional.
32459         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32460         conditional code.
32461         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32462         include <kernel-features.h>.
32463         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32464         unconditional.
32465         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32466         conditional code.
32467
32468 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
32469
32470         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32471         slight instruction rearrangements per scrollpipe analysis.
32472         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32473
32474 2012-08-20  Roland McGrath  <roland@hack.frob.com>
32475
32476         * manual/syslog.texi (syslog; vsyslog, closelog):
32477         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32478         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32479
32480         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32481         DSOCAPS to match condition on defining it.
32482
32483 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
32484
32485         * sysdeps/unix/sysv/linux/kernel-features.h
32486         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32488         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32489         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32491         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32492         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32494         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32495         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32496
32497         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32498         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32499
32500         * sysdeps/unix/sysv/linux/kernel-features.h
32501         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32502         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32503         unconditional.
32504         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32505         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32506         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32507         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32508         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32509         Make code unconditional.
32510         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32511         (__mmap64) [!__NR_mmap2]: Likewise.
32512         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32513         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32514         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32515         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32516         [__NR_mmap2]: Make code unconditional.
32517         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32518         (__mmap64) [!__NR_mmap2]: Likewise.
32519
32520 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32521
32522         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32523
32524 2012-08-18  Andreas Jaeger  <aj@suse.de>
32525
32526         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
32527
32528 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32529
32530         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
32531         * include/unistd.h (__have_sock_cloexec): Likewise.
32532         (__have_pipe2): Likewise.
32533         (__have_dup3): Likewise.
32534
32535 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
32536
32537         [BZ #9685]
32538         * include/unistd.h (__have_pipe2): Change define into an extern int.
32539         (__have_dup3): Likewise.
32540         * socket/have_sock_cloexec.c: Include fcntl.h.
32541         (__have_pipe2): New variable.
32542         (__have_dup3): Likewise.
32543
32544 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
32545
32546         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
32547
32548 2012-08-17  Marek Polacek  <polacek@redhat.com>
32549
32550         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
32551         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
32552
32553 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32554
32555         * configure.in: Add AC_SUBST for sysheaders.
32556         * configure: Regenerated.
32557         * config.make.in (sysheaders): New substituted variable.
32558
32559         * sysdeps/unix/mkfifo.c: Moved ...
32560         * sysdeps/posix/mkfifo.c: ... here.
32561         * sysdeps/unix/mkfifoat.c: Moved ...
32562         * sysdeps/posix/mkfifoat.c: ... here.
32563
32564         * sysdeps/unix/utime.c: Moved ...
32565         * sysdeps/posix/utime.c: ... here.
32566
32567         * sysdeps/unix/time.c: Moved ...
32568         * sysdeps/posix/time.c: ... here.
32569         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
32570         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
32571
32572         * sysdeps/unix/nice.c: Moved ...
32573         * sysdeps/posix/nice.c: ... here.
32574
32575         * sysdeps/unix/alarm.c: Moved ...
32576         * sysdeps/posix/alarm.c: ... here.
32577
32578         * intl/Makefile ($(codeset_mo)): Depend on the input file.
32579
32580 2012-08-17  Jeff Law <law@redhat.com>
32581
32582         * intl/Makefile (codeset_mo): New variable.
32583         ($(codeset_mo)): New target.
32584         (tst-codeset.out): Depend on that.  Remove explicit rule.
32585         (tst-gettext3.out, tst-gettext5.out): Likewise.
32586         (LOCPATH-ENV, tst-codeset-ENV): New variables.
32587         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
32588         * intl/tst-codeset.sh: Remove.
32589         * intl/tst-gettext3.sh: Likewise.
32590         * intl/tst-gettext5.sh: Likewise.
32591
32592 2012-08-17  Roland McGrath  <roland@hack.frob.com>
32593
32594         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
32595         * sysdeps/unix/syscalls.list: ... here.
32596
32597         * sysdeps/posix/getaddrinfo.c
32598         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
32599         (gaiconf_init, gaiconf_reload): Use them.
32600         [!_STATBUF_ST_NSEC]
32601         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
32602         Define using time_t rather than struct timespec.
32603
32604         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
32605         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
32606         Macros removed.
32607         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
32608         [!NO_THREADS].
32609         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
32610         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
32611         Likewise.
32612
32613         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
32614         __libc_cleanup_push argument.
32615
32616         * bits/param.h: New file.
32617         * misc/sys/param.h: New file.
32618         * include/sys/param.h: New file.
32619         * misc/Makefile (headers): Add bits/param.h.
32620         * sysdeps/generic/sys/param.h: File removed.
32621         * sysdeps/unix/sysv/linux/bits/param.h: New file.
32622         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
32623         * sysdeps/mach/hurd/bits/param.h: New file.
32624         * sysdeps/mach/hurd/sys/param.h: File removed.
32625
32626         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
32627         last change.
32628
32629         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
32630         [_IO_MTSAFE_IO].
32631         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
32632         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
32633         New macros.
32634
32635         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
32636         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
32637         rather than -D_IO_MTSAFE_IO conditionally.
32638         * stdio-common/Makefile (CPPFLAGS): Likewise.
32639         * wcsmbs/Makefile (CPPFLAGS): Likewise.
32640         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
32641         Use $(libio-mtsafe).
32642         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
32643         of -D_IO_MTSAFE_IO.
32644         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
32645         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
32646         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
32647         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
32648         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
32649         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
32650         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
32651         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
32652         (CFLAGS-fread_u_chk.c): Likewise.
32653         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
32654         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
32655         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
32656         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
32657         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
32658         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
32659         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
32660         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
32661         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
32662
32663         * libio/Makefile: Test [$(libc-reentrant) = yes]
32664         instead of [$(filter %REENTRANT, $(defines)) nonempty].
32665
32666         * Makeconfig
32667         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
32668         * sysdeps/pthread/configure: File removed.
32669         * sysdeps/pthread/Makeconfig: New file.
32670         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
32671         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
32672
32673 2012-08-16  Gary Benson  <gbenson@redhat.com>
32674
32675         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
32676         unmapping the first object in a namespace.
32677
32678 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32679
32680         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
32681         (__internal_setnetgrent): ... this.  Add internal_function to
32682         definition.  Add libc_hidden_def.
32683         (setnetgrent): Update caller.
32684         (internal_endnetgrent): Renamed to ...
32685         (__internal_endnetgrent): ... this.  Add internal_function to
32686         definition.  Add libc_hidden_def.
32687         (endnetgrent): Update caller.
32688         (internal_getnetgrent_r): Renamed to ...
32689         (__internal_getnetgrent_r): ... this.  Add internal_function to
32690         definition.  Add libc_hidden_def.
32691         (__getnetgrent_r): Update caller.
32692         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
32693
32694 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32695
32696         * stdlib/longlong.h: Update from GCC.
32697
32698 2012-08-16  Roland McGrath  <roland@hack.frob.com>
32699
32700         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
32701         on _QL, which is set by umul_ppmm but never used.
32702         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
32703         variables, which are set by GMP macros but never used.
32704         * stdio-common/_itowa.c (_itowa): Likewise.
32705         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
32706         * stdlib/mod_1.c (mpn_mod_1): Likewise.
32707
32708 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
32709
32710         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
32711         struct La_sh_regs is not constant.
32712         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
32713         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
32714         and struct La_sparc64_regs are not constant.
32715
32716 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
32717
32718         * sysdeps/unix/sysv/linux/kernel-features.h
32719         (__ASSUME_POSIX_TIMERS): Remove.
32720         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32721         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32722         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
32723         Make code unconditional.
32724         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32725         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
32726         Make code unconditional.
32727         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32728         * sysdeps/unix/sysv/linux/clock_nanosleep.c
32729         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
32730         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32731         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
32732         Make code unconditional.
32733         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32734         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
32735         (__libc_missing_posix_timers): Remove.
32736
32737 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32738
32739         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
32740         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
32741
32742         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
32743
32744         * elf/dl-sym.c: Include <stdlib.h>.
32745
32746         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
32747         constants, which avoids warnings in 32-bit builds.
32748
32749         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
32750         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
32751
32752         * misc/lseek.c: File moved to ...
32753         * io/lseek.c: ... here.
32754
32755         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
32756
32757         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
32758         shifting LEN more than 31 bits at once.
32759
32760 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
32761
32762         [BZ #14195]
32763         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
32764         segmentation fault for a case of two empty input strings.
32765         * string/test-strncasecmp.c (check1): Renamed to...
32766         (bz12205): ...this.
32767         (bz14195): Add new testcase for two empty input strings and N > 0.
32768         (test_main): Call new testcase, adapt for renamed function.
32769
32770 2012-08-15  Andreas Jaeger  <aj@suse.de>
32771
32772         [BZ #14090]
32773         * crypt/md5test2.c: New test, based on test supplied by Serge
32774         Belyshev <belyshev@depni.sinp.msu.ru>.
32775         * crypt/Makefile (xtests): Add md5test-giant..
32776         * crypt/Makefile ($(objpfx)md5test-giant): Add.
32777
32778 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32779
32780         [BZ #14090]
32781         * crypt/md5.c (md5_process_block): Don't assume the buffer
32782         length is less than 2**32.
32783         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
32784         length is less than 2**64.
32785
32786 2012-08-15  Roland McGrath  <roland@hack.frob.com>
32787
32788         * string/str-two-way.h: Include <sys/param.h>.
32789         (MAX): Macro removed.
32790
32791         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
32792         Move #define and #undef of memmove to just before and after
32793         including <string.h>.
32794
32795         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
32796         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
32797         and after including <string.h>.  Move declarations of
32798         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
32799         to before #include "string/memmove.c".
32800
32801         * include/dirent.h: Declare __getdirentries.
32802
32803         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
32804         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
32805
32806 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
32807
32808         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
32809         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
32810         * sysdeps/i386/configure: Regenerated.
32811         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
32812         STABS_CURRENT_FILE, and STABS_FUN.
32813         (END): Remove call to STABS_FUN_END.
32814         (STABS_CURRENT_FILE1): Delete.
32815         (STABS_CURRENT_FILE): Likewise.
32816         (STABS_FUN): Likewise.
32817         (STABS_FUN_END): Likewise.
32818         (STABS_FUN2): Likewise.
32819         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32820         * sysdeps/x86_64/configure: Regenerated.
32821
32822 2012-08-14  Roland McGrath  <roland@hack.frob.com>
32823
32824         * elf/dl-open.c: Include <atomic.h>.
32825         * elf/dl-lookup.c: Likewise.
32826
32827 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
32828
32829         * sysdeps/unix/sysv/linux/kernel-features.h
32830         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32831         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32832         unconditionally.
32833         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32834         unconditionally.
32835         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32836         condition on __ASSUME_CLONE_THREAD_FLAGS.
32837
32838 2012-08-14  Andreas Jaeger  <aj@suse.de>
32839
32840         * sysdeps/i386/fpu/libm-test-ulps: Update.
32841
32842 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
32843
32844         * include/atomic.h (atomic_exchange_and_add): Split into ...
32845         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32846         New atomic macros.
32847
32848 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
32849
32850         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32851
32852 2012-08-13  Jeff Law <law@redhat.com>
32853
32854         * manual/stdio.texi (snprintf): Clarify handling of the trailing
32855         null byte in the output string.
32856
32857 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
32858
32859         * sysdeps/unix/sysv/linux/kernel-features.h
32860         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32861         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32862         (__ASSUME_ARG_MAX_STACK_BASED): Define.
32863         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32864         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32865         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
32866         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32867
32868 2012-08-09  Jeff Law <law@redhat.com>
32869
32870         [BZ #13939]
32871         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32872         When avoid_arena is set, don't retry in the that arena.  Pick the
32873         next one, whatever it might be.
32874         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32875         (arena_lock): Pass in new parameter to arena_get2.
32876         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32877         arena_get2.
32878         (__libc_malloc): Unify retrying after main arena failure with
32879         __libc_memalign version.
32880         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32881
32882 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
32883
32884         [BZ #14166]
32885         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32886         to __redirect_strstr.
32887         (__strstr_sse42): Use typeof __redirect_strstr.
32888         (__strstr_ia32): Likewise.
32889         (__libc_strstr): New prototype.
32890         (strstr): Renamed to ...
32891         (__libc_strstr): This.
32892         (strstr): New strong alias of __libc_strstr.
32893         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32894         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32895         __redirect_time.
32896         Include <time.h>.
32897         (__libc_time): New prototype.
32898         (time_ifunc): Replace time with __libc_time.
32899         (time): New strong alias and hidden definition of __libc_time.
32900         (__GI_time): Remove strong alias.
32901         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32902         Include <stddef.h>.
32903         (memmove): Redefined to __redirect_memmove.
32904         (__memmove_sse2): Use typeof __redirect_memmove.
32905         (__memmove_ssse3): Likewise.
32906         (__memmove_ssse3_back): Likewise.
32907         (__libc_memmove): New prototype.
32908         (memmove): Renamed to ...
32909         (__libc_memmove): This.
32910         (memmove): New strong alias of __libc_memmove.
32911
32912 2012-08-08  Mark Salter  <msalter@redhat.com>
32913
32914         * elf/elf.h
32915         (R_MN10300_TLS_GD): Define.
32916         (R_MN10300_TLS_LD): Likewise.
32917         (R_MN10300_TLS_LDO): Likewise.
32918         (R_MN10300_TLS_GOTIE): Likewise.
32919         (R_MN10300_TLS_IE): Likewise.
32920         (R_MN10300_TLS_LE): Likewise.
32921         (R_MN10300_TLS_DTPMOD): Likewise.
32922         (R_MN10300_TLS_DTPOFF): Likewise.
32923         (R_MN10300_TLS_TPOFF): Likewise.
32924         (R_MN10300_SYM_DIFF): Likewise.
32925         (R_MN10300_ALIGN): Likewise.
32926         (R_MN10300_NUM): Update.
32927
32928 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
32929
32930         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32931         Remove.
32932
32933 2012-08-08  Roland McGrath  <roland@hack.frob.com>
32934
32935         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32936
32937         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32938         sysdeps/unix -> sysdeps/posix move.
32939         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32940
32941 2012-08-07      Allan McRae     <allan@archlinux.org>
32942
32943         [BZ #14303]
32944         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32945         (SUNOS_CPP): Likewise.
32946         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32947         not found.
32948         (open_input): Call CPP using execvp.
32949
32950 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
32951
32952         * sysdeps/unix/sysv/linux/kernel-features.h
32953         (__ASSUME_PROT_GROWSUPDOWN): Remove.
32954         (__ASSUME_NO_CLONE_DETACHED): Likewise.
32955         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32956         (__ASSUME_WAITID_SYSCALL): Likewise.
32957         * sysdeps/unix/sysv/linux/dl-execstack.c
32958         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32959         code unconditional.
32960         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32961         conditional code.
32962         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32963         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32964         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32965         code.
32966         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32967         unconditional.
32968         [__ASSUME_WAITID_SYSCALL]: Likewise.
32969         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32970
32971 2012-08-07  Roland McGrath  <roland@hack.frob.com>
32972
32973         * sysdeps/unix/closedir.c: Renamed to ...
32974         * sysdeps/posix/closedir.c: ... here.
32975         * sysdeps/unix/dirfd.c: Renamed to ...
32976         * sysdeps/posix/dirfd.c: ... here.
32977         * sysdeps/unix/dirstream.h: Renamed to ...
32978         * sysdeps/posix/dirstream.h: ... here.
32979         * sysdeps/unix/fdopendir.c: Renamed to ...
32980         * sysdeps/posix/fdopendir.c: ... here.
32981         * sysdeps/unix/opendir.c: Renamed to ...
32982         * sysdeps/posix/opendir.c: ... here.
32983         * sysdeps/unix/readdir.c: Renamed to ...
32984         * sysdeps/posix/readdir.c: ... here.
32985         * sysdeps/unix/readdir_r.c: Renamed to ...
32986         * sysdeps/posix/readdir_r.c: ... here.
32987         * sysdeps/unix/rewinddir.c: Renamed to ...
32988         * sysdeps/posix/rewinddir.c: ... here.
32989         * sysdeps/unix/seekdir.c: Renamed to ...
32990         * sysdeps/posix/seekdir.c: ... here.
32991         * sysdeps/unix/telldir.c: Renamed to ...
32992         * sysdeps/posix/telldir.c: ... here.
32993         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
32994         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
32995         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
32996         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
32997
32998         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
32999         * bits/fcntl.h: ... here.
33000
33001         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
33002         not 0.
33003         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
33004         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
33005         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
33006         (struct flock): Move l_start, l_len to the beginning.
33007         Use __pid_t for l_pid.
33008         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
33009         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
33010         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
33011         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
33012         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
33013         [__USE_LARGEFILE64] (struct flock64): New type.
33014         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
33015
33016         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
33017         * bits/dirent.h: ... here.
33018
33019         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
33020         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
33021
33022 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
33023
33024         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33025         Change from 2.6.0 to 2.6.16.
33026         * sysdeps/unix/sysv/linux/configure: Regenerated.
33027         * sysdeps/unix/sysv/linux/kernel-features.h
33028         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
33029         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
33030         version.
33031         (__ASSUME_UTIMES): Likewise.
33032         (__ASSUME_CLONE_STOPPED): Remove.
33033         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
33034         architectures, not kernel version.
33035         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
33036         (__ASSUME_NO_CLONE_DETACHED): Likewise.
33037         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33038         (__ASSUME_WAITID_SYSCALL): Likewise.
33039         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
33040         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
33041         * README: State 2.6.16 as minimum Linux kernel version.  Do not
33042         refer to older versions.
33043
33044 2012-08-06  Roland McGrath  <roland@hack.frob.com>
33045
33046         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
33047         Define alphasort64 as an alias.
33048         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
33049         Define versionsort64 as an alias.
33050         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
33051         Define scandir64 as an alias.
33052         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
33053         Define scandirat64 as an alias.
33054         * dirent/alphasort64.c (alphasort64):
33055         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
33056         * dirent/versionsort64.c: Likewise.
33057         * dirent/scandir64.c: Likewise.
33058         * dirent/scandirat64.c: Likewise.
33059         * sysdeps/wordsize-64/alphasort.c: File removed.
33060         * sysdeps/wordsize-64/alphasort64.c: File removed.
33061         * sysdeps/wordsize-64/scandir.c: File removed.
33062         * sysdeps/wordsize-64/scandir64.c: File removed.
33063         * sysdeps/wordsize-64/scandirat.c: File removed.
33064         * sysdeps/wordsize-64/scandirat64.c: File removed.
33065         * sysdeps/wordsize-64/versionsort.c: File removed.
33066         * sysdeps/wordsize-64/versionsort64.c: File removed.
33067         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
33068         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
33069         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
33070         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
33071         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
33072         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
33073         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
33074         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
33075
33076         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
33077         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33078         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
33079         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33080         [defined __arch64__ || defined __sparcv9]
33081         (__INO_T_MATCHES_INO64_T): New macro.
33082         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33083         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
33084         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
33085         * sysdeps/unix/sysv/linux/bits/dirent.h
33086         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
33087         (_DIRENT_MATCHES_DIRENT64): New macro.
33088
33089         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
33090         Define lockf64 as an alias.
33091         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
33092         Define fseeko64 as an alias.
33093         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
33094         Define ftello64 as an alias.
33095         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
33096         Define _IO_fgetpos64 and fgetpos64 as aliases.
33097         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
33098         Define _IO_fsetpos64 and fsetpos64 as aliases.
33099         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33100         Conditionalize body on this.
33101         * libio/fseeko64.c: Likewise.
33102         * libio/ftello64.c: Likewise.
33103         * libio/iofgetpos64.c: Likewise.
33104         * libio/iofsetpos64.c: Likewise.
33105         * sysdeps/wordsize-64/lockf.c: File removed.
33106         * sysdeps/wordsize-64/lockf64.c: File removed.
33107         * sysdeps/wordsize-64/fseeko.c: File removed.
33108         * sysdeps/wordsize-64/fseeko64.c: File removed.
33109         * sysdeps/wordsize-64/ftello.c: File removed.
33110         * sysdeps/wordsize-64/ftello64.c: File removed.
33111         * sysdeps/wordsize-64/iofgetpos.c: File removed.
33112         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33113         * sysdeps/wordsize-64/iofsetpos.c: File removed.
33114         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33115         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33116         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33117         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33118         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33119         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33120         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33121         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33122         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33123         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33124         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33125
33126         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33127         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33128         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
33129         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33130         [defined __arch64__ || defined __sparcv9]
33131         (__OFF_T_MATCHES_OFF64_T): New macro.
33132         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33133         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33134         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33135         (__OFF_T_MATCHES_OFF64_T): New macro.
33136
33137 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33138
33139         * stdlib/secure-getenv.c (__secure_getenv): Replace
33140         GLIBC_2_16 with GLIBC_2_17.
33141
33142 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
33143
33144         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33145         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33146
33147 2012-08-03  David S. Miller  <davem@davemloft.net>
33148
33149         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33150
33151 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33152
33153         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33154         Remove.
33155         (__ASSUME_CORRECT_SI_PID): Likewise.
33156         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33157         (__ASSUME_TMPFS_NAME): Likewise.
33158         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33159         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33160         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33161         (HAVE_AUX_SECURE): Make definition unconditional.
33162         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33163         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33164
33165 2012-08-03  Roland McGrath  <roland@hack.frob.com>
33166
33167         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33168         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33169         * sysdeps/mach/hurd/eloop-threshold.h: New file.
33170         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33171         __eloop_threshold instead of SYMLOOP_MAX.
33172
33173         * sysdeps/generic/eloop-threshold.h: New file.
33174         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33175         of MAXSYMLINKS.
33176         * elf/chroot_canon.c (chroot_canon): Likewise.
33177
33178 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
33179
33180         [BZ #13717]
33181         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33182         Change to 2.6.0 everywhere.
33183         * sysdeps/unix/sysv/linux/configure: Regenerated.
33184         * sysdeps/unix/sysv/linux/kernel-features.h
33185         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33186         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33187         kernel versions.
33188         (__ASSUME_POSIX_TIMERS): Define unconditionally.
33189         (__ASSUME_FUTEX_REQUEUE): Remove.
33190         (__ASSUME_STATFS64): Define unconditionally.
33191         (__ASSUME_AT_SECURE): Likewise.
33192         (__ASSUME_CORRECT_SI_PID): Likewise.
33193         (__ASSUME_TGKILL): Define without depending on kernel version for
33194         i386.
33195         (__ASSUME_UTIMES): Likewise.
33196         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33197         kernel version.
33198         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33199         (__ASSUME_TMPFS_NAME): Likewise.
33200         * README: Update reference to Linux kernel versions.
33201
33202 2012-08-02  Marek Polacek  <polacek@redhat.com>
33203
33204         [BZ# 14150]
33205         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
33206         libc_cv_asm_type_prefix with %.
33207         * configure: Regenerated.
33208         * include/libc-symbols.h: Remove comment about
33209         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33210         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33211         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33212         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33213         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33214         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33215         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33216         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33217         * elf/tst-unique2mod1.c: Likewise.
33218         * elf/tst-unique1mod2.c: Likewise.
33219         * elf/tst-unique1mod1.c: Likewise.
33220         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33221         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33222         Replace ASM_TYPE_DIRECTIVE with .type.
33223         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33224         * sysdeps/i386/sysdep.h: Likewise.
33225         * sysdeps/x86_64/sysdep.h: Likewise.
33226         * sysdeps/sh/sysdep.h: Likewise.
33227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33228         Do not define ASM_TYPE_DIRECTIVE.
33229         * sysdeps/powerpc/sysdep.h: Likewise.
33230         * sysdeps/powerpc/powerpc32/sysdep.h:
33231         Replace ASM_TYPE_DIRECTIVE with .type.
33232         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33233         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33234         * sysdeps/i386/fpu/e_powf.S: Likewise.
33235         * sysdeps/i386/fpu/e_expl.S: Likewise.
33236         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33237         * sysdeps/i386/fpu/e_acosh.S: Likewise.
33238         * sysdeps/i386/fpu/e_pow.S: Likewise.
33239         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33240         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33241         * sysdeps/i386/fpu/s_expm1.S: Likewise.
33242         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33243         * sysdeps/i386/fpu/e_log2.S: Likewise.
33244         * sysdeps/i386/fpu/e_log2l.S: Likewise.
33245         * sysdeps/i386/fpu/e_scalb.S: Likewise.
33246         * sysdeps/i386/fpu/e_powl.S: Likewise.
33247         * sysdeps/i386/fpu/e_log10f.S: Likewise.
33248         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33249         * sysdeps/i386/fpu/e_logl.S: Likewise.
33250         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33251         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33252         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33253         * sysdeps/i386/fpu/e_log2f.S: Likewise.
33254         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33255         * sysdeps/i386/fpu/e_log.S: Likewise.
33256         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33257         * sysdeps/i386/fpu/e_logf.S: Likewise.
33258         * sysdeps/i386/fpu/e_log10l.S: Likewise.
33259         * sysdeps/i386/fpu/e_atanh.S: Likewise.
33260         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33261         * sysdeps/i386/fpu/e_log10.S: Likewise.
33262         * sysdeps/i386/fpu/s_frexp.S: Likewise.
33263         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33264         * sysdeps/i386/fpu/s_asinh.S: Likewise.
33265         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33266         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33267         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33268         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33269         * sysdeps/i386/i686/strtok.S: Likewise.
33270         * sysdeps/i386/i386-mcount.S: Likewise.
33271         * sysdeps/i386/strtok.S: Likewise.
33272         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33273         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33274         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33275         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33276         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33277         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33278         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33279         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33280         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33281         * sysdeps/x86_64/_mcount.S: Likewise.
33282         * sysdeps/x86_64/strtok.S: Likewise.
33283         * sysdeps/sh/_mcount.S: Likewise.
33284
33285 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33286
33287         * libio/iofopen.c: Include <fcntl.h>.
33288         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33289         (_IO_fopen64, fopen64): Define as aliases.
33290         * libio/iofopen64.c: Include <fcntl.h>.
33291         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33292         Conditionalize body on this.
33293         * sysdeps/wordsize-64/iofopen.c: File removed.
33294         * sysdeps/wordsize-64/iofopen64.c: File removed.
33295
33296 2012-08-01  Marek Polacek  <polacek@redhat.com>
33297
33298         * libc/Makeconfig: Use elf in place of binfmt-subdir.
33299         Use dlfcn directly instead of a variable.
33300         (binfmt-subdir): Do not define.
33301         (dlfcn): Likewise.
33302
33303 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
33304
33305         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33306         Remove all definitions.
33307         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33308         <kernel-features.h>.
33309         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33310         (miss_F_GETOWN_EX): Remove all definitions.
33311         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33312         macro definition.
33313         [!__ASSUME_FCNTL64]: Remove conditional code.
33314         [__ASSUME_FCNTL64]: Make code unconditional.
33315         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33316         <kernel-features.h>.
33317         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33318         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33319         (lockf64) [__NR_fcntl64]: Make code unconditional.
33320         (lockf64) [__ASSUME_FCNTL64]: Likewise.
33321
33322         * sysdeps/unix/sysv/linux/kernel-features.h
33323         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33324         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33325         Make code unconditional.
33326         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33327         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33329         [__NR_vfork]: Make code unconditional.
33330         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33331         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33333         [__NR_vfork]: Make code unconditional.
33334         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33335         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33336
33337 2012-08-01  Roland McGrath  <roland@hack.frob.com>
33338
33339         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33340         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33341
33342         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33343         Define mkstemp64 as an alias.
33344         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33345         Define mkstemps64 as an alias.
33346         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33347         Define mkostemp64 as an alias.
33348         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33349         Define mkostemps64 as an alias.
33350         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33351         Conditionalize body on this.
33352         * misc/mkostemp64.c: Likewise.
33353         * misc/mkostemps64.c: Likewise.
33354         * misc/mkstemps64.c: Likewise.
33355         * sysdeps/wordsize-64/mkstemp64.c: File removed.
33356         * sysdeps/wordsize-64/mkostemp64.c: File removed.
33357         * sysdeps/wordsize-64/mkostemp.c: File removed.
33358         * sysdeps/wordsize-64/mkstemp.c: File removed.
33359         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33360         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33361         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33362         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33363
33364         [BZ #14138]
33365         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33366         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33367         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33368         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33369
33370         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33371         compat_symbol macros from <shlib-compat.h> rather than the underlying
33372         default_symbol_version and symbol_version macros, so that DEFAULT
33373         lines in shlib-versions are respected.
33374         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33375
33376 2012-08-01  Florian Weimer  <fweimer@redhat.com>
33377
33378         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33379         Declare with warn_unused_result.
33380         (setgid, setregid, setegid, setresgid): Likewise.
33381         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33382         Likewise.
33383         * WUR-REPORT: Remove set*id functions.
33384
33385 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
33386
33387         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33388
33389 2012-07-31  Roland McGrath  <roland@hack.frob.com>
33390
33391         [BZ #10191]
33392         * include/sys/socket.h (__libc_accept, __libc_accept4):
33393         Add attribute_hidden.
33394         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33395
33396         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33397         use of PTR_MANGLE.
33398         * inet/getnetgrent_r.c (setup): Likewise.
33399
33400         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33401
33402 2012-07-31  David S. Miller  <davem@davemloft.net>
33403
33404         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33405
33406 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
33407
33408         [BZ #13629]
33409         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33410         value between 1.0 and 2.0 and smaller part has absolute value less
33411         than 1.0.
33412         * math/s_clog10.c (__clog10): Likewise.
33413         * math/s_clog10f.c (__clog10f): Likewise.
33414         * math/s_clog10l.c (__clog10l): Likewise.
33415         * math/s_clogf.c (__clogf): Likewise.
33416         * math/s_clogl.c (__clogl): Likewise.
33417         * math/libm-test.inc (clog_test): Add more tests.
33418         (clog10_test): Likewise.
33419         * sysdeps/i386/fpu/libm-test-ulps: Update.
33420         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33421
33422 2012-07-31  Florian Weimer  <fweimer@redhat.com>
33423
33424         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33425         Exit with zero in case no suitable GID is found, and write a
33426         message to standard error.
33427
33428 2012-07-30  Roland McGrath  <roland@hack.frob.com>
33429
33430         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33431         rather than to 1.
33432         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33433         (MAXPATHLEN): Removed.
33434         (NOGROUP, NODEV): New macros.
33435         (setbit, clrbit, isset, isclr): New macros.
33436         (howmany, roundup, powerof2): New macros.
33437         (DEV_BSIZE): New macro.
33438
33439         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33440         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33441
33442         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33443         definition on [!__NO_LONG_DOUBLE_MATH].
33444
33445         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33446         PTR_MANGLE and PTR_DEMANGLE.
33447
33448         * socket/accept4.c (accept4): Rename to __libc_accept4.
33449         Define accept4 as a weak alias.
33450
33451         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33452         on [_DIRENT_HAVE_D_TYPE].
33453         * io/ftw.c (ftw_dir): Likewise.
33454
33455         * io/xmknod.c (__xmknod): Don't check PATH for being null.
33456
33457         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33458
33459         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33460         Use the BSD numbers rather than the arbitrary ones we had.
33461         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33462         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33463         (SIGXCPU, SIGXFSZ): New macros.
33464         (_NSIG): Now 32.
33465
33466         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33467         initializer on [_LIBC_REENTRANT].
33468
33469         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33470         definitions inside [_POSIX_MAPPED_FILES].
33471
33472         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33473
33474         * dirent/opendir.c: Include <fcntl.h>.
33475
33476         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33477         (__libc_getspecific): Likewise.
33478         (__libc_key_create): Likewise.
33479
33480         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33481         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33482         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33483         (tmpfile64): Define as alias.
33484         * sysdeps/wordsize-64/tmpfile.c: File removed.
33485         * sysdeps/wordsize-64/tmpfile64.c: File removed.
33486         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33487         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33488
33489         * stdio-common/vfscanf.c: Include <stdbool.h>.
33490         * nss/makedb.c: Likewise.
33491         * stdio-common/_i18n_number.h: Likewise.
33492         * argp/argp-help.c: Likewise.
33493         * posix/wordexp.c: Likewise.
33494         * sysdeps/posix/spawni.c: Likewise.
33495         * nss/nss_files/files-initgroups.c: Likewise.
33496         * stdio-common/reg-modifier.c: Include <stdlib.h>.
33497         * nss/nss_files/files-initgroups.c: Likewise.
33498         * nss/nss_db/db-netgrp.c: Likewise.
33499         * nss/nss_db/db-initgroups.c: Likewise.
33500         * io/fchmodat.c: Include <sys/stat.h>.
33501
33502         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33503         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33504
33505         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33506         [HAVE_MMAP].
33507
33508         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33509         Add multiple inclusion protection.
33510
33511 2012-07-27  David S. Miller  <davem@davemloft.net>
33512
33513         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33514
33515 2012-07-27  Gary Benson  <gbenson@redhat.com>
33516
33517         [BZ #14298]
33518         * elf/rtld.c: Include <stap-probe.h>.
33519         (dl_main): Added static probes "init_start" and "init_complete".
33520         * elf/dl-load.c: Include <stap-probe.h>.
33521         (lose): Take new parameter "nsid".
33522         Added static probe "map_failed".
33523         (_dl_map_object_from_fd): Pass namespace id to lose.
33524         Added static probe "map_start".
33525         (open_verify): Pass namespace id to lose.
33526         * elf/dl-open.c: Include <stap-probe.h>.
33527         (dl_open_worker) Added static probes "map_complete", "reloc_start"
33528         and "reloc_complete".
33529         * elf/dl-close.c: Include <stap-probe.h>.
33530         (_dl_close_worker): Added static probes "unmap_start" and
33531         "unmap_complete".
33532         * elf/rtld-debugger-interface.txt: New file documenting the above.
33533
33534 2012-07-26  Roland McGrath  <roland@hack.frob.com>
33535
33536         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
33537         rather than a string variable.
33538         * sunrpc/rpc_main.c (h_output): Likewise.
33539         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
33540
33541 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
33542
33543         * inet/check_native.c: New file.
33544
33545 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
33546
33547         [BZ #13629]
33548         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
33549         if larger part has absolute value 1.0.
33550         * math/s_clog10.c (__clog10): Likewise.
33551         * math/s_clog10f.c (__clog10f): Likewise.
33552         * math/s_clog10l.c (__clog10l): Likewise.
33553         * math/s_clogf.c (__clogf): Likewise.
33554         * math/s_clogl.c (__clogl): Likewise.
33555         * math/libm-test.inc (clog_test): Add more tests.
33556         (clog10_test): Likewise.
33557         * sysdeps/i386/fpu/libm-test-ulps: Update.
33558         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33559
33560         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
33561         (pltexit): Likewise.
33562         (La_regs): Likewise.
33563         (La_retval): Likewise.
33564         (int_retval): Likewise.
33565         Update #error for removed macros to refer only to definitions in
33566         tst-audit.h.
33567         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
33568         macro.
33569         (pltexit): Likewise.
33570         (La_regs): Likewise.
33571         (La_retval): Likewise.
33572         (int_retval): Likewise.
33573         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
33574         macro.
33575         (pltexit): Likewise.
33576         (La_regs): Likewise.
33577         (La_retval): Likewise.
33578         (int_retval): Likewise.
33579         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
33580         macro.
33581         (pltexit): Likewise.
33582         (La_regs): Likewise.
33583         (La_retval): Likewise.
33584         (int_retval): Likewise.
33585         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
33586         macro.
33587         (pltexit): Likewise.
33588         (La_regs): Likewise.
33589         (La_retval): Likewise.
33590         (int_retval): Likewise.
33591         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
33592         macro.
33593         (pltexit): Likewise.
33594         (La_regs): Likewise.
33595         (La_retval): Likewise.
33596         (int_retval): Likewise.
33597         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
33598         macro.
33599         (pltexit): Likewise.
33600         (La_regs): Likewise.
33601         (La_retval): Likewise.
33602         (int_retval): Likewise.
33603         * sysdeps/generic/tst-audit.h: Update comment to refer only to
33604         macro definitions in tst-audit.h.
33605         * sysdeps/i386/tst-audit.h: New file.
33606         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
33607         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
33608         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
33609         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
33610         * sysdeps/sh/tst-audit.h: Likewise.
33611         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
33612         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
33613         * sysdeps/x86_64/tst-audit.h: Likewise.
33614
33615 2012-07-26  Andreas Jaeger  <aj@suse.de>
33616
33617         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
33618         ptrace.
33619
33620         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
33621         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
33622         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
33623         PTRACE_O_MASK.
33624         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
33625         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
33626         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
33627
33628         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
33629         value.
33630
33631         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
33632         _sigsys.
33633         (si_call_addr, si_syscall, si_arch): Define new macro.
33634         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
33635         _sigsys.
33636         (si_call_addr, si_syscall, si_arch): Define new marcro.
33637         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
33638         _sigsys.
33639         (si_call_addr, si_syscall, si_arch): Define new macro.
33640         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
33641         _sigsys.
33642         (si_call_addr, si_syscall, si_arch): Define new macro.
33643
33644 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33645
33646         [BZ #13717]
33647         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33648         Change to 2.4.21 where previously 2.4.1.
33649         * sysdeps/unix/sysv/linux/configure: Regenerated.
33650         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
33651         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
33652         Linux kernel version.
33653         (__ASSUME_STD_AUXV): Remove.
33654         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
33655         kernel version.
33656         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
33657         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
33658         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
33659         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
33660         (__ASSUME_NETLINK_SUPPORT): Likewise.
33661         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
33662         (__no_netlink_support): Remove conditional definition.
33663         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
33664         Remove.
33665         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33666         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
33667         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
33668         (if_nameindex_ioctl): Remove.
33669         (if_nameindex_netlink): Do not handle __no_netlink_support.
33670         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33671         code.
33672         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
33673         Remove conditional code.
33674         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33675         code.
33676         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
33677         unconditional.
33678         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33679         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
33680         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
33681         Remove.
33682         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
33683         [!__ASSUME_STD_AUXV]: Remove conditional code.
33684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
33685         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
33686         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
33687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
33688         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
33689         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33690         code.
33691         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
33693         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
33694         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33695         conditional code.
33696         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
33698         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33699         code.
33700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
33701         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33702         conditional code.
33703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
33704         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33705         code unconditional.
33706         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33707         conditional code.
33708         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33709         unconditional.
33710         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33711         conditional code.
33712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
33713         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33714         unconditional.
33715         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33716         conditional code.
33717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
33718         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33719         code unconditional.
33720         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33721         conditional code.
33722         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33723         unconditional.
33724         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33725         conditional code.
33726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
33727         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33728         code unconditional.
33729         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33730         conditional code.
33731         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33732         unconditional.
33733         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33734         conditional code.
33735
33736 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
33737
33738         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
33739         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
33740         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
33741         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
33742         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
33743         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
33744         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
33745         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
33746         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
33747         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33748         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
33749         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
33750         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
33751         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
33752         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
33753         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
33754         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
33755         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
33756         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
33757         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
33758         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
33759         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
33760         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33761
33762 2012-07-25  Florian Weimer  <fweimer@redhat.com>
33763
33764         * Versions.def: Add GLIBC_2.17.
33765         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
33766         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33767         Introduce __libc_secure_getenv.
33768         * stdlib/Versions (2.17): Add secure_getenv
33769         (GLIBC_PRIVATE): Add __libc_secure_getenv.
33770         * stdlib/secure-getenv.c: Rename __secure_getenv to
33771         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
33772         symbol __secure_getenv for GLIBC_2.0.
33773         * stdlib/tst-secure-getenv.c: New.
33774         * stdlib/Makefile (tests): Add testcase.
33775         * manual/startup.texi (Environment Access): Document
33776         secure_getenv.
33777         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33778         __libc_secure_getenv.
33779         * inet/ruserpass.c (ruserpass): Likewise.
33780         * malloc/mtrace.c (mtrace): Likewise.
33781         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
33782         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
33783         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
33784         * sysdeps/posix/tempname.c: Likewise.  Evaluate
33785         HAVE_SECURE_GETENV.
33786         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
33787         __secure_getenv to __libc_secure_getenv.
33788         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
33789         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33790         Likewise.
33791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33792         Likewise.
33793         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33794         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33795         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33796         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33797         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33798         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33799         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33800
33801 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
33802
33803         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
33804         (struct La_i86_retval): Likewise.
33805         (struct La_x86_64_regs): Likewise.
33806         (struct La_x86_64_retval): Likewise.
33807         (struct La_x32_regs): Likewise.
33808         (struct La_x32_retval): Likewise.
33809         (struct La_ppc32_regs): Likewise.
33810         (struct La_ppc32_retval): Likewise.
33811         (struct La_ppc64_regs): Likewise.
33812         (struct La_ppc64_retval): Likewise.
33813         (struct La_sh_regs): Likewise.
33814         (struct La_sh_retval): Likewise.
33815         (struct La_s390_32_regs): Likewise.
33816         (struct La_s390_32_retval): Likewise.
33817         (struct La_s390_64_regs): Likewise.
33818         (struct La_s390_64_retval): Likewise.
33819         (struct La_sparc32_regs): Likewise.
33820         (struct La_sparc32_retval): Likewise.
33821         (struct La_sparc64_regs): Likewise.
33822         (struct La_sparc64_retval): Likewise.
33823         (struct audit_ifaces): Remove architecture-specific pltenter and
33824         pltexit members.
33825         * sysdeps/i386/ldsodefs.h: New file.
33826         * sysdeps/powerpc/ldsodefs.h: Likewise.
33827         * sysdeps/s390/ldsodefs.h: Likewise.
33828         * sysdeps/sh/ldsodefs.h: Likewise.
33829         * sysdeps/sparc/ldsodefs.h: Likewise.
33830         * sysdeps/x86_64/ldsodefs.h: Likewise.
33831
33832 2012-07-25  Marek Polacek  <polacek@redhat.com>
33833
33834         [BZ #6808]
33835         * math/libm-test.inc (yn_test): Add another test.
33836         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33837         to ERANGE when the result is +-Inf.
33838         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33839         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33840         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33841         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33842
33843 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
33844
33845         * conform/data/time.h-data (NULL): Use macro-constant.  Require
33846         equal to 0.
33847         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
33848         clock_t.
33849         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
33850
33851 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
33852
33853         * configure.in <sysdeps resolving>: Correct printing
33854         Implies_before.
33855         * configure: Regenerate.
33856
33857 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
33858
33859         * math/w_ilogb.c: Include <limits.h>.
33860         * math/w_ilogbl.c: Likewise.
33861
33862 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33863
33864         * manual/lang.texi (__va_copy): Document primarily as ISO C99
33865         va_copy.  Document allowing for unavailable va_copy only as
33866         pre-C99 compatibility.
33867         * manual/string.texi (Copying and Concatenation): Use va_copy
33868         instead of __va_copy in concat example.
33869
33870 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
33871
33872         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33873         (__sendto): Use create_address_port.  Initialize APORT and deallocate
33874         it if not null.
33875
33876         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33877         with O_NOLINK passed to __file_name_lookup.
33878
33879         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33880         with O_NOLINK passed to __file_name_lookup.
33881
33882         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33883         negative N or less than NGIDS.
33884
33885         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33886         type to string_t.  Set ERANGE as errno and return it if NAME is not big
33887         enough.  Use memcpy instead of strncpy.
33888
33889 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
33890
33891         * elf/Makefile (check-data): Remove.
33892         (localplt.data): New vpath directive.
33893         ($(objpfx)check-localplt.out): Use localplt.data from vpath
33894         instead of $(check-data).
33895         * scripts/data/localplt-generic.data: Move to ...
33896         * sysdeps/generic/localplt.data: ... here.
33897         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33898         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33899         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33901         ... here.
33902         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33904         ... here.
33905         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33906         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33907         ... here.
33908         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33909         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33910         ... here.
33911         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33912         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33913         ... here.
33914         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33915         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33916         ... here.
33917
33918 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33919
33920         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33921         PPC32 and PPC64 files.
33922         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33923         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33924
33925 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33926
33927         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33928         __makecontext_ret to ...
33929         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33930         ... here and call exit if uc_link is NULL.  New file.
33931         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33932         __makecontext_ret.S.
33933         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33934         __makecontext_ret to ...
33935         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33936         ... here and call exit if uc_link is NULL.  New file.
33937         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33938         __makecontext_ret.S.
33939
33940 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33941
33942         * elf/elf.h (R_390_IRELATIVE): New definition.
33943         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33944         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
33945         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33946         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33947         (elf_machine_lazy_rel): Likewise.
33948         * sysdeps/s390/dl-irel.h: New file.
33949         * sysdeps/s390/s390-64/memcpy.S: New asm code.
33950         * sysdeps/s390/s390-64/memset.S: New asm code.
33951         * sysdeps/s390/s390-64/memcmp.S: New asm code.
33952         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33953         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33954         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33955         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33956         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33957         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33958         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33959         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33960         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33961         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33962         * sysdeps/s390/s390-32/memcpy.S: New asm code.
33963         * sysdeps/s390/s390-32/memset.S: New asm code.
33964         * sysdeps/s390/s390-32/memcmp.S: New asm code.
33965
33966 2012-07-17  Marek Polacek  <polacek@redhat.com>
33967
33968         [BZ #14349]
33969         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33970         * sysdeps/s390/s390-64/configure.in: Likewise.
33971         * sysdeps/sparc/configure.in: Likewise.
33972         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33973         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33974         * sysdeps/i386/configure.in: Likewise.
33975         * sysdeps/x86_64/configure.in: Likewise.
33976         * sysdeps/sh/configure.in: Likewise.
33977         * sysdeps/s390/s390-32/configure: Regenerated.
33978         * sysdeps/s390/s390-64/configure: Likewise.
33979         * sysdeps/x86_64/configure: Likewise.
33980         * sysdeps/sh/configure: Likewise.
33981         * sysdeps/powerpc/powerpc64/configure: Likewise.
33982         * sysdeps/powerpc/powerpc32/configure: Likewise.
33983         * sysdeps/sparc/configure: Likwise.
33984         * sysdeps/i386/configure: Likewise.
33985
33986         * elf/dl-open.c: Comment fixes.
33987
33988 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
33989
33990         * Makefile [CXX] (check-data): Remove.
33991         [CXX] (c++-types.data): New vpath directive.
33992         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
33993         vpath.  Do not allow for C++ type data being missing.
33994         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
33995         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
33996         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
33997         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
33998         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
33999         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
34000         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
34001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
34002         ... here.
34003         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
34004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
34005         ... here.
34006         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
34007         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
34008         ... here.
34009         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
34010         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
34011         ... here.
34012         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
34013         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
34014         ... here.
34015         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
34016         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
34017         ... here.
34018         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
34019         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
34020         ... here.
34021         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
34022         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
34023
34024         * elf/tls-macros.h (TLS_LE): Move architecture-specific
34025         definitions to architecture-specific files.
34026         (TLS_IE): Likewise.
34027         (TLS_LD): Likewise.
34028         (TLS_GD): Likewise.
34029         * sysdeps/i386/tls-macros.h: New file.
34030         * sysdeps/powerpc/tls-macros.h: Likewise.
34031         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
34032         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
34033         * sysdeps/sh/tls-macros.h: Likewise.
34034         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
34035         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
34036         * sysdeps/x86_64/tls-macros.h: Likewise.
34037
34038 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34039
34040         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
34041         zero value for regular exit case.
34042
34043         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
34044         (__start_context): Preserve zero value for regular exit case.
34045
34046 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
34047             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34048
34049         * manual/setjmp.texi (setcontext): Clarify normal process
34050         termination when uc_link is the null pointer.
34051         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
34052         exit call.
34053
34054 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
34055
34056         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
34057         preprocessor.  Test for each exception mask separately.
34058
34059 2012-07-16  Andreas Jaeger  <aj@suse.de>
34060
34061         * po/ru.po: Update from translation team.
34062
34063 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
34064
34065         * conform/data/string.h-data (NULL): Use macro-constant.  Require
34066         equal to 0.
34067         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34068         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34069         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
34070         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
34071         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34072
34073 2012-07-13  Andreas Jaeger  <aj@suse.de>
34074
34075         * po/fr.po: Update from translation team.
34076
34077 2012-07-12  Marek Polacek  <polacek@redhat.com>
34078
34079         [BZ #14173]
34080         * math/libm-test.inc (yn_test): Add test for BZ #14173.
34081         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
34082         loop condition.
34083
34084 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
34085
34086         [BZ #13717]
34087         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34088         Change to 2.4.1 where previously 2.4.0.
34089         * sysdeps/unix/sysv/linux/configure: Regenerated.
34090         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
34091         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
34092         version.
34093         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
34094         (__ASSUME_AT_CLKTCK): Remove.
34095         (__ASSUME_AT_PAGESIZE): Likewise.
34096         (__ASSUME_AT_XID): Likewise.
34097         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
34098         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
34099         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34100         unconditionally.
34101         (HAVE_AUX_PAGESIZE): Likewise.
34102         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34103         [__ASSUME_AT_CLKTCK]: Make code unconditional.
34104         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34105
34106 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
34107
34108         [BZ #14307]
34109         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34110         the temporary buffer used to invoke __gethostbyname2_r,
34111         __gethostbyaddr_r and gethostbyname4_r to make room for struct
34112         host_data / struct gaih_addrtuple.
34113         * resolv/nss_dns/dns-host.c (global scope): Move definition of
34114         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34115         header file nss/nsswitch.h.
34116         * nss/nsswitch.h (global scope): Add definition of implementation
34117         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34118         resolv/nss_dns/dns-host.c).
34119
34120 2012-07-11  Andreas Jaeger  <aj@suse.de>
34121
34122         * po/fr.po: Update from translation team.
34123
34124         * po/sv.po: Update from translation team
34125         * po/fr.po: Another update from translation team.
34126
34127 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34128
34129         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
34130         for subnormals or multiply small sinh result by itself.
34131         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34132         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34133
34134 2012-07-11  David S. Miller  <davem@davemloft.net>
34135
34136         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34137
34138 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
34139
34140         [BZ #14347]
34141         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34142         (INTERNAL_MARK): Shift it here.
34143
34144 2012-07-10  Marek Polacek  <polacek@redhat.com>
34145
34146         [BZ #14151]
34147         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
34148         libc_cv_asm_global_directive with .globl.
34149         * configure: Regenerated.
34150         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34151         with .globl.
34152         * sysdeps/i386/configure: Regenerated.
34153         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34154         with .globl.
34155         * sysdeps/x86_64/configure: Regenerated.
34156         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34157         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34158         * elf/tst-unique2mod2.c: Likewise.
34159         * elf/tst-unique2mod1.c: Likewise.
34160         * elf/tst-unique1mod2.c: Likewise.
34161         * elf/tst-unique1mod1.c: Likewise.
34162         * sysdeps/s390/s390-32/sysdep.h: Likewise.
34163         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34164         * sysdeps/s390/s390-64/sysdep.h: Likewise.
34165         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34166         * sysdeps/mach/sysdep.h: Likewise.
34167         * sysdeps/i386/sysdep.h: Likewise.
34168         * sysdeps/i386/i386-mcount.S: Likewise.
34169         * sysdeps/x86_64/_mcount.S: Likewise.
34170         * sysdeps/x86_64/sysdep.h: Likewise.
34171         * sysdeps/sh/_mcount.S: Likewise.
34172         * sysdeps/sh/sysdep.h: Likewise.
34173         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34174         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34175         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34176         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34177         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34178         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34179         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34180         * locale/localeinfo.h: Likewise.
34181         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34182         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34183
34184 2012-07-09  Roland McGrath  <roland@hack.frob.com>
34185
34186         [BZ #14336]
34187         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34188         system".
34189         * manual/message.texi (The Uniforum approach): Likewise.
34190         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34191         (glibc iconv Implementation): Likewise.
34192
34193 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
34194
34195         [BZ #14337]
34196         * math/s_clog.c (__clog): Avoid scaling a value down where that
34197         could result in underflow.
34198         * math/s_clog10.c (__clog10): Likewise.
34199         * math/s_clog10f.c (__clog10f): Likewise.
34200         * math/s_clog10l.c (__clog10l): Likewise.
34201         * math/s_clogf.c (__clogf): Likewise.
34202         * math/s_clogl.c (__clogl): Likewise.
34203         * math/libm-test.inc (clog_test): Add more tests.
34204         (clog10_test): Likewise.
34205         * sysdeps/i386/fpu/libm-test-ulps: Update.
34206         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34207
34208 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
34209
34210         [BZ #14283]
34211         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34212         by 7 not 8 to examine high bit of fractional part.
34213
34214         [BZ #14042]
34215         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34216         for call to __mcount_internal.
34217         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34218         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34219         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34220
34221 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
34222
34223         [BZ #14154]
34224         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34225         approximation for values within 0x1p-13f of an odd multiple of
34226         pi/4.
34227         * math/libm-test.inc (tan_test): Do not allow spurious underflow
34228         exception.  Add more tests.
34229         * sysdeps/i386/fpu/libm-test-ulps: Update.
34230
34231         [BZ #6778]
34232         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34233         inputs and return -1 for them.  Do not check for +Inf in case not
34234         reachable for +Inf.
34235         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34236         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34237         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34238         and return -1 for them.  Do not check for +Inf in case not
34239         reachable for +Inf.
34240         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34241         define.
34242         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34243         and return -1 for them.  Do not check for +Inf in case not
34244         reachable for +Inf.
34245         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
34246         spurious underflow.
34247         * sysdeps/i386/fpu/libm-test-ulps: Update.
34248         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34249
34250 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
34251
34252         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34253
34254 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
34255
34256         [BZ #14157]
34257         [BZ #14331]
34258         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34259         could result in spurious underflow.  Scale down values above
34260         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34261         * math/s_csqrtf.c (__csqrtf): Likewise.
34262         * math/s_csqrtl.c (__csqrtl): Likewise.
34263         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
34264         spurious underflow.
34265         * sysdeps/i386/fpu/libm-test-ulps: Update.
34266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34267
34268 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
34269
34270         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34271         xopen-msg.sed.
34272         * catgets/xopen-msg.awk: New file.
34273         * catgets/xopen-msg.sed: Removed.
34274
34275         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34276         po2text.sed.
34277         * intl/po2test.awk: New file.
34278         * intl/po2test.sed: Removed.
34279
34280 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
34281
34282         [BZ #14328]
34283         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34284         or multiply small sinh result by itself.
34285         * math/s_ctanf.c (__ctanf): Likewise.
34286         * math/s_ctanh.c (__ctanh): Likewise.
34287         * math/s_ctanhf.c (__ctanhf): Likewise.
34288         * math/s_ctanhl.c (__ctanhl): Likewise.
34289         * math/s_ctanl.c (__ctanl): Likewise.
34290         * math/libm-test.inc (ctan_test_tonearest): New function.
34291         (ctan_test_towardzero): Likewise.
34292         (ctan_test_downward): Likewise.
34293         (ctan_test_upward): Likewise.
34294         (ctanh_test_tonearest): Likewise.
34295         (ctanh_test_towardzero): Likewise.
34296         (ctanh_test_downward): Likewise.
34297         (ctanh_test_upward): Likewise.
34298         (main): Call these new functions.
34299         * sysdeps/i386/fpu/libm-test-ulps: Update.
34300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34301
34302 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
34303
34304         * .gitignore: Delete /ports entry.
34305
34306 2012-07-03  Andreas Jaeger  <aj@suse.de>
34307
34308         * po/bg.po: Update from translation team.
34309         * po/cs.po: Likewise.
34310         * po/de.po: Likewise.
34311         * po/hr.po: Likewise.
34312         * po/nl.pl: Likewise.
34313         * po/pl.po: Likewise.
34314         * po/vi.po: Likewise.
34315
34316 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
34317
34318         * Makeconfig [!+link] (+link-before-libc): New variable.
34319         [!+link] (+link-after-libc): Likewise.
34320         [!+link] (+link-tests): Likewise.
34321         [!+link] (+link): Define in terms of $(+link-before-libc) and
34322         $(+link-after-libc).
34323         [!+link-static] (+link-static-before-libc): New variable.
34324         [!+link-static] (+link-static-after-libc): Likewise.
34325         [!+link-static] (+link-static-tests): Likewise.
34326         [!+link-static] (+link-static): Define in terms of
34327         $(+link-static-before-libc) and $(+link-static-after-libc).
34328         [build-shared] (link-libc-before-gnulib): New variable.
34329         [build-shared] (link-libc-tests): Likewise.
34330         [build-shared] (link-libc): Define in terms of
34331         $(link-libc-before-gnulib).
34332         [!build-shared] (link-libc-tests): New variable.
34333         (link-libc-static-tests): New variable.
34334         [!gnulib] (gnulib-arch): New variable.
34335         [!gnulib] (gnulib-tests): Likewise.
34336         [!gnulib] (static-gnulib-arch): Likewise.
34337         [!gnulib] (static-gnulib-tests): Likewise.
34338         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
34339         Define with "=" instead of ":=".
34340         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
34341         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
34342         * Rules (binaries-all-notests): New variable.
34343         (binaries-all-tests): Likewise.
34344         (binaries-static-notests): Likewise.
34345         (binaries-static-tests): Likewise.
34346         (binaries-all): Define using $(binaries-all-notests) and
34347         $(binaries-all-tests).
34348         (binaries-static): Define using $(binaries-static-notests) and
34349         $(binaries-static-tests).
34350         (binaries-shared-tests): New variable.
34351         (binaries-shared-notests): Likewise.
34352         (binaries-shared): Remove variable.
34353         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34354         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34355         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34356         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34357         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34358         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34359         * elf/Makefile (sln-modules): New variable.
34360         (extra-objs): Add $(sln-modules:=.o).
34361         (ldconfig-modules): Add static-stubs.
34362         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34363         * elf/static-stubs.c: New file.
34364
34365         [BZ #14283]
34366         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34367         by 7 not 8 to examine high bit of fractional part.  Use volatile
34368         variables when splitting into final array of floats if
34369         __FLT_EVAL_METHOD__ != 0.
34370         * math/libm-test.inc (cos_test): Add another test.
34371         (sin_test): Likewise.
34372         * sysdeps/i386/fpu/libm-test-ulps: Update.
34373
34374         [BZ #14273]
34375         * math/libm-test.inc (cosh_test): Add more tests.
34376
34377         * version.h (RELEASE): Set to "development".
34378         (VERSION): Set to "2.16.90".
34379
34380 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
34381
34382         * NEWS: Update copyright. Remove last-updated date.
34383         Mention math library bug fixes and timezone data changes.
34384         * README: Mention GNU/Hurd, x32, and HPPA support status.
34385
34386 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
34387
34388         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34389
34390 2012-06-27  Andreas Jaeger  <aj@suse.de>
34391
34392         * manual/contrib.texi (Contributors): Add Samuel Thibault.
34393
34394 2012-06-25  Andreas Jaeger  <aj@suse.de>
34395
34396         * sysdeps/s390/fpu/libm-test-ulps: Update.
34397
34398 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
34399             Thomas Schwinge  <thomas@codesourcery.com>
34400
34401         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34402         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34403         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34404         fanotify_mark.
34405
34406 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
34407
34408         * sysdeps/mach/start.c: Remove file.
34409         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34410         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34411         * sysdeps/sh/init-first.c: Likewise.
34412
34413         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34414         registers for frame unwinding purposes, add CFI directives.
34415         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34416         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34417         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34418         Likewise.
34419
34420         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34421         __fortify_fail returning.
34422         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34423
34424         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34425         sysdeps/sh/____longjmp_chk.S.
34426         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34427         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34428         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34429         (gen-as-const-headers): Append sigaltstack-offsets.sym.
34430
34431         * sysdeps/sh/abort-instr.h: New file.
34432         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34433         process in case exit returns.
34434
34435         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34436         initialize the GOT register before use.
34437
34438         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34439         calculation of ARGC > 4.
34440
34441         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34442         meaningful names to some local labels.
34443
34444 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
34445             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34446
34447         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34448         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34449         (__arch_compare_and_exchange_val_16_acq): Likewise.
34450         (__arch_compare_and_exchange_val_32_acq): Likewise.
34451         (atomic_exchange_and_add): Fix gUSA sequence.
34452         (atomic_add): Likewise.
34453         (atomic_add_negative): Likewise.
34454         (atomic_add_zero): Likewise.
34455         (atomic_bit_test_set): Likewise.
34456
34457 2012-06-22  Andreas Schwab  <schwab@redhat.com>
34458
34459         [BZ #13579]
34460         * include/link.h (struct link_map): Add l_free_initfini.
34461         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34462         l_initfini.
34463         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34464         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34465         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34466         set.
34467
34468 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
34469
34470         * configure.in: Use AC_LANG_SOURCE.
34471         * configure: Regenerate.
34472
34473 2012-06-22  Roland McGrath  <roland@hack.frob.com>
34474
34475         * configure.in (libc_cv_localstatedir): New substituted variable.
34476         * configure: Regenerated.
34477         * config.make.in (localstatedir): New variable, substituted from
34478         libc_cv_localstatedir.
34479         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34480         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34481         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34482         * sysdeps/gnu/configure: Regenerated.
34483
34484 2012-06-21  Jeff Law  <law@redhat.com>
34485
34486         [BZ #14277]
34487         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34488         free.  Simplify list management for _LIBC case.
34489
34490 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
34491
34492         [BZ #14273]
34493         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34494         Clear sign bit of 64-bit integer value before comparing against
34495         overflow value.
34496
34497         * sysdeps/mach/configure: Regenerated.
34498
34499 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
34500
34501         [BZ #14278]
34502         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34503
34504 2012-06-21  Jeff Law  <law@redhat.com>
34505
34506         [BZ #13882]
34507         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
34508         uint16_t for elements in the "seen" array to avoid char overflows.
34509         * elf/dl-fini.c (_dl_sort_fini): Likewise.
34510         * elf/dl-open.c (dl_open_worker): Likewise.
34511
34512 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
34513
34514         * scripts/list-sources.sh: Scan PORTS for translations.
34515         * po/libc.pot: Regenerated.
34516
34517 2012-06-21  Andreas Jaeger  <aj@suse.de>
34518
34519         [BZ #12194]
34520         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34521         warning.
34522         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34523         * bits/byteswap-16.h (__bswap_16): Likewise.
34524         * bits/byteswap.h (__bswap_constant_16): Likewise.
34525
34526 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
34527
34528         [BZ #14117]
34529         * sysdeps/i386/fpu_control.h: Removed.
34530         * sysdeps/x86_64/fpu_control.h: Moved to ...
34531         * sysdeps/x86/fpu_control.h: Here.
34532
34533         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
34534         (_FPU_SETCW): Likewise.
34535
34536 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
34537
34538         [BZ #14117]
34539         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
34540         * sysdeps/x86/fpu/bits/mathinline.h: This.
34541         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
34542
34543         [BZ #14050]
34544         [BZ #14117]
34545         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
34546         functions if __x86_64__ is defined.
34547
34548 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
34549
34550         * string/endian.h: Add !__ASSEMBLER__ condition for including
34551         conversion interfaces.
34552
34553 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
34554
34555         [BZ #14241]
34556         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
34557         of ABS(x) in calculating zero to negative powers other than odd
34558         integers.
34559         * math/libm-test.inc (pow_test): Add more tests.
34560
34561 2012-06-15  Andreas Jaeger  <aj@suse.de>
34562
34563         * manual/contrib.texi (Contributors): Update entry of Liubov
34564         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
34565         Machado Filho.
34566
34567 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
34568
34569         * string/string.h: Add __wur to GNU version of strerror_r.
34570
34571 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
34572
34573         [BZ #14229]
34574         * string/Makefile (tests): Add tst-strtok_r.
34575         * string/tst-strtok_r.c: New file.
34576         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
34577         RAX_LP/RDX_LP on SAVE_PTR.
34578
34579 2012-06-14  Roland McGrath  <roland@hack.frob.com>
34580
34581         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
34582
34583 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
34584
34585         * libm_test.inc (csqrt_test): Allow more spurious underflow
34586         exceptions.
34587         (j0_test): Likewise.
34588         (j1_test): Likewise.
34589         (y0_test): Likewise.
34590         (y1_test): Likewise.
34591
34592 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
34593
34594         * po/Makefile (libc.pot): Use UTF-8 charset.
34595
34596 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
34597
34598         [BZ #14210]
34599         Suppress sign-conversion warning from FD_SET.
34600         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
34601         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
34602         not unsigned long int.
34603         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
34604
34605 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
34606
34607         [BZ #14050]
34608         [BZ #14117]
34609         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
34610         __extern_always_inline instead of __extern_inline.
34611         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
34612         (__signbit): Likewise.
34613         (__signbitl): Support C++ namespace.
34614         (lrintf): New inline function.
34615         (lrint): Likewise.
34616         (llrintf): Likewise.
34617         (llrint): Likewise.
34618         (fmaxf): Likewise.
34619         (fmax): Likewise.
34620         (fminf): Likewise.
34621         (fmin): Likewise.
34622         (rint): Likewise.
34623         (rintf): Likewise.
34624         (ceil): Likewise.
34625         (ceilf): Likewise.
34626         (floor): Likewise.
34627         (floorf): Likewise.
34628         (nearbyint): Likewise.
34629         (nearbyintf): Likewise.
34630
34631 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
34632
34633         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
34634         non-default versions.
34635
34636 2012-06-11  Roland McGrath  <roland@hack.frob.com>
34637
34638         [BZ #14218]
34639         * manual/argp.texi (Argp): Reword argp_parse description slightly.
34640
34641 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
34642
34643         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
34644         (FE_UPWARD, FE_DOWNWARD): Don't define.
34645         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
34646         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34647
34648         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
34649         reading it.
34650         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34651         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34652
34653 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34654
34655         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
34656         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
34657         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
34658         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
34659
34660 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
34661
34662         [BZ #14117]
34663         * sysdeps/i386/fpu/bits/fenv.h: Removed.
34664         * sysdeps/i386/fpu/Implies: New file.
34665         * sysdeps/x86_64/fpu/Implies: Likewise.
34666         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
34667         * sysdeps/x86/fpu/bits/fenv.h: This.
34668
34669         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
34670         __SSE_MATH__.
34671
34672 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34673
34674         [BZ #14134]
34675         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
34676         character 0xffff that matches the last element of the
34677         conversion table.
34678
34679 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34680
34681         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
34682         fmodl commit.
34683
34684 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34685
34686         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
34687         values higher than 25.6283.
34688
34689 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34690
34691         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
34692         subnormal exponent extraction and add some __builtin_expect.
34693         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
34694         Fix for subnormal mantissa calculation.
34695
34696 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
34697
34698         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
34699         cpu2 is -1 and errno is not ENOSYS.
34700
34701 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
34702
34703         [BZ #14117]
34704         * sysdeps/i386/i486/bits/string.h: Renamed to ...
34705         * sysdeps/x86/bits/string.h: This.
34706         * sysdeps/x86_64/bits/string.h: Removed.
34707
34708         * sysdeps/i386/i486/bits/string.h: Define inline functions only
34709         if not compiling for x86-64, but compiling for >= i486.
34710
34711         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
34712         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
34713
34714         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
34715         New macro from Linux kernel 3.4.0.
34716         (FP_XSTATE_MAGIC2): Likewise.
34717         (FP_XSTATE_MAGIC2_SIZE): Likewise.
34718         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
34719         (struct _fpx_sw_bytes): New struct.
34720         (struct _xsave_hdr): Likewise.
34721         (struct _ymmh_state): Likewise.
34722         (struct _xstate): Likewise.
34723
34724         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
34725         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
34726         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
34727         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
34728         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
34729         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
34730
34731         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
34732         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
34733         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
34734         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
34735         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
34736         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
34737
34738 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34739
34740         [BZ #13743]
34741         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
34742         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
34743         (sysdep_headers): Include sys/platform/ppc.h.
34744         * sysdeps/powerpc/test-gettimebase.c: Test for
34745         __ppc_get_timebase() to catch future ISA opcode/insn changes.
34746         * manual/Makefile (appendices): Include platform.texi.
34747         * manual/contrib.texi (Contributors): Update @node pointers.
34748         * manual/maint.texi (Maintenance): Likewise.
34749         (Platform): New node.
34750         * manual/platform.texi: New file.  Document the new features.
34751
34752 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34753             Jakub Jelinek  <jakub@redhat.com>
34754
34755         [BZ #14188]
34756         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
34757         where __builtin_expect is unavailable.
34758
34759 2012-06-03  David S. Miller  <davem@davemloft.net>
34760
34761         * stdlib/longlong.h: Updated from GCC.
34762
34763 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
34764
34765         [BZ #14042]
34766         * sysdeps/powerpc/powerpc32/mcount.c: New file.
34767         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34768         __mcount_internal.
34769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34770         (GLIBC_2.16): Likewise.
34771
34772 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34773
34774         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34775
34776 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34777
34778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
34779         (default-abi): New variable.
34780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
34781         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
34782         variable.
34783         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
34784         Likewise.
34785         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
34786         Likewise.
34787         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
34788         Likewise.
34789
34790         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
34791         definition.  Document in comment.
34792
34793 2012-06-01  David S. Miller  <davem@davemloft.net>
34794
34795         * stdlib/longlong.h: Updated from GCC.
34796
34797 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34798
34799         [BZ #14117]
34800         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
34801         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
34802         sys/debugreg.h sys/io.h here.
34803         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
34804         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
34805         sys/io.h.
34806         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
34807         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
34808         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
34809         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
34810         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
34811         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
34812
34813         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
34814         Define only if __x86_64__ is defined.
34815
34816 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
34817
34818         [BZ #14048]
34819         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34820         Use int64_t for variable i.
34821         * math/libm-test.inc (fmod_test): Add more tests.
34822
34823         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34824         z computation is not scheduled after fetestexcept.
34825         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34826         Use math_force_eval instead of asm to ensure calculation scheduled
34827         before exception test.
34828         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34829         Ensure a1 + u.d computation is not scheduled after fetestexcept.
34830
34831 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
34832
34833         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34834         computation is not scheduled after fetestexcept.
34835
34836 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
34837
34838         [BZ #14117]
34839         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34840         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34841
34842 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34843
34844         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34845         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34846
34847 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34848
34849         [BZ #14117]
34850         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34851         <bits/wordsize.h>.
34852         (__WCHAR_MIN): Support __WORDSIZE == 64.
34853         (__WCHAR_MAX): Likewise.
34854
34855         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34856         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34857
34858         [BZ #14183]
34859         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34860         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34861
34862         [BZ #14117]
34863         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34864         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34865
34866         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34867         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34868
34869         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34870         Defined to 1 if __x86_64__ isn't defined.
34871         (_STAT_VER_LINUX_OLD): New.
34872         (st_atime): Remove duplicate.
34873         (st_mtime): Likewise.
34874         (st_ctime): Likewise.
34875
34876 2012-05-31  David S. Miller  <davem@davemloft.net>
34877
34878         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34879         entries.
34880
34881 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
34882
34883         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34884         gen-libm-test.pl.
34885
34886         [BZ #14132]
34887         * elf/dl-reloc.c: Include <_itoa.h>.
34888         (_dl_reloc_bad_type): Remove use of INTUSE.
34889         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34890         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34891         * stdio-common/psiginfo.c (psiginfo): Likewise.
34892         * stdio-common/psignal.c (psignal): Likewise.
34893         * string/strsignal.c (strsignal): Likewise.
34894         * include/signal.h (_sys_siglist): Declare hidden proto.
34895         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
34896         INTVARDEF with libc_hidden_data_def.
34897         * stdio-common/itoa-udigits.c: Likewise.
34898         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34899         (_itoa_lower_digits_internal): Remove declaration.
34900         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34901         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34902         (_sys_sigabbrev_internal): Remove aliases.
34903         (_sys_siglist): Define hidden alias.
34904
34905 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
34906
34907         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34908         bits/sysctl.h.
34909
34910 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
34911
34912         [BZ #14117]
34913         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34914         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34915
34916         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34917         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34918         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34919         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34920         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34921         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34922
34923         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34924         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34925         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34926
34927         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34928         with __addr.
34929         (insw): Likewise.
34930         (insl): Likewise.
34931         (outsb): Likewise.
34932         (outsw): Likewise.
34933         (outsl): Likewise.
34934
34935         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34936         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34937         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34938
34939         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34940         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34941         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34942         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34943         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34944         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34945
34946         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34947         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34948
34949         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34950         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34951
34952         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34953         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34954         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34955
34956         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34957         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34958         to ...
34959         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34960
34961         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34962         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34963         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34964
34965         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34966         for x86-64.
34967         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34968
34969 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
34970
34971         * math/math.h (M_El): Use two more decimal places.
34972         (M_LOG2El): Likewise.
34973         (M_LOG10El): Likewise.
34974         (M_LN2l): Likewise.
34975         (M_LN10l): Likewise.
34976         (M_PIl): Likewise.
34977         (M_PI_2l): Likewise.
34978         (M_PI_4l): Likewise.
34979         (M_1_PIl): Likewise.
34980         (M_2_PIl): Likewise.
34981         (M_2_SQRTPIl): Likewise.
34982         (M_SQRT2l): Likewise.
34983         (M_SQRT1_2l): Likewise.
34984
34985 2012-05-31  David S. Miller  <davem@davemloft.net>
34986
34987         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34988         values between float registers.
34989         * sysdeps/sparc/sparc64/memset.S: Likewise.
34990         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34991
34992 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
34993
34994         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
34995         -D_FORTIFY_SOURCE=1.
34996         (CPPFLAGS-tst-longjmp_chk.c): Define.
34997         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
34998         (CPPFLAGS-tst-longjmp_chk2.c): Define.
34999         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
35000         CFLAGS-tst-wchar-h.c.
35001
35002 2012-05-31  Marek Polacek  <polacek@redhat.com>
35003
35004         [BZ #14132]
35005         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
35006         __endmntent_internal): Remove declaration.
35007         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
35008         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
35009         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
35010
35011 2012-05-30  David S. Miller  <davem@davemloft.net>
35012
35013         * sysdeps/sparc/sparc32/soft-fp/q_util.c
35014         (___Q_simulate_exceptions): Use real FP ops rather than writing
35015         into the %fsr.
35016         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
35017         Likewise.
35018
35019 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35020
35021         [BZ #14117]
35022         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
35023         * sysdeps/x86/bits/xtitypes.h: This.
35024
35025         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
35026         * sysdeps/x86/bits/wordsize.h: This.
35027
35028         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
35029         * sysdeps/x86/bits/huge_vall.h: This.
35030
35031         * sysdeps/i386/bits/select.h: Removed.
35032         * sysdeps/x86_64/bits/select.h: Renamed to ...
35033         * sysdeps/x86/bits/select.h: This.
35034
35035         * sysdeps/i386/bits/setjmp.h: Removed.
35036         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
35037         * sysdeps/x86/bits/setjmp.h: This.
35038
35039         * sysdeps/i386/bits/mathdef.h: Removed.
35040         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
35041         * sysdeps/x86/bits/mathdef.h: This.
35042
35043 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
35044
35045         [BZ #14132]
35046         * include/sys/socket.h (__connect_internal)
35047         (__libc_sa_len_internal): Remove declaration.
35048         (__connect, __libc_sa_len): Declare hidden_proto.
35049         (SA_LEN): Remove use of INTUSE.
35050         * socket/connect.c: Add libc_hidden_def.
35051         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
35052         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
35053         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
35054         alias.
35055         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
35056         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
35057         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
35058         of adding _internal alias.
35059
35060 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35061
35062         [BZ #14117]
35063         * sysdeps/i386/bits/link.h: Removed.
35064         * sysdeps/i386/bits/linkmap.h: Likewise.
35065         * sysdeps/x86_64/bits/link.h: Renamed to ...
35066         * sysdeps/x86/bits/link.h: This.
35067         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
35068         * sysdeps/x86/bits/linkmap.h: This.
35069
35070         * sysdeps/i386/bits/endian.h: Removed.
35071         * sysdeps/x86_64/bits/endian.h: Renamed to ...
35072         * sysdeps/x86/bits/endian.h: This.
35073
35074         * sysdeps/i386/bits/byteswap.h: Removed.
35075         * sysdeps/i386/bits/byteswap-16.h: Likewise.
35076         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
35077         * sysdeps/x86/bits/byteswap.h: This.
35078         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
35079         * sysdeps/x86/bits/byteswap-16.h: This.
35080         * sysdeps/i386/Implies: Add x86.
35081         * sysdeps/x86_64/Implies: Likewise.
35082
35083 2012-05-30  David S. Miller  <davem@davemloft.net>
35084
35085         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
35086         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
35087         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
35088         (FP_TRAPPING_EXCEPTIONS): Define.
35089         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
35090         (FP_TRAPPING_EXCEPTIONS): Define.
35091         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
35092         subnormals only when inexact has been signalled or underflow
35093         exceptions are enabled.
35094         (_FP_PACK_CANONICAL): Likewise.
35095
35096 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35097
35098         [BZ #14183]
35099         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35100         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35101
35102 2012-05-30  Richard Henderson  <rth@twiddle.net>
35103
35104         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35105         with #ifndef NOT_IN_libc.
35106
35107         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
35108         marked to avoid plt entry.
35109
35110 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
35111
35112         [BZ #14112]
35113         * Makeconfig (default-abi): New macro.
35114         (abi-includes): Likewise.
35115         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
35116         $(abi-$(default-abi)-lib-soname) for soname if defined.
35117         ($(common-objpfx)gnu/lib-names.stmp): Generate from
35118         abi-variants.
35119         * Makefile (installed-stubs): Likewise.
35120         * include/stubs-biarch.h: Removed.
35121         * scripts/lib-names.awk: Only handle one library at a time.
35122         * scripts/soversions.awk: Remove WORDSIZE support.
35123         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35124         entries.
35125         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
35126         Removed.
35127         (syscall-list-default-condition): Likewise.
35128         (syscall-list-default-condition): Likewise.
35129         (syscall-list-includes): Likewise.
35130         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
35131         syscall-list-* with abi-*.  Handle undefined abi-variants.
35132         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35133         * sysdeps/unix/sysv/linux/i386/Implies: New file.
35134         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35135         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35136         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35137         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35138         Removed.
35139         (syscall-list-32-options): Likewise.
35140         (syscall-list-32-condition): Likewise.
35141         (syscall-list-64-options): Likewise.
35142         (syscall-list-64-condition): Likewise.
35143         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35144         macro.
35145         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35146         Renamed to ...
35147         (abi-*): This.
35148         (abi-64-ld-soname): New macro.
35149         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35150         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35151         Renamed to ...
35152         (abi-*): This.
35153         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35154         * sysdeps/x86_64/x32/shlib-versions: Likewise.
35155
35156 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
35157
35158         * sysdeps/unix/sysv/linux/kernel-features.h
35159         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35160         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35161         include <kernel-features.h>.
35162         [!__NR_ftruncate64]: Remove conditional code.
35163         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35164         [__NR_ftruncate64]: Make code unconditional.
35165         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35166         * sysdeps/unix/sysv/linux/truncate64.c: Do not
35167         include <kernel-features.h>.
35168         [!__NR_ftruncate64]: Remove conditional code.
35169         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35170         [__NR_ftruncate64]: Make code unconditional.
35171         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35173         include <kernel-features.h>.
35174         [!__NR_ftruncate64]: Remove conditional code.
35175         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35176         [__NR_ftruncate64]: Make code unconditional.
35177         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35179         include <kernel-features.h>.
35180         [!__NR_ftruncate64]: Remove conditional code.
35181         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35182         [__NR_ftruncate64]: Make code unconditional.
35183         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35184
35185         * configure.in (libc_cv_fpie): Weaken to a compile test using
35186         LIBC_TRY_CC_OPTION.
35187         * configure: Regenerated.
35188
35189 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35190
35191         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35192         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35193         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35194         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35195         Refreshed.
35196         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35197         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35198         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35199         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35200         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35201         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35202         Refreshed.
35203
35204 2012-05-27  David S. Miller  <davem@davemloft.net>
35205
35206         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35207         (___Q_zero): New.
35208         (__Q_simulate_exceptions): Return void.  Change to simulate
35209         exceptions by writing into the %fsr.
35210         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35211         (__Qp_handle_exceptions): Likewise.
35212         (numbers): Delete.
35213         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35214         __Qp_handle_exceptions.
35215         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35216         __Qp_handle_exceptions.
35217         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35218         as unused and give dummy FP_RND_NEAREST initializer.
35219         (FP_INHIBIT_RESULTS): Define.
35220         (___Q_simulate_exceptions): Update declaration.
35221         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35222         formatting.
35223         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35224         as unused and give dummy FP_RND_NEAREST initializer.
35225         (__Qp_handle_exceptions): Update declaration.
35226         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35227         formatting.
35228
35229 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
35230
35231         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35232         the temporary FPU control word.
35233         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35234         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35235         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35236         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35237         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35238         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35239         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35240         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35241         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35242         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35243         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35244
35245 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
35246
35247         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35248         fields.
35249
35250 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
35251
35252         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35253         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35254         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35255         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35256         Likewise.
35257         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35258         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35259         Likewise.
35260
35261 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
35262
35263         * po/h.po: Update from translation team.
35264
35265 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
35266
35267         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35268
35269         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35270         handling of denormals.
35271         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35272         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35273         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35274         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35275         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35276         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35277         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35278         Likewise.
35279
35280 2012-05-26  Marek Polacek  <polacek@redhat.com>
35281
35282         [BZ #14152]
35283         * math/libm-test.inc (fma_test): Don't always expect underflow
35284         exception.
35285
35286 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
35287
35288         [BZ #12416]
35289         * elf/tst-execstack.c: Include stackinfo.h.
35290         (do_test): Adjust test case to ensure that pthread_getattr_np
35291         behaviour remains the same after marking stack executable.
35292
35293 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35294
35295         * sysdeps/unix/sysv/linux/kernel-features.h
35296         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35297         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
35298         kernel-features.h.
35299         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35300         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35301         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35302         kernel-features.h.
35303         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35304         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35305
35306 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
35307
35308         * configure.in: Define the default includes to being none.
35309         * configure: Regenerated.
35310
35311 2012-05-25  Roland McGrath  <roland@hack.frob.com>
35312
35313         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35314         * sysdeps/x86_64/setjmp.S: Likewise.
35315         * sysdeps/i386/bsd-setjmp.S: Likewise.
35316         * sysdeps/i386/bsd-_setjmp.S: Likewise.
35317         * sysdeps/i386/setjmp.S: Likewise.
35318         * sysdeps/i386/__longjmp.S: Likewise.
35319         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35320         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35321
35322         * include/stap-probe.h: New file.
35323         * configure.in: Handle --enable-systemtap.
35324         * configure: Regenerated.
35325         * config.h.in (USE_STAP_PROBE): New #undef.
35326         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35327         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35328         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35329
35330 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
35331
35332         [BZ #13717]
35333         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35334         to 2.4.0 where earlier.
35335         * sysdeps/unix/sysv/linux/configure: Regenerated.
35336         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35337         <kernel-features.h>.
35338         [__ASSUME_32BITUIDS]: Make code unconditional.
35339         [!__ASSUME_32BITUIDS]: Remove conditional code.
35340         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35341         <kernel-features.h>.
35342         [__ASSUME_32BITUIDS]: Make code unconditional.
35343         [!__ASSUME_32BITUIDS]: Remove conditional code.
35344         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35345         [__ASSUME_32BITUIDS]: Make code unconditional.
35346         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35347         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
35348         <kernel-features.h>.
35349         [__ASSUME_32BITUIDS]: Make code unconditional.
35350         [!__ASSUME_32BITUIDS]: Remove conditional code.
35351         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
35352         <kernel-features.h>.
35353         [__ASSUME_32BITUIDS]: Make code unconditional.
35354         [!__ASSUME_32BITUIDS]: Remove conditional code.
35355         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
35356         <kernel-features.h>.
35357         [__ASSUME_32BITUIDS]: Make code unconditional.
35358         [!__ASSUME_32BITUIDS]: Remove conditional code.
35359         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
35360         <kernel-features.h>.
35361         [__ASSUME_32BITUIDS]: Make code unconditional.
35362         [!__ASSUME_32BITUIDS]: Remove conditional code.
35363         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
35364         <kernel-features.h>.
35365         [__ASSUME_32BITUIDS]: Make code unconditional.
35366         [!__ASSUME_32BITUIDS]: Remove conditional code.
35367         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
35368         <kernel-features.h>.
35369         [__ASSUME_32BITUIDS]: Make code unconditional.
35370         [!__ASSUME_32BITUIDS]: Remove conditional code.
35371         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
35372         <kernel-features.h>.
35373         [__ASSUME_32BITUIDS]: Make code unconditional.
35374         [!__ASSUME_32BITUIDS]: Remove conditional code.
35375         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
35376         <kernel-features.h>.
35377         [__ASSUME_32BITUIDS]: Make code unconditional.
35378         [!__ASSUME_32BITUIDS]: Remove conditional code.
35379         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
35380         <kernel-features.h>.
35381         [__ASSUME_32BITUIDS]: Make code unconditional.
35382         [!__ASSUME_32BITUIDS]: Remove conditional code.
35383         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
35384         <kernel-features.h>.
35385         [__ASSUME_32BITUIDS]: Make code unconditional.
35386         [!__ASSUME_32BITUIDS]: Remove conditional code.
35387         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
35388         <kernel-features.h>.
35389         [__NR_setresgid] (__setresgid): Do not declare.
35390         [__ASSUME_32BITUIDS]: Make code unconditional.
35391         [!__ASSUME_32BITUIDS]: Remove conditional code.
35392         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35393         <kernel-features.h>.
35394         [__NR_setresuid] (__setresuid): Do not declare.
35395         [__ASSUME_32BITUIDS]: Make code unconditional.
35396         [!__ASSUME_32BITUIDS]: Remove conditional code.
35397         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
35398         <kernel-features.h>.
35399         [__ASSUME_32BITUIDS]: Make code unconditional.
35400         [!__ASSUME_32BITUIDS]: Remove conditional code.
35401         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
35402         <kernel-features.h>.
35403         [__ASSUME_32BITUIDS]: Make code unconditional.
35404         [!__ASSUME_32BITUIDS]: Remove conditional code.
35405         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
35406         <kernel-features.h>.
35407         [__ASSUME_32BITUIDS]: Make code unconditional.
35408         [!__ASSUME_32BITUIDS]: Remove conditional code.
35409         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
35410         <kernel-features.h>.
35411         [__ASSUME_32BITUIDS]: Make code unconditional.
35412         [!__ASSUME_32BITUIDS]: Remove conditional code.
35413         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
35414         <kernel-features.h>.
35415         [__ASSUME_32BITUIDS]: Make code unconditional.
35416         [!__ASSUME_32BITUIDS]: Remove conditional code.
35417         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
35418         <kernel-features.h>.
35419         [__ASSUME_32BITUIDS]: Make code unconditional.
35420         [!__ASSUME_32BITUIDS]: Remove conditional code.
35421         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
35422         <kernel-features.h>.
35423         [__ASSUME_32BITUIDS]: Make code unconditional.
35424         [!__ASSUME_32BITUIDS]: Remove conditional code.
35425         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
35426         <kernel-features.h>.
35427         [__ASSUME_32BITUIDS]: Make code unconditional.
35428         [!__ASSUME_32BITUIDS]: Remove conditional code.
35429         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
35430         <kernel-features.h>.
35431         [__ASSUME_32BITUIDS]: Make code unconditional.
35432         [!__ASSUME_32BITUIDS]: Remove conditional code.
35433         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
35434         <kernel-features.h>.
35435         [__ASSUME_32BITUIDS]: Make code unconditional.
35436         [!__ASSUME_32BITUIDS]: Remove conditional code.
35437         * sysdeps/unix/sysv/linux/kernel-features.h
35438         (__ASSUME_SETRESUID_SYSCALL): Remove.
35439         (__ASSUME_SETRESGID_SYSCALL): Likewise.
35440         (__ASSUME_32BITUIDS): Likewise.
35441         (__ASSUME_LDT_WORKS): Likewise.
35442         (__ASSUME_O_DIRECTORY): Likewise.
35443         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35444         architecture but not kernel version.
35445         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35446         (__ASSUME_MMAP2_SYSCALL): Likewise.
35447         (__ASSUME_STAT64_SYSCALL): Likewise.
35448         (__ASSUME_IPC64): Likewise.
35449         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35450         <kernel-features.h>.
35451         [__ASSUME_32BITUIDS]: Make code unconditional.
35452         [!__ASSUME_32BITUIDS]: Remove conditional code.
35453         * sysdeps/unix/sysv/linux/opendir.c: Do not include
35454         <kernel-features.h>.
35455         [__ASSUME_O_DIRECTORY]: Make code unconditional.
35456         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35457         132096]: Remove conditional code.
35458         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35459         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
35460         <kernel-features.h>.
35461         [__ASSUME_32BITUIDS]: Make code unconditional.
35462         [!__ASSUME_32BITUIDS]: Remove conditional code.
35463         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
35464         <kernel-features.h>.
35465         [__ASSUME_32BITUIDS]: Make code unconditional.
35466         [!__ASSUME_32BITUIDS]: Remove conditional code.
35467         * sysdeps/unix/sysv/linux/setegid.c: Do not include
35468         <kernel-features.h>.
35469         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35470         unconditional.
35471         (__setresgid): Do not declare.
35472         [__ASSUME_32BITUIDS]: Make code unconditional.
35473         [!__ASSUME_32BITUIDS]: Remove conditional code.
35474         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35475         <kernel-features.h>.
35476         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35477         unconditional.
35478         (__setresuid): Do not declare.
35479         [__ASSUME_32BITUIDS]: Make code unconditional.
35480         [!__ASSUME_32BITUIDS]: Remove conditional code.
35481         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
35482         <kernel-features.h>.
35483         [__ASSUME_32BITUIDS]: Make code unconditional.
35484         [!__ASSUME_32BITUIDS]: Remove conditional code.
35485         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
35486         <kernel-features.h>.
35487         [__ASSUME_32BITUIDS]: Make code unconditional.
35488         [!__ASSUME_32BITUIDS]: Remove conditional code.
35489
35490 2012-05-25  Richard Henderson  <rth@twiddle.net>
35491
35492         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35493         dl_hwcap to ifunc resolver.
35494         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35495         elf_ifunc_invoke.
35496         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35497         dl_hwcap to ifunc resolver.
35498         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35499
35500 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35501
35502         [BZ #14153]
35503         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35504         for |x| <= 2**-26, not 2**-57.
35505         * math/libm-test.inc (acos_test): Do not allow spurious underflow
35506         exception.
35507
35508 2012-05-24  Jeff Law  <law@redhat.com>
35509
35510         * stdio-common/Makefile (tests): Add bug25.
35511         * stdio-common/bug25.c: New test.
35512
35513 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35514
35515         [BZ #13576]
35516         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35517         multiple of MALLOC_ALIGNMENT in size.
35518         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35519
35520 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35521
35522         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35523         Require >= 256.
35524         (FILENAME_MAX): Use macro-int-constant.
35525         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
35526         (_IOFBF): Use macro-int-constant.
35527         (_IOLBF): Likewise.
35528         (_IONBF): Likewise.
35529         (SEEK_CUR): Likewise.
35530         (SEEK_END): Likewise.
35531         (SEEK_SET): Likewise.
35532         (TMP_MAX): Likewise.
35533         (EOF): Use macro-int-constant.  Require < 0.
35534         (NULL): Use macro-constant.  Require == 0.
35535         (stdin): Require type to be FILE *.
35536         (stdout): Likewise.
35537         (stderr): Likewise.
35538         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
35539         macro-int-constant.
35540         (EXIT_SUCCESS): Likewise.
35541         (NULL): Use macro-constant.  Require == 0.
35542         (RAND_MAX): Use macro-int-constant.
35543         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
35544         [C99-based standards] (strtof): Require function.
35545         [C99-based standards] (strtold): Likewise.
35546         [C99-based standards] (strtoll): Likewise.
35547         [C99-based standards] (strtoull): Likewise.
35548         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
35549         [ISO || ISO99 || ISO11] (limits.h): Likewise.
35550         [ISO || ISO99 || ISO11] (math.h): Likewise.
35551         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
35552         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
35553         [ISO || ISO99 || ISO11] (*_t): Do not allow.
35554
35555 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
35556
35557         [BZ #14132]
35558         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
35559         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
35560         * intl/dgettext.c (DCGETTEXT): Likewise.
35561         * intl/gettext.c (DCGETTEXT): Likewise.
35562         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
35563         * posix/regex_internal.h (gettext): Likewise.
35564         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
35565         Remove declaration.
35566         * include/argz.h (__argz_count_internal)
35567         (__argz_stringify_internal): Remove declaration.
35568         (__argz_count, __argz_stringify): Declare hidden proto.
35569         * intl/dcgettext.c: Remove use of INTDEF.
35570         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
35571         * string/argz-stringify.c: Likewise.
35572         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35573         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35574         Declare hidden proto.
35575         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35576         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35577         Declare hidden proto.
35578         * include/stdio.h (__asprintf_internal): Don't declare.
35579         (__asprintf): Don't define as macro.  Declare hidden proto.
35580         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
35581         (__fsetlocking): Declare hidden proto.
35582         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
35583         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
35584         hidden proto.
35585         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
35586         (_IO_setlinebuf): Remove use of INTUSE.
35587         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
35588         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
35589         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
35590         Remove declaration.
35591         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
35592         (_IO_do_flush): Remove use of INTUSE.
35593         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
35594         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
35595         (_IO_adjust_column, _IO_least_wmarker)
35596         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
35597         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
35598         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
35599         (_IO_default_doallocate, _IO_wdefault_doallocate)
35600         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
35601         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
35602         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
35603         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
35604         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
35605         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
35606         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
35607         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
35608         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
35609         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
35610         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
35611         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
35612         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
35613         proto.
35614         (_IO_flush_all_internal, _IO_adjust_column_internal)
35615         (_IO_default_uflow_internal, _IO_default_finish_internal)
35616         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
35617         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
35618         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
35619         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
35620         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
35621         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
35622         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
35623         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
35624         (_IO_file_close_internal, _IO_file_close_it_internal)
35625         (_IO_file_underflow_internal, _IO_file_overflow_internal)
35626         (_IO_file_init_internal, _IO_file_attach_internal)
35627         (_IO_file_fopen_internal, _IO_file_read_internal)
35628         (_IO_file_sync_internal, _IO_file_seek_internal)
35629         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
35630         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
35631         (_IO_str_underflow_internal, _IO_str_overflow_internal)
35632         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
35633         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
35634         (_IO_list_all_internal, _IO_link_in_internal)
35635         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
35636         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
35637         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
35638         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
35639         (_IO_do_write_internal, _IO_padn_internal)
35640         (_IO_getline_info_internal, _IO_getline_internal)
35641         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
35642         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
35643         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
35644         (_IO_vfscanf_internal, _IO_vfprintf_internal)
35645         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
35646         (_IO_init_internal, _IO_un_link_internal): Don't declare.
35647         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
35648         with libc_hidden_ver, remove use of INTUSE.
35649         * libio/genops.c: Likewise.
35650         * libio/freopen.c: Likewise.
35651         * libio/freopen64.c: Likewise.
35652         * libio/iofclose.c: Likewise.
35653         * libio/iofdopen.c: Likewise.
35654         * libio/iofflush.c: Likewise.
35655         * libio/iofflush_u.c: Likewise.
35656         * libio/iofgets.c: Likewise.
35657         * libio/iofgets_u.c: Likewise.
35658         * libio/iofopen.c: Likewise.
35659         * libio/iofopncook.c: Likewise.
35660         * libio/iofread.c: Likewise.
35661         * libio/iofread_u.c: Likewise.
35662         * libio/ioftell.c: Likewise.
35663         * libio/iofwrite.c: Likewise.
35664         * libio/iogetline.c: Likewise.
35665         * libio/iogets.c: Likewise.
35666         * libio/iogetwline.c: Likewise.
35667         * libio/iopadn.c: Likewise.
35668         * libio/iopopen.c: Likewise.
35669         * libio/ioseekoff.c: Likewise.
35670         * libio/ioseekpos.c: Likewise.
35671         * libio/iosetbuffer.c: Likewise.
35672         * libio/iosetvbuf.c: Likewise.
35673         * libio/ioungetc.c: Likewise.
35674         * libio/ioungetwc.c: Likewise.
35675         * libio/iovdprintf.c: Likewise.
35676         * libio/iovsprintf.c: Likewise.
35677         * libio/iovsscanf.c: Likewise.
35678         * libio/memstream.c: Likewise.
35679         * libio/obprintf.c: Likewise.
35680         * libio/oldfileops.c: Likewise.
35681         * libio/oldiofclose.c: Likewise.
35682         * libio/oldiofdopen.c: Likewise.
35683         * libio/oldiofopen.c: Likewise.
35684         * libio/oldiopopen.c: Likewise.
35685         * libio/oldstdfiles.c: Likewise.
35686         * libio/putc.c: Likewise.
35687         * libio/setbuf.c: Likewise.
35688         * libio/setlinebuf.c: Likewise.
35689         * libio/stdfiles.c: Likewise.
35690         * libio/strops.c: Likewise.
35691         * libio/vasprintf.c: Likewise.
35692         * libio/vscanf.c: Likewise.
35693         * libio/vsnprintf.c: Likewise.
35694         * libio/vswprintf.c: Likewise.
35695         * libio/wfiledoalloc.c: Likewise.
35696         * libio/wfileops.c: Likewise.
35697         * libio/wgenops.c: Likewise.
35698         * libio/wmemstream.c: Likewise.
35699         * libio/wstrops.c: Likewise.
35700         * libio/__fpurge.c: Likewise.
35701         * libio/__fsetlocking.c: Likewise.
35702         * assert/assert.c: Likewise.
35703         * debug/fgets_chk.c: Likewise.
35704         * debug/fgets_u_chk.c: Likewise.
35705         * debug/fread_chk.c: Likewise.
35706         * debug/fread_u_chk.c: Likewise.
35707         * debug/gets_chk.c: Likewise.
35708         * debug/obprintf_chk.c: Likewise.
35709         * debug/vasprintf_chk.c: Likewise.
35710         * debug/vdprintf_chk.c: Likewise.
35711         * debug/vsnprintf_chk.c: Likewise.
35712         * debug/vsprintf_chk.c: Likewise.
35713         * malloc/mtrace.c: Likewise.
35714         * misc/error.c: Likewise.
35715         * misc/syslog.c: Likewise.
35716         * stdio-common/asprintf.c: Likewise.
35717         * stdio-common/fxprintf.c: Likewise.
35718         * stdio-common/getw.c: Likewise.
35719         * stdio-common/isoc99_fscanf.c: Likewise.
35720         * stdio-common/isoc99_scanf.c: Likewise.
35721         * stdio-common/isoc99_vfscanf.c: Likewise.
35722         * stdio-common/isoc99_vscanf.c: Likewise.
35723         * stdio-common/isoc99_vsscanf.c: Likewise.
35724         * stdio-common/printf-prs.c: Likewise.
35725         * stdio-common/printf_fp.c: Likewise.
35726         * stdio-common/printf_fphex.c: Likewise.
35727         * stdio-common/printf_size.c: Likewise.
35728         * stdio-common/putw.c: Likewise.
35729         * stdio-common/scanf.c: Likewise.
35730         * stdio-common/sprintf.c: Likewise.
35731         * stdio-common/tmpfile.c: Likewise.
35732         * stdio-common/vfprintf.c: Likewise.
35733         * stdio-common/vfscanf.c: Likewise.
35734         * stdlib/strfmon_l.c: Likewise.
35735         * sunrpc/openchild.c: Likewise.
35736         * sunrpc/xdr_stdio.c: Likewise.
35737         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
35738         * sysdeps/mach/hurd/tmpfile.c: Likewise.
35739
35740 2012-05-24  Roland McGrath  <roland@hack.frob.com>
35741
35742         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35743
35744         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
35745         in the third column, to generate for the shared library an IFUNC
35746         that uses _dl_vdso_vsym.
35747         * Makerules (COMPILE.c, compile-stdin.c): New variables.
35748         * Makeconfig (object-suffixes-noshared): New variable.
35749
35750         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
35751         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
35752         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
35753         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
35754
35755         [BZ #14132]
35756         * include/sys/time.h (__gettimeofday): Remove macro.
35757         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
35758         * time/gettimeofday.c (__gettimeofday): Remove #undef.
35759         Remove INTDEF.
35760         (__gettimeofday): Add libc_hidden_def.
35761         (gettimeofday): Add libc_hidden_weak.
35762         * sysdeps/mach/gettimeofday.c: Likewise.
35763         * sysdeps/posix/gettimeofday.c: Likewise.
35764         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
35765         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
35766         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35767         (__gettimeofday_internal): Remove strong_alias.
35768         (__gettimeofday): Add libc_hidden_def.
35769         (gettimeofday): Add libc_hidden_weak.
35770         * sysdeps/unix/syscalls.list (gettimeofday):
35771         Remove __gettimeofday_internal alias.
35772
35773 2012-05-24  Daniel Jacobowitz  <drow@false.org>
35774             H.J. Lu  <hongjiu.lu@intel.com>
35775
35776         [BZ #12495]
35777         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35778         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
35779         (largebin_index_32_big): New.
35780         (largebin_index): Use it for 16-byte alignment.
35781         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
35782         correction with front_misalign.
35783
35784 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
35785
35786         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
35787         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
35788         Likewise.
35789         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
35790         Likewise.
35791         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
35792         Likewise.
35793         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
35794         Likewise.
35795         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
35796         Likewise.
35797         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
35798         Likewise.
35799         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
35800         Likewise.
35801         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
35802         Likewise.
35803         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
35804         Likewise.
35805         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
35806         Likewise.
35807         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
35808         Likewise.
35809         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
35810         Likewise.
35811
35812         * scripts/data/c++-types-x32-linux-gnu.data: New file.
35813         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
35814
35815 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
35816
35817         [BZ #10846]
35818         [BZ #14036]
35819         * math/libm-test.inc (exp_test): Add test from bug 14036.
35820         (pow_test): Add test from bug 10846.
35821
35822         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35823         and other flags.
35824         (special_function): Do not include flags in test name.
35825         (parse_args): Likewise.
35826         * sysdeps/i386/fpu/libm-test-ulps: Update.
35827         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35828         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35829         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35830         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35831
35832         * math/gen-libm-test.pl (%beautify): Add entries for underflow
35833         exceptions.
35834         * math/libm-test.inc ("Philosophy"): Update comment about
35835         exception testing.
35836         (UNDERFLOW_EXCEPTION): New macro.
35837         (UNDERFLOW_EXCEPTION_OK): Likewise.
35838         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35839         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35840         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35841         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35842         (INVALID_EXCEPTION_OK): Update value.
35843         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35844         (OVERFLOW_EXCEPTION_OK): Likewise.
35845         (IGNORE_ZERO_INF_SIGN): Likewise.
35846         (test_exceptions): Handle underflow exceptions.
35847         (acos_test): Update for underflow exception expectations.
35848         (cexp_test): Likewise.
35849         (clog_test): Likewise.
35850         (clog10_test): Likewise.
35851         (csqrt_test): Likewise.
35852         (ctan_test): Likewise.
35853         (ctanh_test): Likewise.
35854         (exp_test): Likewise.
35855         (exp10_test): Likewise.
35856         (exp2_test): Likewise.
35857         (expm1_test): Likewise.
35858         (fma_test): Likewise.
35859         (j0_test): Likewise.
35860         (jn_test): Likewise.
35861         (nexttoward_test): Likewise.
35862         (pow_test): Likewise.
35863         (scalbn_test): Likewise.
35864         (scalbln_test): Likewise.
35865         (tan_test): Likewise.
35866         (y1_test): Likewise.
35867         * sysdeps/i386/fpu/libm-test-ulps: Update.
35868         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35869
35870 2012-05-23  David S. Miller  <davem@davemloft.net>
35871
35872         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35873         (__libc_sigaction): Remove unused local variables.
35874
35875 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35876
35877         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35878
35879 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
35880
35881         mktime: avoid signed integer overflow
35882         * time/mktime.c (__mktime_internal): Do not mishandle the case
35883         where diff == INT_MIN.
35884
35885         mktime: simplify computation of average
35886         * time/mktime.c (ranged_convert): Use new time_t_avg function
35887         instead of rolling our own (probably-slower) code.
35888
35889         mktime: do not assume signed right shift propagates sign bit
35890         * time/mktime.c (isdst_differ): New static function.
35891         (__mktime_internal): No need to normalize tm_isdst now.
35892         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35893         tm_isdst values.
35894
35895         mktime: merge another wrapv change from gnulib
35896         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35897         from some compilers.
35898
35899         mktime: remove incorrect attempt at unusual arithmetics
35900         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35901         The code didn't really work on such machines anyway.
35902         (TYPE_MINIMUM): Assume two's complement.
35903         (twos_complement_arithmetic): Verify that long_int and time_t
35904         are two's complement (or unsigned, in the latter case).
35905
35906         mktime: check signed shifts on long_int and time_t, too
35907         * time/mktime.c (SHR): Check that shifts work as desired
35908         on the types long_int and time_t too, as SHR is used on
35909         such types.
35910
35911         mktime: do not assume 'long' is wide enough
35912         * time/mktime.c (verify): Move decl up.
35913         (long_int): New type.
35914         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35915         to remove assumption in the code that 'long' is wide enough to
35916         store year values.  This assumption is not true on x32 and on
35917         some non-glibc platforms.
35918
35919         mktime: merge wrapv change from gnulib
35920         * time/mktime.c (WRAPV): New macro.
35921         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35922         (guess_time_tm, __mktime_internal): Do not assume that signed
35923         integer overflow wraps around; modern compilers generate code
35924         where this assumption is no longer valid.
35925
35926 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35927
35928         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35929         Replace "jmp L(pseudo_end)" with "ret".
35930         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35931         Likewise.
35932
35933 2012-05-23  Andreas Jaeger  <aj@suse.de>
35934
35935         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35936         * sysdeps/unix/sysv/linux/poll.c: Remove file.
35937
35938 2012-05-23  Andreas Jaeger  <aj@suse.de>
35939             Maximilian Attems  <max@stro.at>
35940
35941         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35942         New macros.
35943
35944 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
35945
35946         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35947         code so that pseudo_end is just ret and the stack pointer is
35948         correct also for static library in error case.
35949
35950 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
35951
35952         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35953         move to syscalls.list.
35954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35958
35959         * manual/install.texi (Running make install): Do not mention Linux
35960         kernel version for which pt_chown is not needed.
35961         (Linux): Do not mention problems with nscd with 2.0 kernels.
35962         * INSTALL: Regenerated.
35963
35964 2012-05-23  Andreas Jaeger  <aj@suse.de>
35965
35966         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35967         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35968         macro.
35969         * sysdeps/unix/sysv/linux/s390/bits/mman.h
35970         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35971         * sysdeps/unix/sysv/linux/sh/bits/mman.h
35972         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35973         * sysdeps/unix/sysv/linux/i386/bits/mman.h
35974         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35975         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35976         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35977         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35978         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35979         * sysdeps/unix/sysv/linux/bits/in.h
35980         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35981
35982 2012-05-22  Roland McGrath  <roland@hack.frob.com>
35983
35984         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35985         (PREPARE_VERSION): Just use assert instead, it will be elided
35986         under [NDEBUG] anyway.
35987
35988 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35989
35990         * sysdeps/unix/sysv/linux/Makefile: Include
35991         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
35992         (sysdep_routines): Remove sysctl.
35993         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
35994         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
35995         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
35996         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
35997         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
35998
35999 2012-05-22  Andreas Jaeger  <aj@suse.de>
36000
36001         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
36002         that pseudo_end is just ret and the stack pointer is correct also
36003         for static library in error case.
36004
36005 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
36006
36007         [BZ #14122]
36008         * nss/nsswitch.c (defconfig_entries): New variable.
36009         (__nss_database_lookup): Don't leak defconfig entries.
36010         (nss_parse_service_list): Don't leak on error paths.
36011         (free_database_entries): New function.
36012         (free_defconfig): New function.
36013         (free_mem): Move common code to free_database_entries.
36014
36015 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36016
36017         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
36018         Add arch_prctl.
36019         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
36020
36021         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
36022         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
36023         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
36024         New macro.
36025         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
36026         (INTERNAL_SYSCALL_TYPES): Likewise.
36027         (LOAD_ARGS_TYPES_[1-6]): Likewise.
36028         (LOAD_REGS_TYPES_[1-6]): Likewise.
36029         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
36030         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
36031
36032 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36033
36034         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
36035         copysignl for GLIBC_2_0.
36036         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
36037         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
36038         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
36039         logbl for GLIBC_2_0.
36040         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
36041         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
36042
36043 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36044
36045         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
36046         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36047
36048         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36049         Use "neg %eax".
36050
36051         * time/mktime.c: Update copyright years.
36052
36053 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
36054
36055         mktime: merge comment-quoting-style change from gnulib
36056         * time/mktime.c: Quote 'like this' in comments.
36057         The GNU coding standards suggest that we no longer quote `like this',
36058         as "`" and "'" are typically rendered asymmetrically nowadays.
36059         The typical gnulib style is to quote 'like this' when quoting
36060         code, and "like this" when quoting English.
36061
36062         * time/mktime.c (compile-command): Add "-I.".
36063
36064         mktime: merge mktime-internal.h change from gnulib
36065         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
36066
36067         mktime: merge time_r change from gnulib
36068         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
36069
36070         mktime: merge DEBUG change from gnulib
36071         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
36072         case system <time.h> has a #define.
36073
36074         mktime: merge <sys/types.h> change from gnulib
36075         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
36076         since <time.t> is now guaranteed to define time_t.
36077
36078         mktime: merge HAVE_CONFIG_H change from gnulib
36079         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
36080
36081 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
36082
36083         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36084         Use "neg %eax".
36085
36086         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
36087         __rlim_t cast.
36088         (struct rusage): Use anonymous union to pad each field to
36089         __syscall_slong_t.
36090
36091 2012-05-21  David S. Miller  <davem@davemloft.net>
36092
36093         * Makefules (o-iterator): Remove .s cases.
36094         (compile-command.s): Delete.
36095         (COMPILE.s): Delete.
36096         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
36097
36098 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
36099
36100         * configure.in (libc_cv_predef_stack_protector): Only consider
36101         "foobar" and "__stack_chk_fail" lines in libc_undefs.
36102         * configure: Regenerated.
36103
36104 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36105
36106         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36107         New macro.  Use R*LP on int and pointer.
36108         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
36109         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36110         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
36111         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36112
36113         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36114         [__WORDSIZE_TIME64_COMPAT32] instead of
36115         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36116         (struct utmp): Likewise.
36117         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36118         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36119         Renamed to ...
36120         (__WORDSIZE_TIME64_COMPAT32): This.
36121         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36122         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36123         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36124         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36125         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
36126         (__WORDSIZE_TIME64_COMPAT32): New macro.
36127
36128 2012-05-21  Andreas Jaeger  <aj@suse.de>
36129
36130         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
36131         only if [SHARED]. Add prototype for __wcschr_ia32.
36132
36133 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36134
36135         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36136         of %rbp unmolested in the jmp_buf while mangling the low bits.
36137         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36138         unmolested high bits of %rbp while demangling the low bits.
36139         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36140
36141 2012-05-21  Andreas Jaeger  <aj@suse.de>
36142
36143         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36144         * sunrpc/svc_simple.c: Use it for registerrpc.
36145         * sunrpc/xcrypt.c: Use it for passwd2des.
36146
36147         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36148
36149 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36150
36151         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36152         Don't define if [__SYSCALL_WORDSIZE != 32].
36153         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36154         New macro.
36155
36156 2012-05-21  Bruno Haible  <bruno@clisp.org>
36157             Andreas Jaeger  <aj@suse.de>
36158
36159         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36160         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36161         inptr and inend for must_buffer_ch.
36162         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36163         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36164         * stdio-common/Makefile (tests): Remove bug15.
36165         (bug15-ENV): Remove macro.
36166         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36167         anymore.
36168
36169 2012-05-19  Andreas Jaeger  <aj@suse.de>
36170             Roland McGrath  <roland@hack.frob.com>
36171
36172         * manual/contrib.texi: Completely rewritten. It contains now an
36173         alphabetical list of contributors and their contributions.
36174
36175 2012-05-21  Richard Henderson  <rth@twiddle.net>
36176
36177         * misc/getauxval.c (__getauxval): Use unsigned long int.
36178         * misc/sys/auxv.h: Include <sys/cdefs.h>.
36179         (getauxval): Use unsigned long int.
36180
36181 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
36182
36183         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36184
36185 2012-05-21  Roland McGrath  <roland@hack.frob.com>
36186
36187         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36188         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36189         __alignof__ (long double).
36190
36191 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36192
36193         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36194
36195 2012-05-20  Richard Henderson  <rth@twiddle.net>
36196
36197         * misc/getauxval.c: New file.
36198         * misc/sys/auxv.h: New file.
36199         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36200         (routines): Add getauxval.
36201         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36202         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36203         * elf/dl-sysdep.c (_dl_auxv): Remove.
36204         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36205         * elf/dl-support.c (_dl_auxv): New variable.
36206         (_dl_aux_init): Initialize it.
36207         * manual/startup.texi (Auxiliary Vector): New node.
36208         * sysdeps/generic/bits/hwcap.h: New file.
36209         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36210         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
36211         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36212         * sysdeps/sparc/sysdep.h: ... here.  Include it.
36213         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36214         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
36215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36216         Update.
36217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36218         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36219         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36220         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36221         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36222         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36223         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36224         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36225
36226 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36227
36228         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36229
36230 2012-05-19  David S. Miller  <davem@davemloft.net>
36231
36232         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36233
36234 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36235
36236         [BZ #14123]
36237         * math/s_ccosh.c: Include <float.h>
36238         (__ccosh): Avoid internal overflow calculating sinh and cosh
36239         values before multiplying by sin and cos values.
36240         * math/s_ccoshf.c: Likewise.
36241         * math/s_ccoshl.c: Likewise.
36242         * math/s_csin.c: Likewise.
36243         * math/s_csinf.c: Likewise.
36244         * math/s_csinl.c: Likewise.
36245         * math/s_csinh.c: Likewise.
36246         * math/s_csinhf.c: Likewise.
36247         * math/s_csinhl.c: Likewise.
36248         * math/libm-test.inc (ccos_test): Add more tests.
36249         (ccosh_test): Likewise.
36250         (csin_test): Likewise.
36251         (csinh_test): Likewise.
36252         * sysdeps/i386/fpu/libm-test-ulps: Update.
36253         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36254
36255 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
36256
36257         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36258         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36259
36260         * sysdeps/x86_64/x32/_itoa.h: Add comment.
36261
36262 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
36263
36264         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36265         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36266         * sysdeps/powerpc/soft-fp/Versions: Likewise.
36267         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36268         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36269         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36270         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36271         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36272         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36273         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36274         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36275         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36276         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36277         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36278         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36279         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36280         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36281         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36282         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36283         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36284         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36285         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36286         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36287         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36288         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36289         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36290         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36291         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36292         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36293         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36294         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36295
36296 2012-05-18  Andreas Jaeger  <aj@suse.de>
36297
36298         * csu/.gitignore: Delete.
36299
36300 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36301
36302         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36303         (timex): Use __syscall_slong_t.
36304
36305 2012-05-18  Andreas Jaeger  <aj@suse.de>
36306             Carlos O'Donell  <carlos_odonell@mentor.com>
36307
36308         * manual/install.texi (Configuring and compiling): Update
36309         description about files modified in the source directory.
36310         * INSTALL: Regenerated.
36311
36312 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36313
36314         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36315         value.  Use "or" to set return value to -1.
36316         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36317         negate return value.
36318
36319 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36320
36321         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36322         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
36323         failure if the compiler has Graphite support disabled.
36324         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36325         Likewise.
36326         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36327         (CFLAGS-memmove.c): Likewise.
36328         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36329         Likewise.
36330
36331 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
36332
36333         * sysdeps/x86_64/x32/_itoa.h: New file.
36334
36335         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36336         getdents system call only if kernel and user dirents have the
36337         same d_ino and d_off.
36338
36339         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36340         LLONG_MAX != LONG_MAX.
36341         (_itoa_word): Use _ITOA_WORD_TYPE on value.
36342         (_fitoa_word): Likewise.
36343
36344         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36345         years.
36346         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36347         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36348         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36349
36350         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36351         include <bits/wordsize.h>.  Check __x86_64__ instead of
36352         __WORDSIZE.
36353         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36354         if __x86_64__ is defined.  Use anonymous union on fpstate.
36355
36356         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36357         anonymous union.
36358
36359 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
36360
36361         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36362         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36363         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36364         Refer to _rtld_local_ro instead of _rtld_global_ro.
36365         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36366         Likewise.
36367         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36368         Likewise.
36369         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36370         Likewise.
36371         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36372         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36373         of _rtld_global, and rtld_progname instead of _dl_argv[0].
36374
36375         * sysdeps/powerpc/powerpc32/dl-machine.c
36376         (__elf_machine_runtime_setup) [PROF]: Don't reference
36377         _dl_prof_resolve.
36378
36379 2012-05-18  Andreas Jaeger  <aj@suse.de>
36380
36381         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36382         function only available for GCCs before 3.4 since GCC 3.4
36383         introduced a builtin.
36384         (lrint): Likewise.
36385         (llrintf): Likewise.
36386         (llrint): Likewise.
36387         (fmaxf): Likewise.
36388         (fmax): Likewise.
36389         (fminf): Likewise.
36390         (fmin): Likewise.
36391         (rint): Likewise.
36392         (rintf): Likewise.
36393         (nearbyint): Likewise.
36394         (nearbyintf): Likewise.
36395         (ceil): Likewise.
36396         (ceilf): Likewise.
36397         (floor): Likewise.
36398         (floorf): Likewise.
36399
36400 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36401
36402         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36403         on both fields and cast pointer to __syscall_ulong_t.
36404
36405         * bits/types.h (__fsword_t): New type.
36406         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36407         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36408         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36409         (__FSWORD_T_TYPE): Likewise.
36410         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36411         (__FSWORD_T_TYPE): Likewise.
36412         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36413         (__FSWORD_T_TYPE): Likewise.
36414         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36415         (__FSWORD_T_TYPE): Likewise.
36416         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36417         __SWORD_TYPE with __fsword_t.
36418         (statfs64): Likewise.
36419
36420 2012-05-17  David S. Miller  <davem@davemloft.net>
36421
36422         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36423
36424 2012-05-17  Andreas Jaeger  <aj@suse.de>
36425
36426         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36427         warning.
36428
36429 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36430
36431         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36432
36433 2012-05-17  Andreas Jaeger  <aj@suse.de>
36434
36435         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36436         when it is used.
36437
36438 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36439
36440         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36441
36442 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
36443
36444         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36445         * sysdeps/x86_64/tst-mallocalign1.c: New file.
36446
36447 2012-05-17  Andreas Jaeger  <aj@suse.de>
36448             Carlos O'Donell  <carlos_odonell@mentor.com>
36449
36450         [BZ #14059]
36451         * sysdeps/x86_64/multiarch/init-arch.h
36452         (bit_YMM_Usable): Rename to...
36453         (bit_AVX_Usable): ... this.
36454         (bit_FMA4_Usable): New macro.
36455         (bit_XMM_state): New macro.
36456         (bit_YMM_state): New macro.
36457         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36458         [__ASSEMBLER__] (index_AVX_Usable): ... this.
36459         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36460         (CPUID_OSXSAVE): New macro.
36461         (CPUID_AVX): New macro.
36462         (CPUID_FMA4): New macro.
36463         (index_YMM_Usable): Rename to...
36464         (index_AVX_Usable): ... this.
36465         (HAS_AVX): Use HAS_ARCH_FEATURE.
36466         (HAS_FMA4): Likewise.
36467         (HAS_YMM_USABLE): Remove.
36468         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36469         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36470         are present.
36471         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36472         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36473         * sysdeps/x86_64/multiarch/Makefile: Likewise.
36474         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36475         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36476
36477 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
36478
36479         * math/libm-test.c: Support platforms without multiple rounding modes.
36480         * math/bug-nextafter.c: Support platforms without FP exceptions.
36481         * math/bug-nexttoward.c: Likewise.
36482         * math/test-fenv.c: Likewise.
36483         * math/test-misc.c: Likewise.
36484         * stdlib/bug-getcontext.c: Likewise.
36485
36486 2012-05-17  Andreas Jaeger  <aj@suse.de>
36487
36488         * manual/examples/search.c (critter_cmp): Change signature to
36489         avoid warnings.
36490         * manual/string.texi (Collation Functions): Likewise.
36491
36492 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36493
36494         * bits/types.h: Fold copyright years.
36495         * bits/typesizes.h: Likewise.
36496         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36497         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36498         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36499         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36500         * time/time.h: Likewise.
36501
36502 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
36503
36504         [BZ #208]
36505         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36506         in instead of returning them.  Return void.
36507         (__libc_mallinfo): Accumulate over all arenas.
36508         (__malloc_stats): Adjust for change in int_mallinfo interface.
36509
36510 2012-05-16  Roland McGrath  <roland@hack.frob.com>
36511
36512         [BZ #10375]
36513         * configure.in (NM): Add AC_CHECK_TOOL for it.
36514         (libc_extra_cflags): New substituted variable.
36515         Check for -fstack-protector being used implicitly.
36516         * configure: Regenerated.
36517         * config.make.in (config-extra-cflags): New variable,
36518         gets @libc_extra_cflags@.
36519         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36520
36521         [BZ #10375]
36522         * configure.in: Check for _FORTIFY_SOURCE being predefined.
36523         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36524         * configure: Regenerated.
36525         * config.make.in (CPPUNDEFS): New substituted variable.
36526         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
36527         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
36528         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
36529
36530 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36531
36532         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
36533         (mq_attr): Use __syscall_slong_t.
36534
36535 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36536
36537         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
36538         Check __x86_64__ instead of __WORDSIZE.
36539         (_STAT_VER_LINUX): Likewise.
36540         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
36541         __syscall_ulong_t and __syscall_slong_t.
36542         (stat64): Likewise.
36543
36544 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36545
36546         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
36547
36548 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36549
36550         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
36551
36552 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36553
36554         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
36555         __syscall_ulong_t.
36556
36557         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
36558         include <bits/wordsize.h>.  Check __x86_64__ instead of
36559         __WORDSIZE.
36560         (greg_t): Use "__extension__ long long int" if __x86_64__ is
36561         defined.
36562         (mcontext_t): Replace "unsigned long" with "unsigned long long".
36563
36564         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
36565         include <bits/wordsize.h>.  Check __x86_64__ instead of
36566         __WORDSIZE.
36567         (user_regs_struct): Use "__extension__ unsigned long long"
36568         instead of "unsigned long" if __x86_64__ is defined.
36569         (user): Likewise.  Pad after pointer field if __ILP32__ is
36570         defined.
36571
36572 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
36573
36574         * configure.in (makeinfo): Require version 4.5 or later.  Allow
36575         versions 5 to 9.
36576         * configure: Regenerated.
36577         * manual/install.texi (texinfo): Increase version requirement to
36578         4.5 or later.
36579         * INSTALL: Regenerated.
36580
36581         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
36582
36583 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
36584
36585         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
36586
36587         * sysdeps/x86_64/x32/ffs.c: New file.
36588
36589         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
36590         __syscall_ulong_t.
36591         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
36592         defined.  Use __syscall_ulong_t.
36593         (shminfo): Use __syscall_ulong_t.
36594         (shm_info): Likewise.
36595
36596         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
36597         __syscall_ulong_t.
36598
36599         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
36600         <bits/wordsize.h>.
36601         (msgqnum_t): Use __syscall_ulong_t.
36602         (msglen_t): Likewise.
36603         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
36604         __syscall_ulong_t.
36605
36606         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
36607         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36608
36609         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
36610
36611         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
36612         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
36613
36614         * sysvipc/sys/msg.h (msgbuf): Replace long int with
36615         __syscall_slong_t.
36616
36617         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
36618         include <bits/wordsize.h>.  Check __x86_64__ instead of
36619         __WORDSIZE.
36620
36621         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
36622         "unsigned long long int" if __x86_64__ is defined.
36623         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
36624
36625         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
36626         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
36627         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
36628
36629         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
36630         <stdint.h>.
36631         (GET_PC): Cast to uintptr_t first.
36632         (GET_FRAME): Likewise.
36633         (GET_STACK): Likewise.
36634
36635         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
36636         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
36637         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
36638         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
36639         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
36640         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
36641         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
36642         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
36643         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
36644         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
36645         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
36646         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
36647         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36648         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
36649         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
36650         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
36651         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
36652         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
36653         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
36654         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
36655         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
36656         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
36657         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
36658         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
36659         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
36660         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
36661         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
36662         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
36663         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
36664
36665 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
36666
36667         * Makerules (+depfiles): Also collect depfiles from .oS in
36668         $(extra-objs).
36669         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
36670         .oS, $(libnldbl-routines)).
36671
36672         * Makerules (native-compile-mkdep-flags): Define.
36673         * sunrpc/Makefile (extra-objs): Add $(addprefix
36674         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
36675         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
36676         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
36677         calling $(make-target-directory).
36678
36679 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36680
36681         * bits/types.h (__snseconds_t): Removed.
36682         * time/time.h (struct timespec): Replace __snseconds_t with
36683         __syscall_slong_t.
36684         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
36685         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
36686         Likewise.
36687         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36688         (__SNSECONDS_T_TYPE): Likewise.
36689         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36690         (__SNSECONDS_T_TYPE): Likewise.
36691         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36692         (__SNSECONDS_T_TYPE): Likewise.
36693
36694 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36695
36696         * sysdeps/mach/hurd/bits/typesizes.h
36697         (__SYSCALL_SLONG_TYPE): New macro.
36698         (__SYSCALL_ULONG_TYPE): Likewise.
36699
36700 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36701
36702         * bits/types.h (__syscall_slong_t): New type.
36703         (__syscall_ulong_t): Likewise.
36704
36705         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
36706         (__SYSCALL_ULONG_TYPE): Likewise.
36707         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36708         (__SYSCALL_SLONG_TYPE): Likewise.
36709         (__SYSCALL_ULONG_TYPE): Likewise.
36710         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36711         (__SYSCALL_SLONG_TYPE): Likewise.
36712         (__SYSCALL_ULONG_TYPE): Likewise.
36713         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36714         (__SYSCALL_SLONG_TYPE): Likewise.
36715         (__SYSCALL_ULONG_TYPE): Likewise.
36716
36717 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36718
36719         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
36720         Add sigaltstack-offsets.sym.
36721         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
36722         <sigaltstack-offsets.h>.
36723         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
36724         longjmp_msg pointer.
36725         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
36726         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
36727         signal stack.
36728         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
36729
36730 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36731
36732         * elf/stackguard-macros.h: Remove file.
36733         * sysdeps/generic/stackguard-macros.h: New file.
36734         * sysdeps/i386/stackguard-macros.h: Likewise.
36735         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
36736         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
36737         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
36738         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
36739         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
36740         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
36741         * sysdeps/x86_64/stackguard-macros.h: Likewise.
36742         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
36743         <elf/stackguard-macros.h>.
36744
36745         [BZ #14109]
36746         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
36747         __aligned__ in attribute.
36748         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
36749         (gregset_t): Likewise.
36750
36751 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36752
36753         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
36754         * sysdeps/x86_64/64/Implies-after: Here.  New file.
36755         * sysdeps/x86_64/x32/Implies-after: New file.
36756
36757 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36758
36759         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
36760         and access return value for _dl_profile_fixup.  Use R10_LP to
36761         load frame size.
36762
36763 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36764
36765         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
36766
36767 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36768
36769         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36770         * sysdeps/x86_64/x32/sysdep.h: New file.
36771
36772 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36773
36774         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36775         * sysdeps/x86_64/setjmp.S: Likewise.
36776
36777 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36778
36779         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
36780         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
36781         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
36782         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
36783         remove unused global constant.
36784
36785 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
36786
36787         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
36788         include of <not-cancel.h>.
36789
36790 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36791
36792         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
36793
36794 2012-05-15  Jeff Law  <law@redhat.com>
36795             Andreas Jaeger  <aj@suse.de>
36796
36797         [BZ #13594]
36798         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
36799         out from...
36800         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
36801         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
36802         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
36803         code changing __hst_map_handle.map.
36804
36805 2012-05-15  Roland McGrath  <roland@hack.frob.com>
36806
36807         * configure.in (sysnames): Look for Implies-before and Implies-after
36808         files.
36809         * configure: Regenerated.
36810
36811 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36812
36813         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
36814         8-byte data alignment with LP_SIZE alignment.
36815
36816 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36817
36818         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36819         into R10_LP.
36820
36821 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36822
36823         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36824
36825 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36826
36827         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36828         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36829         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36830         Likewise.
36831         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36832
36833 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36834
36835         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36836         (stackinfo_sub_sp): Likewise.
36837
36838 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36839
36840         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36841         RAX_LP.
36842
36843 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36844
36845         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36846         into R*_LP.
36847
36848 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36849
36850         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36851         sizes into R*_LP.
36852
36853 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36854
36855         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36856
36857 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36858
36859         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36860         into R11_LP and load __x86_64_shared_cache_size_half into
36861         R8_LP.
36862
36863 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
36864
36865         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36866         R8_LP.
36867
36868 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36869
36870         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36871         logb for POWER7.
36872         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36873         logbf for POWER7.
36874         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36875         logbl for POWER7.
36876         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36877         powerpc32/power7/fpu/s_logb.c via #include.
36878         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36879         powerpc32/power7/fpu/s_logbf.c via #include.
36880         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36881         powerpc32/power7/fpu/s_logbl.c via #include.
36882
36883 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
36884
36885         * README.libm: Remove file.
36886
36887 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36888
36889         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36890         count for x32.  Use R*_LP and omit operand-size suffix.
36891
36892 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36893
36894         * shlib-versions: Move x86_64-.*-linux.* entries to ...
36895         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
36896         * sysdeps/x86_64/x32/shlib-versions: New file.
36897
36898 2012-05-14  Roland McGrath  <roland@hack.frob.com>
36899
36900         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36901         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36902         Use _dl_fatal_printf instead.
36903
36904 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
36905
36906         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36907         set if not set by the user.  Do not allow for being unset.
36908         * sysdeps/unix/sysv/linux/configure: Regenerated.
36909
36910 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36911
36912         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36913         the `q' suffix from lea and replace .quad with ASM_ADDR.
36914
36915 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36916
36917         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36918         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
36919         instead of $17.
36920         (PTR_DEMANGLE): Likewise.
36921
36922 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36923
36924         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36925         (LP_OP): Likewise.
36926         (ASM_ADDR): Likewise.
36927         (RAX_LP): Likewise.
36928         (RBP_LP): Likewise.
36929         (RBX_LP): Likewise.
36930         (RCX_LP): Likewise.
36931         (RDI_LP): Likewise.
36932         (RSI_LP): Likewise.
36933         (RSP_LP): Likewise.
36934         (R8_LP): Likewise.
36935         (R9_LP): Likewise.
36936         (R10_LP): Likewise.
36937         (R10_LP): Likewise.
36938         (R11_LP): Likewise.
36939         (R12_LP): Likewise.
36940         (R13_LP): Likewise.
36941         (R14_LP): Likewise.
36942         (R15_LP): Likewise.
36943
36944 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36945
36946         * sysdeps/x86_64/x32/dl-machine.h: New file.
36947
36948 2012-05-14  Andreas Jaeger  <aj@suse.de>
36949
36950         * manual/Makefile (subdir): Remove export of subdir.
36951         (all): Remove target.
36952         (.PHONY): Remove all from list.
36953         (mkinstalldirs): Remove.
36954         (.PHONY): Remove installdirs from list.
36955         ($(inst_infodir)/libc.info): Use make-target-directory.
36956         (installdirs): Remove.
36957         (subdir_%): Remove.
36958         (glibc-targets): Remove.
36959         (lib): Remove.
36960         (stubs): Remove.
36961         ($(objpfx)stubs ../po/manual.pot): Remove.
36962         ($(objpfx)stamp%): Remove.
36963         (make-target-directory): Remove.
36964         (subdir_install): Remove.
36965         (routines): Remove.
36966         (aux): Remove.
36967         (sources): Remove.
36968         (objects): Remove.
36969         (headers): Remove.
36970
36971         [BZ #13750]
36972         * manual/.gitignore: Remove, it's not needed anymore.
36973         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36974         all files in it.
36975         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36976         directory.
36977         (texis): Renamed to $(objpfx)texis.
36978         (texis-path): New, contains path to generated files.
36979         (chapters.%): Use texis-path for complete path, add extra argument
36980         libc-texinfo.sh.
36981         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36982         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36983         (summary,texi, stamp-summary): Use complete path of
36984         files. Generate files in build dir.
36985         (dir-add.texi): Build in build dir.
36986         (libm-err.texi,stamp-libm-err): Likewise.
36987         (version.texi, stamp-version): Likewise.
36988         (.%c.texi): Likewise.
36989         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36990         (mostlyclean): Remove target.
36991         (realclean): Remove target.
36992         (generated): Add new variable with contents from mostlyclean and
36993         realclean, remove entries duplicated in common-mostlyclean, add
36994         stamp-libm-err and stamp-version.
36995         (generated-dirs): Add libc directory.
36996         ($(inst_infodir)/libc.info): Install files from build dir.
36997
36998         * manual/install.texi (Configuring and compiling): Adjust since
36999         the info files are not part of the tar ball anymore.
37000
37001 2012-05-14  Andreas Jaeger  <aj@suse.de>
37002
37003         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
37004         variable.
37005
37006 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
37007
37008         [BZ #13717]
37009         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37010         to 2.2.0 where earlier.
37011         * sysdeps/unix/sysv/linux/configure: Regenerated.
37012         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
37013         Remove conditional code.
37014         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
37015         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
37016         Remove conditional code.
37017         [!__NR_lchown]: Likewise.
37018         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37019         [__NR_lchown]: Likewise.
37020         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
37021         comment referencing __ASSUME_LCHOWN_SYSCALL.
37022         * sysdeps/unix/sysv/linux/i386/sigaction.c
37023         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37024         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37025         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
37026         Remove conditional code.
37027         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
37028         (__protocol_available): Remove #if 0 code.
37029         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
37030         conditional code.
37031         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
37032         * sysdeps/unix/sysv/linux/kernel-features.h
37033         (__ASSUME_GETCWD_SYSCALL): Don't define.
37034         (__ASSUME_REALTIME_SIGNALS): Likewise.
37035         (__ASSUME_PREAD_SYSCALL): Likewise.
37036         (__ASSUME_PWRITE_SYSCALL): Likewise.
37037         (__ASSUME_POLL_SYSCALL): Likewise.
37038         (__ASSUME_LCHOWN_SYSCALL): Likewise.
37039         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
37040         non-SPARC.
37041         (__ASSUME_SIOCGIFNAME): Don't define.
37042         (__ASSUME_MSG_NOSIGNAL): Likewise.
37043         (__ASSUME_SENDFILE): Define unconditionally.
37044         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
37045         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
37046         conditional code.
37047         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
37048         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
37049         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37050         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37051         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
37052         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37053         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
37055         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37056         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
37058         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37059         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
37061         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37062         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
37064         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37065         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
37067         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37068         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
37070         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37071         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
37073         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37074         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
37076         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37077         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37078         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
37079         Remove conditional code.
37080         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37081         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37082         Remove conditional code.
37083         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37084         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
37085         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
37086         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37087         Remove conditional code.
37088         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37089         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
37090         Remove conditional code.
37091         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37092         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
37093         Remove conditional code.
37094         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37095         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37096         Remove conditional code.
37097         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37098         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37099         Remove conditional code.
37100         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37101         * sysdeps/unix/sysv/linux/sh/pwrite64.c
37102         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37103         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37104         * sysdeps/unix/sysv/linux/sigaction.c
37105         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37106         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37107         * sysdeps/unix/sysv/linux/sigpending.c
37108         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37109         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37110         * sysdeps/unix/sysv/linux/sigprocmask.c
37111         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37112         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37113         * sysdeps/unix/sysv/linux/sigsuspend.c
37114         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37115         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37116         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37117         (__libc_missing_rt_sigs): Remove.
37118         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37119         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37120         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37121         Remove conditional code.
37122         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37123         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37124         return 1.
37125         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
37126         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
37127         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
37128         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
37129
37130 2012-05-14  Andreas Jaeger  <aj@suse.de>
37131
37132         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37133         it's not used in glibc.
37134         (__coshm1): Likewise.
37135         (__acosh1p): Likewise.
37136         (__sgn): Likewise.
37137
37138         * manual/string.texi (Copying and Concatenation): Add missing
37139         variable in concat example.
37140         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37141
37142 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37143
37144         [BZ #14103]
37145         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37146         __builtin_clzl with __builtin_clzll.
37147
37148 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
37149
37150         [BZ #14104]
37151         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37152         libc_freeres_ptr.
37153
37154 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37155
37156         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37157         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37158         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37159         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37160
37161 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
37162
37163         * NEWS: Update ia64 info.
37164
37165 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
37166
37167         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37168         used as bcopy.
37169
37170 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
37171
37172         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37173         * sysdeps/unix/syscalls.list (dup3): Likewise.
37174         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37175         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37176
37177 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37178
37179         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37180         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37181
37182 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
37183
37184         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37185         thread pointer.
37186         (TLS_IE): Use mov/add instead of movq/addq to load thread
37187         pointer.
37188         (TLS_GD_PREFIX): New.
37189         (TLS_GD): Use it.
37190
37191 2012-05-11  David S. Miller  <davem@davemloft.net>
37192
37193         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37194         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37195         (_FPU_SETCW): Likewise.
37196
37197 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37198
37199         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37200         is 32-byte aligned.
37201
37202 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
37203
37204         [BZ #11837]
37205         * iconvdata/gb18030.c: Update tables.
37206         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
37207         characters specially.
37208         (BODY for TO_LOOP): Add encoding of missing ranges.
37209
37210 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
37211
37212         [BZ #13673]
37213         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37214         * sysdeps/mach/hurd/dup3.c: Likewise.
37215         * sysdeps/mach/hurd/readlinkat.c: Likewise.
37216         * sysdeps/powerpc/memmove.c:: Likewise.
37217
37218 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37219
37220         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37221         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37222
37223 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37224
37225         * elf/elf.h (R_X86_64_RELATIVE64): New.
37226         (R_X86_64_NUM): Updated.
37227         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37228         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
37229         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37230         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37231         tst-quad1pie tst-quad2pie
37232         (modules-names): Add tst-quadmod1 tst-quadmod2.
37233         ($(objpfx)tst-quad1): New dependency.
37234         ($(objpfx)tst-quad2): Likewise.
37235         ($(objpfx)tst-quad1pie): Likewise.
37236         ($(objpfx)tst-quad2pie): Likewise.
37237         * sysdeps/x86_64/tst-quad1.c: New file.
37238         * sysdeps/x86_64/tst-quad1pie.c: New file.
37239         * sysdeps/x86_64/tst-quad2.c: Likewise.
37240         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37241         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37242         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37243         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37244         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37245
37246 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37247
37248         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37249         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37250         * streams/stropts.h (t_scalar_t): Define type.
37251
37252         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37253         (_PATH_PRESERVE): Set to "/var/lib".
37254         (_PATH_RWHODIR): Set to "/var/spool/rwho".
37255
37256         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37257         instead of int.
37258
37259         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37260         if __dir_mkfile succeeded.
37261
37262         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37263         checking for _hurd_dtablesize.  Unlock it right after having
37264         finished _hurd_dtable allocation.
37265
37266 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37267
37268         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37269         * sysdeps/mach/hurd/configure: Regenerated.
37270         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37271         special-casing to...
37272         * sysdeps/gnu/configure.in: ... this new file.
37273         * sysdeps/unix/sysv/linux/configure: Regenerated.
37274         * sysdeps/gnu/configure: New generated file.
37275
37276         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37277         for Linux: use nsec instead of usec, as well as:
37278         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37279         members of type struct timespec.
37280         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37281         New macros.
37282         (struct stat64): Likewise.
37283         (_STATBUF_ST_NSEC): New macro.
37284         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37285
37286         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37287         __strtoul_internal rather than strtoul.
37288
37289 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37290
37291         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37292         and reject them.
37293
37294 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37295
37296         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37297         which preserves existing values.
37298         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37299
37300 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37301
37302         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37303         TIMEOUT values.  Return EINVAL for NFDS values either negative or
37304         greater than FD_SETSIZE.
37305
37306 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37307
37308         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37309         allocated, call __vm_protect to finish enabling the existing space, and
37310         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37311         allocate the remainder.
37312
37313 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37314
37315         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37316         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
37317
37318 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37319
37320         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37321         sysdeps/mach/hurd/readlink.c.
37322
37323         * posix/tst-sysconf.c (posix_options): Only use
37324         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37325         _POSIX_SYNCHRONIZED_IO when they are defined
37326         * sysdeps/mach/hurd/bits/posix_opt.h:
37327         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37328         (_XOPEN_REALTIME): Undefine macro.
37329         (_XOPEN_REALTIME_THREADS): Undefine macro.
37330         (_XOPEN_SHM): Undefine macro.
37331         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37332         macro to -1.
37333         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37334         macro to -1.
37335         (_POSIX_ASYNC_IO): Undefine macro.
37336         (_POSIX_PRIORITIZED_IO): Undefine macro.
37337         (_POSIX_SPIN_LOCKS): Define macro to -1.
37338
37339         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37340         SA_NODEFER, SA_RESETHAND.
37341         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37342         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37343         F_DUPFD_CLOEXEC.
37344
37345 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37346
37347         * elf/Makefile (pldd-modules): Define unconditionally.
37348
37349 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37350
37351         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37352
37353 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37354
37355         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37356         Return ENOENT when name is empty.
37357         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37358
37359 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37360
37361         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37362
37363         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37364
37365 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37366
37367         Fix mlock in all cases except non-readable pages.
37368         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37369         instead of VM_PROT_ALL as parameter to __vm_wire function.
37370
37371         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37372         (__mkdir): When path is `/', just fail with EEXIST.
37373         * sysdeps/mach/hurd/mkdirat.c: Likewise.
37374
37375 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37376
37377         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37378         <sys/uio.h> (for writev).
37379         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37380         and <sys/param.h> (for MIN).
37381
37382 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
37383
37384         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37385         REQUESTED_TIME.  Properly set the remaining time and return EINTR
37386         if interrupted.
37387
37388 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37389
37390         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37391         Depend on against $(link-rpcuserlibs).
37392
37393 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37394
37395         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37396         (__libc_stack_end): Do not use attribute_relro.
37397         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37398         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
37399         to libthread-provided value.
37400         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37401         attribute_relro.
37402
37403 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37404
37405         [BZ #3748]
37406         * bits/libc-lock.h (__libc_once_get): New macro.
37407         * sysdeps/mach/bits/libc-lock.h: Likewise.
37408         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37409         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37410         instead of using implementation details.
37411
37412         * libio/fileops.c: Unconditionally include <kernel-features.h>.
37413         * libio/freopen.c: Likewise.
37414         * libio/freopen64.c: Likewise.
37415         * misc/syslog.c: Likewise.
37416         * nscd/connections.c: Likewise.
37417         * nscd/netgroupcache.c: Likewise.
37418         * sysdeps/posix/getcwd.c: Likewise.
37419
37420 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37421
37422         * math/w_ilogbf.c: Add #include <limits.h>.
37423
37424 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37425
37426         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
37427         path instead of returning without unlocking.
37428
37429         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37430         immediate-write ioctls.
37431         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37432
37433 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37434
37435         * sysdeps/mach/hurd/i386/init-first.c (init): Use
37436         __builtin_frame_address instead of making assumptions about the
37437         location of the return address relative to DATA.  Force early load of
37438         the return address.
37439         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37440         __builtin_frame_address.
37441
37442         dup3 for GNU Hurd.
37443         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37444         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
37445         implement dup3 and do some further code clean-ups.
37446         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37447         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37448
37449 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37450
37451         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37452
37453         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37454         HURD_CRITICAL_END around holding _hurd_dtable_lock.
37455         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37456         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37457         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37458         d->port.lock.
37459
37460         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37461         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
37462         when handler == SIG_ERR, not when handler != SIG_ERR.
37463
37464 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37465
37466         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37467         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37468         definitions.
37469
37470         accept4 for GNU Hurd.
37471         * include/sys/socket.h (__libc_accept4): New prototype.
37472         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
37473         to implement __libc_accept4.
37474         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37475         __libc_accept4.
37476         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37477
37478         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37479         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37480         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37481         signal-defines.sym.
37482
37483 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37484
37485         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
37486
37487 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
37488
37489         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37490         assertion on O_CLOEXEC flag.
37491         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37492         * hurd/intern-fd.c: Likewise.
37493         * hurd/port2fd.c: Likewise.
37494
37495 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
37496
37497         [BZ #3906]
37498         * bits/in.h (IPV6_PKTINFO): Define new macro.
37499         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37500
37501 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37502
37503         [BZ #13954]
37504         [BZ #13955]
37505         [BZ #13956]
37506         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37507         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37508         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37509         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37510         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37511         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37512         * math/libm-test.inc (logb_test) : Additional logb tests.
37513
37514 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
37515             Andreas Jaeger  <aj@suse.de>
37516
37517         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37518         * configure: Regenerated.
37519         * config.h.in (LINK_OBSOLETE_RPC): New macro.
37520         * config.make.in (link-obsolete-rpc): New substituted variable.
37521         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37522         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37523         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37524         (shared-only-routines): Don't set it under [link-obsolete-rpc],
37525         so that libc.a contains the symbols.
37526         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37527         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
37528         * sunrpc/auth_none.c: Likewise.
37529         * sunrpc/auth_unix.c: Likewise.
37530         * sunrpc/authdes_prot.c: Likewise.
37531         * sunrpc/authuxprot.c: Likewise.
37532         * sunrpc/clnt_gen.c: Likewise.
37533         * sunrpc/clnt_perr.c: Likewise.
37534         * sunrpc/clnt_raw.c: Likewise.
37535         * sunrpc/clnt_simp.c: Likewise.
37536         * sunrpc/clnt_tcp.c: Likewise.
37537         * sunrpc/clnt_udp.c: Likewise.
37538         * sunrpc/clnt_unix.c: Likewise.
37539         * sunrpc/des_crypt.c: Likewise.
37540         * sunrpc/des_soft.c: Likewise.
37541         * sunrpc/get_myaddr.c: Likewise.
37542         * sunrpc/key_call.c: Likewise.
37543         * sunrpc/key_prot.c: Likewise.
37544         * sunrpc/netname.c: Likewise.
37545         * sunrpc/pm_getmaps.c: Likewise.
37546         * sunrpc/pm_getport.c: Likewise.
37547         * sunrpc/pmap_clnt.c: Likewise.
37548         * sunrpc/pmap_prot.c: Likewise.
37549         * sunrpc/pmap_prot2.c: Likewise.
37550         * sunrpc/pmap_rmt.c: Likewise.
37551         * sunrpc/publickey.c: Likewise.
37552         * sunrpc/rpc_cmsg.c: Likewise.
37553         * sunrpc/rpc_common.c: Likewise.
37554         * sunrpc/rpc_dtable.c: Likewise.
37555         * sunrpc/rpc_prot.c: Likewise.
37556         * sunrpc/rpc_thread.c: Likewise.
37557         * sunrpc/rtime.c: Likewise.
37558         * sunrpc/svc.c: Likewise.
37559         * sunrpc/svc_auth.c: Likewise.
37560         * sunrpc/svc_raw.c: Likewise.
37561         * sunrpc/svc_run.c: Likewise.
37562         * sunrpc/svc_tcp.c: Likewise.
37563         * sunrpc/svc_udp.c: Likewise.
37564         * sunrpc/svc_unix.c: Likewise.
37565         * sunrpc/svcauth_des.c: Likewise.
37566         * sunrpc/xcrypt.c: Likewise.
37567         * sunrpc/xdr.c: Likewise.
37568         * sunrpc/xdr_array.c: Likewise.
37569         * sunrpc/xdr_float.c: Likewise.
37570         * sunrpc/xdr_intXX_t.c: Likewise.
37571         * sunrpc/xdr_mem.c: Likewise.
37572         * sunrpc/xdr_rec.c: Likewise.
37573         * sunrpc/xdr_ref.c: Likewise.
37574         * sunrpc/xdr_sizeof.c: Likewise.
37575         * sunrpc/xdr_stdio.c: Likewise.
37576
37577 2012-05-10  Roland McGrath  <roland@hack.frob.com>
37578
37579         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
37580         change.  Update copyright years.
37581
37582 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37583
37584         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
37585
37586 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
37587             Joseph Myers  <joseph@codesourcery.com>
37588             Paul Pluzhnikov  <ppluzhnikov@google.com>
37589
37590         [BZ #14012]
37591         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
37592         requiring rpcgen.
37593         [cross-compiling] (extra-libs): Likewise.
37594         [cross-compiling] (extra-libs-others): Likewise.
37595         [cross-compiling] (librpcsvc-routines): Likewise.
37596         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
37597         [cross-compiling] (omit-deps): Likewise.
37598         (sunrpc-CPPFLAGS): New variable.
37599         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
37600         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
37601         (cross-rpcgen-objs): New variable.
37602         (extra-objs): Append $(cross-rpcgen-objs).
37603         ($(cross-rpcgen-objs)): New rule.
37604         ($(objpfx)cross-rpcgen): Likewise.
37605         (rpcgen-cmd): Define to use $(built-program-file).  Expand
37606         comment.
37607         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
37608         ($(objpfx)x%.stmp): Likewise.
37609         * sunrpc/proto.h [IS_IN_build] (_): Define.
37610         [IS_IN_build] (_libc_intl_domainname): Likewise.
37611
37612 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
37613
37614         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
37615         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
37616         and R_X86_64_TPOFF64.
37617
37618 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
37619
37620         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
37621         sysdeps/unix/sysv/syscalls.list.
37622         (stime): Likewise.
37623         (utime): Likewise.
37624         * sysdeps/unix/sysv/syscalls.list: Remove file.
37625
37626 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
37627
37628         [BZ #3440]
37629         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
37630         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
37631         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
37632         (__LC_IDENTIFICATION): Make these macros useful in #if
37633         expressions, as required by C99.
37634
37635 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
37636
37637         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
37638         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
37639         after this.
37640
37641 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
37642
37643         * stdlib/longlong.h: Updated from GCC.
37644
37645 2012-05-09  Andreas Jaeger  <aj@suse.de>
37646
37647         * nscd/nscd.c (run_modes): Make named enum, reorder so that
37648         default is first entry.
37649         (run_mode): Set type.
37650         (main): Remove informal message about syslog.
37651         (options): Fix typo.
37652
37653         [BZ #14053]
37654         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
37655         to asm.
37656         (lrint): Likewise.
37657         (llrintf): Likewise.
37658         (llrint): Likewise.
37659         (rint): Likewise.
37660         (rintf): Likewise.
37661         (nearbyint): Likewise.
37662         (nearbyintf): Likewise.
37663
37664 2012-05-09  Andreas Jaeger  <aj@suse.de>
37665             Pedro Alves  <palves@redhat.com>
37666
37667         * nscd/nscd.c (run_mode): Use enum.
37668         (main): Cleanup coding style issue.
37669
37670 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
37671             Andreas Jaeger  <aj@suse.de>
37672
37673         * nscd/nscd.c (go_background): Replaced with...
37674         (run_mode): ... this.
37675         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
37676         (options): Add -F --foreground.
37677         (main): Implement it.
37678         (parse_opt): Parse it.
37679
37680 2012-05-09  Andreas Jaeger  <aj@suse.de>
37681
37682         [BZ #14083]
37683         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
37684         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
37685         -Wconversion warning.
37686         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
37687         Likewise.
37688
37689 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
37690
37691         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
37692         == 0.
37693         (LC_ALL): Use macro-int-constant.
37694         (LC_COLLATE): Likewise.
37695         (LC_CTYPE): Likewise.
37696         (LC_MESSAGES): Likewise.
37697         (LC_MONETARY): Likewise.
37698         (LC_NUMERIC): Likewise.
37699         (LC_TIME): Likewise.
37700         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
37701         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37702         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37703         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
37704         Specify type.
37705         [C99-based standards] (float_t): Expect type.
37706         [C99-based standards] (double_t): Expect type.
37707         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
37708         type.
37709         [C99-based standards] (HUGE_VALL): Likewise.
37710         [C99-based standards] (INFINITY): Likewise.
37711         [C99-based standards] (NAN): Likewise.
37712         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
37713         [C99-based standards] (FP_NAN): Likewise.
37714         [C99-based standards] (FP_NORMAL): Likewise.
37715         [C99-based standards] (FP_SUBNORMAL): Likewise.
37716         [C99-based standards] (FP_ZERO): Likewise.
37717         [C99-based standards] (FP_FAST_FMA): Use
37718         optional-macro-int-constant.  Specify type.  Require == 1.
37719         [C99-based standards] (FP_FAST_FMAF): Likewise.
37720         [C99-based standards] (FP_FAST_FMAL): Likewise.
37721         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
37722         [C99-based standards] (FP_ILOGBNAN): Likewise.
37723         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
37724         Specify type.
37725         [C99-based standards] (MATH_ERREXCEPT): Likewise.
37726         [C99-based standards] (math_errhandling): Specify type.
37727         [ISO99 || ISO11] (signgam): Do not allow.
37728         [non-C99-based standards] (copysignf): Do not allow.
37729         [non-C99-based standards] (exp2f): Likewise.
37730         [non-C99-based standards] (log2f): Likewise.
37731         [non-C99-based standards] (modff): Allow.
37732         [non-C99-based standards] (erff): Do not allow.
37733         [non-C99-based standards] (erfcf): Likewise.
37734         [non-C99-based standards] (gammaf): Likewise.
37735         [non-C99-based standards] (hypotf): Likewise.
37736         [non-C99-based standards] (j0f): Likewise.
37737         [non-C99-based standards] (j1f): Likewise.
37738         [non-C99-based standards] (jnf): Likewise.
37739         [non-C99-based standards] (lgammaf): Likewise.
37740         [non-C99-based standards] (tgammaf): Likewise.
37741         [non-C99-based standards] (y0f): Likewise.
37742         [non-C99-based standards] (y1f): Likewise.
37743         [non-C99-based standards] (ynf): Likewise.
37744         [non-C99-based standards] (isnanf): Likewise.
37745         [non-C99-based standards] (acoshf): Likewise.
37746         [non-C99-based standards] (asinhf): Likewise.
37747         [non-C99-based standards] (atanhf): Likewise.
37748         [non-C99-based standards] (cbrtf): Likewise.
37749         [non-C99-based standards] (expm1f): Likewise.
37750         [non-C99-based standards] (ilogbf): Likewise.
37751         [non-C99-based standards] (log1pf): Likewise.
37752         [non-C99-based standards] (logbf): Likewise.
37753         [non-C99-based standards] (nextafterf): Likewise.
37754         [non-C99-based standards] (remainderf): Likewise.
37755         [non-C99-based standards] (rintf): Likewise.
37756         [non-C99-based standards] (scalbf): Likewise.
37757         [non-C99-based standards] (copysignl): Likewise.
37758         [non-C99-based standards] (exp2l): Likewise.
37759         [non-C99-based standards] (log2l): Likewise.
37760         [non-C99-based standards] (modfl): Allow.
37761         [non-C99-based standards] (erfl): Do not allow.
37762         [non-C99-based standards] (erfcl): Likewise.
37763         [non-C99-based standards] (gammal): Likewise.
37764         [non-C99-based standards] (hypotl): Likewise.
37765         [non-C99-based standards] (j0l): Likewise.
37766         [non-C99-based standards] (j1l): Likewise.
37767         [non-C99-based standards] (jnl): Likewise.
37768         [non-C99-based standards] (lgammal): Likewise.
37769         [non-C99-based standards] (tgammal): Likewise.
37770         [non-C99-based standards] (y0l): Likewise.
37771         [non-C99-based standards] (y1l): Likewise.
37772         [non-C99-based standards] (ynl): Likewise.
37773         [non-C99-based standards] (isnanl): Likewise.
37774         [non-C99-based standards] (acoshl): Likewise.
37775         [non-C99-based standards] (asinhl): Likewise.
37776         [non-C99-based standards] (atanhl): Likewise.
37777         [non-C99-based standards] (cbrtl): Likewise.
37778         [non-C99-based standards] (expm1l): Likewise.
37779         [non-C99-based standards] (ilogbl): Likewise.
37780         [non-C99-based standards] (log1pl): Likewise.
37781         [non-C99-based standards] (logbl): Likewise.
37782         [non-C99-based standards] (nextafterl): Likewise.
37783         [non-C99-based standards] (remainderl): Likewise.
37784         [non-C99-based standards] (rintl): Likewise.
37785         [non-C99-based standards] (scalbl): Likewise.
37786         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37787         [non-C99-based standards] (FP_*): Do not allow.
37788         [C99-based standards] (FP_*): Change to
37789         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37790         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37791         allow.
37792         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
37793         (SIG_ERR): Likewise.
37794         [X/Open-based standards] (SIG_HOLD): Likewise.
37795         (SIG_IGN): Likewise.
37796         (SIGABRT): Use macro-int-constant.  Specify type.  Require
37797         positive value.
37798         (SIGFPE): Likewise.
37799         (SIGILL): Likewise.
37800         (SIGINT): Likewise.
37801         (SIGSEGV): Likewise.
37802         (SIGTER): Likewise.
37803         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
37804         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
37805         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
37806         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
37807         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
37808         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
37809         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
37810         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
37811         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
37812         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
37813         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
37814         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
37815         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
37816         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
37817         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37818         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37819         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37820         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37821         [X/Open-based standards] (SIGTRAP): Likewise.
37822         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37823         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37824         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37825         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37826         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37827         allow.
37828
37829 2012-05-08  Ian Wienand  <ianw@vmware.com>
37830
37831         [BZ #14080]
37832         * time/tzset.c (__tzset_parse_tz): Update default rules for
37833         daylight time changes in the Energy Policy Act of 2005.
37834
37835 2012-05-09  Andreas Jaeger  <aj@suse.de>
37836
37837         [BZ #13983]
37838         * elf/ldconfig.c (parse_conf): Change string to make clear that
37839         ldconfig only issued a warning if ld.so.conf does not exist.
37840
37841 2012-05-08  David S. Miller  <davem@davemloft.net>
37842
37843         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37844         movxtod instead of popping the value on the stack.
37845
37846         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37847
37848 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
37849
37850         * config.h.in: Add HAVE_ARM_PCS_VFP.
37851
37852 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
37853
37854         [BZ #13979]
37855         * include/features.h: Warn if user requests __FORTIFY_SOURCE
37856         checking but the checks are disabled for any reason.
37857
37858 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
37859
37860         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37861         and ELF64_R_TYPE with ELFW(R_TYPE).
37862
37863 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
37864
37865         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37866         (ulimit): Likewise.
37867
37868         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37869         (settimeofday): Likewise.
37870
37871 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
37872
37873         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
37874         a struct th_u2 inside the union, and move tu_block/tu_code into
37875         a new th_u3 union of tu_block/tu_code inside of that.  Move
37876         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
37877         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
37878         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37879         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37880         (th_stuff): Change to th_u1.tu_stuff.
37881         (th_data): Define.
37882         (th_msg): Change to th_u1.th_u2.tu_data.
37883
37884 2012-05-07  David S. Miller  <davem@davemloft.net>
37885
37886         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37887
37888         [BZ #14074]
37889         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37890         (SETUP_PIC_REG): Use it.
37891         (SETUP_PIC_REG_LEAF): Use it.
37892
37893 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
37894
37895         [BZ #13885]
37896         [BZ #13923]
37897         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37898         USE_AS_EXPM1L.
37899         (EXPL_FINITE): Likewise.
37900         (FLDLOG): Likewise.
37901         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37902         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37903         e_expl.S.
37904         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37905         USE_AS_EXPM1L.
37906         (EXPL_FINITE): Likewise.
37907         (FLDLOG): Likewise.
37908         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37909         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37910         e_expl.S.
37911         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
37912         test of -max_value argument for long double.
37913         * sysdeps/i386/fpu/libm-test-ulps: Update.
37914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37915
37916 2012-05-06  David S. Miller  <davem@davemloft.net>
37917
37918         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37919         quad soft-float symbols whose references which are compiler
37920         generated.
37921         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37922
37923 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
37924
37925         [BZ #13884]
37926         [BZ #13914]
37927         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37928         USE_AS_EXP10L.
37929         (EXPL_FINITE): Likewise.
37930         (FLDLOG): Likewise.
37931         (c0): Likewise.
37932         (c1): Likewise.
37933         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37934         Adjust comments for base varying.
37935         (__expl_finite): Change alias to EXPL_FINITE.
37936         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37937         e_expl.S.
37938         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37939         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37940         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37941         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37942         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37943         USE_AS_EXP10L.
37944         (EXPL_FINITE): Likewise.
37945         (FLDLOG): Likewise.
37946         (c0): Likewise.
37947         (c1): Likewise.
37948         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
37949         Adjust comments for base varying.
37950         (__expl_finite): Change alias to EXPL_FINITE.
37951         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
37952         tests for bugs.
37953         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37954
37955         [BZ #14064]
37956         * math/libm-test.inc (check_float_internal): Correct ulp
37957         calculation for subnormal expected results.
37958
37959 2012-05-06  Andreas Jaeger  <aj@suse.de>
37960
37961         * Makeconfig (+math-flags): New, set to -frounding-math.
37962         (+cflags): Add +math-flags so that all of glibc gets compiled with
37963         it.
37964
37965         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37966
37967 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
37968
37969         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37970         Disable one test.
37971
37972         [BZ #13787]
37973         [BZ #13922]
37974         [BZ #14036]
37975         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37976         (__ieee754_expl): Allow for and saturate large arguments.
37977         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37978         (u_threshold): Likewise.
37979         (__exp): Call __ieee754_exp before checking for overflow and
37980         underflow.
37981         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37982         (u_threshold): Likewise.
37983         (__expf): Call __ieee754_expf before checking for overflow and
37984         underflow.
37985         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37986         (u_threshold): Likewise.
37987         (__expl): Call __ieee754_expl before checking for overflow and
37988         underflow.
37989         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37990         (__ieee754_expl): Allow for and saturate large arguments.
37991         * math/libm-test.inc (exp_test): Add another test.  Do not allow
37992         missing overflow exception on overflow.
37993         (expm1_test): Do not allow missing overflow exception on overflow.
37994
37995         * sysdeps/i386/fpu/e_expl.c: Move to ...
37996         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
37997         rather than using inline asm.
37998         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
37999         * sysdeps/x86_64/fpu/e_expl.S: Copy from
38000         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
38001
38002         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
38003         (nice): Likewise.
38004         (poll): Likewise.
38005         (signal): Likewise.
38006         (time): Likewise.
38007         (times): Likewise.
38008
38009 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38010
38011         * sysdeps/unix/syscalls.list (adjtime): Add entry from
38012         sysdeps/unix/common/syscalls.list.
38013         (fchmod): Likewise.
38014         (fchown): Likewise.
38015         (ftruncate): Likewise.
38016         (getrusage): Likewise.
38017         (gettimeofday): Likewise.
38018         (setpgid): Likewise.
38019         (setregid): Likewise.
38020         (setreuid): Likewise.
38021         (sigaction): Likewise.
38022         (truncate): Likewise.
38023         (vhangup): Likewise.
38024         * sysdeps/unix/common/syscalls.list: Remove file.
38025         * sysdeps/unix/bsd/Implies: Don't include unix/common.
38026         * sysdeps/unix/sysv/linux/Implies: Likewise.
38027
38028 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
38029
38030         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
38031         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
38032         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
38033         Moved to ...
38034         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
38035         Here.
38036         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
38037         to ...
38038         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
38039         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
38040         to ...
38041         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
38042         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
38043         to ...
38044         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
38045         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
38046         to ...
38047         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
38048         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
38049         to ...
38050         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
38051         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
38052         to ...
38053         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
38054         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
38055         to ...
38056         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
38057         Here.
38058         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
38059         to ...
38060         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
38061         Here.
38062         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
38063         to ...
38064         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
38065         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
38066         Moved to ...
38067         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
38068         Here.
38069         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
38070         to ...
38071         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
38072
38073 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38074
38075         * sysdeps/unix/common/bits/dirent.h: Remove file.
38076         * sysdeps/unix/common/bits/fcntl.h: Likewise.
38077
38078         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
38079         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
38080         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
38081         * sysdeps/unix/bsd/isatty.c: Likewise.
38082         * sysdeps/unix/bsd/tcdrain.c: Likewise.
38083         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
38084         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
38085
38086 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38087
38088         [BZ #13563]
38089         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
38090         long double comparison inaccuracies.
38091         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38092         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38093
38094 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
38095
38096         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
38097         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
38098
38099 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
38100
38101         [BZ #14049]
38102         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38103         nonzero digits before rounding a hex value.
38104         * stdlib/tst-strtod.c (tests): Add another test.
38105
38106 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38107
38108         * sysdeps/s390/fpu/libm-test-ulps: Update.
38109
38110 2012-05-03  Andreas Jaeger  <aj@suse.de>
38111
38112         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38113         does not get optimized out.
38114         (malloc_opt_barrier): New.
38115
38116 2012-05-03  Andreas Jaeger  <aj@suse.de>
38117             Roland McGrath  <roland@hack.frob.com>
38118
38119         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
38120         intermediate file deletion.
38121         (generated): Add .symlist files.
38122
38123 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
38124
38125         [BZ #13775]
38126         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
38127         Redirect under this condition.
38128         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38129         [__USE_GNU] (__dprintf_chk): Not under this condition.
38130         [__USE_GNU] (__vdprintf_chk): Likewise.
38131         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38132         under this condition.
38133         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38134         [__USE_XOPEN2K8] (dprintf): Define under this condition.
38135         [__USE_XOPEN2K8] (vdprintf): Likewise.
38136         [__USE_GNU] (__dprintf_chk): Not under this condition.
38137         [__USE_GNU] (__vdprintf_chk): Likewise.
38138         [__USE_GNU] (dprintf): Likewise.
38139         [__USE_GNU] (vdprintf): Likewise.
38140
38141 2012-05-03  Roland McGrath  <roland@hack.frob.com>
38142
38143         * elf/Makefile (common-generated): Set this instead of generated for
38144         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
38145         $(all-built-dso)-derived lists.
38146
38147 2012-05-03  Andreas Jaeger  <aj@suse.de>
38148
38149         * sysdeps/i386/fpu/libm-test-ulps: Update.
38150
38151         * FAQ: Removed.
38152         * FAQ.in: Likewise.
38153         * scripts/gen-FAQ.pl: Likewise.
38154         * manual/install.texi (Installation): Point to online location of
38155         FAQ.
38156         * Makefile (files-for-dist): Remove FAQ.
38157         (FAQ): Remove.
38158
38159 2012-05-02  Allan McRae  <allan@archlinux.org>
38160
38161         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38162         (LDFLAGS-reldepmod5.so): Likewise.
38163         (LDFLAGS-reldep6mod1.so): Likewise.
38164         (LDFLAGS-reldep6mod4.so): Likewise.
38165         (LDFLAGS-reldep8mod3.so): Likewise.
38166         (LDFLAGS-unload4mod1.so): Likewise.
38167         (LDFLAGS-unload4mod2.so): Likewise.
38168         (LDFLAGS-tst-initorder): Likewise.
38169         (LDFLAGS-tst-initordera2.so): Likewise.
38170         (LDFLAGS-tst-initordera3.so): Likewise.
38171         (LDFLAGS-tst-initordera4.so): Likewise.
38172         (LDFLAGS-tst-initorderb2.so): Likewise.
38173         (LDFLAGS-noload): Likewise.
38174         (LDFLAGS-next): Likewise.
38175         (LDFLAGS-order2mod1.so): Likewise.
38176         (LDFLAGS-order2mod2.so): Likewise.
38177         (LDFLAGS-tst-initorder2): Likewise.
38178         (LDFLAGS-tst-initorder2a.so): Likewise.
38179         (LDFLAGS-tst-initorder2b.so): Likewise.
38180         (LDFLAGS-tst-initorder2c.so): Likewise.
38181         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38182
38183 2012-05-02  David S. Miller  <davem@davemloft.net>
38184
38185         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38186
38187 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
38188
38189         [BZ #14055]
38190         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38191
38192 2012-05-02  Andreas Jaeger  <aj@suse.de>
38193
38194         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38195         since we manipulate rounding mode.
38196         (CPPFLAGS-test-idouble.c): Likewise.
38197         (CPPFLAGS-test-ifloat.c): Likewise.
38198         (CFLAGS-test-ldouble.c): Likewise.
38199         (CFLAGS-test-double.c): Likewise.
38200         (CFLAGS-test-float.c): Likewise.
38201         (CFLAGS-test-misc.c): Likewise.
38202         (CFLAGS-test-test-fenv.c): Likewise.
38203
38204 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38205
38206         [BZ #2550]
38207         [BZ #2570]
38208         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38209         comparisons to determine direction to adjust input.
38210
38211 2012-05-01  Roland McGrath  <roland@hack.frob.com>
38212
38213         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38214         output to the target.
38215
38216         * scripts/localplt.awk: New file.
38217         * elf/Makefile ($(objpfx)check-localplt): Target removed.
38218         (check-localplt-CFLAGS): Variable removed.
38219         ($(all-built-dso:=.jmprel)): New static pattern rule.
38220         (generated): Add those targets.
38221         (localplt-built-dso): New variable.
38222         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38223
38224         * elf/check-localplt.c: File removed.
38225
38226         * scripts/check-execstack.awk: New file.
38227         * elf/Makefile ($(objpfx)check-execstack): Target removed.
38228         (check-execstack-CFLAGS): Variable removed.
38229         ($(objpfx)check-execstack.h): Target removed.
38230         ($(objpfx)execstack-default): New target.
38231         (generated): Add that instead of check-execstack.h.
38232         ($(all-built-dso:=.phdr)): New static pattern rule.
38233         (generated): Add those targets.
38234         * elf/check-execstack.c: File removed.
38235
38236         * scripts/check-textrel.awk: New file.
38237         * elf/Makefile ($(objpfx)check-textrel): Target removed.
38238         (check-textrel-CFLAGS): Variable removed.
38239         (all-built-dso): Use := to define.o
38240         ($(all-built-dso:=.dyn)): New static pattern rule.
38241         (generated): Add those targets.
38242         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38243         * config.make.in (READELF): New substituted variable.
38244         * elf/check-textrel.c: File removed.
38245
38246 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38247
38248         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38249         allow.
38250         * conform/data/ctype.h-data [C99-based standards] (isblank):
38251         Expect function.
38252         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38253         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38254         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38255         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38256         Specify type.  Require positive value.
38257         (EILSEQ): Likewise.
38258         (ERANGE): Likewise.
38259         [ISO || POSIX] (EILSEQ): Do not expect.
38260         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38261         Specify type.  Require positive value.
38262         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38263         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38264         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38265         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38266         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38267         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38268         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38269         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38270         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38271         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38272         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38273         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38274         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38275         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38276         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38277         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38278         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38279         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38280         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38281         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38282         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38283         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38284         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38285         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38286         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38287         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38288         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38289         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38290         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38291         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38292         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38293         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38294         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38295         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38296         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38297         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38298         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38299         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38300         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38301         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38302         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38303         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38304         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38305         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38306         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38307         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38308         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38309         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38310         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38311         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38312         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38313         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38314         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38315         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38316         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38317         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38318         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38319         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38320         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38321         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38322         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38323         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38324         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38325         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38326         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38327         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38328         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38329         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38330         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38331         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38332         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38333         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38334         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38335         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38336         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38337         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38338         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38339         Require >= 2.
38340         (FLT_ROUNDS): Expect as macro, not constant.
38341         (FLT_MANT_DIG): Use macro-int-constant.
38342         (DBL_MANT_DIG): Likewise.
38343         (LDBL_MANT_DIG): Likewise.
38344         (FLT_DIG): Likewise.
38345         (DBL_DIG): Likewise.
38346         (LDBL_DIG): Likewise.
38347         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
38348         (DBL_MIN_EXP): Likewise.
38349         (LDBL_MIN_EXP): Likewise.
38350         (FLT_MAX_EXP): Use macro-int-constant.
38351         (DBL_MAX_EXP): Likewise.
38352         (LDBL_MAX_EXP): Likewise.
38353         (FLT_MAX_10_EXP): Likewise.
38354         (DBL_MAX_10_EXP): Likewise.
38355         (LDBL_MAX_10_EXP): Likewise.
38356         (FLT_MAX): Use macro-constant.
38357         (DBL_MAX): Likewise.
38358         (LDBL_MAX): Likewise.
38359         (FLT_EPSILON): Use macro-constant.  Give upper bound.
38360         (DBL_EPSILON): Likewise.
38361         (LDBL_EPSILON): Likewise.
38362         (FLT_MIN): Likewise.
38363         (DBL_MIN): Likewise.
38364         (LDBL_MIN): Likewise.
38365         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38366         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38367         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38368         [ISO11] (FLT_HAS_SUBNORM): Likewise.
38369         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38370         [ISO11] (DBL_DECIMAL_DIG): Likewise.
38371         [ISO11] (FLT_DECIMAL_DIG): Likewise.
38372         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38373         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38374         [ISO11] (FLT_TRUE_MIN): Likewise.
38375         [ISO11] (LDBL_TRUE_MIN): Likewise.
38376         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38377         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38378         (SCHAR_MIN): Use macro-int-constant.  Specify type.
38379         (SCHAR_MAX): Likewise.
38380         (UCHAR_MAX): Likewise.
38381         (CHAR_MIN): Likewise.
38382         (CHAR_MAX): Likewise.
38383         (MB_LEN_MAX): Use macro-int-constant.
38384         (SHRT_MIN): Use macro-int-constant.  Specify type.
38385         (SHRT_MAX): Likewise.
38386         (USHRT_MAX): Likewise.
38387         (INT_MAX): Likewise.
38388         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
38389         bound negative.
38390         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38391         bound with "U".
38392         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38393         bound with "L".
38394         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
38395         bound negative.  Suffix upper bound with "L".
38396         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
38397         bound with "UL".
38398         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38399         Specify type.
38400         [C99-based standards] (LLONG_MAX): Likewise.
38401         [C99-based standards] (ULLONG_MAX): Likewise.
38402         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
38403         == 0.
38404         [ISO11] (max_align_t): Require type.
38405         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38406
38407         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38408         from $CFLAGS, without defining away __attribute__ calls.
38409         (checknamespace): Use $CFLAGS_namespace.
38410
38411         * conform/conformtest.pl (@keywords): Only include C99 keywords
38412         for standards based on C99 or C11.
38413
38414         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38415         Disable tests.
38416         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38417         UNIX98]: Likewise.
38418
38419         * conform/conformtest.pl: Handle "macro-int-constant" and test for
38420         usability of symbols in #if.
38421
38422         * conform/conformtest.pl: If macro or constant types start
38423         "promoted:", expect the symbol to be of the following type
38424         promoted by the integer promotions.
38425
38426         * conform/conformtest.pl: Parse all "constant" and "macro" lines
38427         in one place.  Also handle "macro-constant".
38428
38429         * conform/conformtest.pl: Only accept expected macro values with
38430         "==".  Parse all "macro" lines in one place.
38431         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38432
38433         * conform/conformtest.pl: Handle braced types on "constant" lines
38434         instead of handling "typed-constant".
38435         * conform/data/signal.h-data: Use "constant" instead of
38436         "typed-constant".
38437
38438         * conform/conformtest.pl: Handle "optional-" at start of lines in
38439         one place rather than duplicating several cases.  Handle each
38440         format of "macro" line with initial "optional-".
38441
38442         * conform/conformtest.pl: Only accept expected constant or
38443         optional-constant values with "==".  Parse all "constant" lines in
38444         one place.  Parse all "optional-constant" lines in one place.
38445         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38446         * conform/data/fmtmsg.h-data: Likewise.
38447         * conform/data/netinet/in.h-data: Likewise.
38448         * conform/data/tar.h-data: Likewise.
38449         * conform/data/limits.h-data: Use "==" form on "constant" and
38450         "optional-constant" lines.
38451
38452         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38453         Use -std=c99 for XOPEN2K.
38454         (@knownproblems): Remove.
38455         (newtoken): Don't check %isknown.
38456
38457         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38458         Do not expect macro.
38459         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38460         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38461         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38462         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38463         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38464         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38465         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38466         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38467         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38468         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38469         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38470         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38471         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38472         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38473         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38474         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38475         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38476         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38477         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38478         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38479         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38480         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38481         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38482         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38483         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38484         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38485         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38486         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38487         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38488         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38489         [XPG3] (acosh): Likewise.
38490         [XPG3] (asinh): Likewise.
38491         [XPG3] (atanh): Likewise.
38492         [XPG3] (cbrt): Likewise.
38493         [XPG3] (expm1): Likewise.
38494         [XPG3] (ilogb): Likewise.
38495         [XPG3] (log1p): Likewise.
38496         [XPG3] (logb): Likewise.
38497         [XPG3] (nextafter): Likewise.
38498         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38499         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38500         [XPG3] (remainder): Likewise.
38501         [XPG3] (rint): Likewise.
38502         [XPG3 || XPG4 || UNIX98] (round): Likewise.
38503         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38504         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38505         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38506         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38507         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38508         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38509         [UNIX98 || XOPEN2K] (scalb): Expect.
38510         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38511         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38512         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38513         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38514         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38515         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38516         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38517         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38518         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38519         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38520         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38521         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38522         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38523         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38524         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38525         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
38526         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
38527         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
38528         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
38529         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
38530         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
38531         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
38532         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
38533         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
38534         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
38535         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
38536         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
38537         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
38538         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
38539         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
38540         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
38541         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
38542         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
38543         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
38544         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
38545         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
38546         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
38547         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
38548         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
38549         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
38550         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
38551         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
38552         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
38553         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
38554         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
38555         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
38556         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
38557         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
38558         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
38559         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
38560         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
38561         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
38562         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
38563         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
38564         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
38565         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
38566         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
38567         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
38568         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
38569         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
38570         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
38571         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
38572         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
38573         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
38574         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
38575         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
38576         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
38577         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
38578         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
38579         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
38580         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
38581         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
38582         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
38583         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
38584         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
38585         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
38586         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
38587         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
38588         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
38589         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
38590         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
38591         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
38592         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
38593         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
38594         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
38595         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
38596         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
38597         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
38598         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
38599         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
38600         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
38601         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
38602         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
38603         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
38604         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
38605         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
38606         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
38607         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
38608         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
38609         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
38610         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
38611         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
38612         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
38613         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
38614         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
38615         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
38616         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
38617         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
38618         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
38619         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
38620         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
38621         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
38622         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
38623         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
38624         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
38625         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
38626         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
38627         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
38628         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
38629         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
38630         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
38631         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
38632         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
38633         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
38634         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
38635         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
38636         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
38637         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
38638         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
38639         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
38640         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
38641         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
38642         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
38643         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
38644         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
38645         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
38646         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
38647
38648         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
38649         _XOPEN_SOURCE_EXTENDED for XPG4.
38650
38651         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
38652
38653         * Makeconfig (localtime): Remove variable.
38654         (inst_localtime-file): Likewise.
38655
38656 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38657
38658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
38659         Update.
38660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38661         Update.
38662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
38663         Update.
38664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
38665         Update.
38666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
38667         Update.
38668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
38669         Update.
38670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38671         Update.
38672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
38673         Update.
38674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38675         Update.
38676
38677 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
38678
38679         [BZ #2550]
38680         [BZ #2570]
38681         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
38682         comparisons to determine direction to adjust input.
38683         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
38684         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
38685         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
38686         Likewise.
38687         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
38688         Likewise.
38689         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38690         Likewise.
38691         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
38692         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
38693         Likewise.
38694         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
38695         Likewise.
38696         * math/libm-test.inc (nexttoward_test): Add more tests.
38697
38698 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
38699
38700         [BZ #14040]
38701         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
38702         in version GLIBC_2.1, not GLIBC_2.0.
38703         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
38704         Likewise.
38705
38706 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
38707
38708         [BZ #13942]
38709         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
38710         (1 - x) * (1 + x).
38711         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38712         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
38713         * math/libm-test.inc (acos_test): Add more tests.
38714         (asin_test): Likewise.
38715         * sysdeps/i386/fpu/libm-test-ulps: Update.
38716         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38717
38718         [BZ #14034]
38719         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
38720         of square root.
38721         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
38722         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38723         * math/libm-test.inc (acos_test_tonearest): New function.
38724         (acos_test_towardzero): Likewise.
38725         (acos_test_downward): Likewise.
38726         (acos_test_upward): Likewise.
38727         (asin_test_tonearest): Likewise.
38728         (asin_test_towardzero): Likewise.
38729         (asin_test_downward): Likewise.
38730         (asin_test_upward): Likewise.
38731         (main): Call the new functions.
38732         * sysdeps/i386/fpu/libm-test-ulps: Update.
38733         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38734
38735         [BZ #13884]
38736         [BZ #13924]
38737         * math/e_exp10.c: Include <float.h>.
38738         (__ieee754_exp10): Handle underflow here rather than multiplying
38739         large negative argument by M_LN10.
38740         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
38741         of __ieee754_expf.
38742         * math/e_exp10l.c: Include <float.h>.
38743         (__ieee754_exp10l): Handle underflow here rather than multiplying
38744         large negative argument by M_LN10l.
38745         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
38746         spurious overflow exception on underflow.
38747
38748 2012-04-29  Marek Polacek  <polacek@redhat.com>
38749
38750         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
38751         (__fortify_function): New macro.
38752         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
38753         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
38754         __extern_always_inline.
38755         * libio/bits/stdio2.h: Likewise.
38756         * libio/bits/stdio.h: Likewise.
38757         * string/string.h: Likewise.
38758         * string/bits/string3.h: Likewise.
38759         * include/stdio.h: Likewise.
38760         * stdlib/bits/stdlib.h: Likewise.
38761         * stdlib/stdlib.h: Likewise.
38762         * rt/bits/mqueue2.h: Likewise.
38763         * rt/mqueue.h: Likewise.
38764         * posix/bits/unistd.h: Likewise.
38765         * posix/unistd.h: Likewise.
38766         * io/bits/poll2.h: Likewise.
38767         * io/bits/fcntl2.h: Likewise.
38768         * io/fcntl.h: Likewise.
38769         * io/sys/poll.h: Likewise.
38770         * misc/bits/syslog.h: Likewise.
38771         * misc/bits/syslog-ldbl.h: Likewise.
38772         * misc/sys/syslog.h: Likewise.
38773         * socket/bits/socket2.h: Likewise.
38774         * socket/sys/socket.h: Likewise.
38775         * debug/tst-chk1.c: Likewise.
38776         * wcsmbs/bits/wchar2.h: Likewise.
38777         * wcsmbs/bits/wchar-ldbl.h: Likewise.
38778         * wcsmbs/wchar.h: Likewise.
38779
38780 2012-04-29  Andreas Jaeger  <aj@suse.de>
38781
38782         * Makerules (tests): Remove enable-check-abi protection.
38783         (check-abi-warn): Remove.
38784         (check-abi-%): Remove check-abi-warn usage.
38785
38786         * configure.in: Remove check-abi configure option.
38787         * configure: Regenerated.
38788         * config.make.in (enable-check-abi): Remove.
38789
38790 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
38791
38792         [BZ #14033]
38793         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
38794         double functions to double *_finite functions.
38795
38796         [BZ #13941]
38797         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
38798         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
38799         LDBL_MIN_EXP.
38800         * stdio-common/Makefile (tests): Add tst-sprintf3.
38801         * stdio-common/tst-sprintf3.c: New file.
38802
38803         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
38804         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
38805
38806 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
38807
38808         * conform/conformtest.pl: Remove duplicate typed-constant
38809         handling.
38810
38811 2012-04-28  David S. Miller  <davem@davemloft.net>
38812
38813         * Makerules (%.abilist): Add vpath on sysdep_dirs.
38814         (check-abi-%): Remove AWK script prerequisite and explicit
38815         abilist directory.
38816         (check-abi): Rewrite to just diff the symlist with the abilist.
38817         (config-tls, config-abi-config): Delete, no longer used.
38818         (update-abi-%): Remove AWK script and explicit abilist directory.
38819         (update-abi): Rewrite to simply compare and conditionally copy the
38820         symlist and the sysdep abilist file.  Remove update-abi-config
38821         checks.
38822         * abilist/ld.abilist: Remove.
38823         * abilist/libBrokenLocale.abilist: Remove.
38824         * abilist/libanl.abilist: Remove.
38825         * abilist/libcrypt.abilist: Remove.
38826         * abilist/libdl.abilist: Remove.
38827         * abilist/librt.abilist: Remove.
38828         * abilist/libthread_db.abilist: Remove.
38829         * abilist/libutil.abilist: Remove.
38830         * scripts/extract-abilist.awk: Remove.
38831         * scripts/merge-abilist.awk: Remove.
38832         * sysdeps/generic/libcidn.abilist: New file.
38833         * sysdeps/generic/libnss_compat.abilist: New file.
38834         * sysdeps/generic/libnss_db.abilist: New file.
38835         * sysdeps/generic/libnss_dns.abilist: New file.
38836         * sysdeps/generic/libnss_files.abilist: New file.
38837         * sysdeps/generic/libnss_hesiod.abilist: New file.
38838         * sysdeps/generic/libnss_nis.abilist: New file.
38839         * sysdeps/generic/libnss_nisplus.abilist: New file.
38840         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38841         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38842         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38843         file.
38844         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38845         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38846         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38847         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38848         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38849         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38850         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38851         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38852         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38853         file.
38854         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38855         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38856         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38857         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38858         file.
38859         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38860         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38861         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38862         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38863         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38864         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38865         file.
38866         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38867         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38868         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38869         file.
38870         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38871         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38872         New file.
38873         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38874         New file.
38875         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38876         New file.
38877         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38878         New file.
38879         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38880         New file.
38881         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38882         New file.
38883         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38884         New file.
38885         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38886         New file.
38887         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38888         New file.
38889         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38890         New file.
38891         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38892         New file.
38893         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38894         New file.
38895         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38896         New file.
38897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38898         file.
38899         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38900         New file.
38901         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38902         New file.
38903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38904         file.
38905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38906         New file.
38907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38908         New file.
38909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38910         file.
38911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38912         New file.
38913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38914         New file.
38915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38916         New file.
38917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38918         New file.
38919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38920         New file.
38921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38922         New file.
38923         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38924         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38925         file.
38926         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38927         New file.
38928         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38929         file.
38930         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38931         file.
38932         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38933         file.
38934         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38935         file.
38936         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38937         file.
38938         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38939         New file.
38940         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38941         file.
38942         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38943         file.
38944         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38945         New file.
38946         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38947         file.
38948         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38949         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38950         file.
38951         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38952         New file.
38953         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38954         file.
38955         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38956         file.
38957         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38958         file.
38959         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38960         file.
38961         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38962         file.
38963         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38964         New file.
38965         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38966         file.
38967         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38968         file.
38969         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38970         New file.
38971         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38972         file.
38973         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38974         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38975         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38976         file.
38977         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38978         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38979         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38980         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38981         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38982         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38983         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38984         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38985         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38986         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38987         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38988         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38989         file.
38990         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
38991         New file.
38992         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
38993         file.
38994         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
38995         file.
38996         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
38997         file.
38998         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
38999         file.
39000         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
39001         file.
39002         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
39003         New file.
39004         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
39005         New file.
39006         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
39007         file.
39008         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
39009         New file.
39010         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
39011         file.
39012         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
39013         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
39014         file.
39015         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
39016         New file.
39017         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
39018         file.
39019         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
39020         file.
39021         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
39022         file.
39023         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
39024         file.
39025         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
39026         file.
39027         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
39028         New file.
39029         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
39030         New file.
39031         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
39032         file.
39033         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
39034         New file.
39035         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
39036         file.
39037
39038 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
39039
39040         * conform/conformtest.pl: Fix typo in handling typed-constant from
39041         allow-header.
39042
39043 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39044
39045         * README: Cut down references to pre-2.6 Linux kernels and
39046         Linuxthreads.  Update lists of configurations in libc and ports
39047         and sort alphabetically.  Say "or newer" with Linux kernel version
39048         requirements.
39049
39050         * config.h.in [IS_IN_build]: Allow compiling without optimization.
39051
39052 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
39053
39054         [BZ #887]
39055         * math/libm-test.inc (logb_test_downward): New test to expose
39056         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
39057         rounding mode.
39058
39059 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
39060
39061         [BZ #14027]
39062         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
39063         to be done.
39064         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
39065         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
39066
39067 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
39068
39069         * sysdeps/unix/i386/brk.S: Remove file.
39070         * sysdeps/unix/i386/dl-brk.S: Likewise.
39071         * sysdeps/unix/i386/pipe.S: Likewise.
39072         * sysdeps/unix/i386/sigreturn.S: Likewise.
39073         * sysdeps/unix/i386/syscall.S: Likewise.
39074         * sysdeps/unix/i386/vfork.S: Likewise.
39075         * sysdeps/unix/i386/wait.S: Likewise.
39076
39077         * sysdeps/unix/common/tcsendbrk.c: Move to ...
39078         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
39079
39080         * configure.in (arm*-none*): Do not allow without
39081         --enable-hacker-mode.
39082         (netbsd*): Remove case setting base_os.
39083         (386bsd*): Likewise.
39084         (freebsd*): Likewise.
39085         (bsdi*): Likewise.
39086         (osf*): Likewise.
39087         (sunos*): Likewise.
39088         (ultrix*): Likewise.
39089         (newsos*): Likewise.
39090         (dynix*): Likewise.
39091         (*bsd*): Likewise.
39092         (sysv*): Likewise.
39093         (isc*): Likewise.
39094         (esix*): Likewise.
39095         (sco*): Likewise.
39096         (minix*): Likewise.
39097         (irix4*): Likewise.
39098         (irix6*): Likewise.
39099         (solaris[2-9]*): Likewise.
39100         (none): Likewise.
39101         * configure: Regenerated.
39102
39103 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39104
39105         [BZ #11521]
39106         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39107         overflow or cancellation in calculating denominator.
39108         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39109         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39110         down expression to avoid unexpected rounding in newer GCCs.
39111         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39112
39113 2012-04-26  David S. Miller  <davem@davemloft.net>
39114
39115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39116         long-double compat symbols.
39117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39118         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39119         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39120         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39122         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39123         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39124         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39125         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
39126         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39127         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
39128         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
39129         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
39130
39131 2012-04-25  David S. Miller  <davem@davemloft.net>
39132
39133         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39134         HWCAP_* values only after the memory barriers have been defined.
39135         (atomic_full_barrier): Define.
39136         (atomic_read_barrier): Define.
39137         (atomic_write_barrier): Define.
39138
39139 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
39140
39141         * shlib-versions: Add libgcc_s version information.
39142         * sysdeps/generic/libgcc_s.h: Remove.
39143         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39144         libgcc_s.h.
39145         * sysdeps/gnu/unwind-resume.c: Likewise.
39146         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39147
39148 2012-04-25  David S. Miller  <davem@davemloft.net>
39149
39150         * sysdeps/unix/sparc/brk.S: Delete.
39151         * sysdeps/unix/sparc/dl-brk.S: Delete.
39152         * sysdeps/unix/sparc/pipe.S: Delete.
39153         * sysdeps/unix/sparc/sysdep.S: Delete.
39154         * sysdeps/unix/sparc/sysdep.h: Delete.
39155         * sysdeps/unix/sparc/vfork.S: Delete.
39156         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39157         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39158         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39159         (ret_ERRVAL, r0, r1, MOVE): Define.
39160         (JUMPTARGET): Remove.
39161         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39162         sysdeps/unix/sparc/sysdep.h
39163         (ENTRY, END): Remove.
39164         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39165
39166 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
39167
39168         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39169         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39170         -DIS_IN_build.
39171
39172         * timezone/README: Update upstream location and email address for
39173         tzcode and tzdata.
39174         * timezone/zdump.c: Update from tzcode 2012b.
39175         * timezone/zic.c: Likewise.
39176
39177         * configure.in (libc_cv_as_needed): Remove test.
39178         * configure: Regenerated.
39179         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39180         conditional definition.
39181         [$(have-as-needed) != yes] (no-as-needed): Likewise.
39182         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39183         * config.make.in (have-as-needed): Remove variable.
39184
39185 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39186             Paul Pluzhnikov  <ppluzhnikov@google.com>
39187
39188         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39189         strings correctly.
39190
39191 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
39192
39193         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39194         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39195         * sysdeps/sh/strlen.S: Likewise.
39196
39197 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39198
39199         * sysdeps/unix/fork.S: Remove file.
39200         * sysdeps/unix/i386/fork.S: Likewise.
39201         * sysdeps/unix/sparc/fork.S: Likewise.
39202
39203         * sysdeps/unix/system.c: Remove file.
39204         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39205
39206         * sysdeps/unix/getegid.S: Remove file.
39207         * sysdeps/unix/geteuid.S: Likewise.
39208
39209 2012-04-24  Roland McGrath  <roland@hack.frob.com>
39210
39211         * scripts/check-localplt.awk: New file.
39212         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39213         of diff.
39214         * scripts/data/localplt-generic.data: Add a comment.
39215
39216         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39217         NODE when __dir_mkfile failed.
39218         * sysdeps/mach/hurd/symlinkat.c: Likewise.
39219         Reported by Ludovic Courtès <ludo@gnu.org>.
39220
39221 2012-04-24  Andreas Jaeger  <aj@suse.de>
39222
39223         * Makerules (common-clean): Also remove gen-as-const-headers
39224         files.
39225
39226 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39227
39228         * Makerules (native-compile): Do not change working directory for
39229         build.  Use $(OUTPUT_OPTION) in command.
39230         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39231
39232 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39233
39234         [BZ #13886]
39235         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39236         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39237         * math/libm-test.inc (floor_test): Add more tests.
39238         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39239
39240 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
39241
39242         * sysdeps/unix/getdents.c: Remove file.
39243         * sysdeps/unix/sysv/getdents.c: Likewise.
39244         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39245
39246         * sysdeps/unix/syscalls.list (madvise): Add syscall from
39247         sysdeps/unix/mman/syscalls.list.
39248         (mmap): Likewise.
39249         (mprotect): Likewise.
39250         (msync): Likewise.
39251         (munmap): Likewise.
39252         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39253         * sysdeps/unix/mman/syscalls.list: Remove.
39254         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39255
39256         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39257         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39258         * configure: Regenerated.
39259         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39260         $(libgcc_s_suffix).
39261         * config.make.in (libgcc_s_suffix): Remove variable.
39262
39263 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
39264
39265         * sysdeps/unix/sysv/gethostname.c: Move to ...
39266         * sysdeps/posix/gethostname.c: ... here.
39267
39268         * sysdeps/unix/execve.S: Remove file.
39269
39270         * sysdeps/unix/_exit.S: Remove file.
39271
39272 2012-04-23  Andreas Jaeger  <aj@suse.de>
39273
39274         [BZ #13739]
39275         * manual/Makefile: Remove make dist support, there's no
39276         need for a stand-alone documentation tar ball.
39277         (TEXI2DVI): Define always, it's not in Makeconfig.
39278         (dist): Removed.
39279         (tar-it): Removed.
39280         (edition): Removed.
39281         (glibc-doc-$(edition).tar): Removed
39282         (%.Z): Removed.
39283         (%.gz): Removed.
39284         (%.uu): Removed.
39285         (ETAGS): Remove, it's in Makeconfig.
39286         (move-if-change): Remove, it's in Makeconfig.
39287
39288 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
39289
39290         [BZ #13970]
39291         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39292         (strtod, strtof, strtold, strtol, strtoul, strtoq)
39293         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39294         (strtod_l, strtof_l, strtold_l): Remove __wur.
39295         It is not necessarily an error to ignore strtol's return value.
39296         One can reliably look at the stored endptr to decide whether
39297         the number had valid syntax.
39298
39299 2012-04-21  Andreas Jaeger  <aj@suse.de>
39300
39301         [BZ #13739]
39302         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39303
39304 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
39305
39306         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39307         * sysdeps/unix/sysv/Versions: Remove file.
39308
39309 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
39310
39311         [BZ #13927]
39312         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39313
39314 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
39315
39316         [BZ #7064]
39317         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39318         version from __vm86.
39319
39320 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
39321
39322         * sysdeps/unix/common/lxstat.c: Remove file.
39323         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39324
39325         * sysdeps/unix/sysv/Makefile: Remove file.
39326
39327         * sysdeps/unix/sysv/direct.h: Remove file.
39328
39329         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39330         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39331         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39332         * sysdeps/unix/sysv/bits/signum.h: Likewise.
39333         * sysdeps/unix/sysv/bits/stat.h: Likewise.
39334         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39335         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39336
39337         * sysdeps/unix/sysv/setrlimit.c: Remove file.
39338
39339         * sysdeps/unix/xmknod.c: Remove file.
39340         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39341
39342         * sysdeps/unix/sysv/settimeofday.c: Remove file.
39343
39344         * sysdeps/unix/sysv/i386/time.S: Remove file.
39345
39346         * sysdeps/unix/fxstat.c: Remove file.
39347         * sysdeps/unix/xstat.c: Likewise.
39348         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39349
39350         * sysdeps/unix/sysv/sigaction.c: Remove file.
39351
39352         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39353         (sysdep_headers): Remove variable.
39354         [termio.h not in sysdep_headers] (generated): Likewise.
39355         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39356         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39357         * sysdeps/unix/sysv/tcdrain.c: Likewise.
39358         * sysdeps/unix/sysv/tcflow.c: Likewise.
39359         * sysdeps/unix/sysv/tcflush.c: Likewise.
39360         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39361         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39362         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39363         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39364         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39365
39366         * sysdeps/unix/siglist.c: Remove file.
39367
39368         * sysdeps/unix/getppid.S: Remove file.
39369
39370         * sysdeps/unix/mkdir.c: Remove file.
39371         * sysdeps/unix/rmdir.c: Likewise.
39372
39373 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
39374
39375         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39376         ERR_MAX value.
39377         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39378         errlist-compat value.
39379
39380 2012-04-18  David S. Miller  <davem@davemloft.net>
39381
39382         * sysdeps/generic/memcopy.h (reg_char): Delete.
39383         * debug/strcat_chk.c: Use char, not reg_char.
39384         * debug/strcpy_chk.c: Likewise.
39385         * debug/strncat_chk.c: Likewise.
39386         * debug/strncpy_chk.c: Likewise.
39387         * string/memchr.c: Likewise.
39388         * string/memrchr.c: Likewise.
39389         * string/rawmemchr.c: Likewise.
39390         * string/strcat.c: Likewise.
39391         * string/strchr.c: Likewise.
39392         * string/strchrnul.c: Likewise.
39393         * string/strcmp.c: Likewise.
39394         * string/strcpy.c: Likewise.
39395         * string/strncat.c: Likewise.
39396         * string/strncmp.c: Likewise.
39397         * string/strncpy.c: Likewise.
39398
39399 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39400
39401         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39402         __builtin_memcopy is called when src and dest ranges are known to not
39403         overlap.
39404
39405 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39406
39407         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39408         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39409         fwd_align_merge macro call.
39410         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39411         bwd_align_merge macro call.
39412         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39413
39414 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
39415
39416         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39417         bwd_align_merge macros.
39418         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39419         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39420         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39421
39422 2012-04-18  David S. Miller  <davem@davemloft.net>
39423
39424         * sysdeps/sparc/sparc64/memcopy.h: Delete.
39425
39426 2012-04-18  Andreas Jaeger  <aj@suse.de>
39427
39428         [BZ# 6794]
39429         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39430         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39431         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39432
39433         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39434         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39435         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39436
39437         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39438         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39439         Adjust for changed ldbl-128 files.
39440
39441         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39442         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39443         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39444
39445 2012-04-17  David S. Miller  <davem@davemloft.net>
39446
39447         * sysdeps/sparc/sparc32/memcopy.h: Delete.
39448
39449 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
39450
39451         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39452         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39453         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39454         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39455         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39456         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39457
39458 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39459
39460         [BZ #6794]
39461         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39462         * math/libm-test.inc: Add ilogb errno and exception tests.
39463         * math/w_ilogb.c: New file: ilogb wrapper.
39464         * math/w_ilogbf.c: New file: ilogbf wrapper.
39465         * math/w_ilogbl.c: New file: ilogbl wrapper.
39466         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39467         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39468         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39469         exception being thrown with 0.0 as argument.
39470         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39471         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39472         exception being thrown with 0.0 as argument.
39473         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39474         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39475         exception being thrown with 0.0 as argument.
39476         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39477         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39478         exception being thrown with 0.0 as argument.
39479         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39480         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
39481         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
39482         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39483         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39484         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39485         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39486         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39487         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39488
39489 2012-04-17  Petr Baudis  <pasky@ucw.cz>
39490
39491         * include/sys/uio.h: Change __vector to __iovec to avoid clash
39492         with altivec.
39493
39494 2012-04-16  Marek Polacek  <polacek@redhat.com>
39495
39496         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39497
39498 2012-04-16  Marek Polacek  <polacek@redhat.com>
39499
39500         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39501         operands of fdivp instruction.
39502
39503 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39504
39505         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39506         * elf/tst-auditmod3b.c: Likewise.
39507         * elf/tst-auditmod4b.c: Likewise.
39508         * elf/tst-auditmod5b.c: Likewise.
39509         * elf/tst-auditmod6b.c: Likewise.
39510         * elf/tst-auditmod6c.c: Likewise.
39511         * elf/tst-auditmod7b.c: Likewise.
39512         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39513         * sysdeps/x86_64/preconfigure.in: Likewise.
39514         * sysdeps/x86_64/preconfigure: Regenerated.
39515
39516 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
39517
39518         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39519         __ILP32__.
39520
39521 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
39522
39523         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39524         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39525
39526 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
39527
39528         [BZ #13973]
39529         * locale/iso-639.def: Fix gl language name. Spotted by
39530         Yaron Shahrabani.
39531
39532 2012-04-12  Roland McGrath  <roland@hack.frob.com>
39533
39534         [BZ #2074]
39535         * libio/libio.h (__io_write_fn): Update comment.
39536
39537 2012-04-12  Petr Baudis  <pasky@ucw.cz>
39538
39539         [BZ #2074]
39540         * stdio.texi (Hook Functions): The user provided writer function
39541         is not allowed to return -1.
39542
39543 2012-04-11  David S. Miller  <davem@davemloft.net>
39544
39545         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39546
39547 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
39548
39549         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
39550         Add a leading slash to rtkaio.
39551
39552 2012-04-11  Jim Meyering  <meyering@redhat.com>
39553
39554         [BZ #11959]
39555         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
39556         It is not necessarily an error to ignore fwrite's return
39557         value.  One can reliably use ferror to test for errors after
39558         the fact.
39559
39560 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39561
39562         * bits/types.h (__snseconds_t): New type.
39563         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
39564
39565         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
39566         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39567         (__SNSECONDS_T_TYPE): Likewise.
39568         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39569         (__SNSECONDS_T_TYPE): Likewise.
39570         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39571         (__SNSECONDS_T_TYPE): Likewise.
39572
39573 2012-04-10  Andreas Jaeger  <aj@suse.de>
39574
39575         [BZ #2636]
39576         * manual/time.texi (Processor Time): Return type of times is
39577         elapsed real time since an arbitrary point in the past.
39578         (CPU Time): Move CLK_TCK from here...
39579         (Processor Time): ...to here.  Correct description.
39580         * manual/conf.texi (Constants for Sysconf): Correct description of
39581         _SC_CLK_TCK.
39582
39583 2012-04-10  David S. Miller  <davem@davemloft.net>
39584
39585         [BZ #13967]
39586         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
39587         where the is a gap between DT_REL(A) and DT_JMPREL.
39588
39589 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
39590
39591         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
39592         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39593         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39594
39595 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
39596
39597         * elf/dl-support.c (_dl_inhibit_cache): New variable.
39598         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
39599         (dl_main): Handle --inhibit-cache.
39600         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
39601         _dl_inhibit_cache.
39602         * elf/dl-load.c (_dl_map_object): Use it.
39603         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
39604
39605 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39606
39607         [BZ #13872]
39608         * sysdeps/i386/fpu/e_powl.S (p78): New object.
39609         (__ieee754_powl): Saturate large exponents rather than testing for
39610         overflow of y*log2(x).
39611         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39612         * math/libm-test.inc (pow_test): Do not permit spurious overflow
39613         exceptions.
39614
39615         [BZ #11521]
39616         * math/s_ctan.c: Include <float.h>.
39617         (__ctan): Avoid internal overflow or cancellation in calculating
39618         denominator.
39619         * math/s_ctanf.c: Likewise.
39620         * math/s_ctanl.c: Likewise.
39621         * math/s_ctanh.c: Likewise.
39622         * math/s_ctanhf.c: Likewise.
39623         * math/s_ctanhl.c: Likewise.
39624         * math/libm-test.inc (ctan_test): Add more tests.
39625         (ctanh_test): Likewise.
39626         * sysdeps/i386/fpu/libm-test-ulps: Update.
39627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39628
39629 2012-04-09  Andreas Jaeger  <aj@suse.de>
39630
39631         [BZ #6894]
39632         * manual/filesys.texi (Directory Entries): Mention that d_namlen
39633         is an optional BSD extension.
39634
39635         [BZ #10254]
39636         * manual/stdio.texi (Opening Streams): Document additional fopen
39637         parameters.
39638
39639 2012-04-09  Roland McGrath  <roland@hack.frob.com>
39640
39641         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
39642         %eax without telling the compiler.
39643
39644 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
39645
39646         [BZ # 13963]
39647         * manual/install.texi: Use sourceware.org.
39648
39649 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
39650
39651         [BZ #13873]
39652         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
39653         (__ieee754_pow): Generate overflow and underflow using huge*huge
39654         and tiny*tiny rather than just returning constant infinity or zero
39655         for large exponents.
39656         * math/libm-test.inc (pow_test): Require overflow exceptions for
39657         applicable cases of large exponents.
39658
39659         [BZ #706]
39660         * sysdeps/i386/fpu/e_pow.S (p10): New object.
39661         (__ieee754_pow): Use iterative multiplication algorithm only for
39662         integer exponents with absolute value below 1024.  Check for odd
39663         integer exponents when using algorithm for real exponents.
39664         * math/libm-test.inc (pow_test): Add more tests.
39665         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39666
39667 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
39668
39669         [BZ #13705]
39670         * math/libm-test.inc (exp_test): Do not allow overflow exception
39671         on underflow test.
39672
39673 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
39674
39675         [BZ #13705]
39676         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
39677         instead of __kernel_standard_f.
39678
39679 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
39680
39681         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
39682         * sysdeps/x86_64/memset_chk.S: Likewise.
39683
39684 2012-04-08  Andreas Jaeger  <aj@suse.de>
39685
39686         [BZ #10153]
39687         * manual/startup.texi (Environment Access): Describe return value
39688         for putenv and setenv.
39689
39690         [BZ #6895]
39691         * manual/filesys.texi (Directory Entries): Add description for
39692         DT_LNK.
39693
39694         [BZ #6890]
39695         * manual/filesys.texi (Directory Entries): Clarify that it's file
39696         system not operating system in the description of DT_UNKNOWN.
39697
39698         [BZ #6578]
39699         * manual/syslog.texi (closelog): Fix reference, it's openlog.
39700
39701 2012-04-08  Stephen Compall  <s11@member.fsf.org>
39702
39703         [BZ #6649]
39704         * manual/llio.texi (Opening and Closing Files): Add cross
39705         reference to explain mode argument.
39706
39707 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
39708
39709         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
39710         * sysdeps/x86_64/memset_chk.S: Likewise.
39711
39712 2012-04-07  David S. Miller  <davem@davemloft.net>
39713
39714         * elf/elf.h (R_SPARC_WDISP10): Define.
39715         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
39716         R_SPARC_SIZE32.
39717         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
39718         R_SPARC_SIZE64 and R_SPARC_H34.
39719
39720 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
39721
39722         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
39723         conditions and remove no longer applicable assertion.
39724
39725 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39726
39727         * bits/byteswap.h: Include <features.h>.
39728         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39729         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39730
39731 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
39732
39733         * bits/byteswap.h (__bswap_16): Removed.
39734         Include <bits/byteswap-16.h> to get __bswap_16.
39735         * sysdeps/i386/bits/byteswap.h: Likewise.
39736         * sysdeps/s390/bits/byteswap.h: Likewise.
39737         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39738         * bits/byteswap-16.h: New file.
39739         * sysdeps/i386/bits/byteswap-16.h: Likewise.
39740         * sysdeps/s390/bits/byteswap-16.h: Likewise.
39741         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
39742         * string/Makefile (headers): Add bits/byteswap-16.h.
39743
39744 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
39745
39746         [BZ #13895]
39747         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
39748         extra indirection.
39749         * nss/Makefile (tests-static, tests): Add tst-nss-static.
39750         * nss/tst-nss-static.c: New.
39751
39752 2012-04-06  Robert Millan  <rmh@gnu.org>
39753
39754         [BZ #6486]
39755         * manual/llio.texi (File Position Primitive): lseek
39756         refers to WHENCE when it really means OFFSET.
39757
39758 2012-04-06  Andreas Jaeger  <aj@suse.de>
39759
39760         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
39761         strncmp declarations.
39762
39763         * abilist/libc.abilist: Add __poll and __ppoll.
39764
39765 2012-04-05  David S. Miller  <davem@davemloft.net>
39766
39767         * scripts/check-local-headers.sh: Accept a host triplet in the
39768         path matched by the exclude regexp.
39769
39770         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39771         definition.
39772         * sysdeps/powerpc/powerpc32/dl-machine.h
39773         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39774         * sysdeps/s390/s390-32/dl-machine.h
39775         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39776         * sysdeps/sparc/sparc32/dl-machine.h
39777         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39778         * sysdeps/sparc/sparc64/dl-machine.h
39779         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39780
39781         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
39782         lazy binding.
39783         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
39784         undefined symbol errors.
39785
39786         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
39787         DT_NEEDED entries.
39788
39789 2012-04-05  Michael Matz  <matz@suse.de>
39790
39791         [BZ #13592]
39792         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
39793
39794 2012-04-05  Andreas Jaeger  <aj@suse.de>
39795
39796         [BZ #13908]
39797         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
39798         comment.
39799
39800 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39801
39802         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39803         which ROUND is no valid rounding mode.
39804
39805 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39806
39807         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
39808         read again.
39809         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
39810
39811 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39812
39813         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
39814         an exception using FPU order intentionally.
39815
39816 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
39817
39818         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39819         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39820         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39821         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39822
39823 2012-04-05  Simon Josefsson  <simon@josefsson.org>
39824
39825         [BZ #12340]
39826         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39827         EINVAL when BUFLEN is too smal.
39828
39829 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
39830
39831         [BZ #13553]
39832         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39833         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39834
39835 2012-04-03  Andreas Jaeger  <aj@suse.de>
39836
39837         [BZ #13938]
39838         * manual/setjmp.texi (System V contexts): Fix sentence.
39839
39840         [BZ #13926]
39841         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39842         New macro for this case.
39843         [!__GNUC__] (__bswap_64): New inline function for this case.
39844         * sysdeps/x86_64/bits/byteswap.h: Likewise.
39845         * bits/byteswap.h: Likewise.
39846         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39847         ull, guard with __GLIBC_HAVE_LONG_LONG.
39848
39849         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39850         __GLIBC_HAVE_LONG_LONG.
39851
39852         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39853         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39854
39855 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39856
39857         [BZ #13691]
39858         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39859         inptr and inend, rather than using last_ch.
39860
39861 2012-04-02  David S. Miller  <davem@davemloft.net>
39862
39863         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39864         * stdio-common/printf-parse.h (read_int): Change return type to
39865         'int', return -1 on INT_MAX overflow.
39866         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39867         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
39868         overflows INT_MAX.  Check for overflow of in-format-string precision
39869         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
39870         SIZE_MAX not INT_MAX for integer overflow test.
39871         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39872         skip the construct in the format string but do not record anything.
39873         * stdio-common/bug22.c: Adjust to test both width/prevision
39874         INT_MAX overflow as well as total length INT_MAX overflow.  Check
39875         explicitly for proper errno values.
39876
39877 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
39878
39879         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39880         CHAR_MAX.
39881         * string/test-strcmp.c [! WIDE]: Likewise.
39882         * time/tst-mktime2.c: Likewise for INT_MAX.
39883         * string/test-string.h: #include <sys/param.h> for MIN.
39884
39885         * csu/init-first.c (__libc_init_first): Call __ctype_init.
39886         * sysdeps/i386/init-first.c (init): Likewise.
39887         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39888         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39889         * sysdeps/sh/init-first.c (init): Likewise.
39890
39891 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
39892
39893         * po/ru.po: Update from translation team.
39894         * po/vi.po: Likewise.
39895
39896 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
39897
39898         * resolv/nss_dns/dns-host.c: Merge copyright years.
39899
39900 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39901
39902         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39903         Optimize memcpy with prefetch if
39904         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
39905         src, dst pointers have unequal 16 byte alignments.
39906
39907 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
39908
39909         [BZ #13928]
39910         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39911         from a CNAME entry and return the minimum ttl for the query.
39912         (gaih_getanswer_slice): Likewise.
39913
39914 2012-03-30  Jeff Law  <law@redhat.com>
39915
39916         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39917         due to long keys.
39918         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39919         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39920
39921         * resolv/nss_dns/dns-host.c: Update copyright year.
39922
39923 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
39924
39925         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
39926         requests to save a system call.  Fix check that all bytes are sent.
39927
39928         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39929         comments for sendmmsg.
39930
39931 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39932
39933         [BZ #13691]
39934         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39935         with only 1 character between 0x0041 and 0x01b0.
39936         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39937         * wcsmbs/tst-mbsnrtowcs.c: New file.
39938
39939 2012-03-29  David S. Miller  <davem@davemloft.net>
39940
39941         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39942         small copies by hand.
39943
39944 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
39945
39946         [BZ #13761]
39947         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39948         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39949         group memberships.
39950
39951 2012-03-28  David S. Miller  <davem@davemloft.net>
39952
39953         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39954         that branches into memcpy.
39955         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39956         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39957         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39958         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39959         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39960         bits.
39961         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39962         implementation too.
39963         * sysdeps/sparc/mempcpy.S: New file.
39964
39965         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39966         the IFUNC routine in the libc case.
39967         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39968
39969         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39970         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39971         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39972         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39973         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39974         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39975         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39976         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39977
39978         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39979         loop to 256 bytes instead of 64 bytes and fix test signedness.
39980
39981         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39982         * sysdeps/sparc/sparc32/Makefile: rather than here...
39983         * sysdeps/sparc/sparc64/Makefile: and here.
39984
39985 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
39986
39987         * malloc/mallocbug.c: Avoid warnings about unused variables.
39988
39989 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
39990
39991         [BZ #13760]
39992         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
39993         in the right place. Discard and retry query if response is
39994         larger than input buffer size.
39995
39996 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
39997
39998         [BZ #369]
39999         [BZ #2678]
40000         [BZ #3866]
40001         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
40002         x for large integer exponent.
40003         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
40004         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
40005         sign of result as needed afterwards.
40006         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
40007         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
40008         result for underflowing pow the same as for overflow.
40009         (__kernel_standard_l): Handle powl overflow and underflow here
40010         rather than calling __kernel_standard.
40011         * math/libm-test.inc (pow_test): Add more tests.
40012
40013         [BZ #3868]
40014         [BZ #13879]
40015         [BZ #13910]
40016         [BZ #13911]
40017         [BZ #13912]
40018         [BZ #13913]
40019         [BZ #13915]
40020         [BZ #13916]
40021         [BZ #13917]
40022         [BZ #13918]
40023         [BZ #13919]
40024         [BZ #13920]
40025         [BZ #13921]
40026         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
40027         * sysdeps/ieee754/k_standard.c: Include <float.h>.
40028         (__kernel_standard_l): New function.
40029         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
40030         __kernel_standard.
40031         * math/w_acosl.c (__acosl): Likewise.
40032         * math/w_asinl.c (__asinl): Likewise.
40033         * math/w_atan2l.c (__atan2l): Likewise.
40034         * math/w_atanhl.c (__atanhl): Likewise.
40035         * math/w_coshl.c (__coshl): Likewise.
40036         * math/w_exp10l.c (__exp10l): Likewise.
40037         * math/w_exp2l.c (__exp2l): Likewise.
40038         * math/w_fmodl.c (__fmodl): Likewise.
40039         * math/w_hypotl.c (__hypotl): Likewise.
40040         * math/w_j0l.c (__j0l, __y0l): Likewise.
40041         * math/w_j1l.c (__j1l, __y1l): Likewise.
40042         * math/w_jnl.c (__jnl, __ynl): Likewise.
40043         * math/w_lgammal.c (__lgammal): Likewise.
40044         * math/w_log10l.c (__log10l): Likewise.
40045         * math/w_log2l.c (__log2l): Likewise.
40046         * math/w_logl.c (__logl): Likewise.
40047         * math/w_powl.c (__powl): Likewise.
40048         * math/w_remainderl.c (__remainderl): Likewise.
40049         * math/w_scalbl.c (sysv_scalbl): Likewise.
40050         * math/w_sinhl.c (__sinhl): Likewise.
40051         * math/w_sqrtl.c (__sqrtl): Likewise.
40052         * math/w_tgammal.c (__tgammal): Likewise.
40053         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
40054         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
40055         * math/libm-test.inc (acos_test): Add more tests.
40056         (acosh_test): Likewise.
40057         (asin_test): Likewise.
40058         (atanh_test): Likewise.
40059         (exp_test): Likewise.
40060         (exp10_test): Likewise.
40061         (exp2_test): Likewise.
40062         (expm1_test): Likewise.
40063         (lgamma_test): Likewise.
40064         (log_test): Likewise.
40065         (log10_test): Likewise.
40066         (log1p_test): Likewise.
40067         (log2_test): Likewise.
40068         (pow_test): Do not allow some spurious overflow exceptions.
40069         (sqrt_test): Add more tests.
40070         (tgamma_test): Likewise.
40071         (y0_test): Likewise.
40072         (y1_test): Likewise.
40073         (yn_test): Likewise.
40074
40075 2012-03-27  Anton Blanchard  <anton@samba.org>
40076
40077         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
40078         MAP_HUGETLB.
40079         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
40080         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
40081         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
40082
40083 2012-03-27  David S. Miller  <davem@davemloft.net>
40084
40085         * conform/Makefile: Run run-conformtest.sh using $(BASH).
40086
40087         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
40088         have-as-vis3 check.
40089
40090 2012-03-27  Andreas Jaeger  <aj@suse.de>
40091
40092         * sysdeps/x86_64/elf/configure.in: Moved to ...
40093         * sysdeps/x86_64/configure.in: ... here.
40094         * sysdeps/x86_64/elf/start.S: Moved to ...
40095         * sysdeps/x86_64/start.S: ... here.
40096         * sysdeps/x86_64/elf/configure: Delete.
40097
40098         * sysdeps/x86_64/configure.in: Merge contents from
40099         sysdeps/i386/configure.in (without i686 check).
40100
40101         * sysdeps/i386/elf/Versions: Merge into ...
40102         * sysdeps/i386/Versions: ... this.
40103         * sysdeps/i386/elf/Versions: Delete file.
40104         * sysdeps/i386/elf/start.S: Moved to ...
40105         * sysdeps/i386/start.S: ...here.
40106         * sysdeps/i386/elf/configure.in: Merge into...
40107         * sysdeps/i386/configure.in: ...here.
40108         * sysdeps/i386/elf/configure.in: Delete file.
40109         * sysdeps/i386/elf/configure: Delete file.
40110
40111         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40112         * debug/backtracesyms.c: ... here.
40113         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40114         * debug/backtracesymsfd.c: ... here.
40115         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40116         * sysdeps/generic/ifunc-sel.h: ... here.
40117
40118         * sysdeps/unix/i386/start.c: Delete file.
40119         * sysdeps/unix/sparc/start.c: Delete file.
40120         * sysdeps/unix/start.c: Delete file.
40121
40122         * sysdeps/sh/elf/configure.in: Moved to ...
40123         * sysdeps/sh/configure.in: ... here.
40124         * sysdeps/sh/elf/start.S: Moved to ...
40125         * sysdeps/sh/start.S: ... here.
40126         * sysdeps/sh/elf/configure: Delete file.
40127
40128         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
40129         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
40130         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
40131         * sysdeps/powerpc/powerpc64/entry.h: ... here.
40132         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40133         * sysdeps/powerpc/powerpc64/start.S: here.
40134         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40135         * sysdeps/powerpc/powerpc64/Makefile: ... this.
40136         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40137         * sysdeps/powerpc/powerpc64/configure.in: ... this.
40138         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40139
40140         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40141         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40142         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40143         * sysdeps/powerpc/powerpc32/start.S: ... here.
40144         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40145         * sysdeps/powerpc/powerpc32/configure.in: ... this.
40146         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40147
40148         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40149         * sysdeps/powerpc/ifunc-sel.h: ... here.
40150         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40151         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40152
40153         * sysdeps/sparc/elf/configure.in: Moved to ...
40154         * sysdeps/sparc/configure.in: ... here.
40155         * sysdeps/sparc/elf/configure: Delete file.
40156         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40157         * sysdeps/sparc/sparc32/start.S: ... here.
40158         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40159         * sysdeps/sparc/sparc64/start.S: ... here.
40160         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40161         * sysdeps/sparc/sparc32/Makefile: ... this.
40162         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40163         * sysdeps/sparc/sparc64/Makefile: ... this.
40164
40165         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40166         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40167         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40168         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40169         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40170         * sysdeps/s390/s390-32/setjmp.S: ... here.
40171         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40172         * sysdeps/s390/s390-32/configure.in: ... here.
40173         * sysdeps/s390/s390-32/elf/configure: Delete file.
40174         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40175         * sysdeps/s390/s390-32/start.S: ... here.
40176
40177         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40178         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40179         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40180         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40181         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40182         * sysdeps/s390/s390-64/setjmp.S: ... here.
40183         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40184         * sysdeps/s390/s390-64/configure.in: ... here
40185         * sysdeps/s390/s390-64/elf/configure: Delete file.
40186         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40187         * sysdeps/s390/s390-64/start.S: ... here.
40188         * sysdeps/s390/s390-64/elf/configure: Delete.
40189
40190         * configure.in: Remove support for elf directories in sysdeps.
40191
40192         * configure: Regenerated.
40193         * sysdeps/i386/configure: Regenerated.
40194         * sysdeps/powerpc/powerpc32/configure: Regenerated.
40195         * sysdeps/powerpc/powerpc64/configure: Regenerated.
40196         * sysdeps/s390/s390-32/configure: Regenerated.
40197         * sysdeps/s390/s390-64/configure: Regenerated.
40198         * sysdeps/sh/configure: Regenerated.
40199         * sysdeps/sparc/configure: Regenerated.
40200         * sysdeps/x86_64/configure: Regenerated.
40201
40202 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
40203
40204         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40205
40206         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40207         denormal result into account.
40208
40209 2012-03-25  Roland McGrath  <roland@hack.frob.com>
40210
40211         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40212         Reported by Allan McRae <allan@archlinux.org>.
40213
40214 2012-03-23  Jeff Law  <law@redhat.com>
40215
40216         * nss/getnssent.c (__nss_getent): Fix typo.
40217
40218 2012-03-23  David S. Miller  <davem@davemloft.net>
40219
40220         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40221
40222 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
40223
40224         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40225         to pad to uint64_t for each field.
40226         (dl_tls_index): Replace unsigned long with uint64_t.
40227
40228 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
40229         Paul Pluzhnikov  <ppluzhnikov@google.com>
40230
40231         [BZ #6528]
40232         * grp/Makefile (otherlibs): Don't set it.
40233         * inet/Makefile (otherlibs): Likewise.
40234         * login/Makefile (otherlibs): Likewise.
40235         * nscd/Makefile (otherlibs): Likewise.
40236         * posix/Makefile (otherlibs): Likewise.
40237         * pwd/Makefile (otherlibs): Likewise.
40238         * rt/Makefile (otherlibs): Likewise.
40239         * sunrpc/Makefile (otherlibs): Likewise.
40240         * nss/Makefile (otherlibs): Likewise.
40241         Add libnss_files to routines and static-only-routines.
40242         ($(objpfx)getent): Remove rule.
40243         * resolv/Makefile: Add libnss_dns and libresolv to routines and
40244         static-only-routines.
40245
40246 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40247
40248         [BZ #13892]
40249         * math/s_cexp.c: Include <float.h>.
40250         (__cexp): Handle exp result overflowing not necessarily
40251         overflowing both real and imaginary parts of result.
40252         * math/s_cexpf.c: Likewise.
40253         * math/s_cexpl.c: Likewise.
40254         * math/libm-test.inc (cexp_test): Add more tests.
40255         * sysdeps/i386/fpu/libm-test-ulps: Update.
40256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40257
40258 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40259
40260         * include/link.h (ELFW): New macro.
40261         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40262         Replace ELF64_R_TYPE with ELFW(R_TYPE).
40263
40264 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40265
40266         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40267         with uint64_t.
40268
40269 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40270
40271         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40272         declaration.
40273         (struct La_x32_retval): Likewise.
40274
40275 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
40276
40277         * sysdeps/x86_64/preconfigure.in: New file.
40278         * sysdeps/x86_64/preconfigure: New generated file.
40279
40280 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
40281
40282         [BZ #13824]
40283         * math/e_exp2l.c: Include <float.h>.
40284         (__ieee754_exp2l): Handle overflow and underflow cases
40285         separately.  Only pass fractional part of argument to
40286         __ieee754_expl.
40287         * math/libm-test.inc (exp2_test): Add more tests.
40288
40289         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40290         negating x to take absolute value.
40291         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40292         Likewise.
40293         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40294         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40295         Likewise.
40296         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40297         computing low part if x was negated.
40298         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40299
40300 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40301
40302         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40303         la_x32_gnu_pltexit.
40304         (pltexit): Cast int_retval to ptrdiff_t.
40305         * elf/tst-auditmod3b.c: Likewise.
40306         * elf/tst-auditmod4b.c: Likewise.
40307         * elf/tst-auditmod5b.c: Likewise.
40308         * elf/tst-auditmod6b.c: Likewise.
40309         * elf/tst-auditmod6c.c: Likewise.
40310         * elf/tst-auditmod7b.c: Likewise.
40311
40312         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40313         and x32_gnu_pltexit.
40314
40315         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40316         __ELF_NATIVE_CLASS.
40317         (La_x32_regs): New macro.
40318         (La_x32_retval): Likewise.
40319         (la_x32_gnu_pltenter): New function prototype.
40320         (la_x32_gnu_pltexit): Likewise.
40321
40322 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
40323
40324         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40325         exponent.
40326
40327         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40328
40329         * configure.in (libc_cv_cc_nofma): Check for option to disable
40330         generation of FMA instructions.
40331         * configure: Regenerate.
40332         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40333         * sysdeps/ieee754/dbl-64/Makefile: New file.
40334         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40335         Remove brandred-fma4.
40336         (CFLAGS-brandred-fma4.c): Remove.
40337         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40338         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40339         define.
40340         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40341         define.
40342
40343 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40344
40345         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40346         LLONG_MAX != LONG_MAX.
40347         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40348         (_fitoa_word): Likewise.
40349         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40350         LLONG_MAX != LONG_MAX.
40351         * stdio-common/_itowa.h: Include <_itoa.h>.
40352         (_itowa_word): Use _ITOA_WORD_TYPE on value.
40353         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
40354         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
40355         only if not defined.
40356         (_ITOA_WORD_TYPE): Likewise.
40357         (_itoa_word): Use _ITOA_WORD_TYPE on value.
40358         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40359
40360 2012-03-21  David S. Miller  <davem@davemloft.net>
40361
40362         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40363
40364 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
40365
40366         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40367         of x86_64 when setting libc_cv_slibdir, libdir and
40368         libc_cv_localedir.
40369         * sysdeps/unix/sysv/linux/configure: Regenerated.
40370
40371 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40372
40373         * manual/lang.texi (Old Varargs): Remove section.
40374         (How Variadic): Update menu.
40375         (va_start): Do not mention varargs.h.
40376
40377 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40378             Joseph Myers  <joseph@codesourcery.com>
40379
40380         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40381         link test.
40382         * configure: Regenerated.
40383
40384 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
40385
40386         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40387         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40388         conformtest.pl
40389
40390 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40391
40392         * NOTES: Remove.
40393         * Makefile (files-for-dist): Remove NOTES.
40394         (NOTES): Remove rule.
40395         * README: Don't refer to NOTES.
40396         * manual/creature.texi: Don't include macros.texi.
40397         * manual/intro.texi (creature.texi): Remove comment referring to
40398         NOTES.
40399
40400         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40401         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40402         * configure: Regenerated.
40403         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40404         LIBC_TRY_CC_OPTION.
40405         (libc_cv_as_i686): Likewise.
40406         (libc_cv_cc_avx): Likewise.
40407         (libc_cv_cc_sse2avx): Likewise.
40408         (libc_cv_cc_fma4): Likewise.
40409         (libc_cv_cc_novzeroupper): Likewise.
40410         * sysdeps/i386/configure: Regenerated.
40411
40412         [BZ #13883]
40413         * sysdeps/i386/fpu/s_cexp.S: Remove.
40414         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40415         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40416         * math/libm-test.inc (cexp_test): Add more tests.
40417         * sysdeps/i386/fpu/libm-test-ulps: Update.
40418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40419
40420 2012-03-21  Allan McRae  <allan@archlinux.org>
40421
40422         * timezone/Makefile: Do not install iso3166.tab and zone.tab
40423
40424 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
40425
40426         [BZ #13871]
40427         * math/w_exp2.c: Do not include <float.h>.
40428         (o_threshold, u_threshold): Remove.
40429         (__exp2): Calculate result before checking finiteness and calling
40430         __kernel_standard.
40431         * math/w_exp2f.c: Likewise.
40432         * math/w_exp2l.c: Likewise.
40433         * math/libm-test.inc (exp2_test): Require overflow exception for
40434         1e6 input.
40435
40436         [BZ #3866]
40437         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40438         range of signed 64-bit integers before using fistpll.  Remove
40439         checks for whether integers fit in mantissa bits.
40440         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40441         the range of signed 32-bit integers before using fistpl.  Remove
40442         checks for whether integers fit in mantissa bits.
40443         * sysdeps/i386/fpu/e_powl.S (p64): New object.
40444         (__ieee754_powl): Test for y outside the range of signed 64-bit
40445         integers before using fistpll.  Reduce 64-bit values to 63-bit
40446         ones as needed.
40447         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40448         divide-by-zero is raised for zero to large negative powers.
40449         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40450         (__ieee754_powl): Test for y outside the range of signed 64-bit
40451         integers before using fistpll.  Reduce 64-bit values to 63-bit
40452         ones as needed.
40453         * math/libm-test.inc (pow_test): Add more tests.
40454
40455 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40456
40457         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40458         <stdio-common/_itoa.h>.
40459         * debug/segfault.c: Likewise.
40460         * elf/dl-cache.c: Likewise.
40461         * elf/dl-minimal.c: Likewise.
40462         * elf/dl-misc.c: Likewise.
40463         * elf/dl-sysdep.c: Likewise.
40464         * elf/dl-version.c: Likewise.
40465         * elf/rtld.c: Likewise.
40466         * hurd/hurdsock.c: Likewise.
40467         * hurd/lookup-retry.c: Likewise.
40468         * malloc/malloc.c: Likewise.
40469         * malloc/mtrace.c: Likewise.
40470         * nscd/nscd_getgr_r.c: Likewise.
40471         * nscd/nscd_getpw_r.c: Likewise.
40472         * nscd/nscd_getserv_r.c: Likewise.
40473         * posix/getopt_init.c: Likewise.
40474         * posix/wordexp.c: Likewise.
40475         * stdio-common/_itoa.c: Likewise.
40476         * stdio-common/printf_fphex.c: Likewise.
40477         * stdio-common/vfprintf.c: Likewise.
40478         * string/_strerror.c: Likewise.
40479         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40480         * sysdeps/i386/i686/hp-timing.h: Likewise.
40481         * sysdeps/mach/_strerror.c: Likewise.
40482         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40483         * sysdeps/mach/hurd/sethostid.c: Likewise.
40484         * sysdeps/mach/hurd/xmknodat.c: Likewise.
40485         * sysdeps/mach/xpg-strerror.c: Likewise.
40486         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40487         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40488         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40489         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40490         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40491         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40492         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40493         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40494         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40495         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40496         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40497         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40498         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40499         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40500         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40501         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40502         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40503         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40504         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40505         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40506         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40507
40508         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40509
40510         * stdio-common/_itoa.h: Moved to ...
40511         * sysdeps/generic/_itoa.h: Here.
40512
40513         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40514
40515         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40516         instead of "_itoa.h" and "_itowa.h".
40517         * stdio-common/vfprintf.: Likewise.
40518
40519 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40520
40521         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40522         <bits/wordsize.h>.
40523         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40524         (__signbit): Likwise.
40525         (llrintf): Likwise.
40526         (llrint): Likwise.
40527
40528 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
40529
40530         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
40531         __WORDSIZE != 64.
40532
40533 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
40534
40535         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
40536         OVERFLOW_EXCEPTION_OK.
40537         * math/libm-test.inc ("Philosophy"): Update comment about
40538         exception testing.
40539         (OVERFLOW_EXCEPTION): Define.
40540         (OVERFLOW_EXCEPTION_OK): Likewise.
40541         (INVALID_EXCEPTION_OK): Renumber.
40542         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40543         (IGNORE_ZERO_INF_SIGN): Likewise.
40544         (test_exceptions): Handle FE_OVERFLOW.
40545         (exp10_test): Expect overflow exceptions.
40546         (exp2_test): Likewise.
40547         (expm1_test): Likewise.
40548         (nextafter_test): Likewise.
40549         (pow_test): Likewise.
40550         (scalbn_test): Likewise.
40551         (scalbln_test): Likewise.
40552
40553 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40554
40555         * sysdeps/x86_64/bits/atomic.h
40556         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
40557         64bit integer.
40558         (atomic_exchange_acq): Likewise.
40559         (__arch_exchange_and_add_body): Likewise.
40560         (__arch_add_body): Likewise.
40561         (atomic_add_negative): Likewise.
40562         (atomic_add_zero): Likewise.
40563
40564 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40565
40566         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
40567         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
40568
40569 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40570
40571         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
40572         Check __x86_64__ instead of __WORDSIZE.
40573
40574 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40575
40576         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40577
40578 2012-03-19  David S. Miller  <davem@davemloft.net>
40579
40580         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40581
40582         * sysdeps/sparc/fpu/fenv_private.h: New file.
40583         * sysdeps/sparc/fpu/math_private.h: Use it.
40584         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
40585         Remove.
40586         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
40587         (libc_feholdexcept_setroundl): Remove.
40588         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
40589         Remove.
40590         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
40591         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
40592
40593 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40594
40595         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
40596         int64_t instead of long int.
40597         (INSERT_WORDS64): Likwise.
40598
40599 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
40600
40601         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
40602         _Unwind_GetCFA return to _Unwind_Ptr first.
40603
40604 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
40605
40606         [BZ #13629]
40607         * math/s_clog.c: Include <float.h>.
40608         (__clog): Scale large or subnormal inputs.
40609         * math/s_clogf.c: Likewise.
40610         * math/s_clogl.c: Likewise.
40611         * math/s_clog10.c: Include <float.h>.
40612         (M_LOG10_2): Define.
40613         (__clog10): Scale large or subnormal inputs.
40614         * math/s_clog10f.c: Likewise.
40615         * math/s_clog10l.c: Likewise.
40616         * math/libm-test.inc (clog_test): Add more tests.
40617         (clog10_test): Likewise.
40618         * sysdeps/i386/fpu/libm-test-ulps: Update.
40619         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40620
40621         [BZ #11451]
40622         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
40623         x and y.
40624         * math/libm-test.inc (atan2_test): Add another test.
40625
40626         * Makerules (common-objdir-compile): Remove.
40627         * sysdeps/unix/Makefile (config-generated): Do not add
40628         $(unix-generated) to variable.
40629         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
40630         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
40631         Remove rule.
40632         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
40633         Likewise.
40634         [generic bits/local_lim.h] (before-compile): Do not append to
40635         variable.
40636         [generic bits/local_lim.h] (common-generated): Likewise.
40637         [generic sys/param.h] (before-compile): Do not append to variable.
40638         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
40639         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
40640         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
40641         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
40642         include.
40643         [generic sys/param.h] (sys/param.h-includes): Remove variable.
40644         [generic sys/param.h] (sys/param.h-includes): Remove rule.
40645         [generic sys/param.h] ($(addprefix
40646         $(common-objpfx),$(sys/param.h-includes))): Likewise.
40647         [generic sys/param.h] (common-generated): Do not append to
40648         variable.
40649         [generic sys/param.h] (sysdep_headers): Likewise.
40650         [generic bits/errno.h] (before-compile): Do not append to
40651         variable.
40652         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
40653         rule.
40654         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
40655         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
40656         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
40657         [generic bits/errno.h] (common-generated): Do not append to
40658         variable.
40659         [generic bits/ioctls.h] (before-compile): Do not append to
40660         variable.
40661         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
40662         rule.
40663         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
40664         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
40665         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
40666         rule.
40667         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
40668         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
40669         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
40670         [generic bits/ioctls.h] (common-generated): Do not append to
40671         variable.
40672         [generic sys/syscall.h] (syscall.h): Remove variable.
40673         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
40674         rule.
40675         [generic sys/syscall.h] (before-compile): Do not append to
40676         variable.
40677         [generic sys/syscall.h] (common-generated): Likewise.
40678         * sysdeps/unix/errnos-tmpl.c: Remove file.
40679         * sysdeps/unix/errnos.awk: Likewise.
40680         * sysdeps/unix/ioctls-tmpl.c: Likewise.
40681         * sysdeps/unix/ioctls.awk: Likewise.
40682         * sysdeps/unix/mk-local_lim.c: Likewise.
40683         * sysdeps/unix/snarf-ioctls: Likewise.
40684
40685 2012-03-19  Richard Henderson  <rth@twiddle.net>
40686
40687         * sysdeps/i386/fpu/fenv_private.h: New file.
40688         * sysdeps/i386/fpu/math_private.h: Use it.
40689         (math_opt_barrier, math_force_eval): Remove.
40690         (libc_feholdexcept_setround_53bit): Remove.
40691         (libc_feupdateenv_53bit): Remove.
40692         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40693         (math_opt_barrier, math_force_eval): Remove.
40694         (libc_feholdexcept): Remove.
40695         (libc_feholdexcept_setround): Remove.
40696         (libc_fetestexcept, libc_fesetenv): Remove.
40697         (libc_feupdateenv_test): Remove.
40698         (libc_feupdateenv, libc_feholdsetround): Remove.
40699         (libc_feresetround): Remove.
40700
40701         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
40702         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
40703
40704         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
40705         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
40706         (libc_feupdateenv_testl): New.
40707         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
40708         (libc_feupdateenv_testf): New.
40709         (libc_feupdateenv): Use libc_feupdateenv_test.
40710         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
40711         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
40712
40713         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
40714         (libc_feholdsetroundf, libc_feholdsetroundl): New.
40715         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
40716         (libc_feresetround_noex): New.
40717         (libc_feresetround_noexf): New.
40718         (libc_feresetround_noexl): New.
40719         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
40720         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
40721         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
40722         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
40723         SET_RESTORE_ROUND.
40724         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
40725         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
40726         (__cos): Likewise.
40727         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
40728         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
40729         SET_RESTORE_ROUND_NOEX.
40730         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
40731         SET_RESTORE_ROUND_NOEXF.
40732         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
40733         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
40734         (libc_feholdsetroundf): New.
40735         (libc_feresetround, libc_feresetroundf): New.
40736
40737         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
40738         (libc_feholdexcept_setround_53bit): Convert from macro to function.
40739         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
40740
40741         * sysdeps/generic/math_private.h: Include <fenv.h>.
40742         (default_libc_feholdexcept): New.
40743         (default_libc_feholdexcept_setround): New.
40744         (default_libc_fesetenv, default_libc_feupdateenv): New.
40745         (libc_feholdexcept): Only define if undefined.
40746         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
40747         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
40748         (libc_feholdexcept_setroundl): Likewise.
40749         (libc_feholdexcept_setround_53bit): Likewise.
40750         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
40751         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
40752         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
40753         (libc_feupdateenv_53bit): Likewise.
40754         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
40755         (libc_feholdexcept): Convert from macro to inline function.
40756         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
40757         (libc_fesetenv, libc_feupdateenv): Likewise.
40758
40759         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
40760         not previously defined.
40761         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
40762         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
40763         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
40764         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
40765         * sysdeps/ieee754/flt-32/math_private.h: New file.
40766         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40767         math_private.h below SET_FLOAT_WORD.
40768         (__isnan, __isinf_ns, __finite): Remove.
40769         (__isnanf, __isinf_nsf, __finitef): Remove.
40770
40771 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
40772
40773         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40774
40775 2012-03-17  David S. Miller  <davem@davemloft.net>
40776
40777         [BZ #6471]
40778         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
40779         for 2.16.
40780
40781 2012-03-16  David S. Miller  <davem@davemloft.net>
40782
40783         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
40784         warnings.
40785
40786         [BZ #6471]
40787         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
40788         properly.
40789         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
40790         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
40791         sysdep_routines when subdir is sysvipc.
40792         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
40793         __getshmlba helper.
40794
40795         * sysdeps/sparc/fpu/libm-test/ulps: Update.
40796
40797 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40798
40799         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
40800         [__LP64__].
40801
40802 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40803
40804         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
40805         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
40806         (__lround): Renamed to ...
40807         (__llround): This.  Replace long int with long long int.
40808         Define lround functions as aliases of llround functions.
40809         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
40810
40811 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40812
40813         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
40814         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
40815         adresses to uintptr_t.  Replace "long int" and "unsigned long
40816         int" with "greg_t" on va_arg.
40817
40818 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40819
40820         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40821         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40822
40823         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40824         Move e_machine check before EI_CLASS check.  Handle x32
40825         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40826         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40827         SKIP_EM_IA_64 and include
40828         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40829
40830         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40831         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40832         (add_system_dir): New macro.
40833
40834         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40835         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40836
40837 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40838
40839         [BZ #2551]
40840         [BZ #2552]
40841         [BZ #2553]
40842         [BZ #2554]
40843         [BZ #2562]
40844         [BZ #2563]
40845         [BZ #2565]
40846         [BZ #2566]
40847         [BZ #2576]
40848         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40849         (y0): Likewise.
40850         * math/w_j0f.c (j0f): Likewise.
40851         (y0f): Likewise.
40852         * math/w_j0l.c (__j0l): Likewise.
40853         (__y0l): Likewise.
40854         * math/w_j1.c (j1): Likewise.
40855         (y1): Likewise.
40856         * math/w_j1f.c (j1f): Likewise.
40857         (y1f): Likewise.
40858         * math/w_j1l.c (__j1l): Likewise.
40859         (__y1l): Likewise.
40860         * math/w_jn.c (jn): Likewise.
40861         (yn): Likewise.
40862         * math/w_jnf.c (jnf): Likewise.
40863         (ynf): Likewise.
40864         * math/w_jnl.c (__jnl): Likewise.
40865         (__ynl): Likewise.
40866         * math/libm-test.inc (j0_test): Add more tests.
40867         (j1_test): Likewise.
40868         (jn_test): Likewise.  Add trailing semicolon to existing test.
40869         (y0_test): Likewise.
40870         (y1_test): Likewise.
40871         * sysdeps/i386/fpu/libm-test-ulps: Update.
40872         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40873
40874         [BZ #13851]
40875         [BZ #13854]
40876         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40877         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40878         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40879         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40880         (__tanl): Set errno for infinite argument.
40881         * sysdeps/i386/fpu/mptan.c: Remove.
40882         * sysdeps/i386/fpu/s_tan.S: Likewise.
40883         * sysdeps/i386/fpu/s_tanl.S: Likewise.
40884         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40885         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40886         * math/libm-test.inc (tan_test): Add more tests and enable more
40887         tests for double and long double.
40888         * sysdeps/i386/fpu/libm-test-ulps: Update.
40889         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40890
40891 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
40892
40893         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40894         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40895
40896 2012-03-16  Roland McGrath  <roland@hack.frob.com>
40897
40898         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40899         * configure.in: Use it for both main tree and add-ons.
40900         * configure: Regenerated.
40901
40902 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
40903
40904         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40905
40906 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
40907
40908         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40909         in comment.
40910
40911         [BZ #13851]
40912         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40913         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40914         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40915         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40916         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40917         infinite argument.
40918         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40919         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40920         != 0 for prec == 2.
40921         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40922         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40923         * sysdeps/i386/fpu/s_cosl.S: Likewise.
40924         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40925         * sysdeps/i386/fpu/s_sinl.S: Likewise.
40926         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40927         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40928         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40929         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40930         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40931         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40932         * math/libm-test.inc (cos_test): Add more tests and enable more
40933         tests for long double.
40934         (sin_test): Likewise.
40935         (sincos_test): Likewise.
40936         * sysdeps/i386/fpu/libm-test-ulps: Update.
40937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40938
40939 2012-03-16  David S. Miller  <davem@davemloft.net>
40940
40941         * sysdeps/sparc/fpu/math_private.h: New file.
40942
40943 2012-03-15  David S. Miller  <davem@davemloft.net>
40944
40945         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40946         file.
40947         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
40948         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40949         file.
40950         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40951         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40952         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40953         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40954         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40955         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40956         sysdep routines.
40957         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40958
40959         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40960         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40961
40962         * sysdeps/sparc/sparc-ifunc.h: New file.
40963         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40964         sparc-ifunc.h
40965         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
40966         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40967         Likewise.
40968         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40969         Likewise.
40970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40971         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40972         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
40973         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40974         Likewise.
40975         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40977         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40978         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
40979         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40980         Likewise.
40981         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40982         Likewise.
40983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40987         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40988         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40989         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40990         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
40991         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
40992         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
40993         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
40994         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
40995         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
40996         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
40997         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
40998         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
40999         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
41000         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
41001         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
41002         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
41003         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
41004         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
41005         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
41006         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
41007
41008 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41009
41010         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
41011         scaling.
41012         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41013
41014 2012-03-15  Andreas Jaeger  <aj@suse.de>
41015
41016         [BZ #13852]
41017         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
41018         ieee754/flt-32 implementation for sin, cos and sincos.
41019         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
41020         * sysdeps/i386/fpu/s_cosf.S: Likewise.
41021         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
41022         * sysdeps/i386/fpu/s_sinf.S: Likewise.
41023         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
41024         ieee754/flt-32 implementation for tan.
41025
41026         * math/libm-test.inc (cos_test): Enable some large input tests for
41027         float as well
41028         (sin_test): Likewise.
41029         (sincos_test): Likewise.
41030         (tan_test): Add tests for large input.
41031
41032         * sysdeps/i386/fpu/libm-test-ulps: Update.
41033
41034 2012-03-15  Andreas Jaeger  <aj@suse.de>
41035
41036         [BZ #13658]
41037         * math/libm-test.inc (cos_test): Add more test cases.
41038         (sin_test): Likewise.
41039         (sincos_test): Likewise.
41040
41041 2012-03-15  Andreas Jaeger  <aj@suse.de>
41042
41043         [BZ #13837]
41044         * math/libm-test.inc (cos_test): Add a test case for large input
41045         value.
41046         (sin_test): Likewise.
41047         (sincos_test): Likewise.
41048
41049 2012-03-15  Andreas Jaeger  <aj@suse.de>
41050             Joseph Myers  <joseph@codesourcery.com>
41051
41052         [BZ #13658]
41053         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
41054         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
41055         * sysdeps/i386/fpu/branred.c: Likewise.
41056         * sysdeps/i386/fpu/dosincos.c: Likewise.
41057         * sysdeps/i386/fpu/mpa.c: Likewise.
41058         * sysdeps/i386/fpu/s_cos.S: Likewise.
41059         * sysdeps/i386/fpu/s_sin.S: Likewise.
41060         * sysdeps/i386/fpu/s_sincos.S: Likewise.
41061         * sysdeps/i386/fpu/sincos32.c: Likewise.
41062
41063         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
41064         Define.
41065         (libc_feupdateenv_53bit): Define.
41066         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
41067         Define.
41068         (libc_feupdateenv_53bit): Define.
41069
41070         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
41071         53 bit (without extend i386 double precision).
41072
41073         * math/libm-test.inc (sincos_test): Add tests for large input.
41074         (sin): Likewise.
41075         (cos): Likewise.
41076
41077         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41078
41079 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
41080
41081         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41082
41083 2012-03-15  David S. Miller  <davem@davemloft.net>
41084
41085         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
41086         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
41087         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
41088         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
41089         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
41090         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
41091         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
41092         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
41093         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
41094         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
41095         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
41096         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
41097         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
41098         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
41099         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
41100         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41101         file.
41102         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
41103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41104         file.
41105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
41106         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41107         file.
41108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
41109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41110         file.
41111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41112         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41113         fmin/fmax sysdep routines.
41114         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41115
41116 2012-03-14  David S. Miller  <davem@davemloft.net>
41117
41118         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41119         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41120         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41121         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41122         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41123         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41124         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41125         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
41126         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
41127         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
41128         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
41129         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
41130         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
41131         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41132         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41133         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41134         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41135         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41136         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41137         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41138         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41139         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41140         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41141         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41142         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41143         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41144         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41145         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
41146         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41147         routines.
41148         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41149         file.
41150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
41151         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41152         file.
41153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
41154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41155         file.
41156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
41157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41158         file.
41159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
41160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41161         file.
41162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
41163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41164         file.
41165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41166         file.
41167         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41168         file.
41169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41170         file.
41171         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41172         New file.
41173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41174         file.
41175         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41176         file.
41177         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
41178         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41179         file.
41180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
41181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41182         file.
41183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
41184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41185         file.
41186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
41187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41188         VIS3 routines.
41189
41190         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41191         New file.
41192
41193         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41194
41195         * sysdeps/sparc/configure.in: New file.
41196         * sysdeps/sparc/configure: Generate.
41197         * configure.in (libc_cv_sparc_as_vis3): Substitute.
41198         * configure: Regenerate.
41199         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41200         * config.make.in (have-as-vis3): New.
41201         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41202         available use -Av9d instead of -Av9a.
41203         * sysdeps/sparc/sparc64/Makefile: Likewise.
41204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
41205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41206         New file.
41207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41208         file.
41209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41210         New file.
41211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41212         file.
41213         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41214         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41215         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41216         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41217         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41218
41219         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41220         fzeros/fnegs to load 0x80000000 into a float register instead of
41221         using the stack.
41222         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41223
41224 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41225
41226         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41227         bits/syscall.h.
41228         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41229         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41230         ($(inst_includedir)/bits/syscall.h): Remove rule.
41231         ($(objpfx)bits/syscall.d): Include instead of
41232         $(objpfx)syscall-list.d.
41233         (generated): Change syscall-list.h and syscall-list.d to
41234         bits/syscall.h and bits/syscall.d.
41235
41236 2012-03-14  Roland McGrath  <roland@hack.frob.com>
41237
41238         [BZ #13846]
41239         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41240
41241 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
41242
41243         [BZ #13841]
41244         * math/s_csqrt.c: Include <float.h>.
41245         (__csqrt): Scale large or subnormal inputs.
41246         * math/s_csqrtf.c: Likewise.
41247         * math/s_csqrtl.c: Likewise.
41248         * math/libm-test.inc (csqrt_test): Add more tests.
41249         * sysdeps/i386/fpu/libm-test-ulps: Update.
41250         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41251
41252         [BZ #13840]
41253         * math/libm-test.inc (hypot_test): Add more tests.
41254
41255 2012-03-13  David S. Miller  <davem@davemloft.net>
41256
41257         [BZ #13840]
41258         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41259         double-precision for the calculation instead of scaling.
41260
41261 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
41262
41263         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41264         manipulate bits before adding and subtracting TWO52[sx].
41265         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41266         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41267         Likewise.
41268         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41269
41270 2012-03-13  David S. Miller  <davem@davemloft.net>
41271
41272         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41273         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41274         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41275         rtld-global-offsets.h
41276         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41277
41278         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41279         large parameters.
41280
41281         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41282
41283         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41284         'err' in the ifdef scope in which it is actually used.
41285
41286         * nss/nss_db/db-init.c: Include string.h
41287
41288 2012-03-12  David S. Miller  <davem@davemloft.net>
41289
41290         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41291         masking out of the most significant byte of random value used.
41292         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41293         Fix coding style in previous change.
41294
41295         * sysdeps/unix/sysv/linux/kernel-features.h
41296         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41297         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41298         expression.
41299         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41300         later.
41301
41302 2012-03-11  David S. Miller  <davem@davemloft.net>
41303
41304         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41305         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41306         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41307         for 'resultvar' otherwise things get truncated on 64-bit.
41308
41309         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41310         Fix masking out of the most significant byte of random value used.
41311
41312         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41313
41314 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
41315
41316         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41317
41318 2012-03-09  David S. Miller  <davem@davemloft.net>
41319
41320         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41321         variables with appropriate CPP guards.
41322         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41323         from the frame pointer, not the stack pointer.  Correct layout
41324         comments.  Fix test on resulting framesize and the management of
41325         the outregs buffer for pltexit.  Preserve floating point return
41326         values across _dl_call_pltexit call.
41327         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41328         framesize and the management of the outregs buffer for pltexit.
41329         Preserve floating point return values across _dl_call_pltexit
41330         call.
41331         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41332         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41333         (la_sparc64_gnu_pltexit): New functions.
41334         (print_exit): Fix format string for return register value.
41335
41336 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
41337
41338         * sunrpc/Makefile (others): Add rpcgen.
41339         ($(objpfx)rpcgen): Remove special build rule and dependency on
41340         libc.
41341         * sunrpc/rpcgen.c: New file.
41342
41343 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
41344
41345         [BZ #13673]
41346         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41347         * stdio-common/bug-vfprintf-nargs.c: Likewise.
41348         * sysdeps/i386/crti.S: Likewise.
41349         * sysdeps/i386/crtn.S: Likewise.
41350         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41351         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41352         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41353         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41354         * sysdeps/sh/crti.S: Likewise.
41355         * sysdeps/sh/crtn.S: Likewise.
41356         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41357
41358         [BZ #13673]
41359         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41360         with URL.
41361         * locale/programs/locfile-kw.gperf: Likewise.
41362         * locale/programs/charmap-kw.h: Regenerated.
41363         * locale/programs/locfile-kw.h: Likewise.
41364
41365         [BZ #13673]
41366         * intl/plural.y: Replace FSF snail mail address with URL.
41367         * intl/plural.c: Regenerated.
41368
41369 2012-03-09  Richard Henderson  <rth@twiddle.net>
41370
41371         * include/math_private.h: Remove file.
41372         * math/math_private.h: Move file ...
41373         * sysdeps/generic/math_private.h: ... here.
41374
41375         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41376         * sysdeps/powerpc/fpu/math_private.h: Likewise.
41377         * sysdeps/x86_64/fpu/math_private.h: Likewise.
41378
41379         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
41380         and <math_private.h>.
41381         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41382         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41383         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41384         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41385         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41386         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41387         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41388         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41389         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41390         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41391         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41392         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41393         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41394         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41395         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41396         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41397         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41398         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41399         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41400         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41401         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41402         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41403         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41404         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41405         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41406         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41407         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41408         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41409         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41410         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41411         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41412         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41413         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41414         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41415         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41416         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41417         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41418         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41419         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41420         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41421         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41422         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41423         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41424         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41425         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41426         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41427         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41428         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41429         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41430         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41431         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41432         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41433         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41434         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41435         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41436         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41437         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41438         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41439         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41440         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41441         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41442         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41443         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41444         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41445         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41446         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41447         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41448         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41449         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41450         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41451         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41452         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41453         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41454         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41455         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41456         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41457         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41458         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41459         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41460         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41461         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41462         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41463         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41464         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41465         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41466         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41467         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41468         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41469         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41470         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41471         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41472         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41473         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41474         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41475         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41476         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41477         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41478         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41479         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41480         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41481         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41482         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41483         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41484         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41485         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41486         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41487         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41488         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41489         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41490         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41491         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41492         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41493         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41494         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41495         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41496         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41497         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41498         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41499         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41500         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41501         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41502         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41503         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41504         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41505         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41506         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41507         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41508         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41509         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41510         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41511         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41512         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41513         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41514         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41515         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41516         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41517         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41518         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41519         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41520         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41521         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41522         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41523         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41524         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41525         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
41526         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41527         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41528         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41529         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
41530         * sysdeps/ieee754/k_standard.c: Likewise.
41531         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
41532         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
41533         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41534         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
41535         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
41536         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
41537         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
41538         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
41539         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
41540         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
41541         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
41542         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
41543         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
41544         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
41545         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
41546         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
41547         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41548         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
41549         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
41550         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
41551         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
41552         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
41553         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41554         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41555         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41556         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
41557         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41558         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41559         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41560         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41561         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41562         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41563         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41564         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41565         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41566         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41567         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41568         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
41569         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
41570         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41571         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41572         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41573         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41574         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41575         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41576         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41577         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41578         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41579         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41580         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41581         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41582         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41583         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41584         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
41585         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41586         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41587         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
41588         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
41589         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41590         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41591         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41592         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41593         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41594         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
41595         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41596         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41597         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
41598         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
41599         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
41600         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
41601         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
41602         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41603         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
41604         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
41605         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
41606         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
41607         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
41608         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
41609         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41610         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41611         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41612         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41613         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41614         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41615         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
41616         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41617         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41618         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
41619         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41620         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41621         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
41622         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41623         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
41624         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41625         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41626         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41627         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
41628         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
41629         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
41630         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
41631         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41632         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41633         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41634         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41635         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
41636         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41637         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41638         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
41639         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
41640         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41641         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41642         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41643         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
41644         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41645         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
41646         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41647         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
41648         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41649         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41650         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
41651         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
41652         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
41653         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
41654         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
41655         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41656         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
41657         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41658         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41659         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41660         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41661         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41662         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41663         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41664         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
41665         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41666         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41667         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
41668         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
41669         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41670         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
41671         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
41672         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41673         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
41674         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
41675         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41676         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41677         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41678         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41679         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41680         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
41681         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41682         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41683         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41684         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41685         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
41686         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
41687         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41688         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41689         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41690         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
41691         * sysdeps/ieee754/s_lib_version.c: Likewise.
41692         * sysdeps/ieee754/s_matherr.c: Likewise.
41693         * sysdeps/ieee754/s_signgam.c: Likewise.
41694         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
41695         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
41696         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
41697         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
41698         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
41699         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41700         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
41701         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
41702         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
41703         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
41704         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41705         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
41706         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41707         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41708         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
41709         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
41710         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
41711         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
41712         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
41713         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41714         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
41715
41716 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41717
41718         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
41719         * sunrpc/rpc_main.c: Likewise.
41720         * sunrpc/rpc_svcout.c: Likewise.
41721
41722 2012-03-09  David S. Miller  <davem@davemloft.net>
41723
41724         * include/math_private.h: New file.
41725
41726 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
41727
41728         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
41729         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
41730         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
41731         from <bits/socket_type.h>.
41732         (enum __socket_type): Don't define here.
41733         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
41734         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41735         bits/socket_type.h.
41736
41737         [BZ #13566]
41738         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
41739         checking __USE_GNU.
41740
41741         * Makerules ($(inst_includedir)/%.h): New rule.
41742         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
41743         (install-others): Remove variable setting.
41744         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
41745
41746 2012-03-08  Richard Henderson  <rth@twiddle.net>
41747
41748         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
41749         from macro to inline function; merge with the
41750         !__LIBC_INTERNAL_MATH_INLINES version.
41751         (__ieee754_sqrtf): Likewise.
41752
41753         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
41754         to inline function.
41755         (__rintf, __floor, __floorf): Likewise.
41756
41757         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
41758         macro to inline function.
41759         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
41760
41761         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
41762         not <math/math_private.h>.
41763
41764 2012-03-08  David S. Miller  <davem@davemloft.net>
41765
41766         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41767         copyright year.
41768         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41769
41770 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
41771
41772         * resolv/gai_misc.c (handle_requests): Fix struct timespec
41773         normalization.
41774         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41775         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41776
41777 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
41778
41779         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
41780         be defined individually, they must be defined as a block.  Define
41781         S for printing a string instead of hidint the different by using a
41782         macro for adding the 'l'.
41783         * stdio-common/tst-fphex-wide.c: Adjust.
41784
41785 2012-03-07  Marek Polacek  <polacek@redhat.com>
41786
41787         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
41788
41789 2012-03-08  Marek Polacek  <polacek@redhat.com>
41790
41791         [BZ #13806]
41792         * stdio-common/Makefile (tests): Add tst-fphex-wide.
41793         * stdio-common/tst-fphex.c: Define a few macros to make the
41794         test reusable.  Use them.
41795         * stdio-common/tst-fphex-wide.c: New file.
41796
41797 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
41798
41799         [BZ #6911]
41800         * manual/macros.texi (gnusystems): New macro.
41801         (nongnusystems): Likewise.
41802         (gnulinuxhurdsystems): Likewise.
41803         (gnuhurdsystems): Likewise..
41804         (gnulinuxsystems): Likewise.
41805         * manual/charset.texi: Use new macros or @theglibc{} to refer to
41806         variants of the GNU system, not "GNU system".
41807         * manual/conf.texi: Likewise.
41808         * manual/errno.texi: Likewise.  Update example of errno macro
41809         expansion.
41810         * manual/filesys.texi: Likewise.
41811         (getumask): Document as specific to GNU/Hurd.
41812         * manual/install.texi: Likewise.  Reword some references to
41813         GNU/Linux.
41814         * manual/intro.texi: Likewise.
41815         * manual/io.texi: Likewise.
41816         (File Name Portability): Detail which constraints are inapplicable
41817         to all GNU systems and which are only inapplicable to GNU/Hurd.
41818         * manual/job.texi: Likewise.
41819         * manual/llio.texi: Likewise.
41820         (O_NOCTTY): Document as present on GNU/Linux.
41821         * manual/maint.texi: Likewise.
41822         * manual/memory.texi: Likewise.
41823         * manual/pattern.texi: Likewise.
41824         * manual/pipe.texi: Likewise.
41825         * manual/process.texi: Likewise.
41826         * manual/resource.texi: Likewise.
41827         (RUSAGE_CHILDREN): Remove statement about specifying a particular
41828         child on GNU/Hurd.
41829         * manual/setjmp.texi: Likewise.
41830         * manual/signal.texi: Likewise.
41831         * manual/startup.texi: Likewise.
41832         * manual/stdio.texi: Likewise.
41833         * manual/terminal.texi: Likewise.
41834         (ONLCR): Document as POSIX.
41835         (OXTABS): Document availability on GNU/Linux as XTABS.
41836         (ONOEOT): Document availability separately from other bits.
41837         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41838         * manual/time.texi: Likewise.
41839         * manual/users.texi: Likewise.
41840         * INSTALL: Regenerated.
41841         * sysdeps/gnu/errlist.c: Regenerated.
41842
41843         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41844         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41845         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
41846         puts.
41847         * configure: Regenerated.
41848
41849 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
41850
41851         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41852         default includes instead of AC_HEADER_CHECK.
41853         * sysdeps/i386/configure: Regenerated.
41854
41855         [BZ #10716]
41856         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41857         * math/s_cacoshf.c (__cacoshf): Likewise.
41858         * math/s_cacoshl.c (__cacoshl): Likewise.
41859         * math/s_casinh.c (__casinh): Set signs of result from argument.
41860         * math/s_casinhf.c (__casinhf): Likewise.
41861         * math/s_casinhl.c (__casinhl): Likewise.
41862         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41863         (casinh_test): Add more tests.
41864         * sysdeps/i386/fpu/libm-test-ulps: Update.
41865         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41866
41867 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
41868
41869         * po/zh_TW.po: Update from translation team.
41870
41871         * login/Makefile (distribute): Remove variable.
41872         * catgets/Makefile: Likewise.
41873         * mach/Makefile: Likewise.
41874         * malloc/Makefile: Likewise.
41875         * misc/Makefile: Likewise.
41876         * iconv/Makefile: Likewise.
41877         * nscd/Makefile: Likewise.
41878         * hurd/Makefile: Likewise.
41879         * manual/Makefile: Likewise.
41880         * locale/Makefile: Likewise.
41881         * intl/Makefile: Likewise.
41882         * conform/Makefile: Likewise.
41883         * nss/Makefile: Likewise.
41884         * time/Makefile: Likewise.
41885         * soft-fp/Makefile: Likewise.
41886         * dirent/Makefile: Likewise.
41887         * gmon/Makefile: Likewise.
41888         * po/Makefile: Likewise.
41889         * rt/Makefile: Likewise.
41890         * socket/Makefile: Likewise.
41891         * math/Makefile: Likewise.
41892         * signal/Makefile: Likewise.
41893         * debug/Makefile: Likewise.
41894         * elf/Makefile: Likewise.
41895         * timezone/Makefile: Likewise.
41896         * stdlib/Makefile: Likewise.
41897         * iconvdata/Makefile: Likewise.
41898         * sunrpc/Makefile: Likewise.
41899         * io/Makefile: Likewise.
41900         * argp/Makefile: Likewise.
41901         * inet/Makefile: Likewise.
41902         * hesiod/Makefile: Likewise.
41903         * grp/Makefile: Likewise.
41904         * csu/Makefile: Likewise.
41905         * wctype/Makefile: Likewise.
41906         * crypt/Makefile: Likewise.
41907         * libio/Makefile: Likewise.
41908         * string/Makefile: Likewise.
41909         * nis/Makefile: Likewise.
41910         * resolv/Makefile: Likewise.
41911         * stdio-common/Makefile: Likewise.
41912         * wcsmbs/Makefile: Likewise.
41913         * dlfcn/Makefile: Likewise.
41914         * posix/Makefile: Likewise.
41915
41916         [BZ #6959]
41917         * timezone/Makefile: Don't install timezone files, just the programs
41918         and scripts.
41919
41920 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
41921
41922         * nss/databases.def: Add missing gshadow entry.
41923
41924         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
41925
41926 2012-03-06  Marek Polacek  <polacek@redhat.com>
41927
41928         [BZ #13726]
41929         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41930         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41931         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41932         * stdio-common/tst-long-dbl-fphex.c: New file.
41933
41934 2012-03-06  David S. Miller  <davem@davemloft.net>
41935
41936         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41937         (set_obp_int): New function.
41938         (get_obp_int): New function.
41939         (__get_clockfreq_via_dev_openprom): Likewise.
41940         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41941         Avoid unused variable warnings on 'val' and use builtin_expect.
41942         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41943         __builtin_expect.
41944         (INLINE_CLONE_SYSCALL): Likewise.
41945
41946 2012-03-05  David S. Miller  <davem@davemloft.net>
41947
41948         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41949
41950 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
41951
41952         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41953
41954         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41955         only for |x| >= 40.
41956         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41957
41958 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
41959
41960         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41961         Replace gettimeofday with __vdso_gettimeofday.
41962
41963         * sysdeps/unix/sysv/linux/x86_64/init-first.c
41964         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41965         __vdso_clock_gettime and __vdso_getcpu.
41966
41967         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41968         time with __vdso_time.
41969
41970 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41971
41972         * manual/lang.texi (size_t): Note types to which size_t may be
41973         equivalent with the GNU C Library, but do not describe when
41974         differences between them are significant.
41975
41976 2012-03-05  Andreas Jaeger  <aj@suse.de>
41977
41978         * sysdeps/i386/fpu/libm-test-ulps: Update.
41979
41980 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
41981
41982         [BZ #3976]
41983         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41984         (__ieee754_pow): Save and restore rounding mode and use
41985         round-to-nearest for main computations.
41986         * math/libm-test.inc (pow_test_tonearest): New function.
41987         (pow_test_towardzero): Likewise.
41988         (pow_test_downward): Likewise.
41989         (pow_test_upward): Likewise.
41990         (main): Call the new functions.
41991         * sysdeps/i386/fpu/libm-test-ulps: Update.
41992         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41993
41994         [BZ #3976]
41995         * math/libm-test.inc (cosh_test_tonearest): New function.
41996         (cosh_test_towardzero): Likewise.
41997         (cosh_test_downward): Likewise.
41998         (cosh_test_upward): Likewise.
41999         (sinh_test_tonearest): Likewise.
42000         (sinh_test_towardzero): Likewise.
42001         (sinh_test_downward): Likewise.
42002         (sinh_test_upward): Likewise.
42003         (main): Call the new functions.
42004         * sysdeps/i386/fpu/libm-test-ulps: Update.
42005         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42006
42007 2012-03-05  Tom de Vries  <tom@codesourcery.com>
42008
42009         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
42010         default stack guard is set in last bytes.
42011         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
42012
42013 2012-03-05  Kees Cook  <keescook@chromium.org>
42014
42015         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
42016
42017         [BZ #13656]
42018         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
42019         possibly allocate from heap instead of stack.
42020         * stdio-common/bug-vfprintf-nargs.c: New file.
42021         * stdio-common/Makefile (tests): Add nargs overflow test.
42022
42023 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
42024
42025         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42026
42027 2012-03-03  Marek Polacek  <polacek@redhat.com>
42028
42029         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
42030         * math/math_private.h: Likewise.
42031         * stdlib/tst-strtod.c: Likewise.
42032         * sysdeps/i386/i486/bits/atomic.h: Likewise.
42033         * sysdeps/x86_64/bits/atomic.h: Likewise.
42034
42035 2012-03-02  David S. Miller  <davem@davemloft.net>
42036
42037         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
42038         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
42039         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
42040         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
42041         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
42042         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
42043         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
42044         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
42045
42046 2012-03-02  Roland McGrath  <roland@hack.frob.com>
42047
42048         [BZ #13792]
42049         * manual/examples/README: New file, says the example source files
42050         can be used under GPL>=2.
42051         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
42052         line containing just "*/".
42053         * manual/examples/add.c: Add copyright header (GPL>=2).
42054         * manual/examples/argp-ex1.c: Likewise.
42055         * manual/examples/argp-ex2.c: Likewise.
42056         * manual/examples/argp-ex3.c: Likewise.
42057         * manual/examples/argp-ex4.c: Likewise.
42058         * manual/examples/atexit.c: Likewise.
42059         * manual/examples/db.c: Likewise.
42060         * manual/examples/dir.c: Likewise.
42061         * manual/examples/dir2.c: Likewise.
42062         * manual/examples/execinfo.c: Likewise.
42063         * manual/examples/filecli.c: Likewise.
42064         * manual/examples/filesrv.c: Likewise.
42065         * manual/examples/fmtmsgexpl.c: Likewise.
42066         * manual/examples/genpass.c: Likewise.
42067         * manual/examples/inetcli.c: Likewise.
42068         * manual/examples/inetsrv.c: Likewise.
42069         * manual/examples/isockad.c: Likewise.
42070         * manual/examples/longopt.c: Likewise.
42071         * manual/examples/memopen.c: Likewise.
42072         * manual/examples/memstrm.c: Likewise.
42073         * manual/examples/mkfsock.c: Likewise.
42074         * manual/examples/mkisock.c: Likewise.
42075         * manual/examples/mygetpass.c: Likewise.
42076         * manual/examples/pipe.c: Likewise.
42077         * manual/examples/popen.c: Likewise.
42078         * manual/examples/rprintf.c: Likewise.
42079         * manual/examples/search.c: Likewise.
42080         * manual/examples/select.c: Likewise.
42081         * manual/examples/setjmp.c: Likewise.
42082         * manual/examples/sigh1.c: Likewise.
42083         * manual/examples/sigusr.c: Likewise.
42084         * manual/examples/stpcpy.c: Likewise.
42085         * manual/examples/strdupa.c: Likewise.
42086         * manual/examples/strftim.c: Likewise.
42087         * manual/examples/strncat.c: Likewise.
42088         * manual/examples/subopt.c: Likewise.
42089         * manual/examples/swapcontext.c: Likewise.
42090         * manual/examples/termios.c: Likewise.
42091         * manual/examples/testopt.c: Likewise.
42092         * manual/examples/testpass.c: Likewise.
42093         * manual/examples/timeval_subtract.c: Likewise.
42094
42095         [BZ #13792]
42096         * manual/time.texi (Elapsed Time): Move timeval_subtract example
42097         function to ...
42098         * manual/timeval_subtract.c.texi: ... here, new file.
42099
42100 2012-03-02  David S. Miller  <davem@davemloft.net>
42101
42102         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42103
42104 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
42105
42106         [BZ #3976]
42107         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42108         (__sin): Save and restore rounding mode and use round-to-nearest
42109         for all computations.
42110         (__cos): Save and restore rounding mode and use round-to-nearest
42111         for all computations.
42112         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42113         <fenv.h>.
42114         (tan): Save and restore rounding mode and use round-to-nearest for
42115         all computations.
42116         * math/libm-test.inc (cos_test_tonearest): New function.
42117         (cos_test_towardzero): Likewise.
42118         (cos_test_downward): Likewise.
42119         (cos_test_upward): Likewise.
42120         (sin_test_tonearest): Likewise.
42121         (sin_test_towardzero): Likewise.
42122         (sin_test_downward): Likewise.
42123         (sin_test_upward): Likewise.
42124         (tan_test_tonearest): Likewise.
42125         (tan_test_towardzero): Likewise.
42126         (tan_test_downward): Likewise.
42127         (tan_test_upward): Likewise.
42128         (main): Call the new functions.
42129         * sysdeps/i386/fpu/libm-test-ulps: Update.
42130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42131
42132         [BZ #10135]
42133         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42134         small n, then large n, before computing and testing k+n.
42135         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42136         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42137         Likewise.
42138         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42139         Likewise.
42140         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42141         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42142         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42143         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42144         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42145         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42146         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42147         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42148         * math/libm-test.inc (scalbn_test): Add more tests.
42149         (scalbln_test): Likewise.
42150
42151         * manual/filesys.texi (mode_t): Describe constraints on size and
42152         signedness, not exact equivalence to a particular type.
42153         (ino_t): Likewise.
42154         (ino64_t): Likewise.
42155         (dev_t): Likewise.
42156         (nlink_t): Likewise.
42157         (blkcnt_t): Likewise.
42158         (blkcnt64_t): Likewise.
42159         * manual/llio.texi (off_t): Likewise.
42160
42161         [BZ #3976]
42162         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42163         (__ieee754_exp): Save and restore rounding mode and use
42164         round-to-nearest for all computations.
42165         * math/libm-test.inc (exp_test_tonearest): New function.
42166         (exp_test_towardzero): Likewise.
42167         (exp_test_downward): Likewise.
42168         (exp_test_upward): Likewise.
42169         (main): Call the new functions.
42170         * sysdeps/i386/fpu/libm-test-ulps: Update.
42171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42172
42173 2012-03-01  Chris Demetriou  <cgd@google.com>
42174
42175         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42176         have predictable order.
42177
42178 2012-03-01  David S. Miller  <davem@davemloft.net>
42179
42180         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42181
42182         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42183         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42184         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42185         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42186
42187         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42188         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42189         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42190         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42191         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42192         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42193         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42194         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42195         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42196
42197         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42198
42199         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42200         * sysdeps/sparc/fpu/libm-test-ulps: to here.
42201         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42202
42203         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42204         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42205         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42206         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42207         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42208         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42209         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42210         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42211         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42212         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42213         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42214         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42215         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42216         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42217         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42218         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42219         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42220         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42221         * sysdeps/sparc/elf/configure: Regenerated.
42222
42223 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
42224
42225         * configure.in (AS, LD): Require binutils 2.20 or later.
42226         * configure: Regenerated.
42227         * manual/install.texi (Tools for Compilation): Give binutils 2.20
42228         as required minimum version.
42229         * INSTALL: Regenerated.
42230
42231         [BZ #2541]
42232         [BZ #4108]
42233         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42234         before squaring exponent.
42235         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42236         bottom long double and 27 bits of top long double before squaring
42237         exponent.
42238         * math/libm-test.inc (erfc_test): Add more tests.
42239         * sysdeps/i386/fpu/libm-test-ulps: Update.
42240         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42241         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42242
42243 2012-03-01  Kai Tietz  <ktietz@redhat.com>
42244
42245         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42246         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42247         containing bit-fields.
42248         * soft-fp/extended.h (_FP_UNION_E): Likewise.
42249         * soft-fp/single.h (_FP_UNION_S): Likewise.
42250         * soft-fp/double.h (_FP_UNION_D): Likewise.
42251
42252 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42253
42254         [BZ #13786]
42255         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42256         not include ../strcmp.S.
42257         [USE_AS_STRNCASECMP_L]: Likewise.
42258         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42259         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42260         * sysdeps/i386/i686/multiarch/strncase_l-c.c
42261         (__strncasecmp_l_ia32): Define as alias to
42262         __strncasecmp_l_nonascii.
42263
42264         [BZ #5794]
42265         * math/libm-test.inc (expm1_test): Add test for bug 5794.
42266         * sysdeps/i386/fpu/libm-test-ulps: Update.
42267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42268
42269         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42270         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42271
42272 2012-02-29  Jeff Law  <law@redhat.com>
42273
42274         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42275         out of bounds read.
42276
42277 2012-02-29  Marek Polacek  <polacek@redhat.com>
42278
42279         [BZ #13706]
42280         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42281         * elf/Makefile: Add rules to run tst-unused-dep.out.
42282
42283 2012-02-28  David S. Miller  <davem@davemloft.net>
42284
42285         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42286         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42287         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42288         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42289         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42290         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42291
42292 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
42293
42294         * math/libm-test.inc (llround_test): Move one test from
42295         lround_test.  Use TEST_f_L in moved test.
42296         (lround_test): Move misplaced test to llround_test.  Add testcase
42297         from bug 2561.
42298
42299 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
42300
42301         * sysdeps/x86_64/fpu/e_expf.S: New file.
42302         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42303
42304 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
42305
42306         [BZ #13637]
42307         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42308         of remain_len that may cause incomplete multi-byte character and
42309         false match.
42310         * posix/bug-regex33.c: New file.
42311         * posix/Makefile (tests): Add bug-regex33.
42312
42313 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
42314
42315         * manual/macros.texi: New file.
42316         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42317         * manual/libc.texinfo: Include macros.texi.
42318         * manual/creatute.texi: Likewise.
42319         * manual/install.texi: Likewise.
42320         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42321         @glibcadj{} in references to the GNU C Library.
42322         * manual/charset.texi: Likewise.
42323         * manual/conf.texi: Likewise.
42324         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
42325         when not using those macros.
42326         * manual/creature.texi: Likewise.
42327         * manual/crypt.texi: Likewise.
42328         * manual/errno.texi: Likewise.
42329         * manual/filesys.texi: Likewise.
42330         * manual/header.texi: Likewise.
42331         * manual/install.texi: Likewise.
42332         * manual/intro.texi: Likewise.
42333         * manual/io.texi: Likewise.
42334         * manual/job.texi: Likewise.
42335         * manual/lang.texi: Likewise.
42336         * manual/libc.texiinfo: Likewise.
42337         * manual/llio.texi: Likewise.
42338         * manual/locale.texi: Likewise.
42339         * manual/maint.texi: Likewise.
42340         * manual/math.texi: Likewise.
42341         * manual/memory.texi: Likewise.
42342         * manual/message.texi: Likewise.
42343         * manual/nss.texi: Likewise.
42344         * manual/pattern.texi: Likewise.
42345         * manual/process.texi: Likewise.
42346         * manual/resource.texi: Likewise.
42347         * manual/search.texi: Likewise.
42348         * manual/setjmp.texi: Likewise.
42349         * manual/signal.texi: Likewise.
42350         * manual/socket.texi: Likewise.
42351         * manual/startup.texi: Likewise.
42352         * manual/stdio.texi: Likewise.
42353         * manual/string.texi: Likewise.
42354         * manual/sysinfo.texi: Likewise.
42355         * manual/syslog.texi: Likewise.
42356         * manual/terminal.texi: Likewise.
42357         * manual/time.texi: Likewise.
42358         * manual/users.texi: Likewise.
42359         * INSTALL: Regenerated.
42360         * NOTES: Regenerated.
42361         * sysdeps/gnu/errlist.c: Regenerated.
42362
42363 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
42364
42365         * include/dirent.h: Include <dirstream.h> before
42366         <dirent/dirent.h>.
42367
42368 2012-02-28  David S. Miller  <davem@davemloft.net>
42369
42370         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42371         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42372         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42373         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42374
42375 2012-02-27  David S. Miller  <davem@davemloft.net>
42376
42377         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42378         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42379         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42380         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42381
42382         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42383         frame pointer instead of stack pointer relative arg slot.
42384         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42385         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42386         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42387
42388 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
42389
42390         [BZ #3992]
42391         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42392
42393 2012-02-27  David S. Miller  <davem@davemloft.net>
42394
42395         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42396         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42397         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42398         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42399         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42400         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42401         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42402         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42403
42404 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42405
42406         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42407         later.  Allow versions 5-9.
42408         * configure: Regenerated.
42409         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42410         required minimum version and 4.6 as recommended version.  Do not
42411         mention bugs in GCC 2.7 and 2.8.
42412         * INSTALL: Regenerated.
42413
42414 2012-02-27  David S. Miller  <davem@davemloft.net>
42415
42416         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42417         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42418         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42419         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42420         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42421         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42422         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42423         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42424
42425         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42426         manipulate bits before adding and subtracting TWO112[sx].
42427         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42428
42429 2012-02-27  Roland McGrath  <roland@hack.frob.com>
42430
42431         [BZ #13775]
42432         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42433         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42434         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42435         being in POSIX, because they are in 1003.1-2008.
42436
42437         * rt/tst-aio.c: Include <fcntl.h>.
42438         * rt/tst-aio7.c: Likewise.
42439         * rt/tst-aio64.c: Likewise.
42440
42441         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42442
42443 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
42444
42445         * manual/install.texi (--with-headers): Describe headers as
42446         interface headers, not private headers.
42447         (Specific advice for GNU/Linux systems): Describe use of headers
42448         from "make headers_install", not private headers from older
42449         kernels.
42450         * INSTALL: Regenerated.
42451         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42452         Change to 2.6.19.
42453         * sysdeps/unix/sysv/linux/configure: Regenerated.
42454
42455         * manual/llio.texi (fclean): Remove documentation.
42456
42457         * manual/Makefile (libc-texi-generated): New variable.  Include
42458         version.texi.
42459         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42460         $(libc-texi-generated), not duplicated list of files.
42461         (version.texi, stamp-version): New rules.
42462         (realclean): Remove $(libc-texi-generated), not individual files
42463         from that list.  Do not remove dir-add.texinfo.
42464         * manual/libc.texinfo: Comment out uses of edition numbers and
42465         references to printed manual.  Remove last-updated dates.
42466         (EDITION): Comment out.
42467         (ISBN): Likewise.
42468         (VERSION, UPDATED): Remove.
42469         (version.texi): Include.
42470
42471 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
42472
42473         * sysdeps/posix/spawni.c: Include <signal.h>.
42474         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42475         * sysdeps/pthread/aio_fsync.c: Likewise.
42476
42477 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
42478
42479         * conform/Makefile (tests): Run only when not cross-compiling and
42480         when fast-check is not defined.
42481
42482         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42483         * conform/data/limits.h-data: Fixes for POSIX2008.
42484         * conform/run-conformtest.sh: Run all tests.
42485         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42486         headers.
42487         * include/bits/dlfcn.h: Likewise.
42488         * include/langinfo.h: Likewise.
42489         * include/monetary.h: Likewise.
42490         * include/sys/poll.h: Likewise.
42491
42492         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42493         for __USE_GNU.
42494         * posix/spawn.h: Define __need_sigset_t.
42495         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42496         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42497         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
42498         to get sigevent_t only.
42499         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42500         only for __USE_GNU.
42501         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42502         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42503         process_vm_writev only for __USE_GNU.
42504         * termios/termios.h: Declare tcgetsid also for POSIX2008.
42505
42506         * conform/Makefile: For now ignore errors from run-conformtest.
42507         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
42508         POSIX to avoid namespace pollution.  Don't prepend headers.
42509         * conform/data/aio.h-data: Fixes for POSIX testing.
42510         * conform/data/fcntl.h-data: Likewise.
42511         * conform/data/glob.h-data: Likewise.
42512         * conform/data/grp.h-data: Likewise.
42513         * conform/data/pthread.h-data: Likewise.
42514         * conform/data/pwd.h-data: Likewise.
42515         * conform/data/signal.h-data: Likewise.
42516         * conform/data/spawn.h-data: Likewise.
42517         * conform/data/stdio.h-data: Likewise.
42518         * conform/data/stdlib.h-data: Likewise.
42519         * conform/data/stropts.h-data: Likewise.
42520         * conform/data/sys/mman.h-data: Likewise.
42521         * conform/data/sys/stat.h-data: Likewise.
42522         * conform/data/sys/types.h-data: Likewise.
42523         * conform/data/sys/wait.h-data: Likewise.
42524         * conform/data/time.h-data: Likewise.
42525         * conform/data/unistd.h-data: Likewise.
42526         * conform/data/utime.h-data: Likewise.
42527
42528         * io/sys/stat.h: fchmod was always in POSIX.
42529         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
42530         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
42531         * rt/aio.h: Define __need_timespec before including <time.h>.
42532         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
42533         struct.  Add forward declaration of pthread_attr_t and use it in
42534         sigevent.
42535         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42536         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42537         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
42538         always remove CLK_TCK definition.
42539
42540 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
42541
42542         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
42543
42544 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
42545
42546         * conform/run-conformtest.sh: New file.
42547         * conform/Makefile: Run run-conformtest for tests.
42548         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
42549         support.
42550
42551         * conform/data/uchar.h-data: New file.
42552         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
42553         * conform/data/arpa/inet.h-data: Likewise.
42554         * conform/data/assert.h-data: Likewise.
42555         * conform/data/complex.h-data: Likewise.
42556         * conform/data/cpio.h-data: Likewise.
42557         * conform/data/ctype.h-data: Likewise.
42558         * conform/data/dirent.h-data: Likewise.
42559         * conform/data/dlfcn.h-data: Likewise.
42560         * conform/data/errno.h-data: Likewise.
42561         * conform/data/fcntl.h-data: Likewise.
42562         * conform/data/float.h-data: Likewise.
42563         * conform/data/fmtmsg.h-data: Likewise.
42564         * conform/data/fnmatch.h-data: Likewise.
42565         * conform/data/ftw.h-data: Likewise.
42566         * conform/data/glob.h-data: Likewise.
42567         * conform/data/grp.h-data: Likewise.
42568         * conform/data/iconv.h-data: Likewise.
42569         * conform/data/inttypes.h-data: Likewise.
42570         * conform/data/langinfo.h-data: Likewise.
42571         * conform/data/libgen.h-data: Likewise.
42572         * conform/data/limits.h-data: Likewise.
42573         * conform/data/locale.h-data: Likewise.
42574         * conform/data/math.h-data: Likewise.
42575         * conform/data/monetary.h-data: Likewise.
42576         * conform/data/mqueue.h-data: Likewise.
42577         * conform/data/ndbm.h-data: Likewise.
42578         * conform/data/net/if.h-data: Likewise.
42579         * conform/data/netdb.h-data: Likewise.
42580         * conform/data/netinet/in.h-data: Likewise.
42581         * conform/data/nl_types.h-data: Likewise.
42582         * conform/data/poll.h-data: Likewise.
42583         * conform/data/pthread.h-data: Likewise.
42584         * conform/data/pwd.h-data: Likewise.
42585         * conform/data/regex.h-data: Likewise.
42586         * conform/data/sched.h-data: Likewise.
42587         * conform/data/search.h-data: Likewise.
42588         * conform/data/semaphore.h-data: Likewise.
42589         * conform/data/setjmp.h-data: Likewise.
42590         * conform/data/signal.h-data: Likewise.
42591         * conform/data/spawn.h-data: Likewise.
42592         * conform/data/stdarg.h-data: Likewise.
42593         * conform/data/stdio.h-data: Likewise.
42594         * conform/data/stdlib.h-data: Likewise.
42595         * conform/data/string.h-data: Likewise.
42596         * conform/data/strings.h-data: Likewise.
42597         * conform/data/stropts.h-data: Likewise.
42598         * conform/data/sys/ipc.h-data: Likewise.
42599         * conform/data/sys/mman.h-data: Likewise.
42600         * conform/data/sys/msg.h-data: Likewise.
42601         * conform/data/sys/resource.h-data: Likewise.
42602         * conform/data/sys/select.h-data: Likewise.
42603         * conform/data/sys/sem.h-data: Likewise.
42604         * conform/data/sys/shm.h-data: Likewise.
42605         * conform/data/sys/socket.h-data: Likewise.
42606         * conform/data/sys/stat.h-data: Likewise.
42607         * conform/data/sys/statvfs.h-data: Likewise.
42608         * conform/data/sys/time.h-data: Likewise.
42609         * conform/data/sys/timeb.h-data: Likewise.
42610         * conform/data/sys/times.h-data: Likewise.
42611         * conform/data/sys/types.h-data: Likewise.
42612         * conform/data/sys/uio.h-data: Likewise.
42613         * conform/data/sys/un.h-data: Likewise.
42614         * conform/data/sys/utsname.h-data: Likewise.
42615         * conform/data/sys/wait.h-data: Likewise.
42616         * conform/data/syslog.h-data: Likewise.
42617         * conform/data/tar.h-data: Likewise.
42618         * conform/data/termios.h-data: Likewise.
42619         * conform/data/utime.h-data: Likewise.
42620         * conform/data/utmpx.h-data: Likewise.
42621         * conform/data/varargs.h-data: Likewise.
42622         * conform/data/wchar.h-data: Likewise.
42623         * conform/data/wctype.h-data: Likewise.
42624         * conform/data/wordexp.h-data: Likewise.
42625
42626         * include/stropts.h: New file.
42627         * include/uchar.h: New file.
42628         * include/aio.h: Changes to allow conformtest.pl to use the headers.
42629         * include/assert.h: Likewise.
42630         * include/ctype.h: Likewise.
42631         * include/dirent.h: Likewise.
42632         * include/dlfcn.h: Likewise.
42633         * include/fcntl.h: Likewise.
42634         * include/fnmatch.h: Likewise.
42635         * include/glob.h: Likewise.
42636         * include/grp.h: Likewise.
42637         * include/libio.h: Likewise.
42638         * include/locale.h: Likewise.
42639         * include/math.h: Likewise.
42640         * include/net/if.h: Likewise.
42641         * include/netdb.h: Likewise.
42642         * include/netinet/in.h: Likewise.
42643         * include/pthread.h: Likewise.
42644         * include/pwd.h: Likewise.
42645         * include/regex.h: Likewise.
42646         * include/sched.h: Likewise.
42647         * include/search.h: Likewise.
42648         * include/setjmp.h: Likewise.
42649         * include/signal.h: Likewise.
42650         * include/stdio.h: Likewise.
42651         * include/stdlib.h: Likewise.
42652         * include/string.h: Likewise.
42653         * include/sys/cdefs.h: Likewise.
42654         * include/sys/mman.h: Likewise.
42655         * include/sys/msg.h: Likewise.
42656         * include/sys/resource.h: Likewise.
42657         * include/sys/select.h: Likewise.
42658         * include/sys/socket.h: Likewise.
42659         * include/sys/stat.h: Likewise.
42660         * include/sys/statvfs.h: Likewise.
42661         * include/sys/time.h: Likewise.
42662         * include/sys/times.h: Likewise.
42663         * include/sys/uio.h: Likewise.
42664         * include/sys/utsname.h: Likewise.
42665         * include/sys/wait.h: Likewise.
42666         * include/termios.h: Likewise.
42667         * include/time.h: Likewise.
42668         * include/ulimit.h: Likewise.
42669         * include/unistd.h: Likewise.
42670         * include/utime.h: Likewise.
42671         * include/wchar.h: Likewise.
42672         * include/wctype.h: Likewise.
42673         * include/wordexp.h: Likewise.
42674
42675         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
42676
42677         * time/time.h: TIME_UTC must be a macro.
42678         Make timespec_get available for ISO C11 only as well.
42679
42680 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
42681
42682         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
42683         Reported by Peng Haitao <penght@cn.fujitsu.com>.
42684
42685 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42686
42687         * configure.in: Use -o not -a in test for unsupported multi-arch.
42688
42689 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42690
42691         * manual/texinfo.tex: Update to version 2012-01-19.16.
42692
42693 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
42694
42695         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
42696
42697 2012-02-24  Roland McGrath  <roland@hack.frob.com>
42698
42699         [BZ #13738]
42700         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
42701         * manual/fdl-1.3.texi: New file.
42702         * manual/fdl-1.1.texi: File removed.
42703
42704         [BZ #13738]
42705         * manual/libc.texinfo (FDL_VERSION): New @set.
42706         Use it for mention of FDL in cover text.
42707         (Documentation License): Use it in @include file name.
42708
42709 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42710             Roland McGrath  <roland@hack.frob.com>
42711
42712         [BZ #5461]
42713         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
42714         (not LONG_LONG_MAX and LONG_LONG_MIN.
42715         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
42716         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
42717         name.
42718         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
42719
42720 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42721
42722         [BZ #2547]
42723         [BZ #11365]
42724         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
42725         manipulate bits before adding and subtracting TWO23[sx].
42726         * math/libm-test.inc (nearbyint_test): Add more tests.
42727
42728 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42729
42730         [BZ #2548]
42731         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
42732         bits before adding and subtracting TWO23[sx].
42733         * math/libm-test.inc (rint_test): Add more tests.
42734         (rint_test_tonearest): Likewise.
42735         (rint_test_towardzero): Likewise.
42736         (rint_test_downward): Likewise.
42737         (rint_test_upward: Likewise.
42738
42739 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42740
42741         [BZ #10110]
42742         * include/stdc-predef.h: New file.  Extracted from features.h.
42743         * include/features.h: Include stdc-predef.h.
42744         * Makefile (headers): Add stdc-predef.h.
42745         * CONFORMANCE (Compiler limitations): Update.
42746
42747 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
42748
42749         * manual/libc.texinfo (VERSION, UPDATED): Revert.
42750
42751 2012-02-21  David S. Miller  <davem@davemloft.net>
42752
42753         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
42754         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42755
42756 2012-02-20  David S. Miller  <davem@davemloft.net>
42757
42758         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
42759         using a normal save/restore sequence, rather than allocating a
42760         dummy stack frame just to store a frame pointer and restore.
42761         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42762
42763 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42764
42765         * manual/install.texi: Fix stray word in line-wrapped comment.
42766
42767 2012-02-20  David S. Miller  <davem@davemloft.net>
42768
42769         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42770         both binutils and gcc support GOTDATA.
42771
42772         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42773         "rd %pc" in the PIC register setup sequences.
42774
42775         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42776         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42777         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42778         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
42779         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42780         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42781         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42782         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42783         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
42784         (SYSCALL_ERROR_HANDLER): Likewise.
42785         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42786         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42787         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
42788         (SYSCALL_ERROR_HANDLER): Likewise.
42789
42790         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
42791         (HAVE_GCC_GOTDATA): New.
42792         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
42793         relocation support in both binutils and gcc.
42794         * sysdeps/sparc/elf/configure: Regenerate.
42795
42796         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
42797         * sysdeps/sparc/sparc32/elf/configure: Delete.
42798         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
42799         * sysdeps/sparc/sparc64/elf/configure: Delete.
42800         * sysdeps/sparc/elf/configure.in: New file.
42801         * sysdeps/sparc/elf/configure: Generate.
42802
42803         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
42804         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
42805         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42806         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
42807         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
42808
42809 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42810
42811         * manual/install.texi: Do not mention specific glibc version
42812         numbers.
42813         * manual/libc.texinfo (VERSION, UPDATED): Update.
42814         (@copying): Use @copyright{} and range of years.
42815
42816 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
42817
42818         [BZ #13695]
42819         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42820         [crti.S not in sysdirs] (generated): Do not append.
42821         [crti.S not in sysdirs] (omit-deps): Likewise.
42822         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42823         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42824         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42825         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42826         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42827         Likewise.
42828         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42829         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42830         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42831         * csu/defs.awk: Remove file.
42832         * sysdeps/generic/initfini.c: Likewise.
42833         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42834         variable.
42835         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42836         Likewise.
42837
42838 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42839
42840         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42841         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42842         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42843         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42844         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42845         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42846         <bits/epoll.h>.
42847         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42848         (__EPOLL_PACKED): Define to empty if not defined by
42849         <bits/epoll.h>.
42850         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42851         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42852         bits/epoll.h.
42853
42854 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42855
42856         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42857         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42858         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42859         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42860         <bits/timerfd.h>.
42861         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42862         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42863         bits/timerfd.h.
42864
42865 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
42866
42867         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42868         in C locale.
42869         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42870         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42871         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42872         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42873
42874 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
42875
42876         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42877         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42878
42879 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
42880
42881         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42882         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42883         defined.
42884         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42885         Likewise.
42886         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42887         entry for 2.16.
42888
42889 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
42890
42891         * math/w_acos.c: Use non-signaling floating-point comparisons.
42892         * math/w_acosf.c: Likewise.
42893         * math/w_acosh.c: Likewise.
42894         * math/w_acoshf.c: Likewise.
42895         * math/w_acoshl.c: Likewise.
42896         * math/w_acosl.c: Likewise.
42897         * math/w_asin.c: Likewise.
42898         * math/w_asinf.c: Likewise.
42899         * math/w_asinl.c: Likewise.
42900         * math/w_atanh.c: Likewise.
42901         * math/w_atanhf.c: Likewise.
42902         * math/w_atanhl.c: Likewise.
42903         * math/w_exp2.c: Likewise.
42904         * math/w_exp2f.c: Likewise.
42905         * math/w_exp2l.c: Likewise.
42906         * math/w_j0.c: Likewise.
42907         * math/w_j0f.c: Likewise.
42908         * math/w_j0l.c: Likewise.
42909         * math/w_j1.c: Likewise.
42910         * math/w_j1f.c: Likewise.
42911         * math/w_j1l.c: Likewise.
42912         * math/w_jn.c: Likewise.
42913         * math/w_jnf.c: Likewise.
42914         * math/w_log.c: Likewise.
42915         * math/w_log10.c: Likewise.
42916         * math/w_log10f.c: Likewise.
42917         * math/w_log10l.c: Likewise.
42918         * math/w_log2.c: Likewise.
42919         * math/w_log2f.c: Likewise.
42920         * math/w_log2l.c: Likewise.
42921         * math/w_logf.c: Likewise.
42922         * math/w_logl.c: Likewise.
42923         * math/w_sqrt.c: Likewise.
42924         * math/w_sqrtf.c: Likewise.
42925         * math/w_sqrtl.c: Likewise.
42926         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42927         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42928         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42929         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42930         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42931
42932 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42933
42934         [BZ #9739]
42935         * manual/string.texi (strnlen): Use correct parameter name in
42936         equivalent expression.
42937
42938 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42939
42940         [BZ #11174]
42941         * manual/users.texi (seteuid): Consistently use neweuid for
42942         argument name.
42943
42944 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
42945
42946         [BZ #13704]
42947         * manual/nss.texi (Services in the NSS configuration): Correct
42948         list of services in example configuration file.
42949
42950 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
42951
42952         [BZ #11322]
42953         * manual/arith.texi: Remove statements about negative zero
42954         behaving identically to zero.
42955
42956 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42957
42958         [BZ #5993]
42959         * manual/install.texi: Do not document upgrading from libc5.
42960
42961 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
42962
42963         [BZ #4596]
42964         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42965
42966 2012-02-18  David S. Miller  <davem@davemloft.net>
42967
42968         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42969         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42970         %o7 across the call.
42971         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42972         instead.
42973         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42974         SETUP_PIC_REG_LEAF.
42975         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42976         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42977         * sysdeps/sparc/crtn.S: Likewise.
42978
42979 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
42980
42981         * aout/Makefile: Remove.
42982
42983 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
42984
42985         [BZ #13058]
42986         * manual/examples/argp-ex1.c (main): Format definition in GNU
42987         style.
42988         * manual/examples/argp-ex2.c (main): Likewise.
42989         * manual/examples/argp-ex3.c (main): Likewise.
42990         * manual/examples/argp-ex4.c (main): Likewise.
42991         * manual/examples/longopt.c (main): Use new-style prototype
42992         definition.
42993         * manual/examples/strncat.c (main): Specify return type and use
42994         (void) for arguments.
42995         * manual/examples/subopt.c (main): Use char **argv argument.
42996
42997 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42998
42999         [BZ #5077]
43000         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
43001         rounding modes.
43002
43003 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
43004
43005         [BZ #6907]
43006         * manual/string.texi (strchr): Change when strchrnul is
43007         recommended.
43008
43009 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
43010
43011         [BZ #174]
43012         * manual/locale.texi (setlocale): Document LOCPATH.
43013
43014 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43015
43016         [BZ #10210]
43017         * manual/process.texi (execle): Move @dots{} before last argument.
43018
43019 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
43020
43021         [BZ #12047]
43022         * manual/charset.texi (Generic Charset Conversion): Fix typo
43023         (LC_TYPE -> LC_CTYPE).
43024
43025 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
43026
43027         [BZ #5805]
43028         * manual/arith.texi (scalbn): Use @var{} on parameter names.
43029         (scalbnf): Likewise.
43030         (scalbnl): Likewise.
43031         (scalbln): Likewise.
43032         (scalblnf): Likewise.
43033         (scalblnl): Likewise.
43034         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
43035         (vwarnx): Likewise.
43036         (verr): Likewise.
43037         (verrx): Likewise.
43038         * manual/filesys.texi (telldir): Use braces around return type.
43039         * manual/llio.texi (mmap): Add space after comma.
43040         (mmap64): Likewise.
43041         * manual/math.texi (jn): Use @var{} on parameter names.
43042         (jnf): Likewise.
43043         (jnl): Likewise.
43044         (yn): Likewise.
43045         (ynf): Likewise.
43046         (ynl): Likewise.
43047         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
43048         line.
43049         * manual/resource.texi (ulimit): Use @dots{} instead of literal
43050         "...".
43051         (sched_get_priority_min): Remove semicolon on @deftypefun line.
43052         (sched_get_priority_max): Likewise.
43053         * manual/signal.texi (sigvec): Add space after comma.
43054         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
43055         names.
43056         (if_indextoname): Likewise.
43057         (if_freenameindex): Likewise.
43058         (sendto): Use ',' instead of '.' in prototype.
43059         * manual/startup.texi (syscall): Use @dots{} instead of literal
43060         "...".
43061         * manual/stdio.texi (__fpending): Separate initial words of
43062         paragraph from @deftypefun line.
43063         * manual/syslog.texi (syslog): Use @dots{} instead of literal
43064         "...".
43065         (vsyslog): Use @var{} on parameter names.
43066         * manual/terminal.texi (stty): Use @var{} on parameter names.
43067         * manual/users.texi (getutmp): Use @var{} on parameter names.
43068         (getutmpx): Likewise.
43069
43070 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43071
43072         [BZ #6884]
43073         * manual/stdio.texi (fopen): Fix typos in description of
43074         ",ccs=STRING".
43075
43076 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
43077
43078         [BZ #4026]
43079         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
43080         get clock_id definition.
43081
43082 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
43083
43084         [BZ #4822]
43085         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
43086         (madvise): Cast every argument to void on its own.
43087
43088 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43089
43090         [BZ #9902]
43091         * manual/startup.texi (Exit Status): Fix typo.
43092
43093 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
43094
43095         [BZ #10140]
43096         * manual/examples/argp-ex1.c: Include <stdlib.h>.
43097         * manual/examples/argp-ex2.c: Likewise.
43098         * manual/examples/argp-ex3.c: Likewise.
43099
43100 2012-02-16  Richard Henderson  <rth@redhat.com>
43101
43102         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43103         * sysdeps/s390/s390-32/initfini.c: Remove.
43104         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43105         * sysdeps/s390/s390-64/initfini.c: Remove.
43106
43107 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43108
43109         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43110         compiler output for sysdeps/generic/initfini.c.
43111         * sysdeps/sh/elf/initfini.c: Remove file.
43112
43113 2012-02-16  David S. Miller  <davem@davemloft.net>
43114
43115         [BZ #11494]
43116         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43117
43118         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43119         * sysdeps/sparc/crti.S: New file.
43120         * sysdeps/sparc/crtn.S: New file.
43121         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43122         * sysdeps/sparc/sparc64/Makefile: Likewise.
43123
43124 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
43125
43126         [BZ #3335]
43127         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
43128
43129 2012-02-15  Roland McGrath  <roland@hack.frob.com>
43130
43131         [BZ #4822]
43132         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43133
43134         * mach/devstream.c (cookie_io_functions_t): Macro removed.
43135         (write, read, close): Likewise.
43136         Patch by Aurelien Jarno <aurelien@aurel32.net>.
43137
43138 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
43139
43140         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43141         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43142         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43143         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43144         <bits/signalfd.h>.
43145         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43146         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43147         bits/signalfd.h.
43148
43149 2012-02-14  Marek Polacek  <polacek@redhat.com>
43150
43151         * sysdeps/x86_64/crti.S: New file.
43152         * sysdeps/x86_64/crtn.S: New file.
43153         * sysdeps/x86_64/elf/initfini.c: Remove file.
43154
43155 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43156
43157         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43158         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43159         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43160         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43161         <bits/inotify.h>.
43162         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43163         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43164         bits/inotify.h.
43165
43166 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
43167
43168         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43169         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43170         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43171         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43172         <bits/eventfd.h>.
43173         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43174         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43175         bits/eventfd.h.
43176
43177 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
43178
43179         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43180         __feraiseexcept instead of feraiseexcept.
43181
43182         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43183         nanosleep invocations.
43184         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43185         strings, and add error checking for a nanosleep invocations.
43186
43187 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
43188
43189         Replace FSF snail mail address with URLs, as per GNU coding standards.
43190         Most of the snail mail addresses were wrong anyway, and omitting
43191         them makes the source code easier to maintain.  Almost all of the
43192         changes are to license notices and to locale LC_IDENTIFICATION
43193         addresses, except for this one:
43194         * manual/libc.texinfo: In "Published by", give the FSF's URL,
43195         not its snail mail address.
43196
43197 2012-02-09  Richard Henderson  <rth@twiddle.net>
43198
43199         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43200         of kernel-features.h.
43201
43202         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43203
43204 2012-02-08  Marek Polacek  <polacek@redhat.com>
43205
43206         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43207         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43208         * sysdeps/gnu/_G_config.h: Likewise.
43209         * sysdeps/generic/_G_config.h: Likewise.
43210
43211 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
43212
43213         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43214         tests.
43215         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43216
43217         * sysdeps/powerpc/powerpc32/crti.S: New file.
43218         * sysdeps/powerpc/powerpc32/crtn.S: New file.
43219         * sysdeps/powerpc/powerpc64/crti.S: New file.
43220         * sysdeps/powerpc/powerpc64/crtn.S: New file.
43221
43222         * Makeconfig (have-initfini): Don't set.
43223         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43224         * configure.in (nopic_initfini): Don't substitute.
43225         * config.h.in (HAVE_INITFINI): Don't #undef.
43226         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43227         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43228
43229 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
43230
43231         Support crti.S and crtn.S provided directly by architectures.
43232         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43233         [crti.S in sysdirs] (omit-deps): Likewise.
43234         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43235         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43236         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43237         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43238         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43239         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43240         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43241         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43242         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43243         compiler output for sysdeps/generic/initfini.c.
43244         * sysdeps/i386/elf/Makefile: Remove file.
43245         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43246
43247 2012-02-07  Marek Polacek  <polacek@redhat.com>
43248
43249         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43250         * sysdeps/gnu/_G_config.h: Likewise.
43251         * sysdeps/mach/hurd/_G_config.h: Likewise.
43252
43253 2012-02-07  Marek Polacek  <polacek@redhat.com>
43254
43255         * math/Makefile (tests): Add tst-CMPLX2.
43256         * math/tst-CMPLX2.c: New file.
43257
43258 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
43259
43260         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43261
43262         * math/libm-test.inc (jn_test): Add missing L suffix.
43263
43264 2012-02-06  Marek Polacek  <polacek@redhat.com>
43265
43266         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43267         * sysdeps/i386/fpu/e_powf.S: Likewise.
43268         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43269         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43270         * sysdeps/i386/fpu/e_acosh.S: Likewise.
43271         * sysdeps/i386/fpu/e_pow.S: Likewise.
43272         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43273         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43274         * sysdeps/i386/fpu/s_expm1.S: Likewise.
43275         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43276         * sysdeps/i386/fpu/e_log2.S: Likewise.
43277         * sysdeps/i386/fpu/e_log2l.S: Likewise.
43278         * sysdeps/i386/fpu/e_scalb.S: Likewise.
43279         * sysdeps/i386/fpu/e_powl.S: Likewise.
43280         * sysdeps/i386/fpu/s_log1p.S: Likewise.
43281         * sysdeps/i386/fpu/e_log10f.S: Likewise.
43282         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43283         * sysdeps/i386/fpu/e_logl.S: Likewise.
43284         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43285         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43286         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43287         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43288         * sysdeps/i386/fpu/e_log2f.S: Likewise.
43289         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43290         * sysdeps/i386/fpu/e_log.S: Likewise.
43291         * sysdeps/i386/fpu/s_cexp.S: Likewise.
43292         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43293         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43294         * sysdeps/i386/fpu/e_logf.S: Likewise.
43295         * sysdeps/i386/fpu/e_log10l.S: Likewise.
43296         * sysdeps/i386/fpu/e_atanh.S: Likewise.
43297         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43298         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43299         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43300         * sysdeps/i386/fpu/e_log10.S: Likewise.
43301         * sysdeps/i386/fpu/s_frexp.S: Likewise.
43302         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43303         * sysdeps/i386/fpu/s_asinh.S: Likewise.
43304         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43305         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43306         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43307         * sysdeps/i386/asm-syntax.h: Likewise.
43308         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43309         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43310         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43311         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43312         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43313         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43314         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43315         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43316         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43317         * sysdeps/powerpc/sysdep.h: Likewise.
43318         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43319         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43320
43321 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43322
43323         [BZ #411]
43324         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43325
43326 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
43327
43328         * sysdeps/i386/sysdep.h: Include <features.h>.
43329         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43330         version.
43331
43332 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
43333
43334         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43335         Define.
43336         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43337         LOAD_PIC_REG_STR.
43338
43339 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43340
43341         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43342         (SETUP_PIC_REG): Use GET_PC_THUNK.
43343         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43344         macro.
43345
43346 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43347
43348         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43349         for non-PIC compilation.
43350         (SETUP_PIC_REG): Add .p2align directive.
43351         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43352         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43353         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43354         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43355         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43356         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43357         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43358         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43359         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43360         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43361         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43362         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43363         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43364         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43365         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43366         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43367         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43368         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43369         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43370         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43371         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43372         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43373         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43374         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43375         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43376         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43377         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43378         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43379         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43380         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43381         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43382         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43383         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43384         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43385         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43386         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43387         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43388         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43389         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43390         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43391         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43392
43393 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
43394
43395         * math/tst-CMPLX.c: Include <stdio.h>.
43396
43397 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
43398
43399         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43400         float.
43401         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43402         * sysdeps/sparc/bits/mathdef.h: Likewise.
43403
43404 2012-01-31  Marek Polacek  <polacek@redhat.com>
43405
43406         * libio/libio.h: Don't define _PARAMS.
43407         * locale/programs/config.h: Don't define PARAMS.
43408         * stdlib/strtol_l.c: Likewise.
43409         (__strtol_l): Remove PARAMS from the prototype.
43410
43411 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
43412
43413         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
43414         names.  Just use the correct names.  Remove unnecessary wrapper
43415         functions.
43416         * malloc/arena.c: Likewise.
43417         * malloc/hooks.c: Likewise.
43418
43419         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43420         ARENA_TEST says not to.  Simplify test for creation of a new arena.
43421         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43422
43423 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
43424
43425         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43426         into tail calls.
43427         (update_get_addr): New function.
43428         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43429         GET_ADDR_MODULE parameter.
43430
43431 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43432
43433         * crypt/cert.c: Remove __STDC__ conditionals.
43434         * crypt/crypt-entry.c: Likewise.
43435         * crypt/crypt_util.c: Likewise.
43436         * libio/filedoalloc.c: Likewise.
43437         * libio/fileops.c: Likewise.
43438         * libio/genops.c: Likewise.
43439         * libio/iofclose.c: Likewise.
43440         * libio/iofdopen.c: Likewise.
43441         * libio/iofopen.c: Likewise.
43442         * libio/iofopen64.c: Likewise.
43443         * libio/iogetdelim.c: Likewise.
43444         * libio/iopopen.c: Likewise.
43445         * libio/obprintf.c: Likewise.
43446         * libio/oldfileops.c: Likewise.
43447         * libio/oldiofclose.c: Likewise.
43448         * libio/oldiofdopen.c: Likewise.
43449         * libio/oldiofopen.c: Likewise.
43450         * libio/oldiopopen.c: Likewise.
43451         * libio/wfiledoalloc.c: Likewise.
43452         * libio/wgenops.c: Likewise.
43453         * locale/programs/xmalloc.c: Likewise.
43454         * misc/syslog.c: Likewise.
43455         * stdio-common/xbug.c: Likewise.
43456         * string/memchr.c: Likewise.
43457         * string/memcmp.c: Likewise.
43458         * string/memrchr.c: Likewise.
43459         * string/rawmemchr.c: Likewise.
43460         * sysdeps/posix/getcwd.c: Likewise.
43461         * time/strftime_l.c: Likewise.
43462
43463 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
43464
43465         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
43466         * config.make.in (config-cflags-sse2avx): Define.
43467         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43468         Fix typo.
43469
43470 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
43471
43472         * scripts/config.guess: Update from upstream config git repository.
43473         * scripts/config.sub: Likewise.
43474
43475 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
43476
43477         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43478         (EM_NUM): Update.
43479         (R_TILEPRO_*, R_TILEGX_*): New macros.
43480
43481         * scripts/firstversions.awk: Fix bug in version range handling.
43482
43483         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43484
43485         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43486
43487         * include/sys/epoll.h: New file.
43488         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43489         libc_hidden_def.
43490
43491 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
43492
43493         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43494         Avoid unnecessary __WORDSIZE == 64 test.
43495         (fmaxf): Use VEX format if possible.
43496         (fmax): Likewise.
43497         (fminf): Likewise.
43498         (fmin): Likewise.
43499
43500         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43501         * math/math_private.h: Remove libc_fegetround* and
43502         libc_fesetround*.
43503         * sysdeps/i386/configure.in: Check for -msse2avx.
43504         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43505         also if SSE2AVX is defined.
43506         Remove libc_fegetround* and libc_fesetround*.
43507         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43508         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
43509         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43510         of HAS_YMM_USABLE.
43511         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43512         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43513         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43514         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43515         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43516
43517         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43518
43519 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43520
43521         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43522         size is not set.
43523         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43524
43525 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
43526
43527         [BZ #13618]
43528         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
43529         relocation.
43530         * Makeconfig (libm): Define.
43531         * elf/Makefile: Add rules to build and run tst-relsort1.
43532         * elf/tst-relsort1.c: New file.
43533         * elf/tst-relsort1mod1.c: New file.
43534         * elf/tst-relsort1mod2.c: New file.
43535
43536 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
43537
43538         * math/s_ldexp.c: Remove __STDC__ conditionals.
43539         * math/s_ldexpf.c: Likewise.
43540         * math/s_ldexpl.c: Likewise.
43541         * math/s_nextafter.c: Likewise.
43542         * math/s_nexttowardf.c: Likewise.
43543         * math/s_significand.c: Likewise.
43544         * math/s_significandf.c: Likewise.
43545         * math/s_significandl.c: Likewise.
43546         * math/w_jnl.c: Likewise.
43547         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43548         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43549         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43550         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43551         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43552         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43553         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
43554         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43555         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43556         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43557         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43558         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43559         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43560         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43561         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43562         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43563         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43564         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43565         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43566         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43567         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43568         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43569         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43570         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43571         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43572         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43573         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43574         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43575         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43576         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43577         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43578         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43579         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43580         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43581         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43582         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43583         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43584         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43585         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43586         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43587         * sysdeps/ieee754/k_standard.c: Likewise.
43588         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43589         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43590         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43591         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43592         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43593         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43594         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43595         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43596         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43597         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43598         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43599         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43600         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43601         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43602         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43603         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43604         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43605         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43606         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43607         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43608         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43609         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43610         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43611         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43612         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43613         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43614         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43615         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43616         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43617         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43618         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43619         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
43620         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43621         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43622         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43623         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43624         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
43625         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43626         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43627         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
43628         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
43629         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43630         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
43631         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
43632         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43633         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
43634         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
43635         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43636         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43637         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
43638         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
43639         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43640         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43641         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43642         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43643         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43644         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
43645         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43646         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43647         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43648         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43649         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43650         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43651         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43652         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43653         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43654         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43655         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43656         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43657         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43658         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43659         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43660         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43661         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43662         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43663         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43664         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43665         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43666         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43667         * sysdeps/ieee754/s_matherr.c: Likewise.
43668         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43669         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
43670         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
43671         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
43672
43673 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43674
43675         * crypt/md5.h: Remove __STDC__ conditionals.
43676         * libio/libioP.h: Likewise.
43677         * locale/programs/config.h: Likewise.
43678         * sysdeps/generic/sysdep.h: Likewise.
43679         * sysdeps/i386/asm-syntax.h: Likewise.
43680         * sysdeps/s390/asm-syntax.h: Likewise.
43681         * sysdeps/unix/sysdep.h: Likewise.
43682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43684
43685 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
43686
43687         * libio/libio.h: Remove __STDC__ conditionals.
43688         * malloc/obstack.h: Likewise.
43689         * math/complex.h: Likewise.
43690         * math/math.h: Likewise.
43691         * sysdeps/generic/_G_config.h: Likewise.
43692         * sysdeps/gnu/_G_config.h: Likewise.
43693         * sysdeps/mach/hurd/_G_config.h: Likewise.
43694         * sysdeps/powerpc/bits/mathdef.h: Likewise.
43695         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43696         * sysdeps/sparc/bits/mathdef.h: Likewise.
43697
43698 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
43699
43700         [BZ #13583]
43701         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
43702         Clean up HAS_* macros.
43703         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
43704         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
43705         possible.
43706         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
43707         HAS_AVX.
43708         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43709         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43710         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43711         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43712         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43713
43714 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
43715
43716         * elf/tst-unique3.cc (gets): Remove declaration.
43717         * elf/tst-unique3lib.cc (gets): Likewise.
43718         * elf/tst-unique3lib2.cc (gets): Likewise.
43719         * elf/tst-unique4.cc (gets): Likewise.
43720
43721 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
43722
43723         * include/stdio.h: Add C++ protection.  Add gets declarations and
43724         definitions.
43725         * debug/tst-chk1.c: Don't declare gets here.
43726         * stdio-common/tst-gets.c: Likewise.
43727
43728 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43729
43730         * posix/glob: Remove directory.
43731
43732 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
43733
43734         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
43735
43736 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
43737
43738         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
43739         of the non-standard EPFNOSUPPORT.
43740
43741 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43742
43743         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
43744         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
43745         ANYWHERE set to 1 only on KERN_NO_SPACE error.
43746
43747 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
43748
43749         * wcsmbs/uchar.h: Test __STDC_VERSION__.
43750
43751 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
43752
43753         * nscd/aicache.c (addhstaiX): Do not cache negative results of
43754         transient errors.
43755         * nscd/grpcache.c (cache_addgr): Likewise.
43756         * nscd/hstcache.c (cache_addhst): Likewise.
43757         * nscd/initgrcache.c (addinitgroupsX): Likewise.
43758         * nscd/pwdcache.c (cache_addpw): Likewise.
43759         * nscd/servicescache.c (cache_addserv): Likewise.
43760
43761 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
43762
43763         * malloc/malloc.c: Various cleanups.
43764         * malloc/hooks.c: Likewise.
43765
43766         * stdlib/Makefile (tests): Add bug-fmtmsg1.
43767         * stdlib/bug-fmtmsg1.c: New file.
43768
43769         * stdlib/fmtmsg.c (init): Add missing unlock.
43770         Patch by Peng Haitao <penght@cn.fujitsu.com>.
43771
43772 2012-01-12  Marek Polacek  <polacek@redhat.com>
43773
43774         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43775         and _GNU_SOURCE.
43776
43777 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
43778
43779         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
43780         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
43781         macro to ensure uniqueness of label name.
43782         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43783         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43784
43785 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
43786
43787         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
43788
43789         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
43790         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43791         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43792         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
43793
43794 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
43795
43796         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
43797
43798         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
43799         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43800         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43801
43802         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
43803
43804         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
43805         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43806         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
43807         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
43808
43809         * math/bits/math-finite.h: Add ldexp support.
43810
43811 2012-01-10  Marek Polacek  <polacek@redhat.com>
43812
43813         * locale/programs/localedef.h (show_archive_content): Add noreturn
43814         attribute.
43815
43816 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
43817
43818         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43819
43820 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43821
43822         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43823
43824         * io/Makefile (headers): Add bits/poll2.h.
43825
43826 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
43827
43828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43829         typo #include statement.
43830
43831 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43832
43833         * include/sys/cdefs.h: Define __attribute_alloc_size.
43834         * catgets/gencat.c: Add alloc_size attribute and apply consistently
43835         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43836         * elf/pldd.c: Likewise.
43837         * iconv/iconv_charmap.c: Likewise.
43838         * iconv/iconvconfig.c: Likewise.
43839         * iconv/strtab.c: Likewise.
43840         * locale/programs/locale.c: Likewise.
43841         * locale/programs/localedef.h: Likewise.
43842         * locale/programs/simple-hash.c: Likewise.
43843         * nscd/nscd.h: Likewise.
43844         * nss/makedb.c: Likewise.
43845         * sysdeps/generic/ldconfig.h: Likewise.
43846         * locale/programs/localedef.c: Remove xmalloc prototype.
43847         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43848
43849 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
43850
43851         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43852         appropriate.
43853
43854 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
43855
43856         * math/Makefile (tests): Add tst-CMPLX.
43857         * math/tst-CMPLX.c: New file.
43858
43859         * math/complex.h (CMPLXL): Fix typo.
43860
43861         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43862         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43863         GLIBC_2.16.
43864         * debug/tst-chk1.c: Add poll and ppoll tests.
43865         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43866         * include/sys/poll.h: Add hidden proto for ppoll.
43867         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43868         * sysdeps/mach/hurd/ppoll.c: Likewise.
43869         * io/ppoll.c: Likewise.
43870         * debug/poll_chk.c: New file.
43871         * debug/ppoll_chk.c: New file.
43872         * include/bits/poll2.h: New file.
43873         * io/bits/poll2.h: New file.
43874
43875         [BZ #1350]
43876         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43877
43878         * configure.in: static is always set to yes.  Remove.
43879         * config.make.in: Don't set build-static.
43880         * Makeconfig: Remove use of build-static.
43881         * dlfcn/Makefile: Likewise.
43882         * elf/Makefile: Likewise.
43883         * math/Makefile: Likewise.
43884         * misc/Makefile: Likewise.
43885         * nptl/Makefile: Likewise.
43886         * sysdeps/mach/hurd/Makefile: Likewise.
43887
43888         * configure.in: PWD_P is not used anymore.
43889         * config.make.in: Remove PWD_P entry.
43890
43891         * configure.in: Remove last remnants of RANLIB.
43892         No need to check for signed size_t anymore.
43893         Don't set libc_commonpagesize and libc_relro_required here for Alpha
43894         and IA-64.
43895         Remove __builtin_expect test because we require at least gcc 3.4.
43896         * aclocal.m4: Likewise.
43897
43898         * wcsmbs/mbrtoc16.c: Implement using towc function.
43899         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43900         * wcsmbs/wcsmbsload.c: Likewise.
43901         * iconv/gconv_simple.c: Likewise.
43902         * iconv/gconv_int.h: Likewise.
43903         * iconv/gconv_builtin.h: Likewise.
43904         * iconv/iconv_prog.c: Remove CHAR16 handling.
43905
43906         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43907
43908         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43909
43910         * configure.in: Remove --with-elf and --enable-bounded options.
43911         Dont set base_machine for ia64.  More non-ELF conditions removed.
43912         Remove testing and setting of leading underscore information.
43913         * config.make.in (build-bounded): Set to no.
43914         * config.h.in: Remove NO_UNDERSCORES entry.
43915         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
43916         them.
43917         * csu/start.c: Remove !NO_UNDERSCORE code.
43918         * locale/localeinfo.h: Likewise.
43919         * sysdeps/generic/machine-gmon.h: Likewise.
43920         * sysdeps/generic/sysdep.h: Likewise.
43921         * sysdeps/i386/sysdep.h: Likewise.
43922         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43923         * sysdeps/mach/sysdep.h: Likewise.
43924         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43925         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43926         * sysdeps/sh/sysdep.h: Likewise.
43927         * sysdeps/sparc/sparc32/alloca.S: Likewise.
43928         * sysdeps/unix/i386/sysdep.S: Likewise.
43929         * sysdeps/unix/sparc/start.c: Likewise.
43930         * sysdeps/unix/sparc/sysdep.S: Likewise.
43931         * sysdeps/unix/sparc/sysdep.h: Likewise.
43932         * sysdeps/unix/start.c: Likewise.
43933         * sysdeps/unix/x86_64/sysdep.S: Likewise.
43934         * sysdeps/x86_64/sysdep.h: Likewise.
43935
43936 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
43937
43938         [BZ #13553]
43939         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43940         for non-gcc.
43941         * argp/argp-fmtstream.h: Use const instead __const.
43942         * argp/argp.h: Likewise.
43943         * assert/assert.h: Likewise.
43944         * bits/fenv.h: Likewise.
43945         * bits/sched.h: Likewise.
43946         * bits/sigset.h: Likewise.
43947         * bits/sigthread.h: Likewise.
43948         * catgets/nl_types.h: Likewise.
43949         * conform/data/pthread.h-data: Likewise.
43950         * crypt/crypt-private.h: Likewise.
43951         * crypt/crypt.h: Likewise.
43952         * crypt/crypt_util.c: Likewise.
43953         * ctype/ctype.h: Likewise.
43954         * debug/execinfo.h: Likewise.
43955         * debug/mbsnrtowcs_chk.c: Likewise.
43956         * debug/mbsrtowcs_chk.c: Likewise.
43957         * debug/wcsnrtombs_chk.c: Likewise.
43958         * debug/wcsrtombs_chk.c: Likewise.
43959         * debug/wcstombs_chk.c: Likewise.
43960         * dirent/dirent.h: Likewise.
43961         * dlfcn/dlfcn.h: Likewise.
43962         * elf/neededtest4.c: Likewise.
43963         * grp/grp.h: Likewise.
43964         * gshadow/gshadow.h: Likewise.
43965         * iconv/gconv.h: Likewise.
43966         * iconv/gconv_int.h: Likewise.
43967         * iconv/gconv_simple.c: Likewise.
43968         * iconv/iconv.h: Likewise.
43969         * iconv/loop.c: Likewise.
43970         * iconv/skeleton.c: Likewise.
43971         * include/aio.h: Likewise.
43972         * include/aliases.h: Likewise.
43973         * include/argz.h: Likewise.
43974         * include/arpa/inet.h: Likewise.
43975         * include/assert.h: Likewise.
43976         * include/dirent.h: Likewise.
43977         * include/dlfcn.h: Likewise.
43978         * include/execinfo.h: Likewise.
43979         * include/fcntl.h: Likewise.
43980         * include/fenv.h: Likewise.
43981         * include/glob.h: Likewise.
43982         * include/grp.h: Likewise.
43983         * include/libintl.h: Likewise.
43984         * include/mntent.h: Likewise.
43985         * include/netdb.h: Likewise.
43986         * include/pwd.h: Likewise.
43987         * include/rpc/netdb.h: Likewise.
43988         * include/sched.h: Likewise.
43989         * include/search.h: Likewise.
43990         * include/shadow.h: Likewise.
43991         * include/signal.h: Likewise.
43992         * include/stdio.h: Likewise.
43993         * include/stdlib.h: Likewise.
43994         * include/string.h: Likewise.
43995         * include/sys/socket.h: Likewise.
43996         * include/sys/stat.h: Likewise.
43997         * include/sys/statfs.h: Likewise.
43998         * include/sys/statvfs.h: Likewise.
43999         * include/sys/syslog.h: Likewise.
44000         * include/sys/time.h: Likewise.
44001         * include/sys/uio.h: Likewise.
44002         * include/time.h: Likewise.
44003         * include/unistd.h: Likewise.
44004         * include/utmp.h: Likewise.
44005         * include/wchar.h: Likewise.
44006         * include/wctype.h: Likewise.
44007         * inet/aliases.h: Likewise.
44008         * inet/arpa/inet.h: Likewise.
44009         * inet/netinet/ether.h: Likewise.
44010         * inet/netinet/in.h: Likewise.
44011         * intl/libintl.h: Likewise.
44012         * io/bits/fcntl2.h: Likewise.
44013         * io/fcntl.h: Likewise.
44014         * io/ftw.h: Likewise.
44015         * io/sys/poll.h: Likewise.
44016         * io/sys/stat.h: Likewise.
44017         * io/sys/statfs.h: Likewise.
44018         * io/sys/statvfs.h: Likewise.
44019         * io/utime.h: Likewise.
44020         * libio/bits/stdio.h: Likewise.
44021         * libio/bits/stdio2.h: Likewise.
44022         * libio/libio.h: Likewise.
44023         * libio/libioP.h: Likewise.
44024         * libio/stdio.h: Likewise.
44025         * locale/lc-ctype.c: Likewise.
44026         * locale/locale.h: Likewise.
44027         * login/utmp.h: Likewise.
44028         * malloc/arena.c: Likewise.
44029         * malloc/malloc.c: Likewise.
44030         * malloc/malloc.h: Likewise.
44031         * malloc/mcheck.c: Likewise.
44032         * malloc/mtrace.c: Likewise.
44033         * math/bits/mathcalls.h: Likewise.
44034         * math/fenv.h: Likewise.
44035         * math/math_private.h: Likewise.
44036         * misc/bits/error.h: Likewise.
44037         * misc/bits/syslog.h: Likewise.
44038         * misc/err.h: Likewise.
44039         * misc/error.h: Likewise.
44040         * misc/fstab.h: Likewise.
44041         * misc/mntent.h: Likewise.
44042         * misc/regexp.h: Likewise.
44043         * misc/search.h: Likewise.
44044         * misc/sgtty.h: Likewise.
44045         * misc/sys/mman.h: Likewise.
44046         * misc/sys/syslog.h: Likewise.
44047         * misc/sys/uio.h: Likewise.
44048         * misc/sys/xattr.h: Likewise.
44049         * misc/ttyent.h: Likewise.
44050         * nis/rpcsvc/ypclnt.h: Likewise.
44051         * nss/nss.h: Likewise.
44052         * posix/bits/unistd.h: Likewise.
44053         * posix/fnmatch.h: Likewise.
44054         * posix/glob.h: Likewise.
44055         * posix/sched.h: Likewise.
44056         * posix/spawn.h: Likewise.
44057         * posix/sys/wait.h: Likewise.
44058         * posix/unistd.h: Likewise.
44059         * posix/wordexp.h: Likewise.
44060         * pwd/pwd.h: Likewise.
44061         * resolv/netdb.h: Likewise.
44062         * resource/sys/resource.h: Likewise.
44063         * rt/aio.h: Likewise.
44064         * rt/bits/mqueue2.h: Likewise.
44065         * rt/mqueue.h: Likewise.
44066         * shadow/shadow.h: Likewise.
44067         * signal/signal.h: Likewise.
44068         * socket/send.c: Likewise.
44069         * socket/sendto.c: Likewise.
44070         * socket/sys/socket.h: Likewise.
44071         * stdio-common/printf.h: Likewise.
44072         * stdlib/bits/stdlib.h: Likewise.
44073         * stdlib/fmtmsg.h: Likewise.
44074         * stdlib/monetary.h: Likewise.
44075         * stdlib/stdlib.h: Likewise.
44076         * stdlib/ucontext.h: Likewise.
44077         * streams/stropts.h: Likewise.
44078         * string/argz.h: Likewise.
44079         * string/bits/string2.h: Likewise.
44080         * string/string.h: Likewise.
44081         * string/strings.h: Likewise.
44082         * sunrpc/rpc/auth.h: Likewise.
44083         * sunrpc/rpc/auth_des.h: Likewise.
44084         * sunrpc/rpc/clnt.h: Likewise.
44085         * sunrpc/rpc/netdb.h: Likewise.
44086         * sunrpc/rpc/pmap_clnt.h: Likewise.
44087         * sunrpc/rpc/xdr.h: Likewise.
44088         * sysdeps/generic/inttypes.h: Likewise.
44089         * sysdeps/generic/net/if.h: Likewise.
44090         * sysdeps/generic/sys/swap.h: Likewise.
44091         * sysdeps/gnu/net/if.h: Likewise.
44092         * sysdeps/gnu/utmpx.h: Likewise.
44093         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
44094         * sysdeps/i386/i486/bits/string.h: Likewise.
44095         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
44096         * sysdeps/s390/bits/string.h: Likewise.
44097         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
44098         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
44099         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44100         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44101         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44102         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44103         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44104         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44105         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44106         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44107         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44108         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44109         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44110         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44111         * sysdeps/unix/sysv/linux/readv.c: Likewise.
44112         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44113         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44114         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44115         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44116         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44117         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44118         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44119         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44120         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44121         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44122         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44123         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44124         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44125         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
44126         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
44127         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
44128         * sysvipc/sys/ipc.h: Likewise.
44129         * sysvipc/sys/msg.h: Likewise.
44130         * sysvipc/sys/sem.h: Likewise.
44131         * sysvipc/sys/shm.h: Likewise.
44132         * termios/termios.h: Likewise.
44133         * time/sys/time.h: Likewise.
44134         * time/time.h: Likewise.
44135         * wcsmbs/bits/wchar2.h: Likewise.
44136         * wcsmbs/uchar.h: Likewise.
44137         * wcsmbs/wchar.h: Likewise.
44138         * wctype/wctype.h: Likewise.
44139
44140         [BZ #13551]
44141         * Makeconfig: Remove all but ELF support including AIX support.
44142         * Makerules: Likewise.
44143         * config.h.in: Likewise.
44144         * config.make.in: Likewise.
44145         * configure: Likewise.
44146         * configure.in: Likewise.
44147         * csu/Makefile: Likewise.
44148         * csu/version.c: Likewise.
44149         * debug/Makefile: Likewise.
44150         * dlfcn/Makefile: Likewise.
44151         * elf/Makefile: Likewise.
44152         * extra-lib.mk: Likewise.
44153         * iconv/Makefile: Likewise.
44154         * include/libc-symbols.h: Likewise.
44155         * include/shlib-compat.h: Likewise.
44156         * resolv/Makefile: Likewise.
44157         * resolv/res_libc.c: Likewise.
44158         * rt/Makefile: Likewise.
44159         * sysdeps/i386/asm-syntax.h: Likewise.
44160         * sysdeps/i386/sysdep.h: Likewise.
44161         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44162         * sysdeps/mach/sysdep.h: Likewise.
44163         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44164         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44165         * sysdeps/s390/asm-syntax.h: Likewise.
44166         * sysdeps/s390/s390-32/sysdep.h: Likewise.
44167         * sysdeps/s390/s390-64/sysdep.h: Likewise.
44168         * sysdeps/sh/sysdep.h: Likewise.
44169         * sysdeps/unix/sparc/sysdep.h: Likewise.
44170         * sysdeps/wordsize-32/divdi3.c: Likewise.
44171         * sysdeps/x86_64/sysdep.h: Likewise.
44172
44173         * argp/Versions: Remove _argp_unlock_xxx.
44174
44175         [BZ #13559]
44176         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
44177         * abilist/libBrokenLocale.abilist: Likewise.
44178         * abilist/libanl.abilist: Likewise.
44179         * abilist/libc.abilist: Likewise.
44180         * abilist/libcrypt.abilist: Likewise.
44181         * abilist/libdl.abilist: Likewise.
44182         * abilist/libm.abilist: Likewise.
44183         * abilist/libnsl.abilist: Likewise.
44184         * abilist/libpthread.abilist: Likewise.
44185         * abilist/libresolv.abilist: Likewise.
44186         * abilist/librt.abilist: Likewise.
44187         * abilist/libthread_db.abilist: Likewise.
44188         * abilist/libutil.abilist: Likewise.
44189         * abilist/libnss_db.abilist: New file.
44190
44191         * scripts/abilist.awk: Add support for indirect functions.
44192
44193         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44194
44195         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44196
44197         * shlib-versions: Remove entries for ports architectures.
44198
44199         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
44200         files in ports.
44201         * elf/stackguard-macros.h: Remove support for IA-64.
44202         * elf/tst-auditmod1.c: Likewise.
44203         * sysdeps/generic/ldsodefs.h: Likewise.
44204
44205         * sysdeps/unix/sysv/linux/configure.in: Ports should define
44206         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44207         configure files.
44208
44209         [BZ #13552]
44210         * configure.in: Remove --enable-omitfp support.
44211         * FAQ.in: Adjust.
44212         * config.make.in: Likewise.
44213         * Makeconfig: Likewise.
44214         * manual/install.texi: Likewise.
44215
44216         In case anyone cares, the IA-64 architecture could move to ports.
44217         * sysdeps/ia64/*: Removed.
44218         * sysdeps/unix/sysv/linux/ia64/*: Removed.
44219         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
44220
44221         [BZ #13555]
44222         * configure.in: Remove entries for unsupported architectures.
44223
44224         [BZ #13533]
44225         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44226         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
44227         routines.
44228         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44229         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44230         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
44231         fall back to using wcrtomb.
44232         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44233         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
44234         renaming.
44235         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44236         * wcsmbs/tst-c16c32-1.c: New file.
44237
44238         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44239         local variable.
44240
44241         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44242
44243         * elf/tst-unique3.cc: Add explicit declaration of gets.
44244         * elf/tst-unique3lib.cc: Likewise.
44245         * elf/tst-unique3lib2.cc: Likewise.
44246         * elf/tst-unique4.cc: Likewise.
44247
44248         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44249
44250 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
44251
44252         [BZ #13566]
44253         * assert/assert.h (static_assert): Don't define for C++.
44254         * libio/stdio.h (gets): Do declare for C++ <= C++11.
44255         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44256
44257 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
44258
44259         * iconv/loop.c (single loop): Fix assertion in storing of
44260         remaining bytes.
44261
44262         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44263
44264 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
44265
44266         * posix/getconf.c: Update copyright year.
44267         * nss/getent.c: Likewise.
44268         * nss/makedb.c: Likewise.
44269         * iconv/iconvconfig.c: Likewise.
44270         * iconv/iconv_prog.c: Likewise.
44271         * elf/ldconfig.c: Likewise.
44272         * elf/pldd.c: Likewise.
44273         * elf/sotruss.ksh: Likewise.
44274         * catgets/gencat.c: Likewise.
44275         * csu/version.c: Likewise.
44276         * elf/ldd.bash.in: Likewise.
44277         * elf/sprof.c (print_version): Likewise.
44278         * locale/programs/locale.c: Likewise.
44279         * locale/programs/localedef.c: Likewise.
44280         * login/programs/pt_chown.c: Likewise.
44281         * nscd/nscd.c (print_version): Likewise.
44282         * debug/xtrace.sh: Likewise.
44283         * malloc/memusage.sh: Likewise.
44284         * malloc/mtrace.pl: Likewise.
44285         * debug/catchsegv.sh: Likewise.
44286
44287 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
44288
44289         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44290         pure attribute.
44291
44292 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
44293
44294         [BZ #13533]
44295         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44296         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44297         transformations.
44298         * iconv/gconv_int.h: Likewise.
44299         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44300         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44301         from libc for GLIBC_2.16.
44302         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44303         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44304         * wcsmbs/uchar.h: Really define mbstate_t.
44305         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44306         * wcsmbs/c16rtomb.c: New file.
44307         * wcsmbs/mbrtoc16.c: New file.
44308         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44309         for C/POSIX locale.
44310         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44311         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44312
44313         * wcsmbs/wchar.h: Add missing __restrict.
44314
44315 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44316
44317         [BZ #13532]
44318         * time/Makefile (routines): Add timespec_get.
44319         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44320         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
44321         timespec for ISO C11.
44322         * time/timespec_get.c: New file.
44323         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44324         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44325
44326         [BZ #13531]
44327         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44328         * stdlib/stdlib.h: Declare aligned_alloc.
44329         * Versions.def: Add GLIBC_2.16 for libc.
44330         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44331
44332         [BZ 13527]
44333         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44334         ISO C11.
44335
44336         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
44337         code.
44338
44339         [BZ #13528]
44340         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44341
44342         [BZ #13529]
44343         * assert/assert.h (static_assert): Define.
44344
44345         * version.h: Update for 2.16 development version.
44346
44347         [BZ #13526]
44348         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44349         _ISOC11_SOURCE.
44350
44351         * version.h (RELEASE): Bump for 2.15 release.
44352         * include/features.h (__GLIBC_MINOR__): Bump to 15.
44353
44354         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44355         Patch by Marek Polacek <mpolacek@redhat.com>.
44356
44357         * bits/byteswap.h: Protect long long constants with __extension__.
44358         * sysdeps/i386/bits/byteswap.h: Likewise.
44359         * sysdeps/ia64/bits/byteswap.h: Likewise.
44360         * sysdeps/s390/bits/byteswap.h: Likewise.
44361         * sysdeps/x86_64/bits/byteswap.h: Likewise.
44362
44363 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44364
44365         [BZ #13540]
44366         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44367         destination buffer.
44368         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44369
44370 2011-12-23  Marek Polacek  <polacek@redhat.com>
44371
44372         * elf/dl-addr.c (determine_info): Add inline keyword.
44373         * elf/tst-auditmod4b.c (check_avx): Likewise.
44374         * elf/tst-auditmod6b.c (check_avx): Likewise.
44375         * elf/tst-auditmod6c.c (check_avx): Likewise.
44376         * elf/tst-auditmod7b.c (check_avx): Likewise.
44377
44378 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
44379
44380         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44381         !__SSE_MATH__.
44382
44383 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44384
44385         [BZ #13540]
44386         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44387         processing for last bytes.
44388
44389 2011-08-06  Bruno Haible  <bruno@clisp.org>
44390
44391         [BZ #13061]
44392         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44393         U+0385, not to U+1FEE.
44394
44395         [BZ #13062]
44396         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44397         entry for U+00A5 U+0301.
44398
44399 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44400
44401         [BZ #13166]
44402         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44403         buffer for the output is too small.
44404
44405         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44406         optimization.
44407
44408         [BZ #13185]
44409         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44410         SSE flags if possible.
44411
44412 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44413
44414         [BZ #13540]
44415         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44416         processing for last bytes.
44417
44418 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
44419
44420         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44421         (syscall-list-default-options, syscall-list-default-condition)
44422         (syscall-list-includes): Define.
44423         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44424         list of ABIs and options and #if conditions for each ABI.  Do not
44425         handle common syscalls between ABIs specially.
44426         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44427         Remove.
44428         (syscall-list-variants, syscall-list-32bit-options)
44429         (syscall-list-32bit-condition, syscall-list-64bit-options)
44430         (syscall-list-64bit-condition): Define.
44431         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
44432         (syscall-list-variants, syscall-list-32bit-options)
44433         (syscall-list-32bit-condition, syscall-list-64bit-options)
44434         (syscall-list-64bit-condition): Define.
44435         * sysdeps/unix/sysv/linux/sparc/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/x86_64/Makefile (64bit-predefine):
44441         Remove.
44442         (syscall-list-variants, syscall-list-32bit-options)
44443         (syscall-list-32bit-condition, syscall-list-64bit-options)
44444         (syscall-list-64bit-condition): Define.
44445
44446 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
44447
44448         * locale/iso-639.def: Add brx entry.
44449
44450         [BZ #13328]
44451         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44452         Proposed by Mariusz_Cukr <marcukr@op.pl>.
44453
44454         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44455         __feraiseexcept_renamed.
44456
44457 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44458
44459         [BZ #13538]
44460         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44461         EPOLLET with unsigned values.
44462         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44463         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44464
44465         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44466         to large cancellation.
44467         * math/s_cacoshf.c: Likewise.
44468         * math/s_cacoshl.c: Likewise.
44469
44470 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
44471
44472         [BZ #13305]
44473         [BZ #12786]
44474         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44475         * math/s_cacoshf.c: Likewise.
44476         * math/s_cacoshl.c: Likewise.
44477
44478 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
44479
44480         [BZ #13439]
44481         * iconv/gconv.h: Define __GCONV_SWAP.
44482         * iconvdata/unicode.c: The swap bit must be stored in __flags.
44483         * iconvdata/utf-16.c: Likewise.
44484         * iconvdata/utf-32.c: Likewise.
44485
44486 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
44487
44488         [BZ #13524]
44489         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44490         numerator after shifting it by one limb.
44491
44492 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
44493
44494         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44495         under [__USE_EXTERN_INLINES].
44496
44497 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44498
44499         [BZ #13446]
44500         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44501
44502 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44503
44504         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44505         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44506         optimized code.
44507         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44508         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44509         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44510         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44511         for strncasecmp/strncasecmp_l compilation.
44512         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44513         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44514
44515 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
44516
44517         [BZ #13484]
44518         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44519         of __asm__.
44520
44521 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
44522
44523         [BZ #13506]
44524         * time/tzfile.c (__tzfile_read): Check values from file header.
44525
44526 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
44527
44528         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
44529         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
44530         * powerpc/powerpc32/dl-start.S: Likewise.
44531         * powerpc/powerpc32/elf/start.S: Likewise.
44532         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
44533         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
44534         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
44535         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
44536         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
44537         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
44538         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
44539         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44540         * powerpc/powerpc32/fpu/s_round.S: Likewise.
44541         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
44542         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
44543         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
44544         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
44545         * powerpc/powerpc32/memset.S: Likewise.
44546         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
44547         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
44548         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
44549         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
44550         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
44551         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
44552         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
44553         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
44554         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
44555         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
44556         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
44557         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44558         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44559
44560 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44561
44562         * math/libm-test.inc: Added more nearbyint tests.
44563         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
44564         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
44565         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
44566         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
44567
44568 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
44569
44570         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
44571         FD_CLOEXEC.
44572
44573 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44574
44575         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
44576         Add wcscpy-ssse3 wcscpy-c.
44577         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
44578         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
44579         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
44580         * sysdeps/x86_64/wcschr.S: New file.
44581         * sysdeps/x86_64/wcsrchr.S: New file.
44582         * string/test-strcmp.c: Remove checking of wcscmp function for
44583         wrong alignments.
44584         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
44585         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
44586         wcsrchr-sse2 wcsrchr-c.
44587         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
44588         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
44589         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
44590         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
44591         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
44592         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
44593         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
44594         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
44595         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
44596         * wcsmbc/wcschr.c (WCSCHR): New macro.
44597
44598 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44599
44600         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
44601         * wcsmbs/test-wcsrchr.c: New file.
44602         * string/test-strrchr.c: Add wcsrchr support.
44603         (WIDE): New macro.
44604         * wcsmbs/test-wcscpy.c: New file.
44605         * string/test-strcpy.c: Add wcscpy support.
44606         (WIDE): New macro.
44607
44608 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
44609
44610         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
44611         the inner loop.
44612
44613 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
44614
44615         [BZ #13472]
44616         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
44617
44618 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
44619
44620         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
44621         Minor optimizations.
44622
44623         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
44624         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
44625         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
44626
44627 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
44628
44629         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
44630         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
44631         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
44632         for gcc to avoid warnings.
44633         * inet/Makefile (tests): Add tst-checks.
44634         * inet/tst-checks.c: New file.
44635
44636         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
44637         warning.
44638
44639         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
44640         __wmemcmp_sse2.
44641
44642         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
44643         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
44644
44645         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
44646
44647 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
44648
44649         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
44650         problem.
44651
44652         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
44653
44654 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
44655
44656         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
44657         conditional on GCC version.
44658         (__arch_compare_and_exchange_val_8_acq)
44659         (__arch_compare_and_exchange_val_16_acq)
44660         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44661         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44662         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
44663
44664 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
44665
44666         * sysdeps/sh/backtrace.c: New file.
44667
44668 2011-12-02  Andreas Schwab  <schwab@redhat.com>
44669
44670         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
44671         parenthesis.
44672
44673 2011-12-01  Andreas Schwab  <schwab@redhat.com>
44674
44675         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
44676         falling back to utime.
44677
44678 2011-11-30  Andreas Schwab  <schwab@redhat.com>
44679
44680         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
44681         expectations for float.
44682
44683 2011-11-29  Andreas Schwab  <schwab@redhat.com>
44684
44685         * locale/weight.h (findidx): Add parameter len.
44686         * locale/weightwc.h (findidx): Likewise.
44687         * posix/fnmatch_loop.c (FCT): Adjust caller.
44688         * posix/regcomp.c (build_equiv_class): Likewise.
44689         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
44690         * posix/regexec.c (check_node_accept_bytes): Likewise.
44691         * string/strcoll_l.c (STRCOLL): Likewise.
44692         * string/strxfrm_l.c (STRXFRM): Likewise.
44693
44694 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
44695
44696         * Makefile.in: Remove CVSOPT handling.
44697         * configure.in: Remove use of AC_REVISION.
44698         * iconvdata/Makefile (distribute): No need to filter out CVS.
44699         * scripts/list-sources.sh: Remove CVS, subversion and monotone
44700         handling.
44701
44702 2011-11-16  Andreas Schwab  <schwab@redhat.com>
44703
44704         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
44705         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
44706         [USE_AS_STRNCASECMP_L]: Likewise.
44707         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
44708         NO_TLS_DIRECT_SEG_REFS.
44709         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
44710         Fix argument offsets for non-PIC.
44711         [USE_AS_STRNCASECMP_L]: Likewise.
44712         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
44713         NO_TLS_DIRECT_SEG_REFS.
44714
44715 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44716
44717         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
44718         O_CLOEXEC.
44719         * locale/loadlocale.c (_nl_load_locale): Likewise.
44720
44721 2011-11-15  Andreas Schwab  <schwab@redhat.com>
44722
44723         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
44724         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
44725         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
44726         (SYSCALL_GETTIME): Set errno on error.
44727
44728         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
44729         count references to noai6ai_cached.
44730
44731 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
44732
44733         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
44734
44735         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
44736         FD_CLOEXEC for /proc/self/maps.
44737
44738         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
44739         FD_CLOEXEC for /proc/meminfo.
44740
44741         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
44742         gai.conf.
44743
44744         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
44745         FD_CLOEXEC for given file.
44746
44747         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
44748
44749         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
44750         FD_CLOEXEC for /etc/hosts.
44751         (_gethtent): Likewise.
44752
44753         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
44754
44755         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
44756         cancellation and set FD_CLOEXEC for /etc/netgroup.
44757
44758         * nss/nss_files/files-key.c (search): Don't allow cancellation when
44759         reading /etc/publickey.
44760
44761         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
44762         allow cancellation when reading /etc/group.
44763
44764         * nss/nss_files/files-alias.c (internal_setent): Don't allow
44765         cancellation.
44766         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
44767
44768         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44769         when using data file.
44770
44771         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44772
44773         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44774         (write_nis_obj): Use "c" and "e" in fopen.
44775
44776         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44777
44778         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
44779
44780         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
44781
44782         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
44783
44784         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
44785         locale.alias.
44786
44787         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
44788
44789         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
44790
44791         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
44792
44793         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
44794         file parsing and set FD_CLOEXEC.
44795
44796 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44797
44798         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
44799
44800 2011-11-14  Andreas Schwab  <schwab@redhat.com>
44801
44802         * malloc/arena.c (arena_get2): Don't call reused_arena when
44803         _int_new_arena failed.
44804
44805 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
44806
44807         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
44808         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
44809         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
44810         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44811         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44812         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
44813         to compile strcasecmp and strncasecmp.
44814         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
44815         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
44816
44817         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44818
44819 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
44820
44821         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44822         locale-defines.sym to gen-as-const-headers.
44823         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44824         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44825         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44826         to compile strcasecmp and strncasecmp.
44827         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44828         strcasecmp_l and strncasecmp_l.
44829         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44830         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44831         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44832         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44833         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44834         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44835         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44836         * sysdeps/i386/i686/multiarch/strncase.S: New file.
44837         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44838         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44839         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44840
44841 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
44842
44843         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44844         result of SYSDEP_GETTIME_CPU to retval.
44845         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44846         parameter list to macro.  Remove trailing semicolon.  Adjust users.
44847
44848         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44849         variable.
44850
44851         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44852         mantissa words.
44853         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44854
44855         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44856         from unused variable.
44857
44858         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44859         DWARF definitions.
44860         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44861         for assembling.
44862
44863         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44864         over namespaces.
44865
44866         * sunrpc/rpc_prot.c (rejected): Fix case value.
44867
44868         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44869         unsigned long long int to avoid warnings in shift.
44870
44871         * posix/regex_internal.c (re_string_reconstruct): Actually use result
44872         of use of trans.
44873         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44874         variable tmp.
44875
44876         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44877         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44878         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44879
44880         * nis/nis_table.c (nis_list): Use variable of correct type for
44881         result of __follow_path call.
44882
44883 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44884
44885         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44886         of math functions ceil, trunc, floor, round, and sqrt, when
44887         avaliable on the platform.
44888         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44889         name clash.
44890         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44891         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44892         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44893
44894 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
44895
44896         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44897         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44898
44899 2011-11-11  Roland McGrath  <roland@hack.frob.com>
44900
44901         * include/unistd.h: Fix __readlink return type.
44902         Reported by Chris Metcalf <cmetcalf@tilera.com>.
44903
44904 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
44905
44906         * stdlib/ucontext.h: Undo last change for makecontext.
44907
44908 2011-11-11  Andreas Schwab  <schwab@redhat.com>
44909
44910         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44911
44912         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44913         * setjmp/setjmp.h: Mark functions as non-leaf.
44914         * setjmp/bits/setjmp2.h: Likewise.
44915         * stdlib/ucontext.h: Likewise.
44916
44917 2011-11-10  Andreas Schwab  <schwab@redhat.com>
44918
44919         * malloc/arena.c (_int_new_arena): Don't increment narenas.
44920         (reused_arena): Don't check arena limit.
44921         (arena_get2): Atomically check arena limit.
44922
44923 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
44924
44925         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44926         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44927
44928         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44929         instructions.
44930
44931 2011-11-07  Andreas Schwab  <schwab@redhat.com>
44932
44933         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44934         handler when locking.
44935
44936         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44937         Fix size of allocated buffer.
44938
44939 2011-11-04  Andreas Schwab  <schwab@redhat.com>
44940
44941         [BZ #10103]
44942         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44943         declarations for long double functions.
44944         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44945
44946         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44947
44948 2011-11-03  Andreas Schwab  <schwab@redhat.com>
44949
44950         * nscd/nscd.c (main): Don't start AVC thread until credentials are
44951         installed.
44952
44953         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44954         is disabled.
44955
44956 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44957
44958         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44959
44960 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
44961
44962         * include/alloca.h (stackinfo_alloca_round): Define.
44963         (extend_alloca): Use it.
44964         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44965         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44966         here.
44967
44968         * scripts/check-local-headers.sh: Ignore libaudit.h.
44969
44970         * nscd/Makefile (extra-objs): Make recursively expanded.
44971
44972 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
44973
44974         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44975         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44976
44977         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44978         * posix/tst-rfc3484-2.c: Likewise.
44979         * posix/tst-rfc3484-3.c: Likewise.
44980
44981         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44982         process_vm_writev.
44983         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44984         process_vm_writev.
44985         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44986         process_vm_writev from libc using GLIBC_2.15 version.
44987
44988         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44989
44990 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
44991
44992         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
44993         stack usage.
44994
44995 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
44996
44997         [BZ #13367]
44998         * nss/getent.c (initgroups_keys): Show error message in case no group
44999         names are given.
45000
45001         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
45002         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
45003         __bump_nl_timestamp.
45004         * nscd/connections (nscd_init): When host database is served open
45005         netlink socket and request notification about configuration changes.
45006         (main_loop_poll): Track netlink file descriptor and bump timestamp
45007         in case data becomes available.
45008         (main_loop_epoll): Likewise.
45009         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
45010         (database_pers_head): Add extra_data fileds.
45011         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
45012         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
45013         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
45014         Adjust caller.
45015         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
45016         in6ai data, call __free_in6ai.
45017         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
45018         Add -DHAVE_NETLINK.
45019         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
45020         interface information.  Reuse previous data if netlink timestamp
45021         is not changed.
45022         (__bump_nl_timestamp): New function.
45023         (__free_in6ai): New function.
45024
45025 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
45026
45027         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
45028         close_not_cancel_no_status here.
45029         (__check_pf): Reorganize code a bit to not call close twice if OOM.
45030
45031 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45032
45033         [BZ #13276]
45034         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
45035         return value.
45036
45037         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
45038         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
45039         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
45040
45041 2011-07-03  Andreas Jaeger  <aj@suse.de>
45042
45043         [BZ #10709]
45044         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
45045         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
45046         * math/libm-test.inc (sin_test): Add test case.
45047
45048 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
45049
45050         [BZ #13337]
45051         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
45052         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45053
45054         * elf/chroot_canon.c (chroot_canon): Cleanups.
45055
45056         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
45057
45058         [BZ #13335]
45059         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
45060         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45061
45062         * string/test-strchr.c: Make usable for strchrnul testing.
45063         * string/test-strchrnul.c: New file.
45064         * string/Makefile (strop-tests): Add strchrnul.
45065
45066         * po/it.po: Update from translation team.
45067         * po/es.po: Likewise.
45068
45069 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
45070
45071         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
45072         the three constants needed as parameters.  Drop the others.
45073         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
45074         __m128i_strloadu_tolower.
45075         Create and initialize variable zero and use it in all the places
45076         where _mm_setzero_si128 was used.
45077
45078         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
45079         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
45080         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
45081         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
45082         anymore.
45083         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
45084         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
45085         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
45086         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
45087         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
45088         __mpranred, __mptan.
45089         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
45090         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
45091         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
45092         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
45093         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
45094         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
45095         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
45096         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
45097         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
45098
45099 2011-10-28  Andreas Schwab  <schwab@redhat.com>
45100
45101         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45102         redefine if SHARED.
45103         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45104
45105         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45106         wide char related routines to wcsmbs subdir.
45107
45108 2011-10-27  Andreas Schwab  <schwab@redhat.com>
45109
45110         [BZ #13344]
45111         * misc/sys/cdefs.h (__THROWNL): Define.
45112         * posix/unistd.h: Use __THREADNL instead of __THREAD
45113         for memory synchronization functions.
45114
45115 2011-10-26  Roland McGrath  <roland@hack.frob.com>
45116
45117         [BZ #13349]
45118         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45119         doesn't exist.
45120         * manual/stdio.texi (Obstack Streams): Node removed.
45121
45122 2011-10-26  Andreas Schwab  <schwab@redhat.com>
45123
45124         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45125         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45126         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45127
45128         * math/math_private.h (math_force_eval): Allow non-addressable
45129         arguments.
45130         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
45131
45132 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45133
45134         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45135         file is not needed.
45136
45137         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45138         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45139         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45140         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45141         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45142         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45143         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45144         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45145         Add AVX variants.
45146         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45147         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45148         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45149         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45150         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45151         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45152         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45153         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45154         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45155         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45156         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45157         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45158         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45159         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45160         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45161         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45162         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45163         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45164         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45165
45166         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45167         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
45168
45169         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45170         place.  Use VEX encoding when compiling for AVX.
45171
45172 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45173
45174         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45175         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45176
45177         * string/test-strchr.c (do_test): Don't generate NUL bytes.
45178
45179 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45180
45181         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
45182         useless if() expression.
45183         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45184         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45185         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45186         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45187         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45188         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45189         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45190         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45191         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45192         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45193         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45194         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45195         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45196         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45197         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45198         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45199         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45200         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45201         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45202
45203         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45204
45205 2011-10-25  Andreas Schwab  <schwab@redhat.com>
45206
45207         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45208         condition.
45209         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45210
45211 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
45212
45213         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45214         .text section.  Avoid duplicate constants.
45215         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45216         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45217         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45218         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45219         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45220         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45221         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45222         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45223         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45224         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45225         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45226         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45227         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45228         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45229         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45230         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45231         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45232         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45233         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45234         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45235         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45236         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45237         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45238         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45239         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45240         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45241         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45242         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45243         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45244         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45245         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45246         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45247         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45248         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45249         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45250         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45251         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45252         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45253         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45254         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45255         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45256         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45257         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45258         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45259         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45260
45261 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
45262
45263         * sysdeps/x86_64/dla.h: Move to ...
45264         * sysdeps/x86_64/fpu/dla.h: ...here.
45265         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45266         situations.  Use __builtin_fma only for gcc 4.6 and up.
45267
45268         * config.make.in: Add have-mfma4 entry.
45269         * configure.in: Substitute libc_cv_cc_fma4.
45270         * math/Makefile (dbl-only-routines): Add sincostab.
45271         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45272         Use __sincostab not sincos.
45273         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45274         name is a macro.
45275         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45276         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45277         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45278         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
45279         using __copysign.
45280         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
45281         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
45282         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45283         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45284         and __inv.
45285         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45286         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45287         __copysign.
45288         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
45289         define aliases when function name is a macro.
45290         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45291         sysdeps/ieee754/dbl-64/sincos.tbl.
45292         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45293         fma4-enabled routines.
45294         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45295         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45296         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45297         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45298         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45299         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45300         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45301         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45302         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45303         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45304         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45305         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45306         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45307         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45308         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45309         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45310         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45311         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45312         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45313         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45314         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45315         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45316         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45317         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45318         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45319         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45320         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45321         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45322         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45323         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45324
45325         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45326         rename.
45327         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45328         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45329         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45330         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45331         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45332         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45333         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45334         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45335
45336 2011-10-24  Andreas Schwab  <schwab@redhat.com>
45337
45338         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45339
45340 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45341
45342         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45343
45344         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45345         prediction.
45346         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45347
45348         * string/strnlen.c: Don't define STRNLEN, reverse logic.
45349         Remove unused variable magic_bits.
45350         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45351
45352         * string/strnlen.c: Define and use STRNLEN macro.
45353         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45354         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45355         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45356         * wcsmbs/wcslen.c: Define and use WCSLEN.
45357         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45358         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45359         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45360         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45361         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45362         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45363         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45364
45365 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45366
45367         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45368         strnlen-sse2-no-bsf.
45369         Rename strlen-no-bsf to strlen-sse2-no-bsf.
45370         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45371         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45372         Add strnlen support.
45373         (USE_AS_STRNLEN): New macro.
45374         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45375         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45376         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45377         * sysdeps/x86_64/wcslen.S: New file.
45378
45379 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
45380
45381         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45382         XMM-moves are used for copying on small sizes.
45383
45384 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45385
45386         * wcsmbs/Makefile (strop-tests): Add wcschr.
45387         * wcsmbs/test-wcschr.c: New file.
45388         * string/test-strchr.c: Update.
45389         Add wcschr support.
45390         (WIDE): New macro.
45391
45392 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45393
45394         * wcsmbs/Makefile (strop-tests): Add wcslen.
45395         * wcsmbs/test-wcslen.c: New file.
45396         * string/test-strlen.c: Update.
45397         Add wcslen support.
45398         (WIDE): New macro.
45399
45400 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45401
45402         * po/it.po: Update from translation team.
45403
45404 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45405
45406         * sysdeps/x86_64/wcscmp.S: Update.
45407         Fix wrong comparison semantics.
45408         wcscmp shall use signed comparison not unsigned.
45409         Don't use substraction to avoid overflow bug.
45410         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45411         * wcsmbc/wcscmp.c: Likewise.
45412         * string/test-strcmp.c: Likewise.
45413         Add new tests to check cases with negative values.
45414
45415 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
45416
45417         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45418         * sysdeps/x86_64/dla.h: ...here.  New file.
45419         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45420         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45421         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45422         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45423         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45424         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45425         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45426         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45427         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45428
45429 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
45430
45431         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45432         __ynl_finite aliases.
45433
45434 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45435
45436         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45437
45438         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45439         define DLA_FMA.
45440         [DLA_FMA] (EMULV): Use DLA_FMA.
45441         [DLA_FMA] (MUL12): Use EMULV.
45442         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45443         that are not needed.
45444         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45445         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45446         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45447         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45448         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45449         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45450         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45451
45452 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
45453
45454         * math/s_nan.c: Undef __nan.
45455         * math/s_nanf.c: Undef __nanf.
45456         * math/s_nanl.c: Undef __nanl.
45457         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45458         "math_private.h".
45459
45460 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
45461
45462         * math/s_catan.c: Add branch predictions.
45463         * math/s_catanf.c: Likewise.
45464         * math/s_catanh.c: Likewise.
45465         * math/s_catanhf.c: Likewise.
45466         * math/s_catanhl.c: Likewise.
45467         * math/s_catanl.c: Likewise.
45468         * math/s_cexp.c: Likewise.
45469         * math/s_cexpf.c: Likewise.
45470         * math/s_cexpl.c: Likewise.
45471         * math/s_clog.c: Likewise.
45472         * math/s_clog10.c: Likewise.
45473         * math/s_clog10f.c: Likewise.
45474         * math/s_clog10l.c: Likewise.
45475         * math/s_clogf.c: Likewise.
45476         * math/s_clogl.c: Likewise.
45477         * math/s_csqrt.c: Likewise.
45478         * math/s_csqrtf.c: Likewise.
45479         * math/s_csqrtl.c: Likewise.
45480         * math/s_ctanf.c: Likewise.
45481         * math/s_ctanh.c: Likewise.
45482         * math/s_ctanhf.c: Likewise.
45483         * math/s_ctanhl.c: Likewise.
45484         * math/s_ctanl.c: Likewise.
45485
45486         * math/math_private.h: Define __nan, __nanf, __nanl.
45487         * math/s_cacosh.c: Include <math_private.h>.
45488         * math/s_cacoshl.c: Likewise.
45489         * math/s_casinh.c: Likewise.
45490         * math/s_casinhf.c: Likewise.
45491         * math/s_casinhl.c: Likewise.
45492         * math/s_ccos.c: Rely entire on ccosh.
45493         * math/s_ccosf.c: Rely entire on ccoshf.
45494         * math/s_ccosl.c: Rely entirely on ccoshl.
45495         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
45496         Remove tests for FE_INVALID.
45497         * math/s_ccoshf.c: Likewise.
45498         * math/s_ccoshl.c: Likewise.
45499         * math/s_csin.c: Likewise.
45500         * math/s_csinf.c: Likewise.
45501         * math/s_csinh.c Likewise.
45502         * math/s_csinhf.c: Likewise.
45503         * math/s_csinhl.c: Likewise.
45504         * math/s_csinl.c: Likewise.
45505         * math/s_ctan.c: Likewise.
45506         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45507         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45508         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45509
45510 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
45511
45512         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45513         compilation problems.
45514
45515         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45516         __builtin_expect.
45517
45518 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
45519
45520         * sysdeps/i386/configure.in: Test for -mfma4 option.
45521         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45522         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45523         COMMON_CPUID_INDEX_80000001.
45524         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45525         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
45526         use it if FMA3 is not supported.
45527         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
45528
45529         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
45530         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
45531
45532 2011-10-20  Andreas Schwab  <schwab@redhat.com>
45533
45534         [BZ #12892]
45535         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
45536         it would create a cycle with a link time dependency.
45537
45538 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
45539
45540         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
45541         instruction.
45542         * string/Makefile (strop-tests): Add rawmemchr.
45543         * string/test-rawmemchr.c: New file.
45544
45545         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
45546         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
45547         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
45548         when compiling str{,n}casecmp and when AVX is available.  Hook up
45549         new optimized code in initializers.
45550
45551 2011-10-19  Andreas Schwab  <schwab@redhat.com>
45552
45553         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
45554         __feraiseexcept instead of feraiseexcept.
45555
45556 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
45557
45558         * math/math_private.h: Define defaults for libc_fetestexcept and
45559         libc_feupdateenv.
45560         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
45561         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
45562         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45563         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45564         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45565         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45566         libc_fetestexcept and libc_feupdateenv.
45567
45568         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
45569         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
45570         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
45571         * sysdeps/x86_64/fpu/math_private.h: Define special version of
45572         libc_feholdexcept_setround.
45573
45574         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
45575         Add s_nearbyint-c and s_nearbyintf-c.
45576         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
45577         nearbyintf inlines.
45578         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
45579         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
45580         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
45581         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
45582
45583         * math/math_private.h: Define defaults for libc_fegetround,
45584         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
45585         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
45586         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
45587         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
45588         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
45589         standard functions.
45590         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45591         Remove comments and hacks for old compiler versions.
45592         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45593         libc_fegetround, libc_fesetround, libc_feholdexcept, and
45594         libc_feholdexceptl.
45595
45596 2011-10-18  Andreas Schwab  <schwab@redhat.com>
45597
45598         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
45599         (__feraiseexcept_renamed): Add __NTH.
45600         (feraiseexcept): Add __NTH.  Rename local variables to fix
45601         namespace violations.
45602
45603 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
45604
45605         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
45606
45607         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
45608
45609         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
45610         recently added interfaces.
45611         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
45612
45613         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
45614         about macro parameter expansion.
45615
45616         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
45617         __NO_MATH_INLINES is defined.  Cleanups.
45618
45619         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
45620         and __floorf is target has SSE4.1.
45621         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
45622         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
45623         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
45624         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
45625
45626         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
45627         name.
45628         (floorf): Likewise.
45629
45630         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
45631
45632 2011-10-17  Andreas Schwab  <schwab@redhat.com>
45633
45634         * misc/sys/cdefs.h: Fix last change.
45635
45636         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
45637         database lookup.
45638
45639 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
45640
45641         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
45642
45643         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
45644         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45645         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45646         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45647         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45648         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45649         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45650         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45651         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45652         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
45653         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
45654         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
45655         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
45656         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
45657         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
45658         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
45659         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
45660         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
45661         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
45662         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
45663         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
45664         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
45665
45666         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
45667         ceil, ceilf, floor, floorf.
45668
45669         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
45670         Perform IRELATIVE relocations last.
45671
45672         * elf/do-rel.h: Add another parameter nrelative, replacing the
45673         local variable with the same name.  Change name of the function
45674         to end in Rel or Rela (uppercase).
45675         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
45676         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
45677         elf_dynamic_do_##reloc function.
45678
45679 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45680
45681         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
45682         is sufficient, at least on modern CPUs.
45683
45684         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
45685
45686         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
45687         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
45688
45689         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
45690         __expl_finite.
45691         * math/bits/math-finite.h: Add entries for exp.
45692         * math/e_expl.c: Add __*_finite alias.
45693         * sysdeps/i386/fpu/e_exp.S: Likewise.
45694         * sysdeps/i386/fpu/e_expf.S: Likewise.
45695         * sysdeps/i386/fpu/e_expl.c: Likewise.
45696         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45697         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45698         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
45699         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
45700         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
45701         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45702         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45703
45704         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
45705         is sufficient, at least on modern CPUs.
45706
45707         * ctype/ctype-info.c (__ctype_init): Define.
45708         * include/ctype.h (__ctype_init): Declare.
45709         (__ctype_b_loc): The variable is always initialized.
45710         (__ctype_toupper_loc): Likewise.
45711         (__ctype_tolower_loc): Likewise.
45712         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
45713         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
45714
45715 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
45716
45717         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
45718
45719         * configure.in: Also look in $cxxmachine/include for C++ system
45720         headers.
45721
45722 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45723
45724         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
45725         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
45726         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
45727         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
45728         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
45729         (USE_AS_WMEMCMP): New macro.
45730         Fixing indents.
45731         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
45732         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
45733         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
45734         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
45735         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45736         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
45737         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
45738         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
45739         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
45740         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
45741         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
45742         (USE_AS_WMEMCMP): New macro.
45743         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
45744         * sysdeps/string/test-memcmp.c: Update.
45745         Fix simple_wmemcmp.
45746         Add new tests.
45747         * wcsmbs/wmemcmp.c: Update.
45748         (WMEMCMP): New macro.
45749         Fix overflow bug.
45750
45751 2011-10-12  Andreas Jaeger  <aj@suse.de>
45752
45753         [BZ #13268]
45754         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
45755
45756 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
45757
45758         * libio/iofwide.c (do_length): Avoid warning.
45759
45760         * ctype/ctype.h (__isctype_f): Add missing __THROW.
45761
45762 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
45763
45764         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
45765
45766         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45767         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45768         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45769         * sysdeps/i386/i686/fpu/e_log.S: New file.
45770         * sysdeps/i386/i686/fpu/e_logf.S: New file.
45771         * sysdeps/i386/i686/fpu/e_logl.S: New file.
45772
45773         * ctype/ctype.h: Add support for inlined isXXX functions when
45774         compiling C++ code.
45775
45776 2011-10-14  Andreas Schwab  <schwab@redhat.com>
45777
45778         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45779
45780         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
45781
45782 2011-10-13  Roland McGrath  <roland@hack.frob.com>
45783
45784         [BZ #13291]
45785         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
45786
45787 2011-10-13  Andreas Schwab  <schwab@redhat.com>
45788
45789         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
45790         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
45791         feraiseexcept.
45792
45793         * sysdeps/x86_64/memrchr.S: Check for zero size.
45794
45795         * string/stratcliff.c: Add memrchr tests.
45796
45797 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45798
45799         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45800         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
45801         rawmemchr-sse2 rawmemchr-sse2-bsf.
45802         * sysdeps/i386/i686/multiarch/memchr.S: New file.
45803         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
45804         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
45805         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
45806         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
45807         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
45808         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
45809         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
45810         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
45811         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
45812         * string/memrchr.c (MEMRCHR): New macro.
45813
45814 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
45815
45816         Add integration with gcc's -ffinite-math-only and optimize wrapper
45817         functions in libm.
45818         * Versions.def: Define GLIBC_2.15 version for libm.
45819         * math/Makefile (headers): Add bits/math-finite.h.
45820         * math/bits/math-finite.h: New file.
45821         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45822         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45823         * math/e_acoshl.c: Add __*_finite alias.
45824         * math/e_acosl.c: Likewise.
45825         * math/e_asinl.c: Likewise.
45826         * math/e_atan2l.c: Likewise.
45827         * math/e_atanhl.c: Likewise.
45828         * math/e_coshl.c: Likewise.
45829         * math/e_exp10.c: Likewise.
45830         * math/e_exp10f.c: Likewise.
45831         * math/e_exp10l.c: Likewise.
45832         * math/e_exp2l.c: Likewise.
45833         * math/e_fmodl.c: Likewise.
45834         * math/e_gammal_r.c: Likewise.
45835         * math/e_hypotl.c: Likewise.
45836         * math/e_j0l.c: Likewise.
45837         * math/e_j1l.c: Likewise.
45838         * math/e_jnl.c: Likewise.
45839         * math/e_lgammal_r.c: Likewise.
45840         * math/e_log10l.c: Likewise.
45841         * math/e_log2l.c: Likewise.
45842         * math/e_logl.c: Likewise.
45843         * math/e_powl.c: Likewise.
45844         * math/e_sinhl.c: Likewise.
45845         * math/e_sqrtl.c: Likewise.
45846         * math/e_scalb.c: Completely rewritten and optimized.
45847         * math/e_scalbf.c: Likewise.
45848         * math/e_scalbl.c: Likewise.
45849         * math/w_acos.c: Likewise.
45850         * math/w_acosf.c: Likewise.
45851         * math/w_acosl.c: Likewise.
45852         * math/w_acosh.c: Likewise.
45853         * math/w_acoshf.c: Likewise.
45854         * math/w_acoshl.c: Likewise.
45855         * math/w_asin.c: Likewise.
45856         * math/w_asinf.c: Likewise.
45857         * math/w_asinl.c: Likewise.
45858         * math/w_atan2.c: Likewise.
45859         * math/w_atan2f.c: Likewise.
45860         * math/w_atan2l.c: Likewise.
45861         * math/w_atanh.c: Likewise.
45862         * math/w_atanhf.c: Likewise.
45863         * math/w_atanhl.c: Likewise.
45864         * math/w_exp10.c: Likewise.
45865         * math/w_exp10f.c: Likewise.
45866         * math/w_exp10l.c: Likewise.
45867         * math/w_fmod.c: Likewise.
45868         * math/w_fmodf.c: Likewise.
45869         * math/w_fmodl.c: Likewise.
45870         * math/w_j0.c: Likewise.
45871         * math/w_j0f.c: Likewise.
45872         * math/w_j0l.c: Likewise.
45873         * math/w_j1.c: Likewise.
45874         * math/w_j1f.c: Likewise.
45875         * math/w_j1l.c: Likewise.
45876         * math/w_jn.c: Likewise.
45877         * math/w_jnf.c: Likewise.
45878         * math/w_log.c: Likewise.
45879         * math/w_logf.c: Likewise.
45880         * math/w_logl.c: Likewise.
45881         * math/w_log10.c: Likewise.
45882         * math/w_log10f.c: Likewise.
45883         * math/w_log10l.c: Likewise.
45884         * math/w_log2.c: Likewise.
45885         * math/w_log2f.c: Likewise.
45886         * math/w_log2l.c: Likewise.
45887         * math/w_pow.c: Likewise.
45888         * math/w_powf.c: Likewise.
45889         * math/w_powl.c: Likewise.
45890         * math/w_remainder.c: Likewise.
45891         * math/w_remainderf.c: Likewise.
45892         * math/w_remainderl.c: Likewise.
45893         * math/w_scalb.c: Likewise.
45894         * math/w_scalbf.c: Likewise.
45895         * math/w_scalbl.c: Likewise.
45896         * math/w_sqrt.c: Likewise.
45897         * math/w_sqrtf.c: Likewise.
45898         * math/w_sqrtl.c: Likewise.
45899         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45900         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
45901         used.
45902         * math/math_private.h: Declare __kernel_standard_f.
45903         * math/w_cosh.c: Remove cruft and optimize a bit.
45904         * math/w_coshf.c: Likewise.
45905         * math/w_coshl.c: Likewise.
45906         * math/w_exp2.c: Likewise.
45907         * math/w_exp2f.c: Likewise.
45908         * math/w_exp2l.c: Likewise.
45909         * math/w_hypot.c: Likewise.
45910         * math/w_hypotf.c: Likewise.
45911         * math/w_hypotl.c: Likewise.
45912         * math/w_lgamma.c: Likewise.
45913         * math/w_lgamma_r.c: Likewise.
45914         * math/w_lgammaf.c: Likewise.
45915         * math/w_lgammaf_r.c: Likewise.
45916         * math/w_lgammal.c: Likewise.
45917         * math/w_lgammal_r.c: Likewise.
45918         * math/w_sinh.c: Likewise.
45919         * math/w_sinhf.c: Likewise.
45920         * math/w_sinhl.c: Likewise.
45921         * math/w_tgamma.c: Likewise.
45922         * math/w_tgammaf.c: Likewise.
45923         * math/w_tgammal.c: Likewise.
45924         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45925         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45926         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45927         Minor optimizations.  Pretty printing.  Remove cruft.
45928         * sysdeps/i386/fpu/e_acosf.S: Likewise.
45929         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45930         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45931         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45932         * sysdeps/i386/fpu/e_acosl.c: Likewise.
45933         * sysdeps/i386/fpu/e_asin.S: Likewise.
45934         * sysdeps/i386/fpu/e_asinf.S: Likewise.
45935         * sysdeps/i386/fpu/e_atan2.S: Likewise.
45936         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45937         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45938         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45939         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45940         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45941         * sysdeps/i386/fpu/e_exp10.S: Likewise.
45942         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45943         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45944         * sysdeps/i386/fpu/e_exp2.S: Likewise.
45945         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45946         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45947         * sysdeps/i386/fpu/e_fmod.S: Likewise.
45948         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45949         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45950         * sysdeps/i386/fpu/e_hypot.S: Likewise.
45951         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45952         * sysdeps/i386/fpu/e_log.S: Likewise.
45953         * sysdeps/i386/fpu/e_log10.S: Likewise.
45954         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45955         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45956         * sysdeps/i386/fpu/e_log2.S: Likewise.
45957         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45958         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45959         * sysdeps/i386/fpu/e_logf.S: Likewise.
45960         * sysdeps/i386/fpu/e_logl.S: Likewise.
45961         * sysdeps/i386/fpu/e_pow.S: Likewise.
45962         * sysdeps/i386/fpu/e_powf.S: Likewise.
45963         * sysdeps/i386/fpu/e_powl.S: Likewise.
45964         * sysdeps/i386/fpu/e_remainder.S: Likewise.
45965         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45966         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45967         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45968         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45969         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45970         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45971         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45972         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45973         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45974         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45975         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45976         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45977         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45978         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45979         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45980         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45981         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45982         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45983         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45984         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45985         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45986         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45987         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45988         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45989         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45990         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45991         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45992         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45993         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45994         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45995         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45996         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45997         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45998         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45999         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
46000         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46001         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
46002         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46003         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46004         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46005         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46006         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46007         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46008         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46009         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46010         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46011         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46012         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46013         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46014         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46015         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46016         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46017         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46018         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46019         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46020         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46021         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46022         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
46023         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46024         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46025         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46026         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46027         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46028         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46029         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46030         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46031         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46032         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46033         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46034         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46035         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46036         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46037         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46038         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46039         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46040         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46041         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
46042         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46043         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46044         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46045         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46046         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46047         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46048         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46049         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
46050         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46051         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46052         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46053         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46054         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46055         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
46056         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46057         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46058         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46059         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46060         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46061         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46062         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46063         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46064         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46065         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46066         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
46067         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
46068         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
46069         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
46070         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
46071         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
46072         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
46073         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
46074         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
46075         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
46076         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
46077         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46078         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46079         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46080         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46081         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
46082         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46083         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
46084         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
46085         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
46086         (__isnanf): Likewise.
46087         (__isinf_ns): Likewise.
46088         (__isinf_nsf): Likewise.
46089         (__finite): Likewise.
46090         (__finitef): Likewise.
46091         (__ieee754_sqrt): Define as macro.
46092         (__ieee754_sqrtf): Define as macro.
46093         (__ieee754_sqrtl): Define as macro.
46094         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
46095         inlined copy.
46096         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
46097         __FINITE_MATH_ONLY__ consistent.
46098         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
46099
46100 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
46101
46102         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46103         of rawmemchr.
46104
46105         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46106
46107 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
46108
46109         * po/ja.po: Update from translation team.
46110
46111 2011-10-08  Roland McGrath  <roland@hack.frob.com>
46112
46113         * locale/programs/locarchive.c (prepare_address_space): New function.
46114         (create_archive, enlarge_archive, open_archive): Use it.
46115
46116         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46117         inside [SHARED], where it is used.
46118
46119         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46120
46121         * nss/getent.c (netgroup_keys): Remove unused variable.
46122         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46123
46124 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
46125
46126         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
46127         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
46128         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
46129         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
46130         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
46131         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46132         * math/Makefile (libm-calls): Add s_isinf_ns.
46133         * math/divtc3.c: Use __isinf_nsl instead of isinf.
46134         * math/multc3.c: Likewise.
46135         * math/s_casin.c: Likewise.
46136         * math/s_casinf.c: Likewise.
46137         * math/s_casinl.c: Likewise.
46138         * math/s_ccos.c: Likewise.
46139         * math/s_ccosf.c: Likewise.
46140         * math/s_ccosl.c: Likewise.
46141         * math/s_ctan.c: Likewise.
46142         * math/s_ctanf.c: Likewise.
46143         * math/s_ctanh.c: Likewise.
46144         * math/s_ctanhf.c: Likewise.
46145         * math/s_ctanhl.c: Likewise.
46146         * math/s_ctanl.c: Likewise.
46147         * math/w_fmod.c: Likewise.
46148         * math/w_fmodf.c: Likewise.
46149         * math/w_fmodl.c: Likewise.
46150         * math/w_remainder.c: Likewise.
46151         * math/w_remainderf.c: Likewise.
46152         * math/w_remainderl.c: Likewise.
46153         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46154         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46155         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46156         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46157         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46158         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46159         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46160         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46161
46162         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46163         of the number.
46164         * stdio-common/printf_fphex.c: Likewise.
46165         * stdio-common/printf_size.c: Likewise.
46166
46167         * math/e_exp10.c: Include math_private.h using <...> not "...".
46168         * math/e_exp10f.c: Likewise.
46169         * math/e_exp10l.c: Likewise.
46170         * math/e_exp2l.c: Likewise.
46171         * math/e_j0l.c: Likewise.
46172         * math/e_j1l.c: Likewise.
46173         * math/e_jnl.c: Likewise.
46174         * math/e_lgammal_r.c: Likewise.
46175         * math/e_rem_pio2l.c: Likewise.
46176         * math/e_scalb.c: Likewise.
46177         * math/e_scalbf.c: Likewise.
46178         * math/e_scalbl.c: Likewise.
46179         * math/k_cosl.c: Likewise.
46180         * math/k_sinl.c: Likewise.
46181         * math/k_tanl.c: Likewise.
46182         * math/s_cacoshf.c: Likewise.
46183         * math/s_catan.c: Likewise.
46184         * math/s_catanf.c: Likewise.
46185         * math/s_catanh.c: Likewise.
46186         * math/s_catanhf.c: Likewise.
46187         * math/s_catanhl.c: Likewise.
46188         * math/s_catanl.c: Likewise.
46189         * math/s_ccosh.c: Likewise.
46190         * math/s_ccoshf.c: Likewise.
46191         * math/s_ccoshl.c: Likewise.
46192         * math/s_cexp.c: Likewise.
46193         * math/s_cexpf.c: Likewise.
46194         * math/s_cexpl.c: Likewise.
46195         * math/s_clog.c: Likewise.
46196         * math/s_clog10.c: Likewise.
46197         * math/s_clog10f.c: Likewise.
46198         * math/s_clog10l.c: Likewise.
46199         * math/s_clogf.c: Likewise.
46200         * math/s_clogl.c: Likewise.
46201         * math/s_csin.c: Likewise.
46202         * math/s_csinf.c: Likewise.
46203         * math/s_csinh.c: Likewise.
46204         * math/s_csinhf.c: Likewise.
46205         * math/s_csinhl.c: Likewise.
46206         * math/s_csinl.c: Likewise.
46207         * math/s_csqrt.c: Likewise.
46208         * math/s_csqrtf.c: Likewise.
46209         * math/s_csqrtl.c: Likewise.
46210         * math/s_ctan.c: Likewise.
46211         * math/s_ctanf.c: Likewise.
46212         * math/s_ctanh.c: Likewise.
46213         * math/s_ctanhf.c: Likewise.
46214         * math/s_ctanhl.c: Likewise.
46215         * math/s_ctanl.c: Likewise.
46216         * math/s_ldexp.c: Likewise.
46217         * math/s_ldexpf.c: Likewise.
46218         * math/s_ldexpl.c: Likewise.
46219         * math/s_significand.c: Likewise.
46220         * math/s_significandf.c: Likewise.
46221         * math/s_significandl.c: Likewise.
46222         * math/w_acos.c: Likewise.
46223         * math/w_acosf.c: Likewise.
46224         * math/w_acosh.c: Likewise.
46225         * math/w_acoshf.c: Likewise.
46226         * math/w_acoshl.c: Likewise.
46227         * math/w_acosl.c: Likewise.
46228         * math/w_asin.c: Likewise.
46229         * math/w_asinf.c: Likewise.
46230         * math/w_asinl.c: Likewise.
46231         * math/w_atan2.c: Likewise.
46232         * math/w_atan2f.c: Likewise.
46233         * math/w_atan2l.c: Likewise.
46234         * math/w_atanh.c: Likewise.
46235         * math/w_atanhf.c: Likewise.
46236         * math/w_atanhl.c: Likewise.
46237         * math/w_cosh.c: Likewise.
46238         * math/w_coshf.c: Likewise.
46239         * math/w_coshl.c: Likewise.
46240         * math/w_dremf.c: Likewise.
46241         * math/w_exp10.c: Likewise.
46242         * math/w_exp10f.c: Likewise.
46243         * math/w_exp10l.c: Likewise.
46244         * math/w_exp2.c: Likewise.
46245         * math/w_exp2f.c: Likewise.
46246         * math/w_fmod.c: Likewise.
46247         * math/w_fmodf.c: Likewise.
46248         * math/w_fmodl.c: Likewise.
46249         * math/w_hypot.c: Likewise.
46250         * math/w_hypotf.c: Likewise.
46251         * math/w_hypotl.c: Likewise.
46252         * math/w_j0.c: Likewise.
46253         * math/w_j0f.c: Likewise.
46254         * math/w_j0l.c: Likewise.
46255         * math/w_j1.c: Likewise.
46256         * math/w_j1f.c: Likewise.
46257         * math/w_j1l.c: Likewise.
46258         * math/w_jn.c: Likewise.
46259         * math/w_jnf.c: Likewise.
46260         * math/w_jnl.c: Likewise.
46261         * math/w_lgamma.c: Likewise.
46262         * math/w_lgamma_r.c: Likewise.
46263         * math/w_lgammaf.c: Likewise.
46264         * math/w_lgammaf_r.c: Likewise.
46265         * math/w_lgammal.c: Likewise.
46266         * math/w_lgammal_r.c: Likewise.
46267         * math/w_log.c: Likewise.
46268         * math/w_log10.c: Likewise.
46269         * math/w_log10f.c: Likewise.
46270         * math/w_log10l.c: Likewise.
46271         * math/w_log2.c: Likewise.
46272         * math/w_log2f.c: Likewise.
46273         * math/w_log2l.c: Likewise.
46274         * math/w_logf.c: Likewise.
46275         * math/w_logl.c: Likewise.
46276         * math/w_pow.c: Likewise.
46277         * math/w_powf.c: Likewise.
46278         * math/w_powl.c: Likewise.
46279         * math/w_remainder.c: Likewise.
46280         * math/w_remainderf.c: Likewise.
46281         * math/w_remainderl.c: Likewise.
46282         * math/w_scalb.c: Likewise.
46283         * math/w_scalbf.c: Likewise.
46284         * math/w_scalbl.c: Likewise.
46285         * math/w_sinh.c: Likewise.
46286         * math/w_sinhf.c: Likewise.
46287         * math/w_sinhl.c: Likewise.
46288         * math/w_sqrt.c: Likewise.
46289         * math/w_sqrtf.c: Likewise.
46290         * math/w_sqrtl.c: Likewise.
46291         * math/w_tgamma.c: Likewise.
46292         * math/w_tgammaf.c: Likewise.
46293         * math/w_tgammal.c: Likewise.
46294
46295         * po/ja.po: Update from translation team.
46296
46297 2011-09-29  Andreas Jaeger  <aj@suse.de>
46298
46299         [BZ #13179]
46300         * sunrpc/netname.c (netname2host): Fix logic.
46301
46302         [BZ #6779]
46303         [BZ #6783]
46304         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46305         correctly.
46306         * math/w_remainder.c (__remainder): Likewise.
46307         * math/w_remainderf.c (__remainderf): Likewise.
46308         * math/libm-test.inc (remainder_test): Add test cases.
46309
46310 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46311
46312         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
46313         sdiv_qrnnd.
46314
46315 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46316
46317         * string/test-memcmp.c: Avoid unncessary #defines.
46318         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46319
46320 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46321
46322         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46323         Use new sse2 version for core i3 - i7 as it's faster
46324         than sse42 version.
46325         (bit_Prefer_PMINUB_for_stringop): New.
46326         * sysdeps/x86_64/rawmemchr.S: Update.
46327         Replace with faster SSE2 version.
46328         * sysdeps/x86_64/memrchr.S: New file.
46329         * sysdeps/x86_64/memchr.S: Update.
46330         Replace with faster SSE2 version.
46331
46332 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
46333
46334         * elf/dl-load.c (lose): Add cast to avoid warning.
46335
46336 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
46337
46338         * po/ca.po: Update from translation team.
46339
46340         * inet/getnetgrent_r.c: Hook up nscd.
46341         * nscd/Makefile (routines): Add nscd_netgroup.
46342         (nscd-modules): Add netgroupcache.
46343         (CFLAGS-netgroupcache.c): Define.
46344         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46345         (cache_search): Add const to second parameter.
46346         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46347         INNETGR.
46348         (dbs): Add netgrdb entry.
46349         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46350         (verify_persistent_db): Handle netgrdb.
46351         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46352         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46353         GETFDNETGR.
46354         (netgroup_response_header): Define.
46355         (innetgroup_response_header): Define.
46356         (datahead): Add netgroup_response_header and innetgroup_response_header
46357         elements.
46358         * nscd/nscd.conf: Add entries for netgroup cache.
46359         * nscd/nscd.h (dbtype): Add netgrdb.
46360         (_PATH_NSCD_NETGROUP_DB): Define.
46361         (netgroup_iov_disabled): Declare.
46362         (xmalloc, xcalloc, xrealloc): Move declarations here.
46363         (cache_search): Adjust prototype.
46364         Add netgroup-related prototypes.
46365         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46366         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46367         (__nscd_innetgr): Declare.
46368         * nscd/selinux.c (perms): Use access_vector_t as element type and
46369         add netgroup-related initializers.
46370         * nscd/netgroupcache.c: New file.
46371         * nscd/nscd_netgroup.c: New file.
46372         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46373         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46374         For four parameters use innetgr.
46375         * nss/nss_files/files-init.c: Add definition and callback for netgr.
46376         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46377         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46378         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46379
46380         * nscd/connections.c (register_traced_file): Don't register file
46381         for disabled databases.
46382
46383 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
46384
46385         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46386
46387         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46388         from tree and freeing node.
46389
46390 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
46391
46392         * nss/nsswitch.c (__nss_database_lookup): Handle
46393         nss_parse_service_list out of memory case.
46394
46395 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
46396
46397         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46398         out of memory case.
46399
46400 2011-10-04  Andreas Schwab  <schwab@redhat.com>
46401
46402         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46403         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46404         pass it down.
46405         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46406         elf_machine_rela, elf_machine_lazy_rel.
46407         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46408         (ELF_DYNAMIC_DO_REL): Likewise.
46409         (ELF_DYNAMIC_DO_RELA): Likewise.
46410         (ELF_DYNAMIC_RELOCATE): Likewise.
46411         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46412         to ELF_DYNAMIC_DO_REL.
46413         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46414         (dl_main): In trace mode always set __RTLD_NOIFUNC.
46415         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46416         elf_machine_rela.
46417         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46418         skip_ifunc, don't call ifunc function if non-zero.
46419         (elf_machine_rela): Likewise.
46420         (elf_machine_lazy_rel): Likewise.
46421         (elf_machine_lazy_rela): Likewise.
46422         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46423         (elf_machine_lazy_rel): Likewise.
46424         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46425         Likewise.
46426         (elf_machine_lazy_rel): Likewise.
46427         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46428         Likewise.
46429         (elf_machine_lazy_rel): Likewise.
46430         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46431         (elf_machine_lazy_rel): Likewise.
46432         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46433         (elf_machine_lazy_rel): Likewise.
46434         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46435         (elf_machine_lazy_rel): Likewise.
46436         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46437         (elf_machine_lazy_rel): Likewise.
46438         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46439         (elf_machine_lazy_rel): Likewise.
46440         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46441         (elf_machine_lazy_rel): Likewise.
46442
46443 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
46444
46445         * nss/nss_files/files-init.c (_nss_files_init): Use static
46446         initialization for all the *_traced_file variables.
46447
46448 2011-09-28  Andreas Schwab  <schwab@redhat.com>
46449
46450         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46451
46452 2011-09-27  Roland McGrath  <roland@hack.frob.com>
46453
46454         [BZ #13226]
46455         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46456
46457 2011-09-27  Andreas Schwab  <schwab@redhat.com>
46458
46459         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46460         Reread the line before reparsing it.
46461
46462 2011-09-26  Andreas Schwab  <schwab@redhat.com>
46463
46464         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46465
46466 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
46467             Maxim Kuvyrkov  <maxim@codesourcery.com>
46468             Joseph Myers  <joseph@codesourcery.com>
46469
46470         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46471         if needed for __stack_chk_guard.
46472
46473 2011-09-19  Roland McGrath  <roland@hack.frob.com>
46474
46475         * sysdeps/posix/spawni.c (script_execute): Always define it.
46476         It will be optimized away if unused.
46477         (maybe_script_execute): New function.
46478         (__spawni): Call it.
46479
46480         * Makerules: Don't include tls.make.
46481         (config-tls): Always set to thread.
46482         * tls.make.c: File removed.
46483
46484 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
46485
46486         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46487         * config.make.in (CPPFLAGS-config): New substituted variable.
46488
46489 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46490
46491         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46492
46493         [BZ #13192]
46494         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46495         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46496
46497 2011-09-15  Roland McGrath  <roland@hack.frob.com>
46498
46499         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46500         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46501         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46502         (CALL_FAIL): Likewise.
46503         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46504         (CALL_FAIL): Macro removed.
46505         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46506
46507 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
46508
46509         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46510         for __FINITE_MATH_ONLY__ == 1.
46511
46512 2011-09-15  Andreas Schwab  <schwab@redhat.com>
46513
46514         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46515         __ieee754_sqrt instead of sqrt.
46516         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46517         __ieee754_sqrtf instead of sqrtf.
46518         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46519         __floorf instead of floorf.
46520         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46521         __floorf, __truncf instead of floorf, truncf.
46522
46523 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
46524
46525         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
46526
46527         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
46528         __extern_always_inline.
46529         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
46530         32-bit.
46531
46532 2011-09-14  Andreas Schwab  <schwab@redhat.com>
46533
46534         * elf/rtld.c (dl_main): Also relocate in dependency order when
46535         doing symbol dependency testing.
46536
46537 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
46538
46539         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46540         Always define `refsym'.
46541
46542 2011-09-13  Andreas Schwab  <schwab@redhat.com>
46543
46544         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
46545         (__FD_ELT): Renamed from __FDELT.
46546         * misc/bits/select2.h (__FD_ELT): Likewise.
46547         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
46548         __FD_MASK instead of __FDELT, __FDMASK.
46549         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46550         Likewise.
46551         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46552         Likewise.
46553
46554         * elf/Makefile (gen-ldd): Fix pattern.
46555
46556         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
46557         (init_tls): Likewise.
46558
46559 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
46560
46561         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
46562
46563 2011-09-12  Andreas Schwab  <schwab@redhat.com>
46564
46565         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
46566         `struct cmsghdr *' instead of `void *'.
46567         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
46568         Likewise.
46569
46570 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
46571
46572         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
46573         if non-absolute.
46574         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
46575         ldd_rewrite_script.
46576
46577 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
46578
46579         * configure.in: Remove --with-tls option.
46580         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
46581         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
46582         out in case it is missing.
46583         * sysdeps/ia64/elf/configure.in: Likewise.
46584         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
46585         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
46586         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
46587         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
46588         * sysdeps/sh/elf/configure.in: Likewise.
46589         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
46590         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46591         * sysdeps/x86_64/elf/configure.in: Likewise.
46592         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
46593         * sysdeps/mach/hurd/tls.h: Likewise.
46594
46595         [BZ #13067]
46596         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
46597
46598         [BZ #13090]
46599         * configure.in: Fix use of AC_INIT.
46600
46601         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
46602
46603 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
46604
46605         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
46606         __set_errno.
46607         * malloc/hooks.c: Likewise.
46608
46609         [BZ #11929]
46610         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
46611         variables statically.
46612         (narenas): Initialize.
46613         (list_lock): Initialize.
46614         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
46615         initializtion of main_arena and list_lock.  Small cleanups.
46616         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
46617         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
46618         Add initializers to main_arena and mp_.
46619         (malloc_state): Remove pagesize member.  Change all users to use
46620         GLRO(dl_pagesize).
46621
46622         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
46623         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
46624         is always initialized.
46625
46626         * malloc/malloc.c: Removed unused configurations and dead code.
46627         * malloc/arena.c: Likewise.
46628         * malloc/hooks.c: Likewise.
46629         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
46630
46631         * include/tls.h: Removed.  USE___THREAD must always be defined.
46632         * bits/libc-tsd.h: Don't handle !USE___THREAD.
46633         * elf/dl-libc.c: Likewise.
46634         * elf/dl-tsd.c: Likewise.
46635         * include/errno.h: Likewise.
46636         * include/netdb.h: Likewise.
46637         * include/resolv.h: Likewise.
46638         * inet/herrno-loc.c: Likewise.
46639         * inet/herrno.c: Likewise.
46640         * malloc/arena.c: Likewise.
46641         * malloc/hooks.c: Likewise.
46642         * malloc/malloc.c: Likewise.
46643         * resolv/res-state.c: Likewise.
46644         * resolv/res_libc.c: Likewise.
46645         * sysdeps/i386/dl-machine.h: Likewise.
46646         * sysdeps/ia64/dl-machine.h: Likewise.
46647         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
46648         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
46649         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
46650         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
46651         * sysdeps/sh/dl-machine.h: Likewise.
46652         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46653         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46654         * sysdeps/unix/i386/sysdep.S: Likewise.
46655         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46656         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
46657         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
46658         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46659         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
46660         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46661         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46662         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46663         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46664         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46665         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46666         * sysdeps/x86_64/dl-machine.h: Likewise.
46667         * tls.make.c: Likewise.
46668
46669         * configure.in: Remove --with-__thread option.  Make tests for
46670         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
46671         tls_model attribute fail if no support is available.  Remove
46672         USE_IN_LIBIO.
46673         * Makeconfig: Adjust for dropped configure option.  All features are
46674         now mandatory.
46675         * Makerules: Likewise.
46676         * Versions.def: Likewise.
46677         * argp/argp-fmtstream.c: Likewise.
46678         * argp/argp-fmtstream.h: Likewise.
46679         * argp/argp-help.c: Likewise.
46680         * assert/assert.c: Likewise.
46681         * config.h.in: Likewise.
46682         * config.make.in: Likewise.
46683         * configure: Likewise.
46684         * configure.in: Likewise.
46685         * csu/Versions: Likewise.
46686         * csu/init.c: Likewise.
46687         * elf/tst-audit2.c: Likewise.
46688         * elf/tst-tls10.c: Likewise.
46689         * elf/tst-tls10.h: Likewise.
46690         * elf/tst-tls11.c: Likewise.
46691         * elf/tst-tls12.c: Likewise.
46692         * elf/tst-tls14.c: Likewise.
46693         * elf/tst-tlsmod11.c: Likewise.
46694         * elf/tst-tlsmod12.c: Likewise.
46695         * elf/tst-tlsmod13.c: Likewise.
46696         * elf/tst-tlsmod13a.c: Likewise.
46697         * elf/tst-tlsmod14a.c: Likewise.
46698         * elf/tst-tlsmod15b.c: Likewise.
46699         * elf/tst-tlsmod16a.c: Likewise.
46700         * elf/tst-tlsmod16b.c: Likewise.
46701         * elf/tst-tlsmod7.c: Likewise.
46702         * elf/tst-tlsmod8.c: Likewise.
46703         * elf/tst-tlsmod9.c: Likewise.
46704         * gmon/gmon.c: Likewise.
46705         * grp/fgetgrent_r.c: Likewise.
46706         * grp/putgrent.c: Likewise.
46707         * hurd/fopenport.c: Likewise.
46708         * include/libc-symbols.h: Likewise.
46709         * include/tls.h: Likewise.
46710         * intl/gettextP.h: Likewise.
46711         * intl/loadinfo.h: Likewise.
46712         * locale/global-locale.c: Likewise.
46713         * locale/localeinfo.h: Likewise.
46714         * mach/devstream.c: Likewise.
46715         * malloc/arena.c: Likewise.
46716         * malloc/set-freeres.c: Likewise.
46717         * misc/err.c: Likewise.
46718         * misc/getttyent.c: Likewise.
46719         * misc/mntent_r.c: Likewise.
46720         * posix/getopt.c: Likewise.
46721         * posix/wordexp.c: Likewise.
46722         * pwd/fgetpwent_r.c: Likewise.
46723         * resolv/Versions: Likewise.
46724         * resolv/res_hconf.c: Likewise.
46725         * shadow/fgetspent_r.c: Likewise.
46726         * shadow/putspent.c: Likewise.
46727         * stdio-common/printf_fphex.c: Likewise.
46728         * stdio-common/tmpfile.c: Likewise.
46729         * stdlib/abort.c: Likewise.
46730         * stdlib/fmtmsg.c: Likewise.
46731         * sunrpc/auth_unix.c: Likewise.
46732         * sunrpc/clnt_perr.c: Likewise.
46733         * sunrpc/clnt_tcp.c: Likewise.
46734         * sunrpc/clnt_udp.c: Likewise.
46735         * sunrpc/clnt_unix.c: Likewise.
46736         * sunrpc/openchild.c: Likewise.
46737         * sunrpc/svc_simple.c: Likewise.
46738         * sunrpc/svc_tcp.c: Likewise.
46739         * sunrpc/svc_udp.c: Likewise.
46740         * sunrpc/svc_unix.c: Likewise.
46741         * sunrpc/xdr.c: Likewise.
46742         * sunrpc/xdr_array.c: Likewise.
46743         * sunrpc/xdr_rec.c: Likewise.
46744         * sunrpc/xdr_ref.c: Likewise.
46745         * sunrpc/xdr_stdio.c: Likewise.
46746
46747 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46748
46749         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46750
46751 2011-07-03  Andreas Jaeger  <aj@suse.de>
46752
46753         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
46754         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
46755         regenerate with gen-libm-tests.pl.
46756
46757 2010-05-12  Petr Baudis  <pasky@suse.cz>
46758
46759         [BZ #11589]
46760         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
46761         around j0() zero points by switching to j1().
46762         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46763         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46764         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46765         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46766
46767 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46768
46769         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46770         instead of 0.
46771         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
46772         instead of 0.
46773         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46774         Patch in part by Pavel Roskin <proski@gnu.org>.
46775
46776         [BZ #13138]
46777         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46778         realloc.
46779         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
46780         Free memory block if necessary.
46781
46782         [BZ #12847]
46783         * libio/genops.c (INTDEF): For string streams the _lock pointer can
46784         be NULL.  Don't lock in this case.
46785
46786 2011-09-09  Roland McGrath  <roland@hack.frob.com>
46787
46788         * elf/elf.h (ELFOSABI_GNU): New macro.
46789         (ELFOSABI_LINUX): Define to that.
46790
46791 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
46792
46793         * string/strncat.c (strncat): Undef the symbol in case it has been
46794         defined in bits/string.h.
46795
46796 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
46797
46798         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
46799
46800         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
46801         link map.
46802
46803 2011-08-17  Andreas Jaeger  <aj@suse.de>
46804
46805         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
46806
46807 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
46808             Ian Lance Taylor  <iant@google.com>
46809
46810         * math/libm-test.inc (lround_test): New testcase.
46811         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
46812
46813 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
46814
46815         * Makefile: Remove support for automatic cvs check-ins.
46816         * Makerules: Likewise.
46817         * config.make.in: Likewise.
46818         * configure.in: Likewise.
46819         * intl/Makefile: Likewise.
46820         * locale/Makefile: Likewise.
46821         * po/Makefile: Likewise.
46822         * posix/Makefile: Likewise.
46823         * sysdeps/gnu/Makefile: Likewise.
46824         * sysdeps/mach/hurd/Makefile: Likewise.
46825         * sysdeps/sparc/sparc32/Makefile: Likewise.
46826
46827         [BZ #13118]
46828         * posix/Makefile (bug-regex32-ENV): Define.
46829         Patch by John Stanley <jpsinthemix@verizon.net>.
46830
46831         * misc/Makefile (headers): Add bits/select2.h.
46832         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46833         * misc/bits/select2.h: New file.
46834         * include/bits/select2.h: New file.
46835         * debug/Makefile (routines): Add fdelt_chk.
46836         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46837         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46838         FD_ISSET.
46839         * debug/fdelt_chk.c: New file.
46840
46841         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
46842         * wcsmbs/test-wmemcmp.c: Likewise.
46843         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
46844         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
46845
46846 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46847
46848         * string/Makefile (strop-tests): Add memcmp.
46849         * string/test-wmemcmp.c: New file.
46850         * string/test-memcmp.c: Add wmemcmp support.
46851
46852 2011-09-08  Roland McGrath  <roland@hack.frob.com>
46853
46854         [BZ #13153]
46855         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46856         2011-07-19 change.
46857
46858         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46859         garbage value in a __mach_port_mod_refs call in the cases of the
46860         task-self and thread-self ports.
46861
46862 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46863
46864         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46865
46866 2011-09-08  Andreas Schwab  <schwab@redhat.com>
46867
46868         * elf/dl-load.c (lose): Check for non-null L.
46869
46870 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46871
46872         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46873
46874         * elf/dl-libc.c (dlerror_run): Pass back error code from
46875         dl_catch_error.
46876
46877         [BZ #13123]
46878         * elf/dl-load.c (lose): Free l_origin if it is valid.
46879
46880         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46881         names.
46882         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46883         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46884         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46885         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46886         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46887         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46888
46889 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46890
46891         * sysdeps/powerpc/fpu/e_hypot.c: New file.
46892         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46893         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46894         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46895         * sysdeps/powerpc/fpu/k_cosf.c: New file.
46896         * sysdeps/powerpc/fpu/k_sinf.c: New file.
46897         * sysdeps/powerpc/fpu/s_cosf.c: New file.
46898         * sysdeps/powerpc/fpu/s_sinf.c: New file.
46899         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46900         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46901
46902 2011-08-15  Alan Modra  <amodra@gmail.com>
46903
46904         [BZ #13092]
46905         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46906         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46907         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
46908         ppc_mcount to static-only-routines.
46909         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46910         __mcount_internal.
46911         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46912         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
46913
46914 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
46915
46916         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46917         for finite and infinity parameters.
46918
46919 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46920
46921         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46922         and add nop instructions for throughput optimization.
46923         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46924
46925 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
46926
46927         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46928         aligned copy for power7 with vector-scalar instructions.
46929         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46930
46931 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
46932
46933         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46934         AVX check.
46935
46936 2011-09-07  Andreas Schwab  <schwab@redhat.com>
46937
46938         [BZ #13144]
46939         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46940         last change.
46941
46942 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
46943
46944         * sysdeps/unix/sysv/linux/x86_64/init-first.c
46945         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46946         syscall wrapper around clock_gettime in __vdso_clock_gettime.
46947         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46948         clock_gettime.
46949
46950 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46951
46952         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46953         Forgot to demangle the pointer.
46954
46955         * sysdeps/i386/sysdep.h: Define atom_text_section.
46956         * sysdeps/x86_64/sysdep.h: Likewise.
46957         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46958         section with atom_text_section.
46959         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46960         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46961         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46962         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46963         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46964
46965         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46966         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46967         already be defined.  Change to take two parameters and don't assign
46968         result to variable.  Adjust all users.
46969         Define INTERNAL_GETTIME if not already defined.
46970         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46971         call.
46972         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46973         HAVE_CLOCK_GETTIME_VSYSCALL.
46974         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46975
46976         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46977         gettimeofday vsyscall, just use time.
46978
46979 2011-09-06  Andreas Schwab  <schwab@redhat.com>
46980
46981         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46982         <errno.h>.
46983
46984 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
46985
46986         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46987         syscall on x86-64.
46988         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46989         syscall.
46990         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
46991         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
46992         syscall if possible.
46993
46994 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
46995
46996         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
46997         e_ident.  Don't pass to find_mapsXX.
46998         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
46999
47000 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47001
47002         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47003         strchr-sse2-no-bsf strrchr-sse2-no-bsf
47004         * sysdeps/x86_64/multiarch/strchr.S: Update.
47005         Check bit_slow_BSF bit.
47006         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
47007         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
47008         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
47009
47010 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47011
47012         [BZ #13134]
47013         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
47014         before glibc 2.15.
47015         (tryshell): Define.
47016         (__spawni): Change last parameter to be flag.  Test
47017         SPAWN_XFLAGS_USE_PATH flag to use path or not.
47018         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
47019         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
47020         * posix/spawni.c: Likewise.
47021         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
47022         * posix/spawnp.c: Likewise.  Change normal version to use
47023         SPAWN_XFLAGS_USE_PATH.
47024         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
47025         SPAWN_XFLAGS_TRY_SHELL.
47026
47027         [BZ #13150]
47028         * posix/glob.h: Remove gcc 1.x support.
47029
47030         [BZ #13068]
47031         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
47032
47033 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47034
47035         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47036         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
47037         strrchr-sse2-bsf
47038         * sysdeps/i386/i686/multiarch/strchr.S: New file.
47039         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
47040         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
47041         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
47042         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
47043         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
47044
47045 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47046
47047         * sysdeps/x86_64/wcscmp.S: New file.
47048
47049         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
47050         wcscmp-c wcscmp-sse2
47051         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
47052         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
47053         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
47054         * wcsmbs/wcscmp.c: Allow renaming.
47055
47056 2011-09-05  David S. Miller  <davem@davemloft.net>
47057
47058         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
47059         stack slot, rather than the struct return pointer slot.
47060         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
47061         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
47062         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
47063         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
47064
47065 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
47066
47067         * po/ja.po: Update from translation team.
47068
47069         [BZ #13144]
47070         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
47071         kernel in 64-bit binaries.
47072
47073 2011-09-01  David S. Miller  <davem@davemloft.net>
47074
47075         * elf/elf.h (HWCAP_SPARC_*): Move to..
47076         * sysdeps/sparc/sysdep.h: this new file and add new values.
47077         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
47078         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
47079         _DL_HWCAP_COUNT to 24.
47080         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
47081         entries.
47082         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
47083         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
47084         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
47085         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
47086         instead of magic constants.
47087         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47088
47089 2011-08-31  David S. Miller  <davem@davemloft.net>
47090
47091         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
47092         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
47093         Reimplement to do errno handling inline.
47094         (SYSCALL_ERROR_HANDLER): New macro.
47095         (__SYSCALL_STRING): Do not do errno handling in asm.
47096         (__CLONE_SYSCALL_STRING): Delete.
47097         (__INTERNAL_SYSCALL_STRING): Delete.
47098         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
47099         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47100         (PSEUDO): Reimplement to do errno handling inline.
47101         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47102         (SYSCALL_ERROR_HANDLER): New macro.
47103         (__SYSCALL_STRING): Do not do errno handling in asm.
47104         (__CLONE_SYSCALL_STRING): Delete.
47105         (__INTERNAL_SYSCALL_STRING): Delete.
47106         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47107         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47108         i386.
47109         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47110         (inline_syscall*): Add 'err' argument.
47111         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47112         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47113         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47114         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47115
47116         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47117         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47118
47119 2011-08-30  Andreas Schwab  <schwab@redhat.com>
47120
47121         * elf/rtld.c (dl_main): Relocate objects in dependency order.
47122
47123 2011-08-29  Jiri Olsa <jolsa@redhat.com>
47124
47125         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
47126         directive.
47127
47128 2011-08-24  David S. Miller  <davem@davemloft.net>
47129
47130         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
47131
47132 2011-08-24  Andreas Schwab  <schwab@redhat.com>
47133
47134         * elf/Makefile: Add rules to build and run unload8 test.
47135         * elf/unload8.c: New file.
47136         * elf/unload8mod1.c: New file.
47137         * elf/unload8mod1x.c: New file.
47138         * elf/unload8mod2.c: New file.
47139         * elf/unload8mod3.c: New file.
47140
47141         * elf/dl-close.c (_dl_close_worker): Reset private search list if
47142         it wasn't used.
47143
47144 2011-08-23  David S. Miller  <davem@davemloft.net>
47145
47146         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47147         subtract stack bias.
47148         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47149         %sp not %fp in calculations.
47150         (_JMPBUF_UNWINDS_ADJ): Likewise.
47151
47152         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47153         (aio_suspend): Call it to force an exception region around the
47154         AIO_MISC_WAIT() invocation.
47155
47156 2011-08-23  Andreas Schwab  <schwab@redhat.com>
47157
47158         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47159         backslash.
47160
47161 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
47162
47163         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47164         protection macro.
47165         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47166         and <dl-machine.h>.
47167         (Elf64_FuncDesc): Remove.
47168
47169 2011-08-22  David S. Miller  <davem@davemloft.net>
47170
47171         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47172         sigaltstack check, add missing cfi directives.
47173         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47174         missing cfi directives, and sigaltstack handling.
47175
47176 2011-08-16  Andreas Schwab  <schwab@redhat.com>
47177
47178         [BZ #11724]
47179         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47180         object is seen twice.
47181         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47182
47183         * elf/Makefile (distribute): Add tst-initorder2.c.
47184         (tests): Add tst-initorder2.
47185         (modules-names): Add tst-initorder2a tst-initorder2b
47186         tst-initorder2c tst-initorder2d.  Add rules to build them.
47187         ($(objpfx)tst-initorder2.out): New rule.
47188         * elf/tst-initorder2.c: New file.
47189         * elf/tst-initorder2.exp: New file.
47190
47191 2011-08-22  Andreas Schwab  <schwab@redhat.com>
47192
47193         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47194
47195         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47196         dependencies back to end of function.
47197
47198         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47199         $(elfobjdir)/ld.so.
47200
47201 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
47202
47203         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47204         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47205         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47206         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47207         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47208         of __vdso_gettimeofday.
47209         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47210         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
47211         attribute_hidden.
47212         (_libc_vdso_platform_setup): Remove initialization of
47213         __vdso_gettimeofday and __vdso_time.
47214
47215 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47216
47217         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47218         and fgetc_unlocked.
47219         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47220         getc_unlocked.
47221
47222         * elf/dl-open.c (add_to_global): Report additions to the global scope
47223         for LD_DEBUG=scopes.
47224         (dl_open_worker): Also print scope of newly loaded dependencies.
47225         (_dl_show_scope): Indicate if there is no scope.
47226
47227         [BZ #13114]
47228         * stdio-common/Makefile (tests): Add bug24.
47229         * stdio-common/bug24.c: New file.
47230
47231 2011-08-19  Andreas Jaeger  <aj@suse.de>
47232
47233         [BZ #13114]
47234         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47235         non-existant file when using close-on-exec mode.
47236
47237 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
47238
47239         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47240         the very first instruction.
47241
47242         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47243         the CFI state in the end.
47244         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47245         inclusion of dl-trampoline.h.
47246         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47247
47248 2011-08-19  Andreas Schwab  <schwab@redhat.com>
47249
47250         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47251         expectations for long double.
47252
47253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47254         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47255
47256 2011-08-14  David S. Miller  <davem@davemloft.net>
47257
47258         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47259         artificual limit depends upon the system page size.
47260
47261 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47262
47263         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47264         * resolv/Makefile: Define CFLAGS-libresolv.
47265
47266 2011-08-17  Andreas Schwab  <schwab@redhat.com>
47267
47268         * nss/makedb.c (compute_tables): Make variables used in nested
47269         function static.
47270
47271 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
47272
47273         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47274         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47275         if buffer was too small.
47276
47277         * elf/pldd.c (main): Attach to all threads in the process.
47278         Rewrite /proc handling to use *at functions.
47279
47280 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
47281
47282         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47283         specifies first scope to show.
47284         (dl_open_worker): Update callers.  Move printing scope of new
47285         object to before the relocation.
47286         * elf/rtld.c (dl_main): Update _dl_show_scope call.
47287         * sysdeps/generic/ldsodefs.h: Update declaration.
47288
47289         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47290         string for the scope number.
47291
47292 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
47293
47294         * nscd/servicescache.c (cache_addserv): Make sure written is always
47295         initialized.
47296
47297 2011-08-14  Roland McGrath  <roland@hack.frob.com>
47298
47299         * sysdeps/i386/i486/bits/atomic.h
47300         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47301         statement expression, so as to suppress "set but not used" warning.
47302         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47303
47304         * string/strncat.c (STRNCAT): Use prototype definition.
47305
47306         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47307         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47308         -Iprograms here.
47309         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47310         (localedef-modules): Add localedef.
47311         (locale-modules): Add locale.
47312
47313         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47314         * elf/rtld.c (dl_main): Invert order of assignment in last change,
47315         to avoid a warning.
47316
47317 2011-08-14  David S. Miller  <davem@davemloft.net>
47318
47319         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47320         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47321
47322 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
47323
47324         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
47325         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47326         * elf/rtld.c (dl_main): Set l_name of vDSO.
47327         Call _dl_show_scope when DL_DEBUG_SCOPES.
47328         (process_dl_debug): Recognize scopes flag and also set it for all.
47329         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47330         Declare _dl_show_scope.
47331
47332         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47333         (do_dlopen): Pass caller_dlopen to dl_open.
47334         (__libc_dlopen_mode): Initialize caller_dlopen.
47335
47336         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47337         of libc.  Make tolower call locale-independent.  Optimize a bit by
47338         using isdigit instead of isalnum.
47339         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47340
47341 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
47342
47343         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47344         was a dependency or dynamically loaded.
47345
47346 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
47347
47348         * intl/l10nflist.c: Allow architecture-specific pop function.
47349         * sysdeps/x86_64/l10nflist.c: New file.
47350
47351         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47352         classification.
47353
47354 2011-08-10  Andreas Schwab  <schwab@redhat.com>
47355
47356         * include/dirent.h: Add libc_hidden_proto for scandirat and
47357         scandirat64.  Don't declare __scandirat64.
47358         * dirent/scandirat.c: Add libc_hidden_def.
47359         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47360         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47361
47362 2011-08-10  David S. Miller  <davem@davemloft.net>
47363
47364         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47365         enum.
47366         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47367         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47368         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47369
47370 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
47371
47372         * Versions.def [libc]: Add GLIBC_2.15.
47373         * dirent/Makefile (routines): Add scandirat and scandirat64.
47374         * dirent/Versions [libc]: Export scandirat and scandirat64 for
47375         GLIBC_2.15.
47376         * dirent/dirent.h: Declare scandirat and scandirat64.
47377         * dirent/scandirat.c: New file.
47378         * dirent/scandirat64.c: New file.
47379         * sysdeps/wordsize-64/scandirat.c: New file.
47380         * sysdeps/wordsize-64/scandirat64.c: New file.
47381         * dirent/opendir.c: Define opendirat.
47382         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
47383         using scandirat.
47384         * dirent/scandir64.c: Adjust for scandir.c change.
47385         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
47386         __scandirat64, and __scandir_cancel_handler.
47387         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
47388         additional parameter and use openat instead of open (outside of ld.so).
47389         Add new __opendir as wrapper around __opendirat.
47390         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47391         here without requiring old scandirat implementation.
47392
47393 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
47394
47395         * dirent/scandir.c (cancel_handler): Renamed to
47396         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
47397         defined.  Adjust users.
47398         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47399         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47400
47401 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
47402
47403         * string/test-string.h (IMPL): Use __STRING to expand name and then
47404         stringify it.
47405
47406         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
47407         of cleanups.
47408
47409 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47410
47411         * string/Makefile: Update.
47412         (strop-tests): Append strncat.
47413         * string/test-wcscmp.c: New file.
47414         New comprehensive test for wcscmp.
47415         * string/test-strcmp.c: Update.
47416         (WIDE): New define.
47417
47418 2011-07-22  Andreas Schwab  <schwab@redhat.com>
47419
47420         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47421         line.
47422
47423 2011-07-26  Andreas Schwab  <schwab@redhat.com>
47424
47425         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47426         encoding to ACE if AI_IDN.
47427
47428 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
47429
47430         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47431         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47432
47433 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47434
47435         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47436         Fix overflow bug in strncat.
47437         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47438
47439         * string/test-strncat.c: Update.
47440         Add new tests for checking overflow bugs.
47441
47442 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47443
47444         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47445         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47446         * sysdeps/i386/i686/multiarch/strcat.S: New file.
47447         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47448         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47449         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47450         * sysdeps/i386/i686/multiarch/strncat.S: New file.
47451         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47452         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47453
47454         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47455         (USE_AS_STRCAT): Define.
47456         Add strcat and strncat support.
47457         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47458
47459 2011-07-25  Andreas Schwab  <schwab@redhat.com>
47460
47461         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47462         __n bigger than INT_MAX+1.
47463         (__strncmp_g): Likewise.
47464
47465 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
47466
47467         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47468         * libio/stido.h: Likewise.
47469
47470         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47471         (AF_NFC): Define.
47472         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47473         (AF_NFC): Define.
47474
47475         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47476         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47477         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47478         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47479         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47480
47481         [BZ #13021]
47482         * scripts/test-installation.pl: Don't expect libnss_test1 to be
47483         installed.
47484
47485         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47486         typo.
47487         (_dl_x86_64_save_sse): Likewise.
47488
47489 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
47490
47491         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47492         OSXSAVE.
47493         (_dl_x86_64_save_sse): Likewise.
47494
47495         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47496
47497         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47498
47499 2011-07-21  Andreas Schwab  <schwab@redhat.com>
47500
47501         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47502         change.
47503         (_dl_x86_64_save_sse): Use correct AVX check.
47504
47505 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47506
47507         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47508         bug in strncpy/strncat.
47509         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47510
47511 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
47512
47513         * string/tester.c (test_strcat): Add tests for different alignments
47514         of source and destination.
47515         (test_strncat): Likewise.
47516
47517 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47518
47519         [BZ #12852]
47520         * posix/glob.c (glob): Check passed in values before using them in
47521         expressions to avoid some overflows.
47522         (glob_in_dir): Likewise.
47523
47524         [BZ #13007]
47525         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
47526         check for AVX enablement so that we don't crash with old kernels and
47527         new hardware.
47528         * elf/tst-audit4.c: Add same checks here.
47529         * elf/tst-audit6.c: Likewise.
47530
47531         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
47532
47533 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
47534
47535         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
47536
47537 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
47538
47539         * po/cs.po: Update from translation team.
47540         * po/bg.po: Likewise.
47541
47542 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
47543
47544         * misc/sys/cdefs.h: Add support for const attribute.
47545         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
47546         to gnu_dev_{major,minor,makedev} functions.
47547
47548 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
47549
47550         * intl/dcigettext.c (get_output_charset): Add missing bracket.
47551
47552 2011-07-20  Andreas Schwab  <schwab@redhat.com>
47553
47554         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
47555         strlen results.
47556
47557 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47558
47559         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
47560         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
47561         register in order to avoid conflicts with the soft frame pointer
47562         being held in r11 when necessary.
47563         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47564         (INTERNAL_VSYSCALL_NCS): Likewise.
47565
47566 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
47567
47568         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
47569         * elf/dl-fini.c (_dl_fini): Adjust caller.
47570         * elf/dl-close.c (_dl_close_worker): Likewise.
47571         * sysdeps/generic/ldsodefs.h: Adjust declaration.
47572
47573 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47574
47575         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
47576         "aux_cache->nlibs < 0".
47577
47578         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
47579         in the reload-count case.
47580
47581 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
47582
47583         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47584         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
47585         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
47586         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
47587         * sysdeps/x86_64/multiarch/strcat.S: New file.
47588         * sysdeps/x86_64/multiarch/strncat.S: New file.
47589         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
47590         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
47591         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
47592         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
47593         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
47594         (USE_AS_STRCAT): Define.
47595         Add strcat and strncat support.
47596         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47597         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
47598         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
47599         * string/strncat.c: Update.
47600         (USE_AS_STRNCAT): Define.
47601         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47602         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
47603         and i7.
47604         * sysdeps/x86_64/multiarch/init-arch.h
47605         (bit_Prefer_PMINUB_for_stringop): New.
47606         (index_Prefer_PMINUB_for_stringop): Likewise.
47607         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
47608         bit_Prefer_PMINUB_for_stringop.
47609
47610 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47611
47612         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
47613         buffer64.
47614         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
47615         of casting of buffer.
47616         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
47617         buffer32 and buffer64.
47618         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
47619         writes instead of casting of buffer.
47620         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
47621         buffer32.
47622         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
47623         casting of buffer.
47624
47625 2011-07-19  Andreas Schwab  <schwab@redhat.com>
47626
47627         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
47628
47629 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
47630
47631         * nscd/nscd.c (termination_handler): Don't do anything for a database
47632         if it has not yet been initialized.
47633
47634 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47635
47636         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47637
47638 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
47639
47640         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47641
47642 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
47643
47644         * po/nl.po: Update from translation team.
47645         * po/sv.po: Likewise.
47646
47647 2011-07-16  Roland McGrath  <roland@hack.frob.com>
47648
47649         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
47650         now disallowed by GCC.
47651
47652         * configure.in (use-default-link): Default to yes if a test -shared
47653         link meets our qualifications.
47654         * configure: Regenerated.
47655
47656         * config.make.in (output-format): New variable.
47657         * configure.in: Check for ld --print-output-format support.
47658         * configure: Regenerated.
47659         * Makerules ($(common-objpfx)format.lds)
47660         [$(output-format) != unknown]: Just use $(output-format),
47661         instead of the linker-script munging.
47662
47663 2011-07-14  Roland McGrath  <roland@hack.frob.com>
47664
47665         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
47666         of $(common-objpfx)shlib.lds.
47667         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
47668
47669         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
47670         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
47671
47672         * configure.in (-z relro check): Adjust test code to add a large
47673         writable data section after it.
47674         * configure: Regenerated.
47675
47676 2011-07-11  Roland McGrath  <roland@hack.frob.com>
47677
47678         * configure.in (-z relro check): Fix test code to make the variable
47679         truly const.
47680         * configure: Regenerated.
47681
47682 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
47683
47684         * nscd/nscd.h (struct traced_file): Define.
47685         (struct database_dyn): Remove inotify_descr, reset_res, and filename
47686         elements.  Add traced_files.
47687         (inotify_fd): Declare.
47688         (register_traced_file): Declare.
47689         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
47690         (inotify_fd): Export.
47691         (resolv_conf_descr): Remove.
47692         (nscd_init): Move inotify descriptor creation to main.
47693         Don't register files for notification here.
47694         (register_traced_file): New function.
47695         (invalidate_cache): Don't use reset_res to determine whether to call
47696         res_init, go through the list of registered files.
47697         (main_loop_poll): The inotify descriptors are now stored in the
47698         structures for the traced files.
47699         (main_loop_epoll): Likewise
47700         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
47701         to __nss_disable_nscd.
47702         * nscd/cache.c (prune_cache): There is no single inotify descriptor
47703         for a database anymore.  Check the records for all the registered
47704         files instead.
47705         * nss/Makefile (libnss_files-routines): Add files-init.
47706         (libnss_db-routines): Add db-init.
47707         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
47708         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
47709         * nss/nss_db/db-init.c: New file.
47710         * nss/nss_files/files-init.c: New file.
47711         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
47712         __nss_lookup_function.
47713         (__nss_lookup_function): Call nss_load_library.
47714         (nss_load_all_libraries): New function.
47715         (__nss_disable_nscd): Take parameter with callback function for files
47716         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
47717         used for the cached services.
47718         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
47719         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
47720         options for features to all the files in nscd.
47721
47722         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
47723
47724 2011-07-10  Roland McGrath  <roland@hack.frob.com>
47725
47726         * csu/elf-init.c (__libc_csu_init): Comment typo.
47727
47728 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
47729
47730         * po/pl.po: Update from translation team.
47731         * po/ja.po: Likewise.
47732         * po/ru.po: Likewise.
47733         * po/ko.po: Likewise.
47734         * po/fr.po: Likewise.
47735
47736 2011-07-09  Roland McGrath  <roland@hack.frob.com>
47737
47738         * configure.in (.ctors/.dtors header and trailer check):
47739         Use an empirical test on a built program.
47740         * configure: Regenerated.
47741
47742         * configure.in (-z relro check): Use an empirical test on a built DSO.
47743         Detect, but do not require, on ia64.
47744         * configure: Regenerated.
47745
47746         * configure.in (READELF): Find it with AC_CHECK_TOOL.
47747         Update tests that use readelf to use $READELF instead.
47748         * configure: Regenerated.
47749
47750 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
47751
47752         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
47753         if the result is not used.
47754
47755 2011-07-05  Andreas Jaeger  <aj@suse.de>
47756
47757         [BZ#9696]
47758         * stdlib/tst-strtod.c: Add testcase.
47759
47760 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
47761
47762         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
47763         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
47764         The latter has a higher limit.  Take additional parameter to pass to
47765         the new function.
47766         (__pathconf): Pass file to __statfs_link_max.
47767         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47768         __statfs_link_max.
47769         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47770         __statfs_link_max.
47771
47772         [BZ #12868]
47773         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47774         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47775         Handle Lustre.
47776         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47777         (__statfs_filesize_max): Likewise.
47778         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
47779
47780 2011-07-05  Andreas Jaeger  <aj@suse.de>
47781
47782         * resolv/res_comp.c (dn_skipname): Remove unused variable.
47783
47784 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
47785
47786         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
47787         `status' variable.
47788         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
47789         Likewise.
47790
47791 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
47792
47793         * Makefile (strop-tests): Add strncat.
47794         * string/test-strncat.c: New file.
47795
47796 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
47797
47798         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
47799
47800 2011-06-21  Andreas Jaeger  <aj@suse.de>
47801
47802         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
47803         Copy rule from iconvdata/Makefile.
47804
47805 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47806
47807         [BZ #12922]
47808         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
47809         but no long options are defined, just return 'W'.
47810
47811 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
47812
47813         [BZ #9696]
47814         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
47815
47816 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
47817
47818         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47819         netgroups to read.
47820         (innetgr): Likewise.
47821
47822 2011-07-05  Roland McGrath  <roland@hack.frob.com>
47823
47824         * config.make.in (install_root): Default to $(DESTDIR).
47825
47826 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
47827
47828         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47829
47830 2011-07-02  Roland McGrath  <roland@hack.frob.com>
47831
47832         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47833
47834         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47835         containing directory rather than embedding absolute directory names.
47836
47837         * scripts/check-local-headers.sh: Rewritten using awk.
47838         Match by word, not by line.  Print error messages for matches.
47839         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47840
47841         * Makerules [shlib-lds-flags empty]:
47842         ($(common-objpfx)libc_pic.opts): New target.
47843         ($(common-objpfx)libc_pic.os.clean): New target.
47844         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47845
47846         * config.make.in (OBJCOPY): New variable.
47847         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47848         * configure: Regenerated.
47849
47850         * config.make.in (use-default-link): New variable.
47851         * configure.in (use_default_link): Grok --with-default-link to set it.
47852         * configure: Regenerated.
47853         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47854         (shlib-lds, shlib-lds-flags): Define to empty.
47855
47856         * Makerules (shlib-lds): New variable.
47857         (shlib-lds-flags): New variable.
47858         (build-shlib, build-moduile, build-module-asneeded): Use it.
47859         ($(common-objpfx)libc.so): Use $(shlib-lds).
47860         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47861         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47862
47863         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47864         DT_FLAGS/DT_FLAGS_1 with zero flags.
47865
47866         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47867         linker script munging.
47868
47869 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
47870
47871         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47872         as 128-bit value.
47873         * crypt/sha512.c (sha512_process_block): Perform total addition using
47874         128-bit if possible.
47875         (__sha512_finish_ctx): Likewise.
47876         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47877         as 64-bit value.
47878         * crypt/sha256.c (SWAP64): Define.
47879         (sha256_process_block): Perform total addition using 64-bit if
47880         possible.
47881         (__sha256_finish_ctx): Likewise.
47882
47883 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
47884
47885         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
47886         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47887         * nscd/hstcache.c (cache_addhst): Likewise.
47888         * nscd/grpcache.c (cache_addgr): Likewise.
47889         * nscd/aicache.c (addhstaiX): Likewise
47890         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47891
47892 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
47893
47894         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
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
47900 2011-07-01  Andreas Schwab  <schwab@redhat.com>
47901
47902         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47903         domain only when needed.
47904
47905 2011-06-30  Andreas Schwab  <schwab@redhat.com>
47906
47907         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47908         is always restored.
47909
47910 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
47911
47912         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47913         are re-adding the entry.
47914         * nscd/servicescache.c (cache_addserv): Likewise.
47915
47916 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
47917
47918         * sysdeps/generic/dl-irel.h: fix protection against multiple
47919         inclusions.
47920         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47921
47922 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
47923
47924         [BZ #12935]
47925         * malloc/memusage.sh: Fix quoting in message.
47926         * debug/xtrace.sh: Likewise.
47927
47928         * configure.in: Remove support for --experimental-malloc option, make
47929         it the default.
47930         * config.make.in: Likewise.
47931         * malloc/Makefile: Likewise.
47932
47933 2011-06-27  Andreas Schwab  <schwab@redhat.com>
47934
47935         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47936         two-byte characters.
47937
47938 2011-06-27  Roland McGrath  <roland@hack.frob.com>
47939
47940         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47941         AC_CACHE_CHECK invocation.
47942         * configure: Regenerated.
47943
47944         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47945
47946 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
47947
47948         [BZ #12350]
47949         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
47950         bit from old_res_options.
47951
47952         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47953
47954         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47955         value type for setfct.
47956
47957 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
47958
47959         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47960         __gettimeofday instead of gettimeofday.
47961
47962 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
47963
47964         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47965
47966 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
47967
47968         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47969
47970         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47971         info.
47972
47973 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47974
47975         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47976         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47977         strcpy-sse2-unaligned strncpy-sse2-unaligned
47978         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47979         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47980         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47981         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47982         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47983         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47984         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47985         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47986         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47987         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47988         (STRCPY): Support SSE2 and SSSE3 versions.
47989
47990 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
47991
47992         [BZ #12874]
47993         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
47994         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
47995         kernels which artificially limit size of requests.
47996
47997 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
47998
47999         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48000         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48001         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
48002         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
48003         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
48004         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
48005         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
48006         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
48007         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
48008         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
48009         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
48010         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
48011         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
48012         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
48013         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
48014         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48015         Enable unaligned load optimization for Intel Core i3, i5 and i7
48016         processors.
48017         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
48018         Define.
48019         (index_Fast_Unaligned_Load): Define.
48020         (HAS_FAST_UNALIGNED_LOAD): Define.
48021
48022 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
48023
48024         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
48025
48026 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48027
48028         [BZ #12907]
48029         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
48030         until it is clear that the information is realy needed.
48031         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
48032
48033 2011-06-22  Andreas Schwab  <schwab@redhat.com>
48034
48035         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
48036
48037 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
48038
48039         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48040         /sys/devices/system/cpu/online if it is usable.
48041
48042         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
48043         reading the information from the /proc filesystem to once a second.
48044
48045 2011-06-21  Andreas Jaeger  <aj@suse.de>
48046
48047         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
48048         NULL after inclusion of kernel headers.
48049
48050 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
48051
48052         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
48053         calls to internal_setent.
48054
48055         [BZ #12885]
48056         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
48057         addresses using gethostbyname4_r ignore IPv4 addresses.
48058
48059         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
48060         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
48061
48062         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
48063
48064 2011-06-20  David S. Miller  <davem@davemloft.net>
48065
48066         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
48067         inclusions.
48068         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
48069
48070         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
48071         (elf_irel): Use it.
48072         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
48073         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
48074         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
48075         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
48076         * sysdeps/x86_64/dl-irel.h: Likewise.
48077
48078         * elf/dl-runtime.c: Use elf_ifunc_invoke.
48079         * elf/dl-sym.c: Likewise.
48080
48081 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48082
48083         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
48084         need to dereference resplen2.
48085
48086 2011-06-14  Andreas Schwab  <schwab@redhat.com>
48087
48088         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
48089
48090 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
48091
48092         * Makeconfig: Define vardbdir and inst_vardbdir.
48093         * nss/Makefile: Add rules to install db-Makefile.
48094
48095         * nss/nss_db/db-XXX.c: Cleanup.
48096
48097         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
48098         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
48099         GLIBC_PRIVATE.
48100         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48101         * nss/makedb.c: Implement -g option to specify that value strings
48102         are generated and should not be added to table iterated over for
48103         get*ent calls.
48104         * nss/nss_db/db-initgroups.c: New file.
48105
48106         * nss/getent.c: Add support for initgroups lookups through getgrouplist
48107         interface.
48108
48109         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48110         (internal_getgrouplist): Adjust to name change.
48111         Update use_initgroups_entry if this is not the first call.
48112         * nss/databases.def: Add initgroups entry.
48113
48114         * nss/makedb.c (compute_tables): Check result of multiple hash table
48115         sizes to minimize maximum chain length.
48116
48117 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
48118
48119         * Versions.def: Add entry for libnss_db.
48120         * shlib-versions: Likewise.
48121         * nss/Makefile: Add rules to build libnss_db.
48122         * nss/Versions: Add libnss_db information.  Organize libnss_files
48123         entries better.
48124         * nss/db-Makefile: Add gshadow support.  Change rules for the new
48125         makedb progra.  Some minor improvements to generate smaller files.
48126         * nss/nss_db/nss_db.h: Move NSS database header data structures to
48127         here from...
48128         * nss/makedb.c: ...here.
48129         Improve database format to be smaller and require less memory at
48130         runtime.
48131         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
48132         db anymore.
48133         * nss/nss_db/db-netgrp.c: Likewise.
48134         * nss/nss_db/db-open.c: Likewise.
48135         * nss/nss_files/flies-XXX.x: Adjust comments.
48136         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48137         * nss/nss_files/files-grp.c: Likewise.
48138         * nss/nss_files/files-hosts.c: Likewise.
48139         * nss/nss_files/files-network.c: Likewise.
48140         * nss/nss_files/files-proto.c: Likewise.
48141         * nss/nss_files/files-pwd.c: Likewise.
48142         * nss/nss_files/files-rpc.c: Likewise.
48143         * nss/nss_files/files-service.c: Likewise.
48144         * nss/nss_files/files-sgrp.c: Likewise.
48145         * nss/nss_files/files-spwd.c: Likewise.
48146         * nss/nss_db/db-alias.c: Removed.
48147         * nss/nss_db/dummy-db.h: Removed.
48148
48149 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
48150
48151         * nss/makedb.c: Rewritten to not use database library.
48152         * nss/Makefile: Update to build new makedb program.
48153
48154 2011-06-14  Andreas Jaeger  <aj@suse.de>
48155
48156         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48157         memset declaration.
48158
48159 2011-06-10  Andreas Schwab  <schwab@redhat.com>
48160
48161         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48162         tmpbuf.
48163
48164 2011-06-10  Roland McGrath  <roland@hack.frob.com>
48165
48166         * Makerules (shlib.lds): Fail if the linker script comes out empty.
48167         * elf/Makefile ($(objpfx)ld.so): Likewise.
48168
48169         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48170         Don't list ld.so twice in dependencies.
48171
48172         * posix/bug-regex31.c: Include <stdlib.h>.
48173
48174         * nscd/hstcache.c (cache_addhst): Remove unused variable.
48175
48176         * nis/nss_compat/compat-spwd.c
48177         (getspent_next_nss_netgr): Remove unused variable.
48178         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48179
48180         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48181         nonmembers" output to use the right array.
48182
48183         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48184
48185         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48186
48187         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48188         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48189         * catgets/gencat.c (read_input_file): Likewise.
48190         * locale/programs/locarchive.c (enlarge_archive): Likewise.
48191
48192         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48193         variable definition inside #if's controlling its use.
48194
48195         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48196
48197         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48198
48199         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48200
48201         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48202         unreachable code.
48203
48204         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48205
48206         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48207         * configure: Regenerated.
48208
48209         * Makerules: Revert last change.
48210         * elf/Makefile: Likewise.
48211
48212 2011-06-09  Roland McGrath  <roland@hack.frob.com>
48213
48214         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48215         * elf/Makefile ($(objpfx)librtld.os): Likewise.
48216         (reloc-link): Likewise.
48217
48218 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
48219
48220         * elf/Makefile: Add rules to build pldd.
48221         * elf/pldd.c: New file.
48222         * elf/pldd-xx.c: New file.
48223
48224 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
48225
48226         * version.h: Update for 2.15 development version.
48227
48228 2011-06-07  David S. Miller  <davem@davemloft.net>
48229
48230         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48231         ifuncs.
48232         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48233         elf_machine_lazy_rel): Likewise.
48234         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48235         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48236         elf_machine_lazy_rel): Likewise.
48237         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48238         dl_hwcap via passed in argument.
48239         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48240         Likewise.
48241
48242 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48243
48244         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
48245
48246 2011-06-06  Roland McGrath  <roland@hack.frob.com>
48247
48248         [BZ #12849]
48249         * manual/fdl-1.1.texi: New file, verbatim from:
48250         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48251         * manual/lgpl-2.1.texi: New file, verbatim from:
48252         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48253         * manual/Makefile (licenses): New variable, list those new file names.
48254         (texis): Use it.
48255         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48256
48257         * manual/fdl.texi: File removed.
48258         * manual/lesser.texi: File removed.
48259         * manual/libc.texinfo (Copying, Documentation License):
48260         Use new @include file names, put @appendix directive before @include.
48261
48262 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
48263
48264         [BZ #12841]
48265         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48266         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48267         (mq_open): Add __NTH.
48268
48269 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
48270
48271         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48272         Assume Intel Core i3/i5/i7 processor if AVX is available.
48273
48274 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48275
48276         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48277         typo.
48278
48279 2011-05-31  Andreas Schwab  <schwab@redhat.com>
48280
48281         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48282         memory.  Use alloca_account.  Fix memory leak when retrying.
48283
48284 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
48285
48286         * version.h (RELEASE): Bump for 2.14 release.
48287         * include/features.h (__GLIBC_MINOR__): Bump to 14.
48288
48289         * config.make.in (RANLIB): Remove entry.
48290
48291 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
48292
48293         * po/Makefile (po-sed-cmd): Add ksh to extensions.
48294         (libc.pot): Work around missing support for .ksh extension in xgettext.
48295
48296         [BZ #12684]
48297         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48298         if both request failed.
48299         (send_dg): In case of server errors clear resplen or *resplen2.
48300
48301         [BZ #12454]
48302         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48303         when there are multiple maps.
48304         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48305         (_dl_fini): Remove test here.
48306
48307         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48308
48309 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
48310
48311         [BZ #12350]
48312         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48313         bit from old_res_options.
48314         (gaih_inet): Likewise.
48315
48316         [BZ #11099]
48317         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
48318         as signed.
48319
48320         * resolv/res_init.c (res_setoptions): Make the code more compact.
48321
48322         [BZ #11558]
48323         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48324         set RES_USEVC.
48325
48326         [BZ #11634]
48327         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48328
48329         * malloc/malloc.h: Mark malloc hook variables as deprecated.
48330
48331         [BZ #11781]
48332         * malloc/malloc.h: Declare malloc hook variables as volatile.
48333
48334         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48335         in last patch.
48336
48337         [BZ #11799]
48338         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
48339         raise in the comment.
48340         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48341         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48342         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
48343
48344 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
48345
48346         [BZ #12811]
48347         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48348         grow the buffers more if it already has to be sufficient.
48349         (build_wcs_upper_buffer): Likewise.
48350         * posix/regexec.c (check_matching): Likewise.
48351         (clean_state_log_if_needed): Likewise.
48352         (extend_buffers): Don't enlarge buffers beyond size of the input
48353         buffer.
48354         Patches mostly by Emil Wojak <emil@wojak.eu>.
48355         * posix/bug-regex32.c: New file.
48356         * posix/Makefile (tests): Add bug-regex32.
48357
48358         * locale/findlocale.c (_nl_find_locale): Return right away if
48359         _nl_explode_name failed.
48360         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48361
48362         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48363
48364         * debug/xtrace.sh: Unify messages.
48365         * malloc/memusage.sh: Likewise.
48366
48367         [BZ #12813]
48368         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48369         time symbol from vDSO.  Substitute with vsyscall if not available.
48370         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48371         __vdso_time.
48372
48373         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48374         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48375         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48376         Add sendmmsg and internal_sendmmsg.
48377         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48378         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48379         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48380
48381         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48382         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48383         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48384
48385 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
48386
48387         [BZ #12813]
48388         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48389         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
48390         available.
48391         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48392         __vdso_getcpu.
48393
48394         [BZ #12814]
48395         * iconvdata/Makefile (tests): Add bug-iconv9.
48396         * iconvdata/bug-iconv9.c: New file.
48397
48398 2011-05-27  Andreas Schwab  <schwab@redhat.com>
48399
48400         [BZ #12814]
48401         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48402
48403 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
48404
48405         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48406         (struct user_regs_struct): Change intcs field back to cs.
48407
48408 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
48409
48410         * po/ja.po: Update from translation team.
48411
48412 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
48413
48414         [BZ #12795]
48415         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48416         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48417
48418 2011-05-20  Andreas Schwab  <schwab@redhat.com>
48419
48420         * stdlib/longlong.h: Update from GCC.
48421
48422 2011-05-23  Andreas Schwab  <schwab@redhat.com>
48423
48424         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48425         parameter name.
48426         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48427         Add parameter name.
48428         (__sysconf): Pass it down.
48429
48430 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
48431
48432         [BZ #12671]
48433         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48434         some situations.
48435         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48436         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48437         add in in __libc_use_alloca calls.  Adjust callers.
48438         (glob): Use malloc in some situations.
48439
48440         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48441         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48442         pltexit.
48443
48444 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
48445
48446         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48447         and CLOCK_BOOTTIME_ALARM.
48448
48449         [BZ #12782]
48450         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48451         is returned.
48452
48453         * string/_strerror.c (__strerror_r): Print negative errors as signed
48454         numbers.
48455
48456         [BZ #12777]
48457         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48458         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48459         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48460
48461         * configure.in: Fix typo in redirection and correct removal of test
48462         files in two cases.
48463
48464         [BZ #12788]
48465         * locale/setlocale.c (new_composite_name): Fix test to check for
48466         identical name of all categories.
48467
48468         [BZ #12792]
48469         * libio/filedoalloc.c (local_isatty): New function.
48470         (_IO_file_doallocate): Use local_isatty.
48471         * stdio-common/perror.c (perror): In case a new stream is used
48472         forward the stream error.
48473         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48474         error flag.
48475
48476 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
48477
48478         [BZ #11869]
48479         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48480         alloca.
48481         * include/alloca.h (extend_alloca_account): Define.
48482
48483         [BZ #11857]
48484         * posix/regex.h: Fix comments with documentation of user-accessible
48485         fields after compilation and describe correct free'ing of pattern
48486         after re_compile_pattern.
48487         Patch by Reuben Thomas <rrt@sc3d.org>.
48488
48489 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
48490
48491         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48492         and -mno-altivec to prevent the compiler from using Altivec and/or
48493         VSX instructions when the corresponding registers are not available.
48494
48495 2011-05-19  Andreas Schwab  <schwab@redhat.com>
48496
48497         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48498
48499 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
48500
48501         * libio/freopen.c (freopen): Use __dup2, not dup2.
48502         * libio/freopen64.c (freopen64): Likewise.
48503
48504 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
48505
48506         [BZ #12775]
48507         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48508         * math/Makefile (tests): Add test-powl.
48509         (CFLAGS-test-powl.c): Define.
48510         * math/test-powl.c: New file.
48511
48512 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
48513
48514         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48515
48516 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
48517
48518         [BZ #11837]
48519         * iconvdata/gb18030.c: Update to GB18020-2005.
48520
48521 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
48522
48523         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48524         RE_SYNTAX_POSIX_AWK): Update to match recent development.
48525         Patch by Aharon Robbins <arnold@skeeve.com>.
48526
48527         [BZ #11892]
48528         * stdlib/putenv.c (putenv): Don't always create copy of the variable
48529         on the stack.
48530
48531         [BZ #11895]
48532         * misc/pselect.c (__pselect): Handle timeout value errors hidden
48533         through underflows.
48534
48535         [BZ #12766]
48536         * misc/error.c (error_at_line): Ensure file_name and old_file_name
48537         point to strings before performing equality test for error_one_per_line
48538         mode.
48539
48540         [BZ #11697]
48541         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
48542
48543         [BZ #11820]
48544         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48545         (struct user_fpregs_struct): Avoid __uint*_t types.
48546
48547         [BZ #6420]
48548         * malloc/mtrace.c (tr_where): Add additional parameter to point to
48549         symbol info.  Use it instead of calling _dl_addr locally.
48550         (lock_and_info): New function.
48551         (tr_freehook): Call lock_and_info and pass symbol info as additional
48552         parameter to tr_where.
48553         (tr_mallochook): Likewise.
48554         (tr_reallochook): Likewise.
48555         (tr_memalignhook): Likewise.
48556
48557         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
48558         used and couldn't be at all thread-safe.
48559
48560 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
48561
48562         * libio/freopen.c (freopen): Don't close old file descriptor
48563         before the new one is opened.  Instead dup the new file descriptor
48564         to the old one after the new stream is created.
48565         * libio/freopen64.c (freopen64): Likewise.
48566         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
48567         * libio/fileops.c (_IO_new_file_close_it): Handle new
48568         _IO_FLAGS2_NOCLOSE flag.
48569         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
48570         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
48571         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
48572         _IO_FLAGS2_NOCLOSE flag.
48573         * include/unistd.h: Add hidden_proto for dup3.
48574         Define __have_dup3.
48575         * io/dup3.c: Define hidden symbol.
48576         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48577
48578         [BZ #7101]
48579         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
48580         when an incomplete long option is used.
48581         * posix/tst-getopt_long1.c: New file.
48582         * posix/Makefile (tests): Add tst-getopt_long1.
48583
48584         [BZ #10138]
48585         * scripts/config.guess: Update from autoconf-2.68.
48586         * scripts/config.sub: Likewise.
48587
48588         [BZ #10157]
48589         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
48590         tests into ...
48591         (has_cpuclock): ...this.  New function.
48592         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
48593         macro here based on has_cpuclock code.
48594
48595         [BZ #10149]
48596         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48597         First byte (not low byte) is now always NUL.
48598         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
48599
48600         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48601         Use non-cancelable interfaces.
48602
48603         [BZ #9809]
48604         * locale/iso-639.def: Add entry for Sorani.
48605
48606         [BZ #11901]
48607         * include/stdlib.h: Move include protection to the right place.
48608         Define abort_msg_s.  Declare __abort_msg with it.
48609         * stdlib/abort.c (__abort_msg): Adjust type.
48610         * assert/assert.c (__assert_fail_base): New function.  Majority
48611         of code from __assert_fail.  Allocate memory for __abort_msg with
48612         mmap.
48613         (__assert_fail): Now call __assert_fail_base.
48614         * assert/assert-perr.c: Remove bulk of implementation.  Use
48615         __assert_fail_base.
48616         * include/assert.hL Declare __assert_fail_base.
48617         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
48618         mmap.
48619         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
48620
48621 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
48622
48623         [BZ #11952]
48624         [BZ #12453]
48625         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
48626         until all modules are registered in the DTV.
48627         * elf/Makefile: Add rules to build and run tst-tls19.
48628         * elf/tst-tls19.c: New file.
48629         * elf/tst-tls19mod1.c: New file.
48630         * elf/tst-tls19mod2.c: New file.
48631         * elf/tst-tls19mod3.c: New file.
48632         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
48633
48634         [BZ #12083]
48635         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
48636         correctly.
48637
48638         [BZ #12601]
48639         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
48640         two-byte sequence errors.
48641         * iconvdata/Makefile (tests): Add bug-iconv8.
48642         * iconvdata/bug-iconv8.c: New file.
48643
48644         [BZ #12626]
48645         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
48646         buf2 definition.
48647
48648         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
48649
48650         [BZ #12432]
48651         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
48652         (dummy_getcfa): New function.
48653         (init): Get _Unwind_GetCFA address, use dummy if not found.
48654         (backtrace_helper): In recursion check, also check whether CFA changes.
48655         (__backtrace): Completely initialize arg.
48656
48657         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
48658         storing incomplete byte sequence in state object.  Avoid testing for
48659         guaranteed too small input if we know there is enough data available.
48660
48661 2011-05-11  Andreas Schwab  <schwab@redhat.com>
48662
48663         * Makeconfig (+link-pie): Indent.
48664         * Rules (binaries-pie): Define if $(have-fpie) and
48665         $(build-shared).
48666         (binaries-shared): Also filter out $(binaries-pie).
48667         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
48668         * nscd/Makefile (others-pie): Add nscd.
48669         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
48670         ($(objpfx)nscd): Remove command override.
48671         * login/Makefile (others-pie): Add pt_chown.
48672         ($(objpfx)pt_chown): Remove command override.
48673         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
48674         remove command overrides.
48675
48676 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
48677
48678         * libio/tst_putwc.c: Fix error messages.
48679
48680         [BZ #12724]
48681         * libio/fileops.c (_IO_new_file_close_it): Always flush when
48682         currently writing and seek to current position when not.
48683         * libio/Makefile (tests): Add bug-fclose1.
48684         * libio/bug-fclose1.c: New file.
48685
48686 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
48687
48688         [BZ #12511]
48689         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
48690         don't set DF_1_NODELETE here.
48691         (do_lookup_x): When entering new entry test for copy relocation
48692         and if necessary set DF_1_NODELETE flag.
48693         * elf/tst-unique4.cc: New file.
48694         * elf/tst-unique4.h: New file.
48695         * elf/tst-unique4lib.cc: New file.
48696         * elf/Makefile: Add rules to build and run tst-unique4.
48697         Patch by Piotr Bury <pbury@goahead.com>.
48698
48699 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
48700
48701         [BZ #12052]
48702         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
48703
48704         [BZ #12625]
48705         * misc/mntent_r.c (addmntent): Flush the stream after the output
48706
48707         [BZ #12393]
48708         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
48709         (is_trusted_path_normalize): Skip initial colon.  Append slash
48710         to empty buffer.  Duplicate is_trusted_path code but allow
48711         constructed patch to be prefix.
48712         (is_dst): Allow $ORIGIN followed by /.
48713         (_dl_dst_substitute): Correct clearing of check_for_trusted.
48714         Correct testing of result of is_trusted_path_normalize
48715         (decompose_rpath): Fix warning.
48716
48717 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
48718
48719         [BZ #11257]
48720         * grp/initgroups.c (internal_getgrouplist): When we found the service
48721         list through the initgroups entry in nsswitch.conf do not always
48722         continue on a successful lookup.  Don't always use the
48723         __nss_group_database value if it is set.
48724         * nss/nsswitch.conf (initgroups): Change action for successful db
48725         lookup to continue for compatibility.
48726
48727 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
48728
48729         [BZ #11532]
48730         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
48731         and CP774 modules.
48732         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
48733         and CP774 modules.
48734         * iconvdata/tst-tables.sh: Likewise.
48735         * iconvdata/cp770.c: New file.
48736         * iconvdata/cp771.c: New file.
48737         * iconvdata/cp772.c: New file.
48738         * iconvdata/cp773.c: New file.
48739         * iconvdata/cp774.c: New file.
48740         * iconvdata/testdata/CP770: New file.
48741         * iconvdata/testdata/CP770..UTF8: New file.
48742         * iconvdata/testdata/CP771: New file.
48743         * iconvdata/testdata/CP771..UTF8: New file.
48744         * iconvdata/testdata/CP772: New file.
48745         * iconvdata/testdata/CP772..UTF8: New file.
48746         * iconvdata/testdata/CP773: New file.
48747         * iconvdata/testdata/CP773..UTF8: New file.
48748         * iconvdata/testdata/CP774: New file.
48749         * iconvdata/testdata/CP774..UTF8: New file.
48750
48751         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
48752         END CHARMAP line.
48753         * iconvdata/gen-8bit-gap.sh: Likewise.
48754         * iconvdata/gen-8bit.sh: Likewise.
48755
48756         * locale/iso-639.def: Add ary entry.
48757
48758         [BZ #11258]
48759         * locale/C-translit.h.in: Add U20A1 transliteration.
48760
48761         [BZ #12178]
48762         * locale/iso-639.def: Add wae entry.
48763         Patch by Kevin Bortis <bortis@translate-wae.ch>.
48764
48765         [BZ #12545]
48766         * locale/programs/localedef.c (construct_output_path): Use ssize_t
48767         for n.
48768
48769         [BZ #12711]
48770         * locale/C-translit.h.in: Add entry for U20B9.
48771         Patch by pravin.d.s@gmail.com.
48772
48773 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
48774
48775         [BZ #12713]
48776         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48777         ENAMETOOLONG use generic getcwd.
48778         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
48779         in rtld.  Use *stat64.
48780         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
48781         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
48782         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
48783         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
48784         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
48785         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
48786         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
48787         __fstatat64 macros.
48788         * include/dirent.h: Add libc_hidden_proto for rewinddir.
48789         * dirent/rewinddir.c: Add libc_hidden_def.
48790         * sysdeps/mach/hurd/rewinddir.c: Likewise.
48791         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
48792
48793         * include/dirent.h (__alloc_dir): Add flags parameter.
48794         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
48795         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
48796         __alloc_dir.
48797         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
48798         from fdopendir if O_CLOEXEC is already set.
48799
48800 2011-03-15  Alan Modra  <amodra@gmail.com>
48801
48802         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
48803         l_tls_firstbyte_offset non-zero.  Save padding offset in
48804         l_tls_firstbyte_offset for later use.
48805         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
48806         freeing static tls block.
48807
48808 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
48809
48810         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
48811         where #ifdef was intended.  The intent is to prevent ARG_MAX from
48812         being defined by the kernel headers.
48813
48814 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
48815
48816         [BZ #12734]
48817         * resolv/resolv.h: Define RES_NOTLDQUERY.
48818         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48819         no-tld-query and set RES_NOTLDQUERY.
48820         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48821         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48822         modern BIND to search name as TLD unless forbidden.
48823
48824 2011-05-07  Petr Baudis  <pasky@suse.cz>
48825             Ulrich Drepper  <drepper@gmail.com>
48826
48827         [BZ #12393]
48828         * elf/dl-load.c (fillin_rpath): Move trusted path check...
48829         (is_trusted_path): ...to here.
48830         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
48831         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
48832         using is_trusted_path_normalize() in setuid scripts.
48833
48834 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
48835
48836         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48837         __BEGIN/__END_DECLS.
48838
48839 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
48840
48841         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48842         NSS_STATUS_NOTFOUND if no record was found.
48843
48844 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48845
48846         * sunrpc/Makefile (headers): Add rpc/netdb.h.
48847         (headers-not-in-tirpc): Remove rpc/netdb.h
48848         * resolv/netdb.h: Revert last change.
48849
48850 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
48851
48852         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48853         circular dependency between libgcc.a and libc.a.
48854
48855 2011-05-05  Andreas Schwab  <schwab@redhat.com>
48856
48857         * resolv/netdb.h: Don't include <rpc/netdb.h>.
48858         * nis/Makefile: Don't install rpcsvc/*.
48859         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48860         instead of <rpc/types.h>.
48861         (MAXHOSTNAMELEN): Define.
48862
48863 2011-05-03  Andreas Schwab  <schwab@redhat.com>
48864
48865         * elf/ldconfig.c (add_dir): Don't crash on empty path.
48866
48867 2011-04-28  Maciej Babinski  <mbabinski@google.com>
48868
48869         [BZ #12714]
48870         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48871         gethostbyname4_r when IPv6 results are possible.
48872
48873 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
48874
48875         [BZ #12723]
48876         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48877         _PC_PIPE_BUF handling.
48878
48879 2011-04-30  Bruno Haible  <bruno@clisp.org>
48880
48881         [BZ #12717]
48882         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48883         * resolv/netdb.h (getnameinfo): Change type of flags parameter
48884         to 'int'.
48885         * inet/getnameinfo.c (getnameinfo): Likewise.
48886
48887 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
48888
48889         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48890         to groups setting in database lookup.
48891         * nss/nsswitch.conf: Add initgroups entry.
48892
48893 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
48894
48895         [BZ #12685]
48896         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48897         mode string.
48898         Patch by Eric Blake <eblake@redhat.com>.
48899
48900 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
48901
48902         * sunrpc/Makefile (need-export-routines): Add svc_run.
48903         (routines): Remove svc_run.
48904         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48905         * sunrpc/clnt_perr.c (clnt_perrno): Export.
48906         * sunrpc/svc_run.c (svc_run): Likewise.
48907         * sunrpc/svc_udp.c (svcudp_create): Likewise.
48908
48909 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
48910
48911         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48912         problem in reallocation in last patch.
48913
48914 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
48915
48916         * sunrpc/Makefile: Move inclusion of Rules.
48917
48918 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48919
48920         * nss/nss_files/files-initgroups.c: New file.
48921         * nss/Makefile (libnss_files-routines): Add files-initgroups.
48922         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48923         _nss_files_initgroups_dyn.
48924
48925 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
48926
48927         * elf/elf.h (R_ARM_IRELATIVE): Define.
48928
48929 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
48930
48931         * po/ru.po: Update from translation team.
48932
48933 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48934
48935         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48936         dependencies.
48937
48938 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
48939
48940         [BZ #12653]
48941         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48942         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48943         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48944         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48945         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48946
48947 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
48948
48949         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48950         differing bytes.
48951         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48952         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48953         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48954
48955 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
48956
48957         [BZ #12420]
48958         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48959         storing it.
48960         * stdlib/bug-getcontext.c: New file.
48961         * stdlib/Makefile: Add rules to build and run bug-getcontext.
48962
48963 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48964
48965         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48966         instructions into .machine "z9-109".
48967         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48968         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48969
48970 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48971
48972         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48973         between environment variables and auxiliary vector.
48974
48975 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
48976
48977         * Makefile: Add rules to build linkobj/libc.so.
48978         * include/libc-symbols.h: Define libc_hidden_nolink.
48979         * include/rpc/auth.h: Mark functions which are to be hidden.
48980         * include/rpc/auth_des.h: Likewise.
48981         * include/rpc/auth_unix.h: Likewise.
48982         * include/rpc/clnt.h: Likewise.
48983         * include/rpc/des_crypt.h: Likewise.
48984         * include/rpc/key_prot.h: Likewise.
48985         * include/rpc/pmap_clnt.h: Likewise.
48986         * include/rpc/pmap_prot.h: Likewise.
48987         * include/rpc/pmap_rmt.h: Likewise.
48988         * include/rpc/rpc_msg.h: Likewise.
48989         * include/rpc/svc.h: Likewise.
48990         * include/rpc/svc_auth.h: Likewise.
48991         * include/rpc/xdr.h: Likewise.
48992         * nis/Makefile: Link all DSOs against linkobj/libc.so.
48993         * nss/Makefile: Likewise.
48994         * sunrpc/Makefile: Don't install headers.  Build library with normal
48995         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
48996         * sunrpc/auth_des.c: Hide exported symbols by default, export some
48997         for the compat linking library.  Remove use of INTDEF/INTUSE.
48998         * sunrpc/auth_none.c: Likewise.
48999         * sunrpc/auth_unix.c: Likewise.
49000         * sunrpc/authdes_prot.c: Likewise.
49001         * sunrpc/authuxprot.c: Likewise.
49002         * sunrpc/clnt_gen.c: Likewise.
49003         * sunrpc/clnt_perr.c: Likewise.
49004         * sunrpc/clnt_raw.c: Likewise.
49005         * sunrpc/clnt_simp.c: Likewise.
49006         * sunrpc/clnt_tcp.c: Likewise.
49007         * sunrpc/clnt_udp.c: Likewise.
49008         * sunrpc/clnt_unix.c: Likewise.
49009         * sunrpc/des_crypt.c: Likewise.
49010         * sunrpc/des_soft.c: Likewise.
49011         * sunrpc/get_myaddr.c: Likewise.
49012         * sunrpc/key_call.c: Likewise.
49013         * sunrpc/key_prot.c: Likewise.
49014         * sunrpc/netname.c: Likewise.
49015         * sunrpc/pm_getmaps.c: Likewise.
49016         * sunrpc/pm_getport.c: Likewise.
49017         * sunrpc/pmap_clnt.c: Likewise.
49018         * sunrpc/pmap_prot.c: Likewise.
49019         * sunrpc/pmap_prot2.c: Likewise.
49020         * sunrpc/pmap_rmt.c: Likewise.
49021         * sunrpc/publickey.c: Likewise.
49022         * sunrpc/rpc_cmsg.c: Likewise.
49023         * sunrpc/rpc_common.c: Likewise.
49024         * sunrpc/rpc_dtable.c: Likewise.
49025         * sunrpc/rpc_prot.c: Likewise.
49026         * sunrpc/rpc_thread.c: Likewise.
49027         * sunrpc/rtime.c: Likewise.
49028         * sunrpc/svc.c: Likewise.
49029         * sunrpc/svc_auth.c: Likewise.
49030         * sunrpc/svc_authux.c: Likewise.
49031         * sunrpc/svc_raw.c: Likewise.
49032         * sunrpc/svc_run.c: Likewise.
49033         * sunrpc/svc_simple.c: Likewise.
49034         * sunrpc/svc_tcp.c: Likewise.
49035         * sunrpc/svc_udp.c: Likewise.
49036         * sunrpc/svc_unix.c: Likewise.
49037         * sunrpc/svcauth_des.c: Likewise.
49038         * sunrpc/xcrypt.c: Likewise.
49039         * sunrpc/xdr.c: Likewise.
49040         * sunrpc/xdr_array.c: Likewise.
49041         * sunrpc/xdr_float.c: Likewise.
49042         * sunrpc/xdr_intXX_t.c: Likewise.
49043         * sunrpc/xdr_mem.c: Likewise.
49044         * sunrpc/xdr_rec.c: Likewise.
49045         * sunrpc/xdr_ref.c: Likewise.
49046         * sunrpc/xdr_sizeof.c: Likewise.
49047         * sunrpc/xdr_stdio.c: Likewise.
49048
49049 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
49050
49051         [BZ #12650]
49052         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
49053         * sysdeps/ia64/dl-tls.h: Likewise.
49054         * sysdeps/powerpc/dl-tls.h: Likewise.
49055         * sysdeps/s390/dl-tls.h: Likewise.
49056         * sysdeps/sh/dl-tls.h: Likewise.
49057         * sysdeps/sparc/dl-tls.h: Likewise.
49058         * sysdeps/x86_64/dl-tls.h: Likewise.
49059         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
49060
49061 2011-03-14  Andreas Schwab  <schwab@redhat.com>
49062
49063         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
49064         rpath element also skip the following colon.
49065         (expand_dynamic_string_token): Add is_path parameter and pass
49066         down to DL_DST_REQUIRED and _dl_dst_substitute.
49067         (decompose_rpath): Call expand_dynamic_string_token with
49068         non-zero is_path.  Ignore empty rpaths.
49069         (_dl_map_object_from_fd): Call expand_dynamic_string_token
49070         with zero is_path.
49071
49072 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
49073
49074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
49075         Make cancelable.
49076
49077 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
49078
49079         [BZ #12655]
49080         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
49081         Patch by Filipe David Manana <fdmanana@apache.org>.
49082
49083 2011-04-07  Andreas Schwab  <schwab@redhat.com>
49084
49085         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
49086         Maintain aligned stack.
49087         (CHECK_RSP): Remove unused macro.
49088
49089 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
49090
49091         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
49092         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
49093
49094 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
49095
49096         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
49097
49098         * include/features.h: Mention __USE_XOPEN2K8 in comment.
49099
49100 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
49101
49102         [BZ #12518]
49103         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49104         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49105         * sysdeps/x86_64/memmove.c: New file.
49106         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49107         (memcpy): Renamed to ...
49108         (__new_memcpy): This.
49109         (memcpy): Provide GLIBC_2_14 memcpy.
49110         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49111         (memcpy): Provide GLIBC_2_2_5 memcpy.
49112
49113 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49114
49115         [BZ #12631]
49116         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49117
49118 2011-03-30  Andreas Schwab  <schwab@redhat.com>
49119
49120         * misc/syncfs.c: New file.
49121         * misc/Makefile (routines): Add syncfs.
49122         * posix/unistd.h: Declare syncfs.
49123         * sysdeps/unix/syscalls.list: Add syncfs.
49124
49125 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49126
49127         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
49128         open_by_handle_at.
49129         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49130         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49131         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49132         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49133         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49134         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49135         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49136
49137 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49138
49139         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49140         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49141         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49142         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49143         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49144         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49145         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49146
49147         * io/Makefile: Compile fallocate.c, fallocate64.c, and
49148         sync_file_range.c with -fexceptions.
49149         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49150         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49151         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49152         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49153         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49154         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49155         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
49156         sync_file_range as cancellation point
49157         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
49158         now a wrapper around __call_sync_file_range with cancellation handling.
49159         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49160         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
49161         function name to __call_sync_file_range.
49162         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49163         Add call_sync_file_range.
49164
49165 2011-04-01  Andreas Schwab  <schwab@redhat.com>
49166
49167         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49168         bits/timex.h.
49169
49170 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
49171
49172         * iconv/iconv.h: Fix typo in comment.
49173         * io/fcntl.h: Likewise.
49174         * libio/stdio.h: Likewise.
49175         * posix/spawn.h: Likewise.
49176         * posix/unistd.h: Likewise.
49177         * stdlib/stdlib.h: Likewise.
49178         * time/time.h: Likewise.
49179         * wcsmbs/wchar.h: Likewise.
49180
49181         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49182         open_by_handle): Add.
49183         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49184         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
49185         Augment a few comments.
49186         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49187         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49188         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49189         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49190         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49191         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49192         open_by_handle.
49193
49194         * io/fcntl.h (AT_EMPTY_PATH): Define.
49195
49196 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
49197
49198         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49199         * sysdeps/unix/sysv/linux/bits/time.h: New file.
49200         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49201         to...
49202         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
49203         * Versions.def: Add GLIBC_2.14.
49204         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49205         Export.
49206
49207 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
49208
49209         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49210         round counter.
49211         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49212
49213 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
49214
49215         [BZ #12597]
49216         * string/test-strncmp.c (do_page_test): New function.
49217         (check2): Likewise.
49218         (test_main): Call check2.
49219         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49220
49221 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
49222
49223         [BZ #12587]
49224         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49225         Handle cache information in CPU leaf 4.
49226         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49227
49228 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
49229
49230         [BZ #12583]
49231         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49232         character representation.
49233         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49234
49235 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
49236
49237         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49238         END(__isnan) to END(__isnanf) to match function entry point/label
49239         EALIGN(__isnanf,...).
49240
49241 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
49242
49243         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49244
49245 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
49246
49247         [BZ #12510]
49248         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49249         copy from the symbol referenced in the relocation to initialize the
49250         used variable.
49251         Patch by Piotr Bury <pbury@goahead.com>.
49252         * elf/Makefile: Add rules to build and tst-unique3.
49253         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49254         * elf/tst-unique3.cc: New file.
49255         * elf/tst-unique3.h: New file.
49256         * elf/tst-unique3lib.cc: New file.
49257         * elf/tst-unique3lib2.cc: New file.
49258
49259         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49260
49261 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
49262
49263         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49264         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
49265         to _start.
49266
49267 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
49268
49269         * elf/dl-load.c (_dl_map_object): If we are looking for the first
49270         to-be-loaded object along a path to loader is ld.so.
49271
49272 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49273             Ulrich Drepper  <drepper@gmail.com>
49274
49275         * sysdeps/x86_64/memset.S: After aligning destination, code
49276         branches to different locations depending on the value of
49277         misalignment, when multiarch is enabled. Fix this.
49278
49279 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
49280
49281         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49282         Set _x86_64_preferred_memory_instruction for AMD processsors.
49283         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49284         Set bit_Prefer_SSE_for_memop for AMD processors.
49285
49286 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
49287
49288         * libio/fmemopen.c (fmemopen): Optimize a bit.
49289
49290 2011-03-03  Andreas Schwab  <schwab@redhat.com>
49291
49292         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49293
49294 2011-03-03  Roland McGrath  <roland@redhat.com>
49295
49296         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49297
49298 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
49299
49300         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
49301         __bzero_ultra1 instead of __memset_ultra1.
49302
49303 2011-02-23  Andreas Schwab  <schwab@redhat.com>
49304             Ulrich Drepper  <drepper@gmail.com>
49305
49306         [BZ #12509]
49307         * include/link.h (struct link_map): Add l_orig_initfini.
49308         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49309         returning unsuccessfully.
49310         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49311         close of a file loaded at startup, restore the original l_initfini
49312         list.
49313         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49314         list, store the pointer.
49315         * elf/Makefile ($(objpfx)noload-mem): New rule.
49316         (noload-ENV): Define.
49317         (tests): Add $(objpfx)noload-mem.
49318         * elf/noload.c: Include <memcheck.h>.
49319         (main): Call mtrace.  Close all opened handles.
49320
49321 2011-02-17  Andreas Schwab  <schwab@redhat.com>
49322
49323         [BZ #12454]
49324         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49325         dependencies are missing.
49326
49327 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49328
49329         Fix __if_freereq crash: Unlike the generic version which uses free,
49330         Hurd needs munmap.
49331         * sysdeps/mach/hurd/ifreq.h: New file.
49332
49333 2011-01-27  Petr Baudis  <pasky@suse.cz>
49334             Ulrich Drepper  <drepper@gmail.com>
49335
49336         [BZ 12445]#
49337         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49338         to extend_alloca().
49339         * stdio-common/bug23.c: New file.
49340         * stdio-common/Makefile (tests): Add bug23.
49341
49342 2010-09-28  Andreas Schwab  <schwab@redhat.com>
49343             Ulrich Drepper  <drepper@gmail.com>
49344
49345         [BZ #12489]
49346         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49347         before performing relro protection.  At old place add assertion
49348         to make sure nothing changed.
49349
49350 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
49351             Glauber de Oliveira Costa  <glommer@gmail.com>
49352
49353         * elf/elf.h: Add new ARM TLS relocs.
49354
49355 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
49356
49357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49358         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49359         cast from r3.
49360         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
49361         'tests' variable.
49362         * sysdeps/wordsize-64/tst-writev.c: New file.
49363
49364 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
49365
49366         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49367         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49368         insns in _dl_start to prevent a TOC reference before relocs are
49369         resolved.
49370
49371 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
49372
49373         [BZ #12469]
49374         * Makeconfig: Remove RANLIB definition.
49375         * Makerules: Don't use RANLIB.
49376         * aclocal.m4: Remove ranlib test.
49377         * configure.in: No need to check for ranlib.
49378         * elf/rtld-Rules: Don't use RANLIB.
49379
49380 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49381
49382         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49383         protection macro.
49384         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49385         inclusion protection macro.
49386
49387         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49388         SIGRTMIN and SIGRTMAX and print information in that case only when
49389         SIGRTMIN is defined.
49390
49391 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
49392
49393         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49394         arginfo fn returning -1.
49395
49396         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49397         and thousands string is zero terminated.
49398
49399 2011-02-03  Andreas Schwab  <schwab@redhat.com>
49400
49401         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49402         sysdeps/unix/sysv/linux/bits/socket.h.
49403
49404 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49405
49406         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49407         (__CPU_COUNT): Remove old macros.
49408         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49409         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49410         (__CPU_ALLOC, __CPU_FREE): Add macros.
49411         (__sched_cpualloc, __sched_cpufree): Add declarations.
49412
49413 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
49414
49415         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49416         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49417         * nscd/aicache.c (addhstaiX): Return timeout of added value.
49418         (readdhstai): Return value of addhstaiX call.
49419         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49420         (addgrbyX): Return value returned by cache_addgr.
49421         (readdgrbyname): Return value returned by addgrbyX.
49422         (readdgrbygid): Likewise.
49423         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49424         (addpwbyX): Return value returned by cache_addpw.
49425         (readdpwbyname): Return value returned by addhstbyX.
49426         (readdpwbyuid): Likewise.
49427         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49428         (addservbyX): Return value returned by cache_addserv.
49429         (readdservbyname): Return value returned by addservbyX:
49430         (readdservbyport): Likewise.
49431         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49432         (addhstbyX): Return value returned by cache_addhst.
49433         (readdhstbyname): Return value returned by addhstbyX.
49434         (readdhstbyaddr): Likewise.
49435         (readdhstbynamev6): Likewise.
49436         (readdhstbyaddrv6): Likewise.
49437         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49438         (readdinitgroups): Return value returned by addinitgroupsX.
49439         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49440         (prune_cache): Keep track of timeout value of re-added entries.
49441         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49442         * nscd/nscd.h: Adjust prototypes of readd* functions.
49443
49444 2011-02-04  Roland McGrath  <roland@redhat.com>
49445
49446         * nis/nis_server.c (nis_servstate): Use the right name for 0.
49447         (nis_stats): Likewise.
49448         * nis/nis_modify.c (nis_modify): Likewise.
49449         * nis/nis_remove.c (nis_remove): Likewise.
49450         * nis/nis_add.c (nis_add): Likewise.
49451
49452         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49453
49454         * posix/fnmatch_loop.c: Add some consts.
49455
49456         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49457
49458 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
49459
49460         [BZ #12460]
49461         * config.make.in (config-cflags-novzeroupper): Define.
49462         * configure.in: Substitute libc_cv_cc_novzeroupper.
49463         * elf/Makefile (AVX-CFLAGS): Define.
49464         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49465         (CFLAGS-tst-auditmod4a.c): Likewise.
49466         (CFLAGS-tst-auditmod4b.c): Likewise.
49467         (CFLAGS-tst-auditmod6b.c): Likewise.
49468         (CFLAGS-tst-auditmod6c.c): Likewise.
49469         (CFLAGS-tst-auditmod7b.c): Likewise.
49470         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49471
49472 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
49473
49474         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49475         function to the callback.
49476         Patch partly by Jiri Olsa <jolsa@redhat.com>.
49477
49478 2011-02-02  Andreas Schwab  <schwab@redhat.com>
49479
49480         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49481         of errno.
49482
49483 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
49484
49485         [BZ #11724]
49486         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49487         of constructors.
49488         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49489         of destructors.
49490         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49491
49492         [BZ #11724]
49493         * elf/Makefile: Add rules to build and run new test.
49494         * elf/tst-initorder.c: New file.
49495         * elf/tst-initorder.exp: New file.
49496         * elf/tst-initordera1.c: New file.
49497         * elf/tst-initordera2.c: New file.
49498         * elf/tst-initordera3.c: New file.
49499         * elf/tst-initordera4.c: New file.
49500         * elf/tst-initorderb1.c: New file.
49501         * elf/tst-initorderb2.c: New file.
49502         * elf/tst-order-a1.c: New file.
49503         * elf/tst-order-a2.c: New file.
49504         * elf/tst-order-a3.c: New file.
49505         * elf/tst-order-a4.c: New file.
49506         * elf/tst-order-b1.c: New file.
49507         * elf/tst-order-b2.c: New file.
49508         * elf/tst-order-main.c: New file.
49509         New test case by George Gensure <werkt0@gmail.com>.
49510
49511 2010-10-01  Andreas Schwab  <schwab@redhat.com>
49512
49513         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49514         decoding ACE if AI_CANONIDN.
49515
49516 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
49517
49518         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49519
49520 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
49521
49522         * version.h (RELEASE): Bump for 2.13 release.
49523         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49524
49525         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
49526
49527         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
49528         MADV_NOHUGEPAGE.
49529         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
49530         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
49531         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
49532         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
49533         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
49534         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49535
49536         * posix/getconf.c: Update copyright year.
49537         * catgets/gencat.c: Likewise.
49538         * csu/version.c: Likewise.
49539         * debug/catchsegv.sh: Likewise.
49540         * debug/xtrace.sh: Likewise.
49541         * elf/ldconfig.c: Likewise.
49542         * elf/ldd.bash.in: Likewise.
49543         * elf/sprof.c (print_version): Likewise.
49544         * iconv/iconv_prog.c: Likewise.
49545         * iconv/iconvconfig.c: Likewise.
49546         * locale/programs/locale.c: Likewise.
49547         * locale/programs/localedef.c: Likewise.
49548         * malloc/memusage.sh: Likewise.
49549         * malloc/mtrace.pl: Likewise.
49550         * nscd/nscd.c (print_version): Likewise.
49551         * nss/getent.c: Likewise.
49552
49553         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
49554         PF_CAIF, and PF_ALG.
49555         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49556
49557 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
49558
49559         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
49560         (modules-names): Use them.
49561         (ifunc-test-modules, ifunc-pie-tests): Define.
49562         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
49563         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
49564         (test-extras): Likewise.
49565         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
49566         $(compile-command.c).
49567         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
49568         (all-built-dso): Define.
49569         (check-textrel.out, check-execstack.out): Depend on it.
49570
49571         * configure.in: Don't override --enable-multi-arch.
49572
49573 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
49574
49575         [BZ #6812]
49576         * nscd/hstcache.c (tryagain): Define.
49577         (cache_addhst): Return tryagain not notfound for temporary errors.
49578         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
49579         failed.
49580
49581 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
49582
49583         [BZ #10563]
49584         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
49585         to make the syscall.
49586         * sysdeps/unix/sysv/linux/setgroups.c: New file.
49587
49588         [BZ #12378]
49589         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
49590         and fall back to matching as normal character if the string ends before
49591         the matching ']' is found.  This is what POSIX requires.
49592         * posix/testfnm.c: Adjust test result.
49593         * posix/globtest.sh: Adjust test result.  Add new test.
49594         * posix/tst-fnmatch.input: Likewise.
49595         * posix/tst-fnmatch2.c: Add new test.
49596
49597 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
49598
49599         * elf/Makefile (check-execstack): Revert last change.  Depend on
49600         check-execstack.h.
49601         (check-execstack.h): New target.
49602         (generated): Add check-execstack.h.
49603         * elf/check-execstack.c: Include "check-execstack.h".
49604         (main): Revert last change.
49605         (handle_file): Return zero if GNU_STACK is absent and
49606         DEFAULT_STACK_PERMS doesn't include PF_X.
49607
49608 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
49609
49610         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
49611         in child fails because the descriptor is already closed.
49612         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
49613         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
49614         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
49615
49616         [BZ #12397]
49617         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
49618         syscall.
49619
49620         [BZ #10484]
49621         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
49622         temporary buffer used to handle multi lookups locally.
49623         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
49624
49625 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49626
49627         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
49628         loader is ld.so.
49629
49630 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
49631
49632         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
49633         alignment for SSE2.
49634
49635 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
49636
49637         [BZ #12394]
49638         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
49639         characters.  When rounding increased number of integer digits recompute
49640         number of groups.
49641         * stdio-common/tst-grouping.c: New file.
49642         * stdio-common/Makefile: Add rules to build and run tst-grouping.
49643
49644 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
49645
49646         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
49647         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
49648
49649         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
49650         void.
49651         * bits/select.h: Likewise.
49652
49653 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
49654
49655         * po/ja.po: Update from translation team.
49656
49657 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
49658
49659         [BZ #11155]
49660         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
49661         implementation just like for lxstat, fxstatat, et al.
49662
49663 2010-12-27  Jim Meyering  <meyering@redhat.com>
49664
49665         [BZ #12348]
49666         * posix/regexec.c (build_trtable): Return failure indication upon
49667         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
49668
49669 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
49670
49671         [BZ #12201]
49672         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49673         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
49674         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
49675         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
49676
49677         [BZ #12207]
49678         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
49679
49680         [BZ #12204]
49681         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
49682         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
49683
49684 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
49685
49686         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
49687         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
49688         script has SORT_BY_INIT_PRIORITY.
49689         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
49690         NO_CTORS_DTORS_SECTIONS is defined.
49691         * elf/soinit.c: Likewise.
49692         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
49693         NO_CTORS_DTORS_SECTIONS is defined.
49694         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
49695         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
49696         * sysdeps/sh/init-first.c: Likewise.
49697         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
49698
49699 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
49700
49701         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
49702         always use the slow path.
49703
49704 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
49705
49706         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
49707         similar rule which adds the sysdep directories to the header search in
49708         order to pick up the correct platform stackinfo.h.
49709         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
49710         perform test if it is, otherwise return successfully without testing.
49711         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
49712         DEFAULT_STACK_PERMS define in stackinfo.h.
49713         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
49714         defined in stackinfo.h.
49715         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
49716         DEFAULT_STACK_PERMS defined in stackinfo.h.
49717         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
49718         * sysdeps/ia64/stackinfo.h: Likewise.
49719         * sysdeps/s390/stackinfo.h: Likewise.
49720         * sysdeps/sh/stackinfo.h: Likewise.
49721         * sysdeps/sparc/stackinfo.h: Likewise.
49722         * sysdeps/x86_64/stackinfo.h: Likewise.
49723         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
49724         PF_X for powerpc64.  Retain PF_X for powerpc32.
49725
49726 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
49727
49728         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
49729         accurately.
49730         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
49731         GETDENTS_64BIT_ALIGNED.
49732
49733 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
49734
49735         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
49736
49737 2010-12-10  Andreas Schwab  <schwab@redhat.com>
49738
49739         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
49740         _GNU_SOURCE.
49741
49742         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
49743         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
49744         Remove __restrict.
49745         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
49746         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
49747
49748 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
49749
49750         [BZ #11655]
49751         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
49752         are initialized.
49753
49754 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
49755
49756         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
49757
49758 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
49759
49760         * po/it.po: Update from translation team.
49761
49762 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
49763
49764         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
49765         unused codes.
49766
49767 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
49768
49769         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49770
49771 2010-11-24  Andreas Schwab  <schwab@redhat.com>
49772
49773         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49774         specially.
49775         (gaih_getanswer_slice): Likewise.
49776
49777 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
49778
49779         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
49780
49781 2010-05-31  Petr Baudis  <pasky@suse.cz>
49782
49783         [BZ #11149]
49784         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
49785         silently even in the chroot mode.
49786
49787 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
49788
49789         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
49790         last patch a bit.  Pretty printing
49791
49792 2010-05-31  Petr Baudis <pasky@suse.cz>
49793
49794         [BZ #10085]
49795         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
49796         initialization of skip_initgroups_dyn.
49797
49798 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
49799
49800         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
49801         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49802
49803 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
49804
49805         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
49806
49807 2010-11-11  Andreas Schwab  <schwab@redhat.com>
49808
49809         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
49810         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
49811         (tst-fnmatch-ENV): Set MALLOC_TRACE.
49812         ($(objpfx)tst-fnmatch-mem): New rule.
49813         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
49814         * posix/tst-fnmatch.c (main): Call mtrace.
49815
49816 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
49817
49818         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49819         Support Intel processor model 6 and model 0x2c.
49820
49821 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
49822
49823         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49824           signed comparison.
49825
49826 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
49827
49828         [BZ #12205]
49829         * string/test-strncasecmp.c (check_result): New function.
49830         (do_one_test): Use it.
49831         (check1): New function.
49832         (test_main): Use it.
49833         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49834         Support strcasecmp and strncasecmp.
49835
49836 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
49837
49838         [BZ #12194]
49839         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49840         * sysdeps/x86_64/bits/byteswap.h: Likewise.
49841
49842 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
49843
49844         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49845         IFUNC support.
49846         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49847         memset-x86-64.
49848         * sysdeps/x86_64/multiarch/bzero.S: New file.
49849         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49850         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49851         * sysdeps/x86_64/multiarch/memset.S: New file.
49852         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49853         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49854         Set bit_Prefer_SSE_for_memop for Intel processors.
49855         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49856         Define.
49857         (index_Prefer_SSE_for_memop): Define.
49858         (HAS_PREFER_SSE_FOR_MEMOP): Define.
49859
49860 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
49861
49862         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49863         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49864
49865 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
49866
49867         [BZ #12191]
49868         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49869         (__x86_64_raw_data_cache_size_half): Likewise.
49870         (__x86_64_raw_shared_cache_size): Likewise.
49871         (__x86_64_raw_shared_cache_size_half): Likewise.
49872
49873         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49874         (__x86_64_raw_data_cache_size_half): Likewise.
49875         (__x86_64_raw_shared_cache_size): Likewise.
49876         (__x86_64_raw_shared_cache_size_half): Likewise.
49877         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49878         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49879         and __x86_64_raw_shared_cache_size_half.  Round
49880         __x86_64_data_cache_size_half, __x86_64_data_cache_size
49881         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49882         to multiple of 256 bytes.
49883
49884 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
49885
49886         [BZ #12167]
49887         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49888         of inacessible symlinks.  Verify result of symlink before returning it.
49889         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49890         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49891
49892 2010-10-28  Erich Ritz  <erichritz@gmail.com>
49893
49894         * math/math.h (isinf): Fix typo in comment.
49895
49896 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
49897
49898         * po/da.po: Update from translation team.
49899
49900 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
49901
49902         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49903         is added to the list.
49904
49905 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49906             Ulrich Drepper  <drepper@gmail.com>
49907
49908         * elf/dl-object.c (_dl_new_object): Don't append the new object to
49909         the global list here.  Move code to...
49910         (_dl_add_to_namespace_list): ...here.  New function.
49911         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49912         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49913         * elf/dl-load.c (lose): Don't remove the element from the list.
49914         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49915         (_dl_map_object): Likewise.
49916
49917 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
49918
49919         [BZ #12159]
49920         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49921         into all bytes of SSE register.
49922         Patch by Richard Li <richardpku@gmail.com>.
49923
49924 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
49925
49926         [BZ #12140]
49927         * malloc/malloc.c (_int_free): Fill correct number of bytes when
49928         perturbing.
49929
49930 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
49931
49932         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49933         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49934         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49935         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49937         submachine.
49938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49939
49940 2010-10-22  Andreas Schwab  <schwab@redhat.com>
49941
49942         * include/dlfcn.h (__RTLD_SECURE): Define.
49943         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
49944         mode & __RTLD_SECURE instead.
49945         (open_path): Rename preloaded parameter to secure.
49946         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49947         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49948         * elf/dl-deps.c (openaux): Likewise.
49949         * elf/rtld.c (struct map_args): Remove is_preloaded.
49950         (map_doit): Don't use it.
49951         (dl_main): Likewise.
49952         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49953         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49954
49955 2010-09-09  Andreas Schwab  <schwab@redhat.com>
49956
49957         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49958         (sysd-rules-targets): Remove duplicates.
49959         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49960         rtld-%.$o dependency.
49961
49962 2010-10-18  Andreas Schwab  <schwab@redhat.com>
49963
49964         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49965         _dl_map_object do it.
49966
49967 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
49968
49969         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49970         fast fma builtins, define the macros in the C99 standard.
49971         (FP_FAST_FMAF): Likewise.
49972         (FP_FAST_FMAL): Likewise.
49973         * sysdeps/x86_64/bits/mathdef.h: Likewise.
49974
49975         * bits/mathdef.h: Update copyright year.
49976         * sysdeps/powerpc/bits/mathdef.h: Likewise.
49977
49978 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
49979
49980         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49981         builtins, define the macros in the C99 standard.
49982         (FP_FAST_FMAF): Likewise.
49983         (FP_FAST_FMAL): Likewise.
49984         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49985         multiply/add.
49986         (FP_FAST_FMAF): Likewise.
49987
49988 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
49989
49990         [BZ #3268]
49991         * math/libm-test.inc (fma_test): Some new testcases.
49992         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
49993         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
49994         y and infinite z.  Do multiplication by C already in long double.
49995         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
49996         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
49997         y and infinite z.  Do bitwise or of inexact bit into u.d.
49998         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
49999         * sysdeps/i386/fpu/s_fmaf.S: Removed.
50000         * sysdeps/i386/fpu/s_fma.S: Removed.
50001         * sysdeps/i386/fpu/s_fmal.S: Removed.
50002
50003 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
50004
50005         [BZ #3268]
50006         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
50007         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
50008         computation is not scheduled after fetestexcept.  Fix value
50009         of minimum denormal long double.
50010
50011 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
50012
50013         [BZ #3268]
50014         * math/libm-test.inc (fma_test): Add some more tests.
50015         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
50016         correctly.
50017
50018 2010-10-15  Andreas Schwab  <schwab@redhat.com>
50019
50020         * scripts/data/localplt-s390-linux-gnu.data: New file.
50021         * scripts/data/localplt-s390x-linux-gnu.data: New file.
50022
50023 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
50024
50025         [BZ #3268]
50026         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
50027         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
50028         instead of dbl-64.
50029         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
50030         inlines.
50031         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
50032         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
50033         if one of x and y is very large and the other is subnormal.
50034         * sysdeps/s390/fpu/s_fmaf.c: New file.
50035         * sysdeps/s390/fpu/s_fma.c: New file.
50036         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
50037         * sysdeps/powerpc/fpu/s_fma.S: New file.
50038         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
50039         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
50040         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
50041
50042 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
50043
50044         [BZ #3268]
50045         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
50046         fma tests.
50047         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
50048         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
50049         * sysdeps/i386/i686/multiarch/s_fma.c: Include
50050         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
50051         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
50052         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
50053         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
50054
50055 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
50056
50057         [BZ #12078]
50058         * posix/regcomp.c (parse_branch): One more memory leak plugged.
50059         * posix/bug-regex31.input: Add test case.
50060
50061 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50062
50063         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
50064         * posix/bug-regex31.input: New file.
50065
50066         [BZ #12078]
50067         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
50068         (parse_sub_exp): Fix last change, use postorder.
50069
50070         * posix/bug-regex31.c: New file.
50071         * posix/Makefile: Add rules to build and run bug-regex31.
50072
50073         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
50074
50075         [BZ #12078]
50076         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
50077
50078         [BZ #12108]
50079         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
50080         to have entries in sys_siglist.
50081
50082         [BZ #12093]
50083         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
50084         be NULL.
50085
50086 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
50087
50088         [BZ #3268]
50089         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
50090         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
50091         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
50092         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
50093         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50094         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
50095         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
50096         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
50097         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
50098         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
50099         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50100         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50101         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50102         * math/ftestexcept.c (fetestexcept): Likewise.
50103         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50104         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50105         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50106         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50107         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50108         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50109         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50110
50111 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
50112
50113         [BZ #12107]
50114         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50115         newline.
50116
50117 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
50118
50119         * string/bug-strstr1.c: New file.
50120         * string/Makefile: Add rules to build and run bug-strstr1.
50121
50122 2010-10-05  Eric Blake  <eblake@redhat.com>
50123
50124         [BZ #12092]
50125         * string/str-two-way.h (two_way_long_needle): Always clear memory
50126         when skipping input due to the shift table.
50127
50128 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
50129
50130         [BZ #12005]
50131         * malloc/mcheck.c: Handle large requests.
50132
50133         [BZ #12077]
50134         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50135         for strncmp and strncasecmp.
50136         * string/stratcliff.c: Add tests for strcmp and strncmp.
50137         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50138
50139 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
50140
50141         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50142         __set_fpscr.
50143
50144 2010-09-30  Andreas Jaeger  <aj@suse.de>
50145
50146         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50147         (CGROUP_SUPER_MAGIC): Define.
50148         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50149         Handle btrfs and cgroup file systems.
50150         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50151         Likewise.
50152
50153 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
50154
50155         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50156         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50157
50158 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50159
50160         [BZ #12067]
50161         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50162         trying to locate the ELF header.
50163
50164 2010-09-27  Andreas Schwab  <schwab@redhat.com>
50165
50166         [BZ #11611]
50167         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50168         Mask out sign-bit copies when constructing f_fsid.
50169
50170 2010-09-24  Petr Baudis <pasky@suse.cz>
50171
50172         * debug/stack_chk_fail_local.c: Add missing licence exception.
50173         * debug/warning-nop.c: Likewise.
50174
50175 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
50176
50177         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50178         implementing getdents64 using getdents syscall, set d_type if
50179         __ASSUME_GETDENTS32_D_TYPE.
50180
50181 2010-09-16  Andreas Schwab  <schwab@redhat.com>
50182
50183         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50184         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50185
50186 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
50187
50188         [BZ #12037]
50189         * posix/unistd.h: Undo change of feature selection for ftruncate from
50190         2010-01-11.
50191
50192 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
50193
50194         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
50195         detection.
50196
50197 2010-09-20  Andreas Schwab  <schwab@redhat.com>
50198
50199         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50200         fanotify_mark.
50201         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50202
50203 2010-09-14  Andreas Schwab  <schwab@redhat.com>
50204
50205         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50206         variables after CHECK_SP call.
50207         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50208
50209 2010-09-13  Andreas Schwab  <schwab@redhat.com>
50210             Ulrich Drepper  <drepper@redhat.com>
50211
50212         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50213         re-relocationg ld.so.
50214         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50215         _dl_init_paths call.
50216         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
50217         here anymore.
50218
50219 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
50220
50221         * resolv/res_init.c (__res_vinit): Count the default server we added.
50222
50223 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
50224             Ulrich Drepper  <drepper@redhat.com>
50225
50226         [BZ #11968]
50227         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50228         (____longjmp_chk): Use %ebx for saving value across system call.
50229         Add unwind info.
50230
50231 2010-09-06  Andreas Schwab  <schwab@redhat.com>
50232
50233         * manual/Makefile: Don't mix pattern rules with normal rules.
50234
50235 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
50236
50237         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50238         operation.
50239         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50240         * libio/iofopncook.c (_IO_cookie_init): Likewise.
50241         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50242         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50243         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50244         Likewise.
50245
50246 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
50247
50248         [BZ #11979]
50249         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50250         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50251
50252 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
50253
50254         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50255         * sysdeps/x86_64/addmul_1.S: Likewise.
50256         * sysdeps/x86_64/lshift.S: Likewise.
50257         * sysdeps/x86_64/mul_1.S: Likewise.
50258         * sysdeps/x86_64/rshift.S: Likewise.
50259         * sysdeps/x86_64/sub_n.S: Likewise.
50260         * sysdeps/x86_64/submul_1.S: Likewise.
50261
50262 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50263
50264         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50265         Define __sched_param instead of SCHED_* and sched_param when
50266         <bits/sched.h> is included with __need_schedparam defined.
50267         * bits/sched.h [__need_schedparam]
50268         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
50269         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50270         (__defined_schedparam): Define to 1.
50271         (__sched_param): New structure, identical to sched_param.
50272         (__need_schedparam): Undefine.
50273
50274 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
50275
50276         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50277         (epoll_create1): Declare.
50278
50279         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50280
50281 2010-08-31  Andreas Schwab  <schwab@redhat.com>
50282
50283         [BZ #7066]
50284         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50285         shifting retval into place.
50286
50287 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
50288
50289         * nis/rpcsvc/nis.h: Update copyright notice.
50290         * nis/rpcsvc/nis.x: Likewise.
50291         * nis/rpcsvc/nis_callback.h: Likewise.
50292         * nis/rpcsvc/nis_callback.x: Likewise.
50293         * nis/rpcsvc/nis_object.x: Likewise.
50294         * nis/rpcsvc/nis_tags.h: Likewise.
50295         * nis/rpcsvc/yp.h: Likewise.
50296         * nis/rpcsvc/yp.x: Likewise.
50297         * nis/rpcsvc/ypupd.h: Likewise.
50298         * nis/yp_xdr.c: Likewise.
50299         * nis/ypupdate_xdr.c: Likewise.
50300
50301         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
50302         mainly the body of pmap_getport.  Add parameters to specify timeouts.
50303         (pmap_getport): Use __libc_rpc_getport.
50304         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50305         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50306         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50307
50308 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
50309
50310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50311         fanotify_mark.
50312
50313 2010-08-27  Roland McGrath  <roland@redhat.com>
50314
50315         * sysdeps/i386/i686/multiarch/Makefile
50316         (CFLAGS-varshift.c): New variable.
50317
50318 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
50319
50320         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50321         * sysdeps/i386/i686/multiarch/varshift.c: New file.
50322
50323         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50324
50325         * sysdeps/x86_64/strlen.S: Minimal code improvement.
50326
50327 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
50328
50329         * sysdeps/x86_64/strlen.S: Unroll the loop.
50330         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50331         strlen-sse2 strlen-sse2-bsf.
50332         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50333         __strlen_no_bsf if bit_Slow_BSF is set.
50334         (__strlen_sse42): Removed.
50335         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50336         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50337
50338 2010-08-25  Roland McGrath  <roland@redhat.com>
50339
50340         * sysdeps/x86_64/multiarch/varshift.S: File removed.
50341         * sysdeps/x86_64/multiarch/varshift.c: New file.
50342         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50343         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50344         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50345         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50346
50347 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
50348
50349         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50350         strlen-sse2 strlen-sse2-bsf.
50351         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50352         __strlen_sse2_bsf if bit_Slow_BSF is unset.
50353         (__strlen_sse2): Removed.
50354         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50355         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50356         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50357         bit_Slow_BSF for Atom.
50358         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50359         (index_Slow_BSF): Define.
50360         (HAS_SLOW_BSF): Define.
50361
50362 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
50363
50364         [BZ #10851]
50365         * resolv/res_init.c (__res_vinit): When no server address at all
50366         is given default to loopback.
50367
50368 2010-08-24  Roland McGrath  <roland@redhat.com>
50369
50370         * configure.in: Remove config-name.h generation.
50371         * configure: Regenerated.
50372         * config-name.in: File removed.
50373         * scripts/config-uname.sh: New file.
50374         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50375         ($(objdir)config-name.h): New target.
50376
50377         * sunrpc/rpc_parse.h: Avoid nested comment.
50378
50379 2010-08-24  Richard Henderson  <rth@redhat.com>
50380             Ulrich Drepper  <drepper@redhat.com>
50381             H.J. Lu  <hongjiu.lu@intel.com>
50382
50383         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50384         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50385         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50386         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
50387         _mm_alignr_epi8 with _mm_loadu_si128.
50388         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50389         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50390         (__m128i_shift_right): Removed.
50391         * sysdeps/i386/i686/multiarch/varshift.h: New file.
50392         * sysdeps/i386/i686/multiarch/varshift.S: New file.
50393         * sysdeps/x86_64/multiarch/varshift.h: New file.
50394         * sysdeps/x86_64/multiarch/varshift.S: New file.
50395
50396 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
50397
50398         * configure.in: Move assembler checks to before sysdep dir checking.
50399
50400 2010-08-20  Petr Baudis  <pasky@suse.cz>
50401
50402         * LICENSES: Sync the sunrpc license.
50403
50404 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
50405
50406         * sunrpc/auth_des.c: Update copyright notice once again.
50407         * sunrpc/auth_none.c: Likewise.
50408         * sunrpc/auth_unix.c: Likewise.
50409         * sunrpc/authdes_prot.c: Likewise.
50410         * sunrpc/authuxprot.c: Likewise.
50411         * sunrpc/bindrsvprt.c: Likewise.
50412         * sunrpc/clnt_gen.c: Likewise.
50413         * sunrpc/clnt_perr.c: Likewise.
50414         * sunrpc/clnt_raw.c: Likewise.
50415         * sunrpc/clnt_simp.c: Likewise.
50416         * sunrpc/clnt_tcp.c: Likewise.
50417         * sunrpc/clnt_udp.c: Likewise.
50418         * sunrpc/clnt_unix.c: Likewise.
50419         * sunrpc/des_crypt.c: Likewise.
50420         * sunrpc/des_soft.c: Likewise.
50421         * sunrpc/get_myaddr.c: Likewise.
50422         * sunrpc/getrpcport.c: Likewise.
50423         * sunrpc/key_call.c: Likewise.
50424         * sunrpc/key_prot.c: Likewise.
50425         * sunrpc/openchild.c: Likewise.
50426         * sunrpc/pm_getmaps.c: Likewise.
50427         * sunrpc/pm_getport.c: Likewise.
50428         * sunrpc/pmap_clnt.c: Likewise.
50429         * sunrpc/pmap_prot.c: Likewise.
50430         * sunrpc/pmap_prot2.c: Likewise.
50431         * sunrpc/pmap_rmt.c: Likewise.
50432         * sunrpc/rpc/auth.h: Likewise.
50433         * sunrpc/rpc/auth_unix.h: Likewise.
50434         * sunrpc/rpc/clnt.h: Likewise.
50435         * sunrpc/rpc/des_crypt.h: Likewise.
50436         * sunrpc/rpc/key_prot.h: Likewise.
50437         * sunrpc/rpc/netdb.h: Likewise.
50438         * sunrpc/rpc/pmap_clnt.h: Likewise.
50439         * sunrpc/rpc/pmap_prot.h: Likewise.
50440         * sunrpc/rpc/pmap_rmt.h: Likewise.
50441         * sunrpc/rpc/rpc.h: Likewise.
50442         * sunrpc/rpc/rpc_des.h: Likewise.
50443         * sunrpc/rpc/rpc_msg.h: Likewise.
50444         * sunrpc/rpc/svc.h: Likewise.
50445         * sunrpc/rpc/svc_auth.h: Likewise.
50446         * sunrpc/rpc/types.h: Likewise.
50447         * sunrpc/rpc/xdr.h: Likewise.
50448         * sunrpc/rpc_clntout.c: Likewise.
50449         * sunrpc/rpc_cmsg.c: Likewise.
50450         * sunrpc/rpc_common.c: Likewise.
50451         * sunrpc/rpc_cout.c: Likewise.
50452         * sunrpc/rpc_dtable.c: Likewise.
50453         * sunrpc/rpc_hout.c: Likewise.
50454         * sunrpc/rpc_main.c: Likewise.
50455         * sunrpc/rpc_parse.c: Likewise.
50456         * sunrpc/rpc_parse.h: Likewise.
50457         * sunrpc/rpc_prot.c: Likewise.
50458         * sunrpc/rpc_sample.c: Likewise.
50459         * sunrpc/rpc_scan.c: Likewise.
50460         * sunrpc/rpc_scan.h: Likewise.
50461         * sunrpc/rpc_svcout.c: Likewise.
50462         * sunrpc/rpc_tblout.c: Likewise.
50463         * sunrpc/rpc_util.c: Likewise.
50464         * sunrpc/rpc_util.h: Likewise.
50465         * sunrpc/rpcinfo.c: Likewise.
50466         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50467         * sunrpc/rpcsvc/key_prot.x: Likewise.
50468         * sunrpc/rpcsvc/klm_prot.x: Likewise.
50469         * sunrpc/rpcsvc/mount.x: Likewise.
50470         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50471         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50472         * sunrpc/rpcsvc/rex.x: Likewise.
50473         * sunrpc/rpcsvc/rstat.x: Likewise.
50474         * sunrpc/rpcsvc/rusers.x: Likewise.
50475         * sunrpc/rpcsvc/sm_inter.x: Likewise.
50476         * sunrpc/rpcsvc/spray.x: Likewise.
50477         * sunrpc/rpcsvc/yppasswd.x: Likewise.
50478         * sunrpc/rtime.c: Likewise.
50479         * sunrpc/svc.c: Likewise.
50480         * sunrpc/svc_auth.c: Likewise.
50481         * sunrpc/svc_authux.c: Likewise.
50482         * sunrpc/svc_raw.c: Likewise.
50483         * sunrpc/svc_run.c: Likewise.
50484         * sunrpc/svc_simple.c: Likewise.
50485         * sunrpc/svc_tcp.c: Likewise.
50486         * sunrpc/svc_udp.c: Likewise.
50487         * sunrpc/svc_unix.c: Likewise.
50488         * sunrpc/svcauth_des.c: Likewise.
50489         * sunrpc/xcrypt.c: Likewise.
50490         * sunrpc/xdr.c: Likewise.
50491         * sunrpc/xdr_array.c: Likewise.
50492         * sunrpc/xdr_float.c: Likewise.
50493         * sunrpc/xdr_mem.c: Likewise.
50494         * sunrpc/xdr_rec.c: Likewise.
50495         * sunrpc/xdr_ref.c: Likewise.
50496         * sunrpc/xdr_sizeof.c: Likewise.
50497         * sunrpc/xdr_stdio.c: Likewise.
50498
50499         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50500         handling.
50501
50502 2010-08-19  Andreas Schwab  <schwab@redhat.com>
50503
50504         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50505
50506 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
50507
50508         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50509         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50510         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50511         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50512         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50513         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50514         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50515         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50516         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50517         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50518         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50519         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50520         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50521         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50522
50523 2010-07-26  Anton Blanchard  <anton@samba.org>
50524
50525         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
50526         * malloc/arena.c (heap_trim): Likewise.
50527
50528 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
50529
50530         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
50531         here.  Not...
50532         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
50533         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
50534
50535 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
50536
50537         * sysdeps/i386/elf/Makefile: New file.
50538
50539 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50540
50541         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
50542         from fanotify_init.
50543         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
50544         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50545
50546 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
50547
50548         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
50549         of strncasecmp_l.
50550         * sysdeps/multiarch/strcmp.S: Likewise.
50551
50552 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
50553
50554         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50555         strncase_l-nonascii.
50556         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50557         Add strncase_l-ssse3.
50558         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
50559         * sysdeps/x86_64/strcmp.S: Likewise.
50560         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
50561         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
50562         * sysdeps/x86_64/strncase.S: New file.
50563         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
50564         * sysdeps/x86_64/strncase_l.S: New file.
50565         * string/Makefile (strop-tests): Add strncasecmp.
50566         * string/test-strncasecmp.c: New file.
50567
50568         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
50569         warning.
50570
50571         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
50572         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
50573
50574 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
50575
50576         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50577
50578 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
50579
50580         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
50581         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
50582         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
50583
50584 2010-05-01  Alan Modra  <amodra@gmail.com>
50585
50586         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
50587         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
50588         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
50589         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
50590         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
50591         tidying.  Don't tail-call __sigjmp_save for static lib.
50592         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
50593         save location.
50594         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
50595         (CALL_MCOUNT): Add eh info, and nop after bl.
50596         (TAIL_CALL_SYSCALL_ERROR): New macro.
50597         (PSEUDO_RET): Use it.
50598         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
50599         Correct save location of integer regs and cr.
50600         (_dl_profile_resolve): Correct cr save location.  Delete nops
50601         after bl when SHARED.  Reduce cfi size a little by better
50602         placement of cfi directives.
50603         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
50604         make a stack frame.  Instead use parm save area as a temp.
50605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
50606         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
50607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
50608         Don't make a stack frame for parent, use parm save area.
50609         Increase child stack frame to 112 bytes.  Don't save unused reg,
50610         and adjust reg usage.  Set up cfi on error recovery and
50611         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
50612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
50613         (__makecontext): Add dummy nop after jump to exit.
50614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
50615         Use correct parm save area and cr save, reduce stack frame.
50616         Correct cfi for possible PSEUDO_RET frame setup.
50617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
50618         Branch to local label emitted by PSEUDO_RET rather than
50619         __syscall_error.
50620
50621 2010-08-12  Andreas Schwab  <schwab@redhat.com>
50622
50623         [BZ #11904]
50624         * locale/programs/locale.c (print_assignment): New function.
50625         (show_locale_vars): Use it.
50626
50627 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
50628
50629         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
50630         field.
50631         (struct statfs64): Likewise.
50632         (_STATFS_F_FLAGS): Define.
50633         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
50634         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50635         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
50636         (ST_VALID): Define locally.
50637         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
50638         __statvfs_getflags, use the provided value.
50639         * sysdeps/unix/sysv/linux/kernel-features.h: Define
50640         __ASSUME_STATFS_F_FLAGS.
50641
50642         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
50643
50644         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
50645         Add sys/fanotify.h.
50646         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
50647         fanotify_mask for GLIBC_2.13.
50648         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
50649         fanotify_init and fanotify_mark.
50650         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50651         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
50652
50653         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
50654         Add prlimit.
50655         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
50656         prlimit64 for GLIBC_2.13.
50657         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
50658         prlimit64.
50659         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
50660         syscall.
50661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
50662         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50663         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
50664         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
50665         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
50666         add prlimit alias.
50667         * sysdeps/unix/sysv/linux/prlimit.c: New file.
50668
50669         [BZ #11903]
50670         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
50671         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
50672
50673         * nss/Makefile: Add rules to build and run tst-nss-test1.
50674         * shlib-versions: Add entry for libnss_test1.
50675         * nss/nss_test1.c: New file.
50676         * nss/tst-nss-test1.c: New file.
50677
50678         * nss/nsswitch.c (__nss_database_custom): Define new variable.
50679         (__nss_configure_lookup): Set appropriate entry in
50680         __nss_configure_lookup to true.
50681         * nss/nsswitch.h: Define enum with indeces of databases in
50682         databases and __nss_database_custom arrays.  Declare
50683         __nss_database_custom.
50684         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
50685         to avoid using nscd when custom rules are installed.
50686         * nss/getXXbyYY_r.c: Likewise.
50687         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
50688
50689         * nss/nss_files/files-parse.c: Whitespace fixes.
50690
50691 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
50692
50693         [BZ #11883]
50694         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
50695         * posix/fnmatch_loop.c: Likewise.
50696
50697 2010-07-17  Andi Kleen  <ak@linux.intel.com>
50698
50699         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
50700         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
50701         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
50702         * Versions.def [GLIBC_2.13]: Add.
50703
50704 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
50705
50706         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50707         Also fail if tpwd after pwuid call is NULL.
50708
50709 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50710
50711         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
50712         when converting to ms.
50713
50714 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50715
50716         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
50717         EOPNOTSUPP errors with ENOTTY.
50718         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
50719         EOPNOTSUPP errors with ENOTTY.
50720
50721 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
50722
50723         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50724         Add strcasecmp_l-ssse3.
50725         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
50726         strcasecmp.
50727         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
50728         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
50729         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
50730
50731 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
50732
50733         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
50734
50735         * string/Makefile (strop-tests): Add strcasecmp.
50736         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50737         strcasecmp_l-nonascii.
50738         (gen-as-const-headers): Add locale-defines.sym.
50739         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
50740         * sysdeps/x86_64/strcasecmp.S: New file.
50741         * sysdeps/x86_64/strcasecmp_l.S: New file.
50742         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
50743         * sysdeps/x86_64/locale-defines.sym: New file.
50744         * string/test-strcasecmp.c: New file.
50745
50746         * string/test-strcasestr.c: Test both ends of the range of characters.
50747         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
50748
50749 2010-07-29  Roland McGrath  <roland@redhat.com>
50750
50751         [BZ #11856]
50752         * manual/locale.texi (Yes-or-No Questions): Fix example code.
50753
50754 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
50755
50756         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
50757         for ld.so.
50758
50759 2010-07-27  Andreas Schwab  <schwab@redhat.com>
50760
50761         * manual/memory.texi (Malloc Tunable Parameters): Document
50762         M_PERTURB.
50763
50764 2010-07-26  Roland McGrath  <roland@redhat.com>
50765
50766         [BZ #11840]
50767         * configure.in (-fgnu89-inline check): Set and substitute
50768         gnu89_inline, not libc_cv_gnu89_inline.
50769         * configure: Regenerated.
50770         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50771
50772 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
50773
50774         * string/test-strnlen.c: New file.
50775         * string/Makefile (strop-tests): Add strnlen.
50776         * string/tester.c (test_strnlen): Add a few more test cases.
50777         * string/tst-strlen.c: Better error reporting.
50778
50779         * sysdeps/x86_64/strnlen.S: New file.
50780
50781 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
50782
50783         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
50784         lower-latency instructions.
50785
50786 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
50787
50788         * string/test-strcasestr.c: New file.
50789         * string/test-strstr.c: New file.
50790         * string/Makefile (strop-tests): Add strstr and strcasestr.
50791         * string/str-two-way.h: Don't undefine MAX.
50792         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
50793
50794 2010-07-21  Andreas Schwab  <schwab@redhat.com>
50795
50796         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50797         strcasestr-nonascii.
50798         (CFLAGS-strcasestr-nonascii.c): Define.
50799         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
50800         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
50801         Remove unused attribute.
50802
50803 2010-07-20  Roland McGrath  <roland@redhat.com>
50804
50805         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
50806         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
50807         ld.so.cache was broken.  With it, there is no way to disable dsocaps
50808         like LD_HWCAP_MASK can disable hwcaps.
50809
50810 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
50811
50812         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
50813
50814 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
50815
50816         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
50817         call in strcasestr.
50818         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50819         __strcasestr_sse42_nonascii.
50820         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50821         strcasestr-nonascii.c.
50822         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50823
50824 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
50825
50826         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50827         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50828         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50829         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50830
50831 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
50832
50833         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50834         fcntl.
50835
50836 2010-07-06  Andreas Schwab  <schwab@redhat.com>
50837
50838         [BZ #11577]
50839         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50840         dl_signal_cerror.
50841
50842 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
50843
50844         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50845         _PC_PIPE_BUF using F_GETPIPE_SZ.
50846
50847 2010-07-05  Roland McGrath  <roland@redhat.com>
50848
50849         * manual/arith.texi (Rounding Functions): Fix rint description
50850         implicit in round description.
50851
50852 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
50853
50854         * elf/Makefile: Fix linking for a few tests to make recent linker
50855         happy.
50856
50857 2010-06-30  Andreas Schwab  <schwab@redhat.com>
50858
50859         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50860         $(common-objpfx)libc_nonshared.a.
50861
50862 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
50863
50864         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50865         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50866         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50867         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50868         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50869         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50870         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50871         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50886         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50887         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50888         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50889         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50890         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50891         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50892         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50893         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50894         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50895         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50896         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50897         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50906         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50912
50913 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
50914
50915         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50916         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
50917         * string/memmove.c (memmove): Renamed to ...
50918         (MEMMOVE): ...this.  Default to memmove.
50919         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50920         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50921         (END_CHK): Define.
50922         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50923         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50924         mempcpy-ssse3-back memmove-ssse3-back.
50925         * sysdeps/x86_64/multiarch/bcopy.S: New file .
50926         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50927         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50928         * sysdeps/x86_64/multiarch/memcpy.S: New file.
50929         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50930         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50931         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50932         * sysdeps/x86_64/multiarch/memmove.c: New file.
50933         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50934         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50935         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50936         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50937         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50938         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50939         Define.
50940         (index_Fast_Copy_Backward): Define.
50941         (HAS_ARCH_FEATURE): Define.
50942         (HAS_FAST_REP_STRING): Define.
50943         (HAS_FAST_COPY_BACKWARD): Define.
50944
50945 2010-06-21  Andreas Schwab  <schwab@redhat.com>
50946
50947         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50948         Restore proper fallback handling.
50949
50950 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
50951
50952         [BZ #11701]
50953         * posix/group_member.c (__group_member): Correct checking loop.
50954
50955         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50956         OOM in getpwuid_r correctly.  Return error number when the caller
50957         should return, otherwise -1.
50958         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50959         call returning > 0 value.
50960         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50961
50962 2010-06-07  Andreas Schwab  <schwab@redhat.com>
50963
50964         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50965         libc_nonshared.a from targets in modules-names.
50966
50967 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
50968
50969         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50970         requires it.
50971
50972 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
50973
50974         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50975         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50976         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50977         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50978
50979 2010-06-02  Andreas Schwab  <schwab@redhat.com>
50980
50981         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50982
50983 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
50984
50985         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50986         and F_GETPIPE_SZ.
50987         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50988         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50989         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50990         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50991         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50992         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50993
50994 2010-06-14  Roland McGrath  <roland@redhat.com>
50995
50996         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
50997
50998 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
50999
51000         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
51001         __REDIRECT followed by __THROW.
51002         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
51003         * posix/getopt.h (getopt): Likewise.
51004
51005 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
51006
51007         * hurd/lookup-at.c (__file_name_lookup_at): Accept
51008         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
51009         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
51010         in AT_FLAGS.
51011         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
51012         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
51013
51014 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
51015
51016         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
51017
51018 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
51019
51020         [BZ #11640]
51021         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51022         Properly check family and model.
51023
51024 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
51025
51026         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
51027
51028 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
51029
51030         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
51031
51032 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
51033
51034         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
51035         symbol reference.
51036
51037 2010-05-19  Andreas Schwab  <schwab@redhat.com>
51038
51039         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
51040         symbol reference.
51041
51042 2010-05-21  Andreas Schwab  <schwab@redhat.com>
51043
51044         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
51045         and internal_recvmmsg.
51046         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
51047         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
51048         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
51049         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
51050
51051         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
51052         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
51053         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
51054
51055 2010-05-20  Andreas Schwab  <schwab@redhat.com>
51056
51057         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
51058
51059 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
51060
51061         POWER7 optimizations.
51062         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
51063         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
51064
51065 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
51066
51067         * version.h: Update for 2.13 development version.
51068
51069 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
51070
51071         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
51072         exceptions.  Return 0.
51073
51074 2010-05-07  Roland McGrath  <roland@redhat.com>
51075
51076         * elf/ldconfig.c (main): Add a const.
51077
51078 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
51079
51080         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
51081         (args_options): Add no-idn option.
51082         (ahosts_keys_int): Add idn_flags to ai_flags.
51083         (parse_option): Handle 'i' option to clear idn_flags.
51084
51085         * malloc/malloc.c (_int_free): Possible race in the most recently
51086         added check.  Only act on the data if no current modification
51087         happened.
51088
51089 See ChangeLog.17 for earlier changes.